3
0
Fork 0
forked from mirrors/nixpkgs

openssl: security update 1.0.2d -> 1.0.2e

Fixes CVE-2015-3193, CVE-2015-3194, CVE-2015-3195 and CVE-2015-3196.
Close #11469.
This commit is contained in:
codsl 2015-12-04 19:24:10 +00:00 committed by Vladimír Čunát
parent fb3b9f5f8b
commit 51a5f49d70

View file

@ -8,14 +8,14 @@ let
stdenv.cross; stdenv.cross;
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "openssl-1.0.2d"; name = "openssl-1.0.2e";
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 = "d01d17b44663e8ffa6a33a5a30053779d9593c3d"; sha256 = "1zqb1rff1wikc62a7vj5qxd1k191m8qif5d05mwdxz2wnzywlg72";
}; };
patches = optional stdenv.isCygwin ./1.0.1-cygwin64.patch; patches = optional stdenv.isCygwin ./1.0.1-cygwin64.patch;