3
0
Fork 0
forked from mirrors/nixpkgs

* OpenSSL 1.0.1b (includes security fixes).

svn path=/nixpkgs/branches/stdenv-updates/; revision=33989
This commit is contained in:
Eelco Dolstra 2012-05-05 15:00:10 +00:00
parent 5bdea119d4
commit 0ae007e26f

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, perl }:
let
name = "openssl-1.0.0g";
name = "openssl-1.0.1b";
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]
(throw "openssl needs its platform name cross building" null)
@ -36,7 +36,7 @@ stdenv.mkDerivation {
"http://www.openssl.org/source/${name}.tar.gz"
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
];
sha1 = "2b517baada2338663c27314cb922f9755e73e07f";
sha1 = "b6222cbbf835c27d9ad6db22262da6e4a2aca8b8";
};
patches = patchesCross false;