diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-18 23:45:19 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-18 23:45:19 +0000 |
commit | d9273a31897eb97c5a3164cc1c90000b70b3212d (patch) | |
tree | d7ddf50befe60656b6a7319bc7f32bb9d48ca379 /security/ssh2 | |
parent | 837e8ef30fbfa96d1e83dfd0d860fa347c9433e7 (diff) | |
download | ports-d9273a31897eb97c5a3164cc1c90000b70b3212d.tar.gz ports-d9273a31897eb97c5a3164cc1c90000b70b3212d.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 6 | ||||
-rw-r--r-- | security/ssh2/distinfo | 2 | ||||
-rw-r--r-- | security/ssh2/pkg-plist | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index a551963f8f8c..50cd6627b49b 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ssh2 -PORTVERSION= 3.1.2 +PORTVERSION= 3.2.0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ @@ -20,8 +20,6 @@ DISTNAME= ssh-${PORTVERSION} MAINTAINER= larse@ISI.EDU -#RESTRICTED= "Crypto; export-controlled" - GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-etcdir=${SSH2_ETC} --disable-debug @@ -73,7 +71,7 @@ MLINKS= ssh2.1 ssh.1 ssh-add2.1 ssh-add.1 ssh-agent2.1 ssh-agent.1 \ ssh-probe2.1 ssh-probe.1 sshd2.8 sshd.8 MANCOMPRESSED= no -PORTDOCS= BUG.REPORT CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \ +PORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \ REGEX-SYNTAX SSH2.QUICKSTART post-install: install-config-files diff --git a/security/ssh2/distinfo b/security/ssh2/distinfo index 3d9a4a5372bc..e8258273a7d3 100644 --- a/security/ssh2/distinfo +++ b/security/ssh2/distinfo @@ -1 +1 @@ -MD5 (ssh-3.1.2.tar.gz) = 3da96ec4886063369eb29674b491b2c0 +MD5 (ssh-3.2.0.tar.gz) = bbc63ab4a7f56cd63a7fb68d44ad739c diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist index 89995cd5d503..16eed4f15427 100644 --- a/security/ssh2/pkg-plist +++ b/security/ssh2/pkg-plist @@ -7,7 +7,6 @@ bin/ssh-keygen2 bin/ssh-add2 bin/ssh-signer2 bin/ssh-probe2 -bin/ssh-pam-client bin/sftp-server2 bin/ssh-dummy-shell bin/ssh-pubkeymgr @@ -30,7 +29,6 @@ sbin/sshd2 sbin/sshd-check-conf sbin/sshd @exec if [ ! -f %D/etc/ssh2/hostkey ]; then umask 022; echo "Generating 1024 bit host key."; %D/bin/ssh-keygen2 -P -b 1024 -t dsa %D/etc/ssh2/hostkey; fi -%%PORTDOCS%%share/doc/ssh2/BUG.REPORT %%PORTDOCS%%share/doc/ssh2/CHANGES %%PORTDOCS%%share/doc/ssh2/FAQ %%PORTDOCS%%share/doc/ssh2/INSTALL |