From 4f1a5d7e7cfbc2de1a9ae8aa80f6f9d8399aa111 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 22 Jun 2008 15:43:40 +0000 Subject: [PATCH] bump libssh because of HPN and add pthreads dependency. --- lib/libssh/Makefile | 9 +++++---- lib/libssh/shlib_version | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile index 2fbac96e6978..e80f5ac29d9c 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 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 77eeb67ea174..4d4eac35449f 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