diff options
| author | christos <christos@NetBSD.org> | 2007-12-18 02:34:32 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-12-18 02:34:32 +0000 |
| commit | cd7947efb0d7f675e99488507519f7edff69d4c1 (patch) | |
| tree | d6611c2d7bd577d0f60cc2f3b60fb2a7d18b52de /lib/libssh | |
| parent | 6e9e025b28252e9f3452f8996082015cefd3d3c1 (diff) | |
update to 4.7
Diffstat (limited to 'lib/libssh')
| -rw-r--r-- | lib/libssh/Makefile | 4 | ||||
| -rw-r--r-- | lib/libssh/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile index 4dceb3d00ab..93f21e605a1 100644 --- a/lib/libssh/Makefile +++ b/lib/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/05/28 12:06:21 tls Exp $ +# $NetBSD: Makefile,v 1.11 2007/12/18 02:34:32 christos Exp $ .include <bsd.own.mk> @@ -11,7 +11,7 @@ SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.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 uidswap.c + monitor_fdpass.c uidswap.c umac.c SRCS+= random.c SRCS+= readpassphrase.c getpeereid.c getrrsetbyname.c COPTS.monitor_fdpass.c = -Wno-stack-protector diff --git a/lib/libssh/shlib_version b/lib/libssh/shlib_version index 53677f0e621..d146d37a1e9 100644 --- a/lib/libssh/shlib_version +++ b/lib/libssh/shlib_version @@ -1,5 +1,5 @@ -# $NetBSD: shlib_version,v 1.8 2007/03/10 23:07:18 christos Exp $ +# $NetBSD: shlib_version,v 1.9 2007/12/18 02:34:32 christos Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # -major=6 +major=7 minor=0 |
