mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- update to 2.0.3
- adopt maintainership PR: ports/100386 Submitted by: maintainer (Babak Farrokhi)
This commit is contained in:
parent
53f42dfe89
commit
36a3856a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168026
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lsh
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||
ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
|
||||
@ -15,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= babak@farrokhi.net
|
||||
COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (lsh-2.0.1.tar.gz) = 25ca0b4385779de3d58d2d5757f495c3
|
||||
SHA256 (lsh-2.0.1.tar.gz) = 31cfa8340718fac0c3bdf4ad72fb8a5eb719e0ca9624858d3724a80141a78cab
|
||||
SIZE (lsh-2.0.1.tar.gz) = 1866063
|
||||
MD5 (lsh-2.0.1.tar.gz.asc) = 0982d7b8c6439b79771823882bcd36d4
|
||||
SHA256 (lsh-2.0.1.tar.gz.asc) = bb20ea6259f13bc6ed7f1fce1d8cd9d028bfe2721858af2969901e692d68e5d6
|
||||
SIZE (lsh-2.0.1.tar.gz.asc) = 189
|
||||
MD5 (lsh-2.0.3.tar.gz) = 2edcb2f48f2b541e757ccdff70387fcb
|
||||
SHA256 (lsh-2.0.3.tar.gz) = 37a4f129116aa619c94623173a371e07dbb578be9ff56e0744498e70666167b6
|
||||
SIZE (lsh-2.0.3.tar.gz) = 2138136
|
||||
MD5 (lsh-2.0.3.tar.gz.asc) = 0e60a8840be4666e3515355af41801db
|
||||
SHA256 (lsh-2.0.3.tar.gz.asc) = 8ae42b0e9889e16125825537d50a02a21ba70f5e490ea3f4518fe563d59851a6
|
||||
SIZE (lsh-2.0.3.tar.gz.asc) = 189
|
||||
|
@ -12,12 +12,14 @@ bin/lsh-upgrade-key
|
||||
bin/lsh-writekey
|
||||
bin/lshg
|
||||
bin/nettle-lfib-stream
|
||||
bin/pkcs1-conv
|
||||
bin/sexp-conv
|
||||
bin/srp-gen
|
||||
bin/ssh-conv
|
||||
include/nettle/aes.h
|
||||
include/nettle/arcfour.h
|
||||
include/nettle/arctwo.h
|
||||
include/nettle/asn1.h
|
||||
include/nettle/base16.h
|
||||
include/nettle/base64.h
|
||||
include/nettle/bignum.h
|
||||
@ -25,6 +27,7 @@ include/nettle/blowfish.h
|
||||
include/nettle/buffer.h
|
||||
include/nettle/cast128.h
|
||||
include/nettle/cbc.h
|
||||
include/nettle/ctr.h
|
||||
include/nettle/des-compat.h
|
||||
include/nettle/des.h
|
||||
include/nettle/dsa.h
|
||||
@ -37,21 +40,21 @@ include/nettle/md5-compat.h
|
||||
include/nettle/md5.h
|
||||
include/nettle/memxor.h
|
||||
include/nettle/nettle-meta.h
|
||||
include/nettle/nettle-stdint.h
|
||||
include/nettle/nettle-types.h
|
||||
include/nettle/pgp.h
|
||||
include/nettle/pkcs1.h
|
||||
include/nettle/realloc.h
|
||||
include/nettle/rsa.h
|
||||
include/nettle/rsa-compat.h
|
||||
include/nettle/rsa.h
|
||||
include/nettle/serpent.h
|
||||
include/nettle/sexp.h
|
||||
include/nettle/sha.h
|
||||
include/nettle/twofish.h
|
||||
include/nettle/yarrow.h
|
||||
@dirrm include/nettle
|
||||
lib/libnettle.a
|
||||
sbin/lsh-execuv
|
||||
%%KRB%%sbin/lsh-krb-checkpw
|
||||
sbin/lsh-pam-checkpw
|
||||
sbin/lshd
|
||||
sbin/sftp-server
|
||||
@dirrm include/nettle
|
||||
|
Loading…
Reference in New Issue
Block a user