diff options
author | pav <pav@FreeBSD.org> | 2009-03-25 01:26:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-25 01:26:18 +0800 |
commit | dfd2a29c7414175bf14c7970cd76081a9bc16a45 (patch) | |
tree | d0dbc51d77b869ee74df1efca7ec93f05a8660bd /security/openssh-portable/Makefile | |
parent | a87b729925c93fe5ad898509faa8b5963ebc2f6a (diff) | |
download | freebsd-ports-gnome-dfd2a29c7414175bf14c7970cd76081a9bc16a45.tar.gz freebsd-ports-gnome-dfd2a29c7414175bf14c7970cd76081a9bc16a45.tar.zst freebsd-ports-gnome-dfd2a29c7414175bf14c7970cd76081a9bc16a45.zip |
- Update to 5.1p1
PR: ports/128679
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (mnag; 4 months)
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 bbd5dd4f1dc0..c8ac83eeec06 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssh -DISTVERSION= 5.0p1 +DISTVERSION= 5.1p1 PORTEPOCH= 1 CATEGORIES= security ipv6 .if defined(OPENSSH_SNAPSHOT) @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 -MAN5= ssh_config.5 sshd_config.5 +MAN5= moduli.5 ssh_config.5 sshd_config.5 MAN8= sftp-server.8 sshd.8 ssh-keysign.8 CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* @@ -142,7 +142,7 @@ BROKEN= HPN and LPK patches are incompatible .if defined(WITH_HPN) PATCH_DIST_STRIP= -p1 PATCH_SITES+= http://www.psc.edu/networking/projects/hpn-ssh/ -PATCHFILES+= openssh-5.0p1-hpn13v3.diff.gz +PATCHFILES+= openssh-5.1p1-hpn13v5.diff.gz .endif # See http://dev.inversepath.com/trac/openssh-lpk |