diff --git a/backport-openssh-8.0p1-gssapi-keyex.patch b/backport-openssh-8.0p1-gssapi-keyex.patch index 02b3e8bd7706880e3968982706bf4b987241a4f0..3f40acea3cefddb4d216a493d99de23f38036de5 100644 --- a/backport-openssh-8.0p1-gssapi-keyex.patch +++ b/backport-openssh-8.0p1-gssapi-keyex.patch @@ -215,12 +215,13 @@ Reference:https://src.fedoraproject.org/rpms/openssh/blob/rawhide/f/backport-ope else logit("GSSAPI MIC check failed"); -@@ -326,6 +370,12 @@ input_gssapi_mic(int type, u_int32_t plen, struct ssh *ssh) +@@ -326,6 +370,13 @@ input_gssapi_mic(int type, u_int32_t plen, struct ssh *ssh) return 0; } +Authmethod method_gsskeyex = { + "gssapi-keyex", ++ NULL, + userauth_gsskeyex, + &options.gss_authentication +}; diff --git a/openssh.spec b/openssh.spec index f02bd80d0314b7b36ee8b50a815e9960ab7e6fe9..28b32e6edb8211fe0a5350599fcf8b567c3c4f5a 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 35 +%global openssh_release 36 Name: openssh Version: 8.8p1 @@ -528,6 +528,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Fri Aug 1 2025 zhangbinqin - 8.8p1-36 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix the missing member of the struct Authmethod method_gsskeyex + * Mon Apr 14 2025 hdliu - 8.8p1-35 - Type:CVE - CVE:CVE-2025-32728