diff options
author | abs <abs@pkgsrc.org> | 2002-06-24 17:18:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-06-24 17:18:20 +0000 |
commit | b71b4c7e530a022f622c63745f9787f603c758f8 (patch) | |
tree | 5c54e5da3a48d1326f16d62d61eb503afc48d533 | |
parent | c2c4e4daeea31ed209773ef10bc69c66f6952057 (diff) | |
download | pkgsrc-b71b4c7e530a022f622c63745f9787f603c758f8.tar.gz |
fix under Linux
-rw-r--r-- | security/ssh/distinfo | 4 | ||||
-rw-r--r-- | security/ssh/patches/patch-au | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/security/ssh/distinfo b/security/ssh/distinfo index 2dbbb3a1c9e..b6b4a8294a0 100644 --- a/security/ssh/distinfo +++ b/security/ssh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/11/23 07:42:38 tron Exp $ +$NetBSD: distinfo,v 1.4 2002/06/24 17:18:20 abs Exp $ SHA1 (ssh-1.2.27.tar.gz) = 0e7d59c6a62b094bd51818599ae24f7de3462d14 Size (ssh-1.2.27.tar.gz) = 1022546 bytes @@ -21,7 +21,7 @@ SHA1 (patch-aq) = 2314c993e8a0edb0dc5ff7076744a222a03f6a34 SHA1 (patch-ar) = 3c72885039fd3763f8e577ad7d9dc2f3558a44ad SHA1 (patch-as) = 724fad32e30fb896c016e7c5175ecbf277b2a8e6 SHA1 (patch-at) = b2c65fdf1be1f94f2a1bb94e18ae2a70770b343d -SHA1 (patch-au) = 012876003137b3e1199b12dd31f566ba4d026c85 +SHA1 (patch-au) = 1306064cf5f686cdabf0d73f6ad45c1ddafbe826 SHA1 (patch-av) = 149c9f538c0de05995246188cc5098ee6ee1f6b0 SHA1 (patch-ax) = 64b8460f961f7c874b8959480591abbc3e1ff3d2 SHA1 (patch-ay) = 6d4a63c65773d505b1cf94260f723a1378e748a2 diff --git a/security/ssh/patches/patch-au b/security/ssh/patches/patch-au index 66e1242660e..6f89614aa65 100644 --- a/security/ssh/patches/patch-au +++ b/security/ssh/patches/patch-au @@ -1,7 +1,15 @@ -$NetBSD: patch-au,v 1.5 2000/03/20 02:25:52 itojun Exp $ +$NetBSD: patch-au,v 1.6 2002/06/24 17:18:20 abs Exp $ --- login.c.orig Wed May 12 07:19:26 1999 +++ login.c Fri Dec 24 22:01:25 1999 +@@ -117,6 +117,7 @@ + #include <hpsecurity.h> + #include <prot.h> + #endif /* HAVE_HPUX_TCB_AUTH */ ++#include <sys/param.h> + #include "ssh.h" + + /* Returns the time when the user last logged in. Returns 0 if the @@ -271,7 +271,22 @@ struct utmp u, u2; off_t offset; |