View | Details | Raw Unified | Return to bug 226789
Collapse All | Expand All

(-)security/openssh-portable/Makefile (-3 / +6 lines)
Lines 80-86 Link Here
80
80
81
.include <bsd.port.pre.mk>
81
.include <bsd.port.pre.mk>
82
82
83
PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509,hpn,gsskex
83
#PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509,hpn,gsskex
84
PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509,hpn \
85
			http://sources.debian.net/data/main/o/openssh/1:7.7p1-2/debian/patches/:gsskex
84
86
85
# X509 patch includes TCP Wrapper support already
87
# X509 patch includes TCP Wrapper support already
86
.if ${PORT_OPTIONS:MX509}
88
.if ${PORT_OPTIONS:MX509}
Lines 89-95 Link Here
89
91
90
# Must add this patch before HPN due to conflicts
92
# Must add this patch before HPN due to conflicts
91
.if ${PORT_OPTIONS:MKERB_GSSAPI}
93
.if ${PORT_OPTIONS:MKERB_GSSAPI}
92
BROKEN=	KERB_GSSAPI No patch for ${DISTVERSION} yet.
94
#BROKEN=	KERB_GSSAPI No patch for ${DISTVERSION} yet.
93
# Patch from:
95
# Patch from:
94
# http://sources.debian.net/data/main/o/openssh/1:7.4p1-5/debian/patches/gssapi.patch
96
# http://sources.debian.net/data/main/o/openssh/1:7.4p1-5/debian/patches/gssapi.patch
95
# which was originally based on 5.7 patch from
97
# which was originally based on 5.7 patch from
Lines 99-105 Link Here
99
# Needed glue for applying HPN patch without conflict
101
# Needed glue for applying HPN patch without conflict
100
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-hpn-gss-glue
102
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-hpn-gss-glue
101
.  endif
103
.  endif
102
PATCHFILES+=	openssh-7.4p1-gsskex-all-20141021-debian-rh-20161228.patch.gz:-p1:gsskex
104
#PATCHFILES+=	openssh-7.4p1-gsskex-all-20141021-debian-rh-20161228.patch.gz:-p1:gsskex
105
PATCHFILES+=	gssapi.patch:-p1:gsskex
103
.endif
106
.endif
104
107
105
# http://www.psc.edu/index.php/hpn-ssh https://github.com/rapier1/hpn-ssh https://github.com/rapier1/openssh-portable
108
# http://www.psc.edu/index.php/hpn-ssh https://github.com/rapier1/hpn-ssh https://github.com/rapier1/openssh-portable
(-)security/openssh-portable/distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1522788732
1
TIMESTAMP = 1524589531
2
SHA256 (openssh-7.7p1.tar.gz) = d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f
2
SHA256 (openssh-7.7p1.tar.gz) = d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f
3
SIZE (openssh-7.7p1.tar.gz) = 1536900
3
SIZE (openssh-7.7p1.tar.gz) = 1536900
4
SHA256 (openssh-7.7p1+x509-11.3.diff.gz) = 57be0d0028863f1f690b8b4ccae7583c0f8dd8ed2c688a912b25832bf7f9b185
4
SHA256 (gssapi.patch) = 8e0a9cfab242ecc7ba9001eada44313718bfc1d94a9f212341d10d1145eecc7c
5
SIZE (openssh-7.7p1+x509-11.3.diff.gz) = 488467
5
SIZE (gssapi.patch) = 100645

Return to bug 226789