diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2018-04-26 02:05:41 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2018-04-26 02:05:41 +0800 |
commit | 4ac594307875bee4152917ed0b94901cb11981cb (patch) | |
tree | 81d3ad10c853210054cfd478ef184e46ed97bb43 | |
parent | b6d36251cccf98dc6adf9bbefe2383dcd0d49b60 (diff) | |
download | freebsd-ports-gnome-4ac594307875bee4152917ed0b94901cb11981cb.tar.gz freebsd-ports-gnome-4ac594307875bee4152917ed0b94901cb11981cb.tar.zst freebsd-ports-gnome-4ac594307875bee4152917ed0b94901cb11981cb.zip |
Update the KERB_GSSAPI patch from debian.
https://sources.debian.org/data/main/o/openssh/1:7.7p1-2/debian/patches/gssapi.patch
is mirrored due to not being filename-unique and not gzipped.
PR: 226789
Submitted by: Rick Miller <vmiller@verisign.com> (based on)
Tested by: Rick Miller <vmiller@verisign.com>
Reported by: david@dcrosstech.com
-rw-r--r-- | security/openssh-portable/Makefile | 6 | ||||
-rw-r--r-- | security/openssh-portable/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 887bf93af3d8..ec9e6d188b47 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -89,9 +89,9 @@ EXTRA_PATCHES:= ${EXTRA_PATCHES:N${TCP_WRAPPERS_EXTRA_PATCHES}} # Must add this patch before HPN due to conflicts .if ${PORT_OPTIONS:MKERB_GSSAPI} -BROKEN= KERB_GSSAPI No patch for ${DISTVERSION} yet. +#BROKEN= KERB_GSSAPI No patch for ${DISTVERSION} yet. # Patch from: -# http://sources.debian.net/data/main/o/openssh/1:7.4p1-5/debian/patches/gssapi.patch +# https://sources.debian.org/data/main/o/openssh/1:7.7p1-2/debian/patches/gssapi.patch # which was originally based on 5.7 patch from # http://www.sxw.org.uk/computing/patches/ # It is mirrored simply to apply gzip -9. @@ -99,7 +99,7 @@ BROKEN= KERB_GSSAPI No patch for ${DISTVERSION} yet. # Needed glue for applying HPN patch without conflict EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn-gss-glue . endif -PATCHFILES+= openssh-7.4p1-gsskex-all-20141021-debian-rh-20161228.patch.gz:-p1:gsskex +PATCHFILES+= openssh-7.7p1-gsskex-all-20141021-debian-rh-20171004.patch.gz:-p1:gsskex .endif # http://www.psc.edu/index.php/hpn-ssh https://github.com/rapier1/hpn-ssh https://github.com/rapier1/openssh-portable diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index 8ab91f2b30d1..1efd65c44e34 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1522788732 +TIMESTAMP = 1524589531 SHA256 (openssh-7.7p1.tar.gz) = d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f SIZE (openssh-7.7p1.tar.gz) = 1536900 SHA256 (openssh-7.7p1+x509-11.3.diff.gz) = 57be0d0028863f1f690b8b4ccae7583c0f8dd8ed2c688a912b25832bf7f9b185 SIZE (openssh-7.7p1+x509-11.3.diff.gz) = 488467 +SHA256 (openssh-7.7p1-gsskex-all-20141021-debian-rh-20171004.patch.gz) = c58f10ed5d9550e6e4ac09898a1aa131321e69c4d65a742ab95d357b35576ef4 +SIZE (openssh-7.7p1-gsskex-all-20141021-debian-rh-20171004.patch.gz) = 27251 |