diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:15:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:15:16 +0000 |
commit | bf0a21e0d555b7cdf68d46e3e1564b85c35c136d (patch) | |
tree | 11dcc1da6ee2e1155a26a8111bb3daa4dfe5650f /security/openssh/files/patch-ab | |
parent | - Added port to comms too. (diff) |
- Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
Notes
Notes:
svn path=/head/; revision=48393
Diffstat (limited to 'security/openssh/files/patch-ab')
-rw-r--r-- | security/openssh/files/patch-ab | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/openssh/files/patch-ab b/security/openssh/files/patch-ab index d5f8ab95fa69..d4874c8b85c7 100644 --- a/security/openssh/files/patch-ab +++ b/security/openssh/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.inc.orig Fri Feb 11 23:56:29 2000 -+++ Makefile.inc Fri Feb 11 23:57:56 2000 -@@ -2,10 +2,14 @@ +--- Makefile.inc.orig Sun Jul 29 16:00:07 2001 ++++ Makefile.inc Wed Oct 3 13:49:31 2001 +@@ -17,10 +17,16 @@ .include <bsd.obj.mk> @@ -10,12 +10,14 @@ -.else +AFS?= no +KERBEROS?= no ++KERBEROS5?= no +PAM?= no +SKEY?= no +TCP_WRAPPERS?= yes -+.if !defined(MAKEFILE_INC_FIRST_PASS) -+MAKEFILE_INC_FIRST_PASS= 0 ++ +CFLAGS+= -I${OPENSSLINC} ${INET6FLAGS} ++ ++.if !defined(IGNORE_LIBSSH) LDADD+= -L${.CURDIR}/../lib -lssh DPADD+= ${.CURDIR}/../lib/libssh.a .endif |