diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-22 16:24:04 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-22 16:24:04 +0000 |
commit | 1c7b089a419fdbe49d25513d7a3982dc4b6b1a76 (patch) | |
tree | 5d9df11c7ef9d21506fe33982a0e5eaf352711fd /security/hpn-ssh | |
parent | 217b072ced81a0cda39affdefc6f84d2822d7a56 (diff) | |
download | FreeBSD-ports-1c7b089a419fdbe49d25513d7a3982dc4b6b1a76.zip FreeBSD-ports-1c7b089a419fdbe49d25513d7a3982dc4b6b1a76.tar.gz |
Update: openssh-3.2.3p1
New manpages: ssh-keysign.8 sftp-server.8 sshd.8
New program ssh-keysign
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 6 | ||||
-rw-r--r-- | security/hpn-ssh/distinfo | 2 | ||||
-rw-r--r-- | security/hpn-ssh/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 46a8046..bb67842 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openssh -PORTREVISION= 2 -PORTVERSION= 3.2.3p1 +PORTVERSION= 3.3p1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ @@ -18,7 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 -MAN8= sftp-server.8 sshd.8 +MAN5= ssh_config.5 sshd_config.5 +MAN8= sftp-server.8 sshd.8 ssh-keysign.8 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto GNU_CONFIGURE= yes diff --git a/security/hpn-ssh/distinfo b/security/hpn-ssh/distinfo index 8433204..703e5bc 100644 --- a/security/hpn-ssh/distinfo +++ b/security/hpn-ssh/distinfo @@ -1,2 +1,2 @@ -MD5 (openssh-3.2.3p1.tar.gz) = f153ccdb5a91fa06ec78d0c6313f4d77 +MD5 (openssh-3.3p1.tar.gz) = 226fdde5498c56288e777c7a697996e0 MD5 (openssh-3.2.3p1-gssapi-20020527.diff) = 27f170956f607b951ffda48da588b00a diff --git a/security/hpn-ssh/pkg-plist b/security/hpn-ssh/pkg-plist index b2b6276..4e3df80 100644 --- a/security/hpn-ssh/pkg-plist +++ b/security/hpn-ssh/pkg-plist @@ -10,3 +10,4 @@ bin/sftp sbin/sshd share/Ssh.bin libexec/sftp-server +libexec/ssh-keysign |