1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 0.9.11, which fixes a serious bug in the lsh-authorize script.

PR:		18968
Submitted by:	maintainer
This commit is contained in:
Will Andrews 2000-06-02 19:53:23 +00:00
parent 56d3de68d8
commit 332df90ce4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29113
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (lsh-0.9.10.tar.gz) = b09d691cdbb8f82091bf6343a1bb7ace
MD5 (lsh-0.9.11.tar.gz) = 757ada38ccb5c559ebea15041308a6cd

View File

@ -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.