diff options
author | will <will@FreeBSD.org> | 2000-06-03 03:53:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-03 03:53:23 +0800 |
commit | 29ea5b562f7aa15a2dcde90c076eeae15beceaad (patch) | |
tree | 2329567101e8b74c98d30152d2692d90c4fc30e2 /security/lsh | |
parent | 41de96279d6acd90dbf44680e861c2b144639957 (diff) | |
download | freebsd-ports-gnome-29ea5b562f7aa15a2dcde90c076eeae15beceaad.tar.gz freebsd-ports-gnome-29ea5b562f7aa15a2dcde90c076eeae15beceaad.tar.zst freebsd-ports-gnome-29ea5b562f7aa15a2dcde90c076eeae15beceaad.zip |
Update to 0.9.11, which fixes a serious bug in the lsh-authorize script.
PR: 18968
Submitted by: maintainer
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 2 | ||||
-rw-r--r-- | security/lsh/distinfo | 2 | ||||
-rw-r--r-- | security/lsh/files/patch-ac | 2 |
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. |