Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libssh Update shared library version and adjust for new ...



details:   https://anonhg.NetBSD.org/src/rev/61036d72c67c
branches:  trunk
changeset: 588003:61036d72c67c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 04 22:34:16 2006 +0000

description:
Update shared library version and adjust for new and removed files.

diffstat:

 lib/libssh/Makefile      |  4 ++--
 lib/libssh/shlib_version |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 19d047534dc4 -r 61036d72c67c lib/libssh/Makefile
--- a/lib/libssh/Makefile       Sat Feb 04 22:32:54 2006 +0000
+++ b/lib/libssh/Makefile       Sat Feb 04 22:34:16 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2005/04/23 16:53:47 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2006/02/04 22:34:16 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
        cipher.c cipher-3des1.c cipher-ctr.c cipher-bf1.c cleanup.c \
        compat.c compress.c crc32.c deattack.c dns.c fatal.c \
        hostfile.c log.c match.c nchan.c packet.c readpass.c \
-       rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \
+       rsa.c strtonum.c ttymodes.c xmalloc.c atomicio.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 \
diff -r 19d047534dc4 -r 61036d72c67c lib/libssh/shlib_version
--- a/lib/libssh/shlib_version  Sat Feb 04 22:32:54 2006 +0000
+++ b/lib/libssh/shlib_version  Sat Feb 04 22:34:16 2006 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: shlib_version,v 1.4 2005/11/25 20:29:16 christos Exp $
+#      $NetBSD: shlib_version,v 1.5 2006/02/04 22:34:16 christos Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
-major=2
+major=3
 minor=0



Home | Main Index | Thread Index | Old Index