mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
Merge pull request #232521 from mweinelt/openssl_1_1_eol
openssl_1_1: mark end-of-life
This commit is contained in:
@@ -232,6 +232,11 @@ in {
|
||||
else ./use-etc-ssl-certs.patch)
|
||||
];
|
||||
withDocs = true;
|
||||
extraMeta = {
|
||||
knownVulnerabilities = [
|
||||
"OpenSSL 1.1 is reaching its end of life on 2023/09/11 and cannot be supported through the NixOS 23.05 release cycle. https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
openssl_3 = common {
|
||||
|
||||
Reference in New Issue
Block a user