diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-05-13 17:11:01 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-05-13 17:11:01 +0000 |
commit | 361c7337a3daa61501b06723a430c42915bfd265 (patch) | |
tree | f1f2ffc977c9afdd704a881e3aab06b3736ea46b /security/openssh/files/patch-ad | |
parent | Cope with new BSDI Netscape ports. (diff) |
Update to OpenSSH 2.1.0. They _FINALLY_ have distfiles, so now the CVS is
not needed for the port.
Big thanks to Issei-san for doing the majority of the work necessary for
this upgrade!
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=28430
Diffstat (limited to 'security/openssh/files/patch-ad')
-rw-r--r-- | security/openssh/files/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh/files/patch-ad b/security/openssh/files/patch-ad index f26905adf0f3..e1ed1433b178 100644 --- a/security/openssh/files/patch-ad +++ b/security/openssh/files/patch-ad @@ -1,11 +1,11 @@ ---- /usr/ports/distfiles/OpenSSH-1.2.3/src/usr.bin/ssh/lib/Makefile Thu Apr 20 17:02:17 2000 -+++ lib/Makefile Thu Apr 20 17:08:05 2000 +--- lib/Makefile.orig Thu Apr 27 05:56:30 2000 ++++ lib/Makefile Fri May 12 07:07:30 2000 @@ -5,7 +5,11 @@ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ -- key.c dispatch.c dsa.c kex.c hmac.c -+ key.c dispatch.c dsa.c kex.c hmac.c strlcat.c strlcpy.c +- key.c dispatch.c dsa.c kex.c hmac.c uuencode.c ++ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c strlcat.c strlcpy.c + +.if defined(COMPAT_GETADDRINFO) +SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c |