Author: eelco
Date: Mon May 7 01:08:33 2012
New Revision: 34001
URL: https://nixos.org/websvn/nix/?rev=34001&sc=1
Log:
* 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).
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/openssl/default.nix
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/openssl/default.nix
==============================================================================
---
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/openssl/default.nix
Mon May 7 00:17:43 2012 (r34000)
+++
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/openssl/default.nix
Mon May 7 01:08:33 2012 (r34001)
@@ -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 @@
"http://www.openssl.org/source/${name}.tar.gz"
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
];
- sha1 = "b6222cbbf835c27d9ad6db22262da6e4a2aca8b8";
+ sha1 = "b7aa11cbd7d264c2b1f44e3d55b334fb33f7b674";
};
patches = patchesCross false;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits