From 4bc2255958173159ee1b4e65ca8a0976b8ab39df Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 1 Dec 1998 11:10:33 +0000 Subject: 1. Update base ssh2 version from 2.0.9 to 2.0.11 Ssh 2.0.9 has bugs abount updating utmp/wtmp file. 2. Now you can compile ssh2 to support TCP_Wrapper (security/tcp_wrapper) when you define USE_TCPWRAP=YES 3. Fix typo in MASTER_SITES (Thanks to Chris Piazza ) 4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file. 5. Delete some obsolute pathes. PR: ports/8916 Submitted by: issei@jp.FreeBSD.ORG --- security/ssh2/files/patch-ad | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/ssh2/files/patch-ad (limited to 'security/ssh2/files/patch-ad') diff --git a/security/ssh2/files/patch-ad b/security/ssh2/files/patch-ad new file mode 100644 index 000000000000..14996f2a3652 --- /dev/null +++ b/security/ssh2/files/patch-ad @@ -0,0 +1,10 @@ +--- lib/sshreadline/Makefile.in.old Tue Nov 24 18:24:57 1998 ++++ lib/sshreadline/Makefile.in Tue Nov 24 18:25:27 1998 +@@ -106,7 +106,6 @@ + INCLUDES = -I$(srcdir) -I. -I../.. \ + -I$(top_builddir) -I$(top_srcdir) \ + -I../sshmath -I$(srcdir)/../sshmath \ +- -I../zlib -I$(srcdir)/../zlib \ + -I../sshutil -I$(srcdir)/../sshutil + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../sshconf.h -- cgit v1.2.3