From bc9bf8621c99a683f5195bee441b355841692774 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 9 Sep 2023 18:28:00 +0900 Subject: [PATCH 1/3] python312: 3.12.0b4 -> 3.12.0rc2 https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0rc2 Fixes: CVE-2023-40217 --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index fb504c5043c8..2ade39b68f04 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -96,9 +96,9 @@ in { major = "3"; minor = "12"; patch = "0"; - suffix = "b4"; + suffix = "rc2"; }; - hash = "sha256-8FcQw2ruWFD1wnab52uAvyEq7DUUOP34rcIMOMg2H6w="; + hash = "sha256-EesQN25rr3vqUwAfUYHq7heXeIxNtug6Bh5CI1eSdnQ="; inherit (darwin) configd; inherit passthruFun; }; From ab5b8e656af09171554dc4f49188d3ca46c1edf0 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 9 Sep 2023 18:30:15 +0900 Subject: [PATCH 2/3] python38: 3.8.17 -> 3.8.18 https://docs.python.org/release/3.8.18/whatsnew/changelog.html Fixes: CVE-2023-40217 --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index 2ade39b68f04..7800efc8f07d 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -57,10 +57,10 @@ in { sourceVersion = { major = "3"; minor = "8"; - patch = "17"; + patch = "18"; suffix = ""; }; - hash = "sha256-LlSwxoGR8WVS9t4ul6I5ZUBXKiGfa7soWRoTfOzEkKk="; + hash = "sha256-P/txzTSaMmunsvrcfn34a6V33ZxJF+UqhAGtvadAXj8="; inherit (darwin) configd; inherit passthruFun; }; From 0a6f3b585712858a07a62c887f1d7179cdfe4e0c Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 9 Sep 2023 18:32:34 +0900 Subject: [PATCH 3/3] python39: 3.9.17 -> 3.9.18 https://docs.python.org/release/3.9.18/whatsnew/changelog.html Fixes: CVE-2023-40217 --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index 7800efc8f07d..f80f2f16ccd4 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -70,10 +70,10 @@ in { sourceVersion = { major = "3"; minor = "9"; - patch = "17"; + patch = "18"; suffix = ""; }; - hash = "sha256-MM4FfETyg/jtk2Bsy9uNUd1Sa9xMYszl4Nwhe/o+jO4="; + hash = "sha256-AVl9sBMsHPezMe/2iuCbWiNaPDyqnJRMKcrH0cTEwAo="; inherit (darwin) configd; inherit passthruFun; };