diff options
| author | christos <christos@NetBSD.org> | 2005-04-23 16:53:47 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-04-23 16:53:47 +0000 |
| commit | d3444e8124c0423e8dafba5b2f7feb333c889c76 (patch) | |
| tree | 881d5fd1af1765c0098dabffb64d4f0ca38b888c /lib/libssh | |
| parent | 8471a3b7da0e9f744120fe19a2080eae3d871e94 (diff) | |
Update for 4.0, bump version.
Diffstat (limited to 'lib/libssh')
| -rw-r--r-- | lib/libssh/Makefile | 6 | ||||
| -rw-r--r-- | lib/libssh/shlib_version | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile index bd4624b9929..27f2384666f 100644 --- a/lib/libssh/Makefile +++ b/lib/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/03/09 03:11:21 christos Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/23 16:53:47 christos Exp $ .include <bsd.own.mk> @@ -9,9 +9,9 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ hostfile.c log.c match.c nchan.c packet.c readpass.c \ rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.c \ - rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ + ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ kexdhc.c kexgexc.c scard.c msg.c progressmeter.c \ - monitor_fdpass.c + monitor_fdpass.c uidswap.c SRCS+= random.c SRCS+= readpassphrase.c getpeereid.c getrrsetbyname.c diff --git a/lib/libssh/shlib_version b/lib/libssh/shlib_version index ee67d09ae78..bd6c76cc549 100644 --- a/lib/libssh/shlib_version +++ b/lib/libssh/shlib_version @@ -1,5 +1,5 @@ -# $NetBSD: shlib_version,v 1.2 2005/02/13 06:06:48 christos Exp $ +# $NetBSD: shlib_version,v 1.3 2005/04/23 16:53:48 christos Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # major=1 -minor=0 +minor=1 |
