diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-01 11:10:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-01 11:10:33 +0000 |
commit | 4bc2255958173159ee1b4e65ca8a0976b8ab39df (patch) | |
tree | cc4b1214de56a05a076fec2490e29f89e8fc033f /security/ssh2/files/patch-af | |
parent | return breakage status (but only for 2.2.x) (diff) |
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 <norn@home.net>)
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
Notes
Notes:
svn path=/head/; revision=15012
Diffstat (limited to 'security/ssh2/files/patch-af')
-rw-r--r-- | security/ssh2/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/ssh2/files/patch-af b/security/ssh2/files/patch-af new file mode 100644 index 000000000000..f522ea399d46 --- /dev/null +++ b/security/ssh2/files/patch-af @@ -0,0 +1,14 @@ +--- apps/ssh/Makefile.in.orig Mon Nov 16 21:24:45 1998 ++++ apps/ssh/Makefile.in Tue Nov 24 19:06:58 1998 +@@ -133,9 +133,9 @@ + + INCLUDES = -I. -I$(srcdir) -I../.. -I$(srcdir) -I../../include \ + -I$(top_builddir) -I$(top_srcdir) \ +- -I$(srcdir)/../../include ++ -I$(srcdir)/../../include -I${PREFIX}/include + +-LDADD = -L. -L../../lib -lssh2 -lssh ++LDADD = -L. -L../../lib -lssh2 -lssh -lz + DEPENDENCIES = ./libssh2.a ../../lib/libssh.a + + libssh2_a_SOURCES = agentclient.c sshchagent.c sshserver.c \ |