diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-14 19:30:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-14 19:30:12 +0000 |
commit | ae8246fdb4d521714792b3e922feeca576c01852 (patch) | |
tree | f8678369376c3961afb82f1d4da333312a8cc944 /security | |
parent | a02a3260cedd14b533a2af5287504b5c3ae09a6e (diff) | |
download | pkgsrc-ae8246fdb4d521714792b3e922feeca576c01852.tar.gz |
update to 2.0.2
changes:
Fixed a couple of problems in lshd, where the server process
leaks file descriptors to user shells that it starts. These
bugs implied a local denial of service hole, at best.
Support for aes256-ctr.
Newer nettle library. Bugfixes and performance improvements
for the assembler code, in particular support for sparc64, and
Makefile fixes.
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh2/Makefile | 5 | ||||
-rw-r--r-- | security/lsh2/PLIST | 6 | ||||
-rw-r--r-- | security/lsh2/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/lsh2/Makefile b/security/lsh2/Makefile index bf0dec437d4..9998926eda6 100644 --- a/security/lsh2/Makefile +++ b/security/lsh2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:35 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/03/14 19:30:12 drochner Exp $ # -DISTNAME= lsh-2.0.1 -PKGREVISION= 2 +DISTNAME= lsh-2.0.2 CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ diff --git a/security/lsh2/PLIST b/security/lsh2/PLIST index 67f6c89a844..83377a14685 100644 --- a/security/lsh2/PLIST +++ b/security/lsh2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2005/04/30 12:23:42 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/14 19:30:12 drochner Exp $ bin/lcp bin/lsftp bin/lsh @@ -13,12 +13,14 @@ bin/lsh-upgrade-key bin/lsh-writekey bin/lshg bin/nettle-lfib-stream +bin/pkcs1-conv bin/sexp-conv bin/srp-gen bin/ssh-conv include/nettle/aes.h include/nettle/arcfour.h include/nettle/arctwo.h +include/nettle/asn1.h include/nettle/base16.h include/nettle/base64.h include/nettle/bignum.h @@ -26,6 +28,7 @@ include/nettle/blowfish.h include/nettle/buffer.h include/nettle/cast128.h include/nettle/cbc.h +include/nettle/ctr.h include/nettle/des-compat.h include/nettle/des.h include/nettle/dsa.h @@ -38,6 +41,7 @@ include/nettle/md5-compat.h include/nettle/md5.h include/nettle/memxor.h include/nettle/nettle-meta.h +include/nettle/nettle-stdint.h include/nettle/nettle-types.h include/nettle/pgp.h include/nettle/pkcs1.h diff --git a/security/lsh2/distinfo b/security/lsh2/distinfo index 17caa305fe3..a6738f8008a 100644 --- a/security/lsh2/distinfo +++ b/security/lsh2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2005/04/30 12:23:42 drochner Exp $ +$NetBSD: distinfo,v 1.2 2006/03/14 19:30:12 drochner Exp $ -SHA1 (lsh-2.0.1.tar.gz) = 58f4829f29b12c1b96463c2b0efcba6d6e553081 -RMD160 (lsh-2.0.1.tar.gz) = 61541e8e8b6fb8f026059eaf0a2dc6f396aaa4cf -Size (lsh-2.0.1.tar.gz) = 1866063 bytes +SHA1 (lsh-2.0.2.tar.gz) = baaf8de1368b0bd3b6c0e67e03f66284b910b54c +RMD160 (lsh-2.0.2.tar.gz) = fa876113924a6045ecd302892dc0fbbec764dabe +Size (lsh-2.0.2.tar.gz) = 2179353 bytes SHA1 (patch-aa) = 08cb6cf3f28ae2281d109e20dc9585111009ea50 SHA1 (patch-ab) = 179647434ecf7a4b42e301f1ac1c794f217d69d0 |