diff --git a/openssh-8.0p1-gssapi-keyex.patch b/openssh-8.0p1-gssapi-keyex.patch index 9e7ea7256c981c6f609b0e0b55d2e86a59e86213..863d59e3158e6a81ddaaee1bd1290c2157ad8b02 100644 --- a/openssh-8.0p1-gssapi-keyex.patch +++ b/openssh-8.0p1-gssapi-keyex.patch @@ -215,12 +215,13 @@ index 9351e042..d6446c0c 100644 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 2910d501671b635a21c3c27c811b677c7d0c7eec..c28b89dcbbefc1b477fec6285f47c6554337579e 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 31 +%global openssh_release 32 Name: openssh Version: 8.2p1 @@ -497,6 +497,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Fri Aug 1 2025 zhangbinqin - 8.2p1-32 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix the missing member of the struct Authmethod method_gsskeyex + * Fri Apr 11 2025 bitianyuan - 8.2p1-31 - Type:CVE - CVE:CVE-2025-26465 CVE-2025-32728