diff options
author | pav <pav@FreeBSD.org> | 2005-06-07 03:09:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-07 03:09:04 +0800 |
commit | 906edec7b1cfb50ae9f8f544fbd6068cc6a0ce79 (patch) | |
tree | 4fd275574fce07de67a8cc4a4e007e33a35be49f /security/openssh-portable/Makefile | |
parent | 484264324bbb24263522b2ca7d79209b3e69504e (diff) | |
download | freebsd-ports-gnome-906edec7b1cfb50ae9f8f544fbd6068cc6a0ce79.tar.gz freebsd-ports-gnome-906edec7b1cfb50ae9f8f544fbd6068cc6a0ce79.tar.zst freebsd-ports-gnome-906edec7b1cfb50ae9f8f544fbd6068cc6a0ce79.zip |
- Update to 4.1p1
PR: ports/81948
Submitted by: Daniel Gerzo <danger@rulez.sk>
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 ab0adaf59df4..2b831ec1069f 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssh -PORTVERSION= 4.0.0.1 +PORTVERSION= 4.1.0.1 .if defined(OPENSSH_SNAPSHOT) PORTREVISION!= date -v-1d +%Y%m%d .endif @@ -21,7 +21,7 @@ DISTNAME= ${DISTNAME2} MAINTAINER= ports@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH -OPENSSHVERSION= 4.0p1 +OPENSSHVERSION= 4.1p1 .if defined(OPENSSH_SNAPSHOT) MASTER_SITE_SUBDIR2= snapshot/ DISTNAME2= ${PORTNAME}-SNAP-${PORTREVISION} @@ -44,7 +44,7 @@ CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto GNU_CONFIGURE= yes USE_REINPLACE= yes USE_PERL5_BUILD= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} --with-md5-passwords +CONFIGURE_ARGS+= --prefix=${PREFIX} --with-md5-passwords --without-zlib-version-check PRECIOUS= ssh_config sshd_config \ ssh_host_key ssh_host_key.pub \ ssh_host_rsa_key ssh_host_rsa_key.pub \ |