1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

* While we're at it, bump OpenSSL to 1.0.0d (with a fix for

CVE-2011-0014).

svn path=/nixpkgs/branches/x-updates/; revision=25827
This commit is contained in:
Eelco Dolstra 2011-02-09 11:02:24 +00:00
parent 52e0027c93
commit bafc1b5cb8

View file

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
name = "openssl-1.0.0c";
name = "openssl-1.0.0d";
src = fetchurl {
url = "http://www.openssl.org/source/${name}.tar.gz";
sha256 = "1sq4sswyjxnr08lyjcafwdha6j5jd2b48vxfg48kdapdwdnv6cgp";
sha256 = "1nr0cf6pf8i4qsnx31kqhiqv402xgn76yhjhlbdri8ma1hgislcj";
};
patches = stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch;