python310: 3.10.16 -> 3.10.17
https://docs.python.org/release/3.10.16/whatsnew/changelog.html
This commit is contained in:
@@ -327,7 +327,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# libuuid, slowing down program startup a lot).
|
||||
noldconfigPatch
|
||||
]
|
||||
++ optionals (pythonAtLeast "3.10" && pythonOlder "3.12") [
|
||||
++ optionals (pythonAtLeast "3.11" && pythonOlder "3.12") [
|
||||
# https://www.cve.org/CVERecord?id=CVE-2025-0938
|
||||
./CVE-2025-0938.patch
|
||||
]
|
||||
@@ -383,9 +383,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# fix failing tests with openssl >= 3.4
|
||||
# https://github.com/python/cpython/pull/127361
|
||||
]
|
||||
++ optionals (pythonAtLeast "3.10" && pythonOlder "3.11") [
|
||||
./3.10/raise-OSError-for-ERR_LIB_SYS.patch
|
||||
]
|
||||
++ optionals (pythonAtLeast "3.11" && pythonOlder "3.12") [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/python/cpython/commit/f4b31edf2d9d72878dab1f66a36913b5bcc848ec.patch";
|
||||
|
||||
Reference in New Issue
Block a user