From 04a1e43685e3e3aad93b7fc6589a3d2577213cfc Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 22 Feb 2022 03:52:09 +0100 Subject: [PATCH 1/2] pypy27_prebuilt: 7.3.6 -> 7.3.8 --- 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 6bee51f64232..608486c3aa1e 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -282,9 +282,9 @@ in { sourceVersion = { major = "7"; minor = "3"; - patch = "6"; + patch = "8"; }; - sha256 = "sha256-ghJ/Q/rmznXUfWxFOfjB6jcunC2/pA+ui1g1HVInk6Q="; # linux64 + sha256 = "0h493q0lhpz035afi4g09f4mz5a72vqx4sa7qcry5z4zagxq8bhz"; # linux64 pythonVersion = "2.7"; inherit passthruFun; }; From fd9c3674b94e68a8f2039472d21f6762d9387d4b Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 22 Feb 2022 03:53:44 +0100 Subject: [PATCH 2/2] pypy27_prebuilt: remove unneeded openssl_1_0_2 dependency they ship their own openssl as of this commit, that is actually openssl 1.1.1m, the same version we have in openssl_1_1 maybe the package should still be marked as vulnerable, because they ship their own openssl --- pkgs/development/interpreters/python/pypy/prebuilt_2_7.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/interpreters/python/pypy/prebuilt_2_7.nix b/pkgs/development/interpreters/python/pypy/prebuilt_2_7.nix index 460af1cc67b4..877a00efa483 100644 --- a/pkgs/development/interpreters/python/pypy/prebuilt_2_7.nix +++ b/pkgs/development/interpreters/python/pypy/prebuilt_2_7.nix @@ -7,7 +7,6 @@ # Dependencies , bzip2 , zlib -, openssl_1_0_2 , expat , ncurses6 , tcl-8_5 @@ -50,7 +49,6 @@ let deps = [ bzip2 zlib - openssl_1_0_2 expat ncurses6 tcl-8_5