diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-22 16:24:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-22 16:24:04 +0000 |
commit | f62de4539b9ee3ac4ef40e21ea65a1a356fd9a99 (patch) | |
tree | f9288b180b3efb83f1513355c855fe37a20d6886 /security/openssh-portable/Makefile | |
parent | aa855b4370bb3a1dbf2a930ec153837e3cd77bf0 (diff) | |
download | ports-f62de4539b9ee3ac4ef40e21ea65a1a356fd9a99.tar.gz ports-f62de4539b9ee3ac4ef40e21ea65a1a356fd9a99.zip |
Update: openssh-3.2.3p1
New manpages: ssh-keysign.8 sftp-server.8 sshd.8
New program ssh-keysign
Notes
Notes:
svn path=/head/; revision=61737
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 46a8046c3e13..bb678422843a 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/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 |