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.
This commit is contained in:
parent
0724a6c346
commit
500e4184ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126662
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user