diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-12-08 04:06:38 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-12-08 04:06:38 +0000 |
| commit | d64b6e2fd259df42c8ccd80c6d055339da5e14cb (patch) | |
| tree | 212a6340c427ec003ef35a7c2805b598858e33e4 /security/openssh/files/patch-ad | |
| parent | Don't install ispell.el - it is already in emacs-20.4 (same author version) (diff) | |
I've cleaned up ${CVS_DATE} usage a bit (keep spaces correctly), and
updated to today's snapshot of OpenSSH.
Various updates from the latest ${CVS_DATE}, and requisite patch
changes, are the "big new thing". Nothing major has changed; the
biggest ones would be using atomicio() in a lot of places and a
fix for a SIGHUP not updating sshd(8)'s configuration until the
next connection.
Diffstat (limited to 'security/openssh/files/patch-ad')
| -rw-r--r-- | security/openssh/files/patch-ad | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/openssh/files/patch-ad b/security/openssh/files/patch-ad index fc17693d6e5e..eb55f8ef07af 100644 --- a/security/openssh/files/patch-ad +++ b/security/openssh/files/patch-ad @@ -1,10 +1,12 @@ ---- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/lib/Makefile Tue Nov 16 17:49:29 1999 -+++ ./lib/Makefile Tue Nov 23 19:21:19 1999 -@@ -5,6 +5,7 @@ +--- lib/Makefile.orig Tue Dec 7 22:50:49 1999 ++++ lib/Makefile Tue Dec 7 22:53:22 1999 +@@ -4,7 +4,8 @@ + SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ 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 -+SRCS+= strlcat.c strlcpy.c +- rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c ++ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ ++ strlcat.c strlcpy.c NOPROFILE= yes NOPIC= yes @@ -16,5 +18,3 @@ .if (${KERBEROS} == "yes") CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -Only in ./lib: strlcat.c -Only in ./lib: strlcpy.c |
