openssl: Update to 1.0.1f

CVE-2013-6449, CVE-2013-6450, CVE-2013-4353.
This commit is contained in:
Eelco Dolstra 2014-01-07 09:40:35 +01:00
parent 10c15d5861
commit 340b6ab649

View file

@ -2,7 +2,7 @@
, withCryptodev ? false, cryptodevHeaders }:
let
name = "openssl-1.0.1e";
name = "openssl-1.0.1f";
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]
(throw "openssl needs its platform name cross building" null)
@ -41,7 +41,7 @@ stdenv.mkDerivation {
"http://www.openssl.org/source/${name}.tar.gz"
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
];
sha256 = "1qqskk39jh85fvdn3ycmdqjdf67c0b97dwmmbcysl4gzr3l1akzp";
sha256 = "0nnbr70dg67raqsqvlypzxa1v5xsv9gp91f9pavyckfn2w5sihkc";
};
patches = patchesCross false;