mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +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:
parent
56d3de68d8
commit
332df90ce4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29113
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lsh-0.9.10.tar.gz) = b09d691cdbb8f82091bf6343a1bb7ace
|
||||
MD5 (lsh-0.9.11.tar.gz) = 757ada38ccb5c559ebea15041308a6cd
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user