summaryrefslogtreecommitdiffstats
path: root/security/hpn-ssh
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-01-17 19:12:43 +0000
committerbrooks <brooks@FreeBSD.org>2005-01-17 19:12:43 +0000
commitff51199c7a53c35b9bee780f9fc1efe759a89a4e (patch)
tree64f56eaac8b82c81c6ad07b63adb1fc005ae7eb3 /security/hpn-ssh
parente8068e5bc22628664e6b3ad0e66349096ca570b9 (diff)
downloadFreeBSD-ports-ff51199c7a53c35b9bee780f9fc1efe759a89a4e.zip
FreeBSD-ports-ff51199c7a53c35b9bee780f9fc1efe759a89a4e.tar.gz
Update to a new version of the none ciper patch. The previous version
mistakenly allowed ssh to switch to the none ciper for interactive sessions which could pose a security risk. The new version corrects this. This code was only enabled when WANT_NONE_CIPHER was set in the make environment. Bump portrevision in this case.
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r--security/hpn-ssh/Makefile6
-rw-r--r--security/hpn-ssh/distinfo3
2 files changed, 7 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index da41223..8e45f26 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -8,13 +8,17 @@
PORTNAME= hpn-ssh
PORTVERSION= 3.9.0.1
PORTEPOCH= 1
+.if defined(WITH_NONE_CIPHER)
+PORTREVISON= 1
+.endif
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \
ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/
PKGNAMESUFFIX?= ${GSSAPI_SUFFIX}${BASE_SUFFIX}
DISTNAME= openssh-${OPENSSHVERSION}
+
.if defined(WITH_NONE_CIPHER)
-PATCHFILES= openssh-${OPENSSHVERSION}-hpn-none.diff
+PATCHFILES= openssh-${OPENSSHVERSION}-hpn-none-p2.diff
.else
PATCHFILES= openssh-${OPENSSHVERSION}-hpn.diff
.endif
diff --git a/security/hpn-ssh/distinfo b/security/hpn-ssh/distinfo
index f58a9b1..38b23afb 100644
--- a/security/hpn-ssh/distinfo
+++ b/security/hpn-ssh/distinfo
@@ -3,4 +3,5 @@ SIZE (openssh-3.9p1.tar.gz) = 854027
MD5 (openssh-3.9p1-hpn.diff) = e6a3ea869739e1725d2580a4ef9889c2
SIZE (openssh-3.9p1-hpn.diff) = 8387
MD5 (openssh-3.9p1-hpn-none.diff) = f738de8dea04b87cea7811e996f9eb2b
-SIZE (openssh-3.9p1-hpn-none.diff) = 18971
+SIZE (openssh-3.9p1-hpn-none.diff) = 19330
+MD5 (openssh-3.9p1-hpn-none-p2.diff) = 486689932ad07e56cc67a870c9c28131
OpenPOWER on IntegriCloud