summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-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.