diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2025-10-06 08:55:08 -0700 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2025-10-06 08:57:41 -0700 |
| commit | a011260fc5b4e2dc5cf5783dbb9279e3e7a21c55 (patch) | |
| tree | 68a9662f43559293d27f7ff1b737d51336d99c5a | |
| parent | 1d8c65b4c3f624012add84b28a7c49ad556b9ad0 (diff) | |
security/openssh-portable: Fix gssapi build.
Debian updated their patches. Also mirror the patch while here.
(cherry picked from commit 8f4607278deeb9e12b2f444a478a488ac733af65)
| -rw-r--r-- | security/openssh-portable/Makefile | 2 | ||||
| -rw-r--r-- | security/openssh-portable/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 87e3d95826fd..8d53967d764d 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -108,7 +108,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn-gss-glue # - See https://sources.debian.org/data/main/o/openssh/ for which subdir to # pull from. GSSAPI_DEBIAN_VERSION= 10.0p1 -GSSAPI_DEBIAN_SUBDIR= ${GSSAPI_DEBIAN_VERSION:U${DISTVERSION}}-5 +GSSAPI_DEBIAN_SUBDIR= ${GSSAPI_DEBIAN_VERSION:U${DISTVERSION}}-8 # - Debian does not use a versioned filename so we trick fetch to make one for # us with the ?<anything>=/ trick. PATCH_SITES+= https://sources.debian.org/data/main/o/openssh/1:${GSSAPI_DEBIAN_SUBDIR}/debian/patches/gssapi.patch?dummy=/:gsskex diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index e011b5271ca0..2b13cb5a64da 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1747920014 +TIMESTAMP = 1759765953 SHA256 (openssh-10.0p1.tar.gz) = 021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c SIZE (openssh-10.0p1.tar.gz) = 1972675 SHA256 (openssh-10.0p1-gsskex-all-debian-rh-10.0p1.patch) = 6749430c148dacf41b396c0f7a107526e6030379ccd4f57f407993748d4a5912 |
