summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ai
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-06-08 08:03:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-06-08 08:03:26 +0000
commit152bebfc5c11696e27e8888b15c88231c17de8f6 (patch)
tree5ae42a021bb250161557470661927c397d63ef39 /security/openssh/files/patch-ai
parentUpdate to pan 0.9.7 "Just Another Victim of the Ambient Morality" (diff)
- Update from OpenSSH 2.2.0 to OpenSSH 2.9
- Features: Possible use of sftp/sftp-server with older FreeBSD releases. Use a newer version independently from the Base system. Easier to test and fix possible security bugs. - Bugs: build of pam_ssm.so isn't be supported any more Any file named "cookie" can be deleted by this and any older "sshd" with X11 Forwarding.
Diffstat (limited to 'security/openssh/files/patch-ai')
-rw-r--r--security/openssh/files/patch-ai14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/openssh/files/patch-ai b/security/openssh/files/patch-ai
index ed25eab56559..c1a75662404e 100644
--- a/security/openssh/files/patch-ai
+++ b/security/openssh/files/patch-ai
@@ -1,6 +1,6 @@
---- ssh-agent/Makefile.orig Thu Jun 29 14:35:48 2000
-+++ ssh-agent/Makefile Sat Nov 4 17:06:34 2000
-@@ -5,12 +5,12 @@
+--- ssh-agent/Makefile.orig Sun Mar 4 01:51:25 2001
++++ ssh-agent/Makefile Sat May 26 14:58:48 2001
+@@ -7,12 +7,12 @@
BINMODE?=555
@@ -9,10 +9,10 @@
+BINDIR= /bin
+MAN1= ssh-agent.1
- SRCS= ssh-agent.c log-client.c
+ SRCS= ssh-agent.c
.include <bsd.prog.mk>
--LDADD+= -lcrypto -lutil -lz
-+LDADD+= ${CRYPTOLIBS} -lutil -lz
- DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
+-LDADD+= -lcrypto
++LDADD+= ${CRYPTOLIBS}
+ DPADD+= ${LIBCRYPTO}