summaryrefslogtreecommitdiff
path: root/lib/libssh
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-06-22 15:43:40 +0000
committerchristos <christos@NetBSD.org>2008-06-22 15:43:40 +0000
commit4f1a5d7e7cfbc2de1a9ae8aa80f6f9d8399aa111 (patch)
tree53c9a0b8c960561928d301074afaf7acd975ec7f /lib/libssh
parent80a665de9077de383d663a7733e247273f587cc7 (diff)
bump libssh because of HPN and add pthreads dependency.
Diffstat (limited to 'lib/libssh')
-rw-r--r--lib/libssh/Makefile9
-rw-r--r--lib/libssh/shlib_version4
2 files changed, 7 insertions, 6 deletions
diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile
index 2fbac96e697..e80f5ac29d9 100644
--- a/lib/libssh/Makefile
+++ b/lib/libssh/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2007/12/20 14:14:04 martin Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/22 15:43:40 christos Exp $
.include <bsd.own.mk>
LIB= ssh
SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c \
- 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 \
+ cipher.c cipher-3des1.c cipher-ctr.c cipher-ctr-mt.c cipher-bf1.c \
+ cleanup.c compat.c compress.c crc32.c deattack.c dns.c fatal.c \
hostfile.c log.c match.c md-sha256.c nchan.c packet.c readpass.c \
rsa.c strtonum.c ttymodes.c xmalloc.c atomicio.c \
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
@@ -26,7 +26,8 @@ CPPFLAGS+= -I${SSHDIST}
LIBDPLIBS+= crypto ${.CURDIR}/../libcrypto \
crypt ${.CURDIR}/../libcrypt \
- z ${.CURDIR}/../libz
+ z ${.CURDIR}/../libz \
+ pthread ${.CURDIR}/../libpthread
.if ${HAVE_GCC} == 4
.for f in dns channels hostfile
diff --git a/lib/libssh/shlib_version b/lib/libssh/shlib_version
index 77eeb67ea17..4d4eac35449 100644
--- a/lib/libssh/shlib_version
+++ b/lib/libssh/shlib_version
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.11 2008/05/10 21:49:17 christos Exp $
+# $NetBSD: shlib_version,v 1.12 2008/06/22 15:43:40 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
-major=9
+major=10
minor=0