openssl: security update 1.0.1p -> 1.0.1q
Fixes CVE-2015-3194 and CVE-2015-3195. Taken from #11469.
This commit is contained in:
parent
d38e9d3b37
commit
fb3b9f5f8b
@ -8,14 +8,14 @@ let
|
|||||||
stdenv.cross;
|
stdenv.cross;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openssl-1.0.1p";
|
name = "openssl-1.0.1q";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"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 = "9d1977cc89242cd11471269ece2ed4650947c046";
|
sha256 = "1dvz0hx7fjxag06b51pawy154y6d2xajm5rwxmfnlq7ax628nrdk";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user