summaryrefslogtreecommitdiff
path: root/security/lsh/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-03-13 04:40:12 +0000
committerobache <obache>2010-03-13 04:40:12 +0000
commit7002526a270aecebd8e56ecb439f0dc7d64c624d (patch)
tree576b4b9a51c265d4dc5094faed53f320e28453c8 /security/lsh/Makefile
parentf5279efdafdc2e621c3288df16b663521f04bb7d (diff)
downloadpkgsrc-7002526a270aecebd8e56ecb439f0dc7d64c624d.tar.gz
Updte lsh to 2.0.4.
While here, * set LICENSE=gnu-gpl-v2 * marked as user-destdir installation ready * switch to use system argp * add missing zlib buildlink News for the 2.0.4 release Fixed x11 forwarding bug in the lsh client. News for the 2.0.3 release At startup, lshd now tries to close any spurious open file descriptors. New test case for lshd fd leakage. lshd --daemonic --no-syslog now sets up a proper daemonic environment, except that log messages are still sent to stderr. Improved testing of this feature.
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r--security/lsh/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index 807748a5da8..11260f4d497 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.17 2008/08/17 05:32:12 dholland Exp $
+# $NetBSD: Makefile,v 1.18 2010/03/13 04:40:12 obache Exp $
#
-DISTNAME= lsh-2.0.2
-PKGREVISION= 1
+DISTNAME= lsh-2.0.4
CATEGORIES= security
-MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/
+MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
+ ftp://ftp.lysator.liu.se/pub/security/lsh/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/
COMMENT= SSH2 client/server
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake gm4 bash:run
@@ -25,6 +28,8 @@ CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]*
# src/nettle/examples/nettle-openssl.c needs des_key*
USE_OLD_DES_API= yes
+.include "../../devel/argp/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/liboop/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"