openssl_1_0_2: high-severity security update e -> f

Fixes CVE-2016-0701 and CVE-2015-3197.
This commit is contained in:
Vladimír Čunát 2016-01-28 20:35:00 +01:00
parent 5583ecf361
commit a92c2cb994

View file

@ -8,14 +8,14 @@ let
stdenv.cross;
in
stdenv.mkDerivation rec {
name = "openssl-1.0.2e";
name = "openssl-1.0.2f";
src = fetchurl {
urls = [
"http://www.openssl.org/source/${name}.tar.gz"
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
];
sha256 = "1zqb1rff1wikc62a7vj5qxd1k191m8qif5d05mwdxz2wnzywlg72";
sha256 = "932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c";
};
patches = optional stdenv.isCygwin ./1.0.1-cygwin64.patch;