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 |