summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/libssh
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-04-10 08:07:54 +0000
committeritojun <itojun@NetBSD.org>2001-04-10 08:07:54 +0000
commit235b9f0c2f7fdb3092e3cb6397eafcfaa3f7b8ad (patch)
tree25b4d45e78d0c5e2114e45ac6ec076dfd2794346 /usr.bin/ssh/libssh
parentd5fbc62ac33343d355f6a2bddf502f833d89e299 (diff)
upgrade to openssh 2.5.4 (2001/4/10).
major behavior changes: (made in openssh master tree - openbsd usr.bin/ssh) - ssh(1) now defaults to ssh protocol version 2. if you want version 1 to take precedence, use /etc/ssh.conf to override. - config change: ~/.ssh/id_rsa[12] is now ~/.ssh/id_rsa (changed 4/3) - forced client rekey for protocol version 2 (~R) - swap gid when uid swaps. - ListenAddress syntax can take [foo]:port for IPv6 numerics. - "ssh -D 1080" allows us to use ssh tunnel as SOCKS4 proxy.
Diffstat (limited to 'usr.bin/ssh/libssh')
-rw-r--r--usr.bin/ssh/libssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile
index ff9a8980558..b6915d23055 100644
--- a/usr.bin/ssh/libssh/Makefile
+++ b/usr.bin/ssh/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/04 00:41:28 assar Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/10 08:08:06 itojun Exp $
.include <bsd.own.mk>
@@ -11,7 +11,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
- cli.c rijndael.c ssh-dss.c ssh-rsa.c
+ cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c
SRCS+= random.c
MKLINT= no