package/python3: security bump to version 3.11.10
Release notes: https://www.python.org/downloads/release/python-31110/ Fixes CVE-2024-4032, CVE-2024-6232, CVE-2024-6923, CVE-2024-7592, CVE-2024-8088 and CVE-2023-27043. The fixes for bundled libexpat are irrelevant for us because external expat is used. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
846af98bd1
commit
2cd205743b
@ -1,5 +1,5 @@
|
||||
# From https://www.python.org/downloads/release/python-3119/
|
||||
md5 22ea467e7d915477152e99d5da856ddc Python-3.11.9.tar.xz
|
||||
# From https://www.python.org/downloads/release/python-31110/
|
||||
md5 af59e243df4c7019f941ae51891c10bc Python-3.11.10.tar.xz
|
||||
# Locally computed
|
||||
sha256 9b1e896523fc510691126c864406d9360a3d1e986acbda59cda57b5abda45b87 Python-3.11.9.tar.xz
|
||||
sha256 07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372 Python-3.11.10.tar.xz
|
||||
sha256 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf LICENSE
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON3_VERSION_MAJOR = 3.11
|
||||
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).9
|
||||
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).10
|
||||
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
|
||||
PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
|
||||
PYTHON3_LICENSE = Python-2.0, others
|
||||
|
Loading…
Reference in New Issue
Block a user