3
0
Fork 0
forked from mirrors/nixpkgs

openssl_1_0_2: 1.0.2m -> 1.0.2n (CVE-2017-3737, CVE-2017-3738)

See [1] for more details

[1] https://www.openssl.org/news/secadv/20171207.txt
This commit is contained in:
Andreas Rammhold 2017-12-09 12:38:56 +01:00
parent 4fb4ab66b0
commit 0841f14a8f
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -107,8 +107,8 @@ let
in {
openssl_1_0_2 = common {
version = "1.0.2m";
sha256 = "03vvlfnxx4lhxc83ikfdl6jqph4h52y7lb7li03va6dkqrgg2vwc";
version = "1.0.2n";
sha256 = "1zm82pyq5a9jm10q6iv7d3dih3xwjds4x30fqph3k317byvsn2rp";
};
openssl_1_1_0 = common {