Author: eelco
Date: Sat May  5 15:00:10 2012
New Revision: 33989
URL: https://nixos.org/websvn/nix/?rev=33989&sc=1

Log:
* OpenSSL 1.0.1b (includes security fixes).

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  
    Sat May  5 14:42:17 2012        (r33988)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/openssl/default.nix  
    Sat May  5 15:00:10 2012        (r33989)
@@ -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 @@
       "http://www.openssl.org/source/${name}.tar.gz";
       "http://openssl.linux-mirror.org/source/${name}.tar.gz";
     ];
-    sha1 = "2b517baada2338663c27314cb922f9755e73e07f";
+    sha1 = "b6222cbbf835c27d9ad6db22262da6e4a2aca8b8";
   };
 
   patches = patchesCross false;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to