Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dovecot23 for openSUSE:Factory 
checked in at 2025-02-11 21:24:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dovecot23 (Old)
 and      /work/SRC/openSUSE:Factory/.dovecot23.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dovecot23"

Tue Feb 11 21:24:58 2025 rev:57 rq:1244936 version:2.3.21.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dovecot23/dovecot23.changes      2025-01-30 
14:53:01.769962847 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot23.new.19470/dovecot23.changes   
2025-02-11 21:27:02.064222827 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 14:06:40 UTC 2025 - Peter Varkoly <vark...@suse.com>
+
+- Fix build problems caused by too long file name.
+  Add patch: dovecot-2.3.21-test-socket-path.patch
+
+-------------------------------------------------------------------

New:
----
  dovecot-2.3.21-test-socket-path.patch

BETA DEBUG BEGIN:
  New:- Fix build problems caused by too long file name.
  Add patch: dovecot-2.3.21-test-socket-path.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ dovecot23.spec ++++++
--- /var/tmp/diff_new_pack.hNxBH2/_old  2025-02-11 21:27:02.856255498 +0100
+++ /var/tmp/diff_new_pack.hNxBH2/_new  2025-02-11 21:27:02.856255498 +0100
@@ -167,6 +167,8 @@
 Patch3:         fix-strict-aliasing.patch
 # PATCH-FIX-UPSTREAM - https://github.com/dovecot/core/commit/1ccd5b54.patch
 Patch4:         dovecot-link-icu76.patch
+# PATCH-FIX-UPSTREAM - 
https://src.fedoraproject.org/rpms/dovecot/raw/rawhide/f/dovecot-2.3.21-test-socket-path.patch
+Patch5:         dovecot-2.3.21-test-socket-path.patch
 Summary:        IMAP and POP3 Server Written Primarily with Security in Mind
 License:        BSD-3-Clause AND LGPL-2.1-or-later AND MIT
 Group:          Productivity/Networking/Email/Servers


++++++ dovecot-2.3.21-test-socket-path.patch ++++++
>From 9a3e0d099044d3a7478c3a24ccb8990181767f7c Mon Sep 17 00:00:00 2001
From: Duncan Bellamy <d...@denkimushi.com>
Date: Sat, 6 Mar 2021 14:25:29 +0000
Subject: [PATCH] imap: Shorten test-imap-client-hibernate socket path length

---
 src/imap/test-imap-client-hibernate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/imap/test-imap-client-hibernate.c 
b/src/imap/test-imap-client-hibernate.c
index 9b90e1bd9a..c5392fa3fc 100644
--- a/src/imap/test-imap-client-hibernate.c
+++ b/src/imap/test-imap-client-hibernate.c
@@ -19,7 +19,7 @@
 
 #include <sys/stat.h>
 
-#define TEMP_DIRNAME ".test-imap-client-hibernate"
+#define TEMP_DIRNAME ".test-ich"
 
 #define EVILSTR "\t\r\n\001"
 

Reply via email to