summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-lib-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-05-31 07:28:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-05-31 07:28:46 +0000
commitf4eb252ac6f0d7338803b39c6a619b398d650910 (patch)
treed197d8ac19cf29f589c3b2723fdec073a7325413 /security/openssh/files/patch-lib-Makefile
parentReally fix the build on alpha. Seems alpha does not have fpresetsticky. (diff)
Update to OpenSSH 3.2.3
- patch openssh-3.1-adv.token.patch is now obsolete. - remerged PAM changes form previous port - declare CMSG_* macros. - fixed bad type in function input_userauth_passwd_changereq Update to OpenSSH-portable-3.2.3p1 - patch openssh-3.1p1-adv.token.patch is now obsolete - keep previously declared CONFIGURE_ARGS - remove openssh-mit-krb5-20020326.diff (should be in the distribution now) - patch patch-readpassphrase.c is now in teh distribution - merged previous patches. - extend CONFIGURE_ARGS so it find OPENSSL again. - new patches for GSSAPI, not fully tested. If you have the patch applied: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/36080 Builds with openssl-0.9.6d under: 2.2.8-RELEASE 3.2-RELEASE 4.2-RELEASE 4.6-RC
Notes
Notes: svn path=/head/; revision=60339
Diffstat (limited to 'security/openssh/files/patch-lib-Makefile')
-rw-r--r--security/openssh/files/patch-lib-Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/security/openssh/files/patch-lib-Makefile b/security/openssh/files/patch-lib-Makefile
index f3bbcbbe37d3..560d1b24c052 100644
--- a/security/openssh/files/patch-lib-Makefile
+++ b/security/openssh/files/patch-lib-Makefile
@@ -1,19 +1,18 @@
---- lib/Makefile.orig Tue Jun 26 19:52:41 2001
-+++ lib/Makefile Thu Nov 15 06:10:43 2001
-@@ -9,7 +9,11 @@
- rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
- key.c dispatch.c kex.c mac.c uuencode.c misc.c \
+--- lib/Makefile.orig Thu May 23 13:12:23 2002
++++ lib/Makefile Thu May 23 13:14:17 2002
+@@ -11,6 +11,11 @@
rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
-- scard.c
-+ scard.c strlcpy.c strlcat.c
-+
+ scard.c monitor_wrap.c monitor_fdpass.c
+
++SRCS+= strlcpy.c strlcat.c
+.if defined(COMPAT_GETADDRINFO)
+SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
+.endif
++
+ SRCS+= readpassphrase.c
- NOPROFILE= yes
- NOPIC= yes
-@@ -18,6 +22,8 @@
+ DEBUGLIBS= no
+@@ -21,6 +26,8 @@
@echo -n
.include <bsd.own.mk>