mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
security/openssh-portable: Update to 9.7p1
Changes: https://www.openssh.com/txt/release-9.7
This commit is contained in:
parent
28df2926d2
commit
146b99934b
@ -1,6 +1,6 @@
|
||||
PORTNAME= openssh
|
||||
DISTVERSION= 9.6p1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 9.7p1
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= OPENBSD/OpenSSH/portable
|
||||
@ -109,13 +109,13 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn-gss-glue
|
||||
. endif
|
||||
# - See https://sources.debian.org/data/main/o/openssh/ for which subdir to
|
||||
# pull from.
|
||||
GSSAPI_DEBIAN_VERSION= 9.6p1
|
||||
GSSAPI_DEBIAN_SUBDIR= ${GSSAPI_DEBIAN_VERSION:U${DISTVERSION}}-3
|
||||
GSSAPI_DEBIAN_VERSION= 9.7p1
|
||||
GSSAPI_DEBIAN_SUBDIR= ${GSSAPI_DEBIAN_VERSION:U${DISTVERSION}}-2
|
||||
# - 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
|
||||
# Bump this when updating the patch location
|
||||
GSSAPI_DISTVERSION= 9.4p1
|
||||
GSSAPI_DISTVERSION= 9.7p1
|
||||
PATCHFILES+= openssh-${GSSAPI_DISTVERSION:U${DISTVERSION}}-gsskex-all-debian-rh-${GSSAPI_DISTVERSION}.patch:-p1:gsskex
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gssapi-auth2-gss.c
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gssapi-kexgssc.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1706059638
|
||||
SHA256 (openssh-9.6p1.tar.gz) = 910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c
|
||||
SIZE (openssh-9.6p1.tar.gz) = 1857862
|
||||
SHA256 (openssh-9.4p1-gsskex-all-debian-rh-9.4p1.patch) = 03a32678a96cfd274482378d0d2889709018c403e40207b8d5dca41b7e9941bd
|
||||
SIZE (openssh-9.4p1-gsskex-all-debian-rh-9.4p1.patch) = 131920
|
||||
TIMESTAMP = 1710784635
|
||||
SHA256 (openssh-9.7p1.tar.gz) = 490426f766d82a2763fcacd8d83ea3d70798750c7bd2aff2e57dc5660f773ffd
|
||||
SIZE (openssh-9.7p1.tar.gz) = 1848766
|
||||
SHA256 (openssh-9.7p1-gsskex-all-debian-rh-9.7p1.patch) = 30d9652a18851c0b7a80b8f07d70adc3a77267b656f784c9e89cb93171f22210
|
||||
SIZE (openssh-9.7p1-gsskex-all-debian-rh-9.7p1.patch) = 131397
|
||||
|
@ -9,11 +9,3 @@
|
||||
{
|
||||
Authctxt *authctxt = ssh->authctxt;
|
||||
int r, authenticated = 0;
|
||||
@@ -373,6 +373,7 @@ input_gssapi_mic(int type, u_int32_t plen, struct ssh
|
||||
|
||||
Authmethod method_gsskeyex = {
|
||||
"gssapi-keyex",
|
||||
+ NULL,
|
||||
userauth_gsskeyex,
|
||||
&options.gss_authentication
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user