diff options
-rw-r--r-- | security/hpn-ssh/Makefile | 4 | ||||
-rw-r--r-- | security/hpn-ssh/pkg-plist | 1 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 4 | ||||
-rw-r--r-- | security/openssh-portable/pkg-plist | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 534478df36d4..262a717d6fd1 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssh PORTVERSION= 2.9p1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ @@ -16,7 +16,7 @@ PKGNAMESUFFIX= -portable MAINTAINER= dwcjr@FreeBSD.org -MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 +MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 slogin.1 MAN8= sftp-server.8 sshd.8 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto diff --git a/security/hpn-ssh/pkg-plist b/security/hpn-ssh/pkg-plist index 34b8ce62f885..566bd9895501 100644 --- a/security/hpn-ssh/pkg-plist +++ b/security/hpn-ssh/pkg-plist @@ -1,5 +1,6 @@ bin/ssh bin/scp +bin/slogin bin/ssh-add bin/ssh-agent bin/ssh-keygen diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 534478df36d4..262a717d6fd1 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssh PORTVERSION= 2.9p1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ @@ -16,7 +16,7 @@ PKGNAMESUFFIX= -portable MAINTAINER= dwcjr@FreeBSD.org -MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 +MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 slogin.1 MAN8= sftp-server.8 sshd.8 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto diff --git a/security/openssh-portable/pkg-plist b/security/openssh-portable/pkg-plist index 34b8ce62f885..566bd9895501 100644 --- a/security/openssh-portable/pkg-plist +++ b/security/openssh-portable/pkg-plist @@ -1,5 +1,6 @@ bin/ssh bin/scp +bin/slogin bin/ssh-add bin/ssh-agent bin/ssh-keygen |