openssl: Update to 1.0.1o
From https://www.openssl.org/news/openssl-1.0.1-notes.html: "Fix HMAC ABI incompatibility"
This commit is contained in:
parent
8437f039e3
commit
a4178b1b8a
@ -2,7 +2,7 @@
|
|||||||
, withCryptodev ? false, cryptodevHeaders }:
|
, withCryptodev ? false, cryptodevHeaders }:
|
||||||
|
|
||||||
let
|
let
|
||||||
name = "openssl-1.0.1n";
|
name = "openssl-1.0.1o";
|
||||||
|
|
||||||
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)
|
||||||
@ -23,7 +23,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"
|
||||||
];
|
];
|
||||||
sha1 = "2f6ea1e0f2724aca1805392e4387df8361442ace";
|
sha1 = "b003e3382607ef2c6d85b51e4ed7a4c0a76b8d5a";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = (patchesCross false) ++ extraPatches;
|
patches = (patchesCross false) ++ extraPatches;
|
||||||
|
Loading…
Reference in New Issue
Block a user