summaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-02 19:53:23 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-02 19:53:23 +0000
commit332df90ce40b49f573068b4a83d485ec4e4d29cd (patch)
treef201b6ae758730d84fc08d8025f6826a9d0416e7 /security/lsh
parentAdd 5 files and delete 4 directories. (diff)
Update to 0.9.11, which fixes a serious bug in the lsh-authorize script.
PR: 18968 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=29113
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile2
-rw-r--r--security/lsh/distinfo2
-rw-r--r--security/lsh/files/patch-ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index f4e692e5947e..3c50a2ba9d97 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= lsh
-PORTVERSION= 0.9.10
+PORTVERSION= 0.9.11
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/security/lsh/distinfo b/security/lsh/distinfo
index 2bcdb8e18ee2..4116e83c5c98 100644
--- a/security/lsh/distinfo
+++ b/security/lsh/distinfo
@@ -1 +1 @@
-MD5 (lsh-0.9.10.tar.gz) = b09d691cdbb8f82091bf6343a1bb7ace
+MD5 (lsh-0.9.11.tar.gz) = 757ada38ccb5c559ebea15041308a6cd
diff --git a/security/lsh/files/patch-ac b/security/lsh/files/patch-ac
index de66c299ee97..8b3edfd0322a 100644
--- a/security/lsh/files/patch-ac
+++ b/security/lsh/files/patch-ac
@@ -47,7 +47,7 @@
+ if [ -z "$hash" ] ; then
+ echo $0: File $1 not readable.
+ else
- $SEXP_CONV < $1 -o canonical --once > ~/.lsh/authorized_keys_sha1/$hash
+ $SEXP_CONV < $1 -f canonical --once > ~/.lsh/authorized_keys_sha1/$hash
+ fi
+ else
+ echo $0: File $1 not found.