openssl_1_0_2: high-severity security update e -> f

Fixes CVE-2016-0701 and CVE-2015-3197.

+2 -2
+2 -2
pkgs/development/libraries/openssl/1.0.2.x.nix
··· 8 stdenv.cross; 9 in 10 stdenv.mkDerivation rec { 11 - name = "openssl-1.0.2e"; 12 13 src = fetchurl { 14 urls = [ 15 "http://www.openssl.org/source/${name}.tar.gz" 16 "http://openssl.linux-mirror.org/source/${name}.tar.gz" 17 ]; 18 - sha256 = "1zqb1rff1wikc62a7vj5qxd1k191m8qif5d05mwdxz2wnzywlg72"; 19 }; 20 21 patches = optional stdenv.isCygwin ./1.0.1-cygwin64.patch;
··· 8 stdenv.cross; 9 in 10 stdenv.mkDerivation rec { 11 + name = "openssl-1.0.2f"; 12 13 src = fetchurl { 14 urls = [ 15 "http://www.openssl.org/source/${name}.tar.gz" 16 "http://openssl.linux-mirror.org/source/${name}.tar.gz" 17 ]; 18 + sha256 = "932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c"; 19 }; 20 21 patches = optional stdenv.isCygwin ./1.0.1-cygwin64.patch;