openssl_1_1: mark end-of-life

https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/

Closes: #210452
This commit is contained in:
Martin Weinelt 2023-05-18 01:15:13 +02:00
parent 7c6ca2791b
commit e872de9a9e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 {