* OpenSSH updated to 5.1p1.

svn path=/nixpkgs/trunk/; revision=13579
This commit is contained in:
Eelco Dolstra 2008-12-04 13:16:38 +00:00
parent 071c62a942
commit f679021d11

View File

@ -5,11 +5,11 @@
assert pamSupport -> pam != null; assert pamSupport -> pam != null;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "openssh-4.7p1"; name = "openssh-5.1p1";
src = fetchurl { src = fetchurl {
url = ftp://ftp.nluug.nl/pub/security/OpenSSH/openssh-4.7p1.tar.gz; url = ftp://ftp.nluug.nl/pub/security/OpenSSH/openssh-5.1p1.tar.gz;
sha256 = "1g28npm025a5a8dd2g7sqz8nh8pwi7rvv9wdpy4jhzbkqvq36wfl"; sha256 = "0xbdcsjji7i952jfm6wc3xxblp4zbqxfayz5d8w2245f9lb5hlzh";
}; };
buildInputs = [zlib openssl perl buildInputs = [zlib openssl perl