* OpenSSH updated to 5.1p1.
svn path=/nixpkgs/trunk/; revision=13579
This commit is contained in:
parent
071c62a942
commit
f679021d11
@ -5,11 +5,11 @@
|
||||
assert pamSupport -> pam != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openssh-4.7p1";
|
||||
name = "openssh-5.1p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/security/OpenSSH/openssh-4.7p1.tar.gz;
|
||||
sha256 = "1g28npm025a5a8dd2g7sqz8nh8pwi7rvv9wdpy4jhzbkqvq36wfl";
|
||||
url = ftp://ftp.nluug.nl/pub/security/OpenSSH/openssh-5.1p1.tar.gz;
|
||||
sha256 = "0xbdcsjji7i952jfm6wc3xxblp4zbqxfayz5d8w2245f9lb5hlzh";
|
||||
};
|
||||
|
||||
buildInputs = [zlib openssl perl
|
||||
|
Loading…
Reference in New Issue
Block a user