bump libssh because of HPN and add pthreads dependency.

This commit is contained in:
christos 2008-06-22 15:43:40 +00:00
parent 80a665de90
commit 4f1a5d7e7c
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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