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 | |
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')
-rw-r--r-- | security/openssh-portable/Makefile | 6 | ||||
-rw-r--r-- | security/openssh-portable/distinfo | 4 |
2 files changed, 5 insertions, 5 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 \ diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index 7aa12689255d..6388cc0a9640 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -1,2 +1,2 @@ -MD5 (openssh-4.0p1.tar.gz) = 7b36f28fc16e1b7f4ba3c1dca191ac92 -SIZE (openssh-4.0p1.tar.gz) = 889880 +MD5 (openssh-4.1p1.tar.gz) = 959c663e709c981f07a3315bfd64f3d0 +SIZE (openssh-4.1p1.tar.gz) = 894234 |