Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dovecot24 for openSUSE:Factory 
checked in at 2025-06-23 15:02:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dovecot24 (Old)
 and      /work/SRC/openSUSE:Factory/.dovecot24.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dovecot24"

Mon Jun 23 15:02:08 2025 rev:8 rq:1287488 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dovecot24/dovecot24.changes      2025-05-08 
18:25:55.998864736 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot24.new.7067/dovecot24.changes    
2025-06-23 15:02:31.326929827 +0200
@@ -1,0 +2,5 @@
+Fri May 23 11:48:20 UTC 2025 - Paul Zirnik <paul.zir...@suse.com>
+
+- dovecot-fix-gssapi.patch applied to fix gssapi
+
+-------------------------------------------------------------------

New:
----
  dovecot-fix-gssapi.patch

----------(New B)----------
  New:
- dovecot-fix-gssapi.patch applied to fix gssapi
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dovecot24.spec ++++++
--- /var/tmp/diff_new_pack.25TGIx/_old  2025-06-23 15:02:32.214965904 +0200
+++ /var/tmp/diff_new_pack.25TGIx/_new  2025-06-23 15:02:32.218966067 +0200
@@ -66,6 +66,8 @@
 Patch1:         dovecot-2.4.0-lua_json.patch
 # PATCH-FIX-OPENSUSE
 Patch2:         dovecot-2.3.17-env_script_interpreter.patch
+# PATCH-FIX-OPENSUSE
+Patch3:         dovecot-fix-gssapi.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex


++++++ dovecot-fix-gssapi.patch ++++++
diff -Naur dovecot-2.4.1-4/src/auth/mech-gssapi.c 
dovecot-2.4.1-4.new/src/auth/mech-gssapi.c
--- dovecot-2.4.1-4/src/auth/mech-gssapi.c      2025-03-28 12:32:27.000000000 
+0100
+++ dovecot-2.4.1-4.new/src/auth/mech-gssapi.c  2025-05-23 14:09:17.765742203 
+0200
@@ -672,7 +672,7 @@
 
        if (data_size == 0) {
                /* The client should go first */
-               auth_request_handler_reply_continue(request, NULL, 0);
+               auth_request_handler_reply_continue(request, uchar_empty_ptr, 
0);
        } else {
                mech_gssapi_auth_continue(request, data, data_size);
        }

Reply via email to