pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/security/lsh Pullup ticket 492 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f0963285e1
branches:  pkgsrc-2005Q1
changeset: 491037:27f0963285e1
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu May 12 22:36:02 2005 +0000

description:
Pullup ticket 492 - requested by Lubomir Sedlacik
security fix for lsh

Revisions pulled up:
- pkgsrc/security/lsh/Makefile          1.8
- pkgsrc/security/lsh/distinfo          1.4
- pkgsrc/security/lsh/patches/patch-ac  1.1

    Module Name:    pkgsrc
    Committed By:   drochner
    Date:           Sat Apr 30 12:23:42 UTC 2005

    Modified Files:
            pkgsrc/security/lsh: Makefile PLIST distinfo
    Added Files:
            pkgsrc/security/lsh/patches: patch-ac
            pkgsrc/security/lsh2: DESCR Makefile PLIST distinfo
            pkgsrc/security/lsh2/patches: patch-aa patch-ab

    Log Message:
    Move the freshly update lsh-2.0.1 into a separate pkg and leave
    security/lsh at 1.4.3.
    lsh-2.0.1 has interoperability problems with openssh servers
    (always gets "Invalid server signature" errors).
    lsh-1.4.3 is not affected by CAN-2003-0826. Add a patch to address
    CAN-2005-0814 and bump PKGREVISION.

diffstat:

 security/lsh/Makefile         |   4 ++--
 security/lsh/distinfo         |   3 ++-
 security/lsh/patches/patch-ac |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 5b930bdec675 -r 27f0963285e1 security/lsh/Makefile
--- a/security/lsh/Makefile     Thu May 12 22:08:24 2005 +0000
+++ b/security/lsh/Makefile     Thu May 12 22:36:02 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:10 tv Exp $
+# $NetBSD: Makefile,v 1.5.4.1 2005/05/12 22:36:02 snj Exp $
 #
 
 DISTNAME=              lsh-1.4.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.lysator.liu.se/pub/security/lsh/
 
diff -r 5b930bdec675 -r 27f0963285e1 security/lsh/distinfo
--- a/security/lsh/distinfo     Thu May 12 22:08:24 2005 +0000
+++ b/security/lsh/distinfo     Thu May 12 22:36:02 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:08 agc Exp $
+$NetBSD: distinfo,v 1.2.2.1 2005/05/12 22:36:02 snj Exp $
 
 SHA1 (lsh-1.4.3.tar.gz) = 25cb15a0851b3209cc5b3552344fedf80221ad6f
 RMD160 (lsh-1.4.3.tar.gz) = c5bc410396f6426e2e609ded97296424d8a3bd46
 Size (lsh-1.4.3.tar.gz) = 1414008 bytes
 SHA1 (patch-aa) = 08cb6cf3f28ae2281d109e20dc9585111009ea50
 SHA1 (patch-ab) = 179647434ecf7a4b42e301f1ac1c794f217d69d0
+SHA1 (patch-ac) = af2659ae7edb797481172c467936383e6d5a7f8a
diff -r 5b930bdec675 -r 27f0963285e1 security/lsh/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/patches/patch-ac     Thu May 12 22:36:02 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.2.2 2005/05/12 22:36:03 snj Exp $
+
+--- src/keyexchange.c.orig     2005-04-29 17:39:35.000000000 +0200
++++ src/keyexchange.c
+@@ -113,7 +113,7 @@ parse_kexinit(struct lsh_string *packet)
+       /* Bad format */
+       int j;
+       for (j = 0; j<i; j++)
+-      KILL(lists[i]);
++      KILL(lists[j]);
+       KILL(res);
+       return NULL;
+     }



Home | Main Index | Thread Index | Old Index