diff options
author | will <will@FreeBSD.org> | 2000-06-02 19:53:23 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-02 19:53:23 +0000 |
commit | 29ea5b562f7aa15a2dcde90c076eeae15beceaad (patch) | |
tree | 2329567101e8b74c98d30152d2692d90c4fc30e2 /security/lsh/Makefile | |
parent | 41de96279d6acd90dbf44680e861c2b144639957 (diff) | |
download | FreeBSD-ports-29ea5b562f7aa15a2dcde90c076eeae15beceaad.zip FreeBSD-ports-29ea5b562f7aa15a2dcde90c076eeae15beceaad.tar.gz |
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/Makefile')
-rw-r--r-- | security/lsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index f4e692e..3c50a2b 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} |