mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -09:00
https://github.com/pypa/wheel/blob/0.46.3/docs/news.rst
Version 0.46.2 fixes CVE-2026-24049:
wheel Allows Arbitrary File Permission Modification via Path Traversal
Fixes:
https://www.cve.org/CVERecord?id=CVE-2026-24049
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: mark the commit as "security" and add info in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 635c145c16)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
17 lines
608 B
Makefile
17 lines
608 B
Makefile
################################################################################
|
|
#
|
|
# python-wheel
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WHEEL_VERSION = 0.46.3
|
|
PYTHON_WHEEL_SOURCE = wheel-$(PYTHON_WHEEL_VERSION).tar.gz
|
|
PYTHON_WHEEL_SITE = https://files.pythonhosted.org/packages/89/24/a2eb353a6edac9a0303977c4cb048134959dd2a51b48a269dfc9dde00c8a
|
|
PYTHON_WHEEL_SETUP_TYPE = flit
|
|
PYTHON_WHEEL_LICENSE = MIT
|
|
PYTHON_WHEEL_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_WHEEL_CPE_ID_VENDOR = wheel_project
|
|
PYTHON_WHEEL_CPE_ID_PRODUCT = wheel
|
|
|
|
$(eval $(host-python-package))
|