openssl: security update 1.0.1e -> f
It's supposed to fix CVE-2013-{4353,6449,6450} http://www.openssl.org/news/openssl-1.0.1-notes.html I just tested the build succeeds, the list of major changes seems safe.
This commit is contained in:
parent
ae0c9b626f
commit
f1766c252f
@ -2,7 +2,7 @@
|
|||||||
, withCryptodev ? false, cryptodevHeaders }:
|
, withCryptodev ? false, cryptodevHeaders }:
|
||||||
|
|
||||||
let
|
let
|
||||||
name = "openssl-1.0.1e";
|
name = "openssl-1.0.1f";
|
||||||
|
|
||||||
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]
|
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]
|
||||||
(throw "openssl needs its platform name cross building" null)
|
(throw "openssl needs its platform name cross building" null)
|
||||||
@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
|||||||
"http://www.openssl.org/source/${name}.tar.gz"
|
"http://www.openssl.org/source/${name}.tar.gz"
|
||||||
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
|
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "1qqskk39jh85fvdn3ycmdqjdf67c0b97dwmmbcysl4gzr3l1akzp";
|
sha256 = "0nnbr70dg67raqsqvlypzxa1v5xsv9gp91f9pavyckfn2w5sihkc";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = patchesCross false;
|
patches = patchesCross false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user