* Revert to the OpenSSL 1.0.0 series (though a newer version) because

1.0.1 doesn't build on FreeBSD and Darwin (due to our patches).

svn path=/nixpkgs/branches/stdenv-updates/; revision=34001
This commit is contained in:
Eelco Dolstra 2012-05-07 01:08:33 +00:00
parent 0ae007e26f
commit d0a1fe6b90

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, perl }:
let
name = "openssl-1.0.1b";
name = "openssl-1.0.0i";
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 = "b6222cbbf835c27d9ad6db22262da6e4a2aca8b8";
sha1 = "b7aa11cbd7d264c2b1f44e3d55b334fb33f7b674";
};
patches = patchesCross false;