pkgs/top-level/release: cache openssl-1.1.1u instead of openssl-1.1.1t
We were caching this insecure package as part of a decision during 23.05, we will now cache openssl-1.1.1u too as this is now the de-facto OpenSSL package on 23.05, which is EOL.
This commit is contained in:
parent
7beaf651c8
commit
69a2b23a01
@ -220,7 +220,9 @@ let
|
|||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
# If you do upgrade here, please update in pkgs/top-level/release.nix
|
||||||
|
# the permitted insecure version to ensure it gets cached for our users
|
||||||
|
# and backport this to stable release (23.05).
|
||||||
openssl_1_1 = common {
|
openssl_1_1 = common {
|
||||||
version = "1.1.1u";
|
version = "1.1.1u";
|
||||||
sha256 = "sha256-4vjYS1I+7NBse+diaDA3AwD7zBU4a/UULXJ1j2lj68Y=";
|
sha256 = "sha256-4vjYS1I+7NBse+diaDA3AwD7zBU4a/UULXJ1j2lj68Y=";
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# for no real reason.
|
# for no real reason.
|
||||||
# Remove them for 23.11.
|
# Remove them for 23.11.
|
||||||
"nodejs-16.20.0"
|
"nodejs-16.20.0"
|
||||||
"openssl-1.1.1t"
|
"openssl-1.1.1u"
|
||||||
];
|
];
|
||||||
}; }
|
}; }
|
||||||
}:
|
}:
|
||||||
|
Loading…
Reference in New Issue
Block a user