pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/lsh2 update to 2.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a20f20ca2267
branches:  trunk
changeset: 509803:a20f20ca2267
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Mar 14 19:30:12 2006 +0000

description:
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:

 security/lsh2/Makefile |  5 ++---
 security/lsh2/PLIST    |  6 +++++-
 security/lsh2/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 0da1f4ffcede -r a20f20ca2267 security/lsh2/Makefile
--- a/security/lsh2/Makefile    Tue Mar 14 19:27:48 2006 +0000
+++ b/security/lsh2/Makefile    Tue Mar 14 19:30:12 2006 +0000
@@ -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 -r 0da1f4ffcede -r a20f20ca2267 security/lsh2/PLIST
--- a/security/lsh2/PLIST       Tue Mar 14 19:27:48 2006 +0000
+++ b/security/lsh2/PLIST       Tue Mar 14 19:30:12 2006 +0000
@@ -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-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/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.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 -r 0da1f4ffcede -r a20f20ca2267 security/lsh2/distinfo
--- a/security/lsh2/distinfo    Tue Mar 14 19:27:48 2006 +0000
+++ b/security/lsh2/distinfo    Tue Mar 14 19:30:12 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index