diff options
author | green <green@FreeBSD.org> | 2000-04-20 22:24:19 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-04-20 22:24:19 +0000 |
commit | 79b1abd60af2f58c64363d427e25e813b8d47971 (patch) | |
tree | 9c98356037e7833071f075922d9f1c331bfaa4a2 /security/openssh/files/patch-am | |
parent | d3eb45f861677ad2dd0f86d974c5a9d1fa4a0a6e (diff) | |
download | FreeBSD-ports-79b1abd60af2f58c64363d427e25e813b8d47971.zip FreeBSD-ports-79b1abd60af2f58c64363d427e25e813b8d47971.tar.gz |
Upgrade to version 1.2.3 with a CVS of a few hours ago. New stuff in
this release is mostly the support for lots of ssh2. Note that SSH2 is
not fully supported here yet, but it's mostly there; see README.openssh2.
Diffstat (limited to 'security/openssh/files/patch-am')
-rw-r--r-- | security/openssh/files/patch-am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/openssh/files/patch-am b/security/openssh/files/patch-am index 22106d6..25e196b 100644 --- a/security/openssh/files/patch-am +++ b/security/openssh/files/patch-am @@ -1,6 +1,6 @@ ---- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/sshd/Makefile Mon Oct 25 16:27:27 1999 -+++ ./sshd/Makefile Tue Nov 23 19:29:25 1999 -@@ -3,13 +3,14 @@ +--- /usr/ports/distfiles/OpenSSH-1.2.3/src/usr.bin/ssh/sshd/Makefile Thu Apr 20 17:02:17 2000 ++++ sshd/Makefile Thu Apr 20 17:10:39 2000 +@@ -3,14 +3,15 @@ PROG= sshd BINOWN= root BINMODE=555 @@ -10,14 +10,15 @@ +MAN8= sshd.8 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ - pty.c log-server.c login.c servconf.c serverloop.c + pty.c log-server.c login.c servconf.c serverloop.c session.c \ + auth.c .include <bsd.own.mk> # for KERBEROS and AFS +.include "../Makefile.inc" .if (${KERBEROS} == "yes") - CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -@@ -29,7 +30,7 @@ + .if (${AFS} == "yes") +@@ -30,7 +31,7 @@ .include <bsd.prog.mk> |