Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gromox for openSUSE:Factory checked 
in at 2026-02-26 18:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gromox (Old)
 and      /work/SRC/openSUSE:Factory/.gromox.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gromox"

Thu Feb 26 18:52:02 2026 rev:57 rq:1335180 version:3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gromox/gromox.changes    2026-02-23 
16:14:23.093875237 +0100
+++ /work/SRC/openSUSE:Factory/.gromox.new.29461/gromox.changes 2026-02-26 
18:52:26.494996987 +0100
@@ -1,0 +2,28 @@
+Thu Feb 26 01:31:56 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 3.5
+  * Finer-grained control over listening socket creation
+  * importer: make -B option usable with public stores
+  * emsmdb: async notification connections were not marked active
+    and would not deliver a signal of new pending events
+  * emsmdb: repair EcDoAsyncWaitEx to immediately return when
+    notifications are already pending in the session queue
+  * emsmdb: fix UAF/crash when notifications are sent over RPCH
+  * oxcical: upon reception of non-recurring appointments, the
+    PidLidRecurring=0 property will be set now, as some Outlook
+    versions fail to show appointments in the
+    daily/weekly/monthly view if the property is absent
+  * oxcmail: messages with timezones ±08xx/09xx were mistreated
+    as UTC
+  * oxvcard: fixed a field shift in the ADR line's parsing and
+    emission
+  * ews: trim all C0 control codes from XML response
+  * exmdb: limit production of PR_RTF_COMPRESSED variants of
+    PR_BODY/PR_HTML when saving messages to IPM.Task objects
+  * Plugged a memory leak that occurred when a multi-HTML
+    Internet Mail is converted to MAPI
+  * Plugged a memleak that occurred when HTML is converted to RTF
+  * Plugged a logical memleak stemming from never shrinking the
+    buffer of `FETCH RFC822` and related commands
+
+-------------------------------------------------------------------

Old:
----
  gromox-3.4.tar.asc
  gromox-3.4.tar.zst

New:
----
  gromox-3.5.tar.asc
  gromox-3.5.tar.zst

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

Other differences:
------------------
++++++ gromox.spec ++++++
--- /var/tmp/diff_new_pack.meeksm/_old  2026-02-26 18:52:27.707047440 +0100
+++ /var/tmp/diff_new_pack.meeksm/_new  2026-02-26 18:52:27.711047606 +0100
@@ -19,7 +19,7 @@
 %define _libexecdir %_prefix/libexec
 
 Name:           gromox
-Version:        3.4
+Version:        3.5
 Release:        0
 Summary:        Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
 License:        AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.meeksm/_old  2026-02-26 18:52:27.751049271 +0100
+++ /var/tmp/diff_new_pack.meeksm/_new  2026-02-26 18:52:27.755049438 +0100
@@ -1,5 +1,5 @@
-mtime: 1771799780
-commit: 4d6459304745a45e5338fc16260c68d5c63e80237b40218e5c909d91e782d661
+mtime: 1772069528
+commit: 31fedf7a4e9d00684ee1bcf1de4de617a04f3a497ee305ac968974978eed14d9
 url: https://src.opensuse.org/jengelh/gromox
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-02-26 02:32:21.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ gcc16.patch ++++++
--- /var/tmp/diff_new_pack.meeksm/_old  2026-02-26 18:52:28.035061094 +0100
+++ /var/tmp/diff_new_pack.meeksm/_new  2026-02-26 18:52:28.043061427 +0100
@@ -6,26 +6,13 @@
 <climits> was implicitly included via <atomic>, which changed in
 gcc-16 and is no longer the case.
 ---
- mda/lda.cpp         |    1 +
  tests/exrpctest.cpp |    1 +
- 2 files changed, 2 insertions(+)
+ 1 file changed, 1 insertion(+)
 
-Index: gromox-3.4/mda/lda.cpp
+Index: gromox-3.5/tests/exrpctest.cpp
 ===================================================================
---- gromox-3.4.orig/mda/lda.cpp
-+++ gromox-3.4/mda/lda.cpp
-@@ -1,6 +1,7 @@
- // SPDX-License-Identifier: AGPL-3.0-or-later
- // SPDX-FileCopyrightText: 2025–2026 grommunio GmbH
- // This file is part of Gromox.
-+#include <climits>
- #include <cstdio>
- #include <cstdlib>
- #include <cstring>
-Index: gromox-3.4/tests/exrpctest.cpp
-===================================================================
---- gromox-3.4.orig/tests/exrpctest.cpp
-+++ gromox-3.4/tests/exrpctest.cpp
+--- gromox-3.5.orig/tests/exrpctest.cpp
++++ gromox-3.5/tests/exrpctest.cpp
 @@ -1,6 +1,7 @@
  // SPDX-License-Identifier: AGPL-3.0-or-later
  // SPDX-FileCopyrightText: 2024–2025 grommunio GmbH
@@ -33,5 +20,5 @@
 +#include <climits>
  #include <cstdint>
  #include <cstdlib>
- #include <vector>
+ #include <cstdlib>
 

++++++ gromox-3.4.tar.zst -> gromox-3.5.tar.zst ++++++
++++ 14763 lines of diff (skipped)

Reply via email to