Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cyrus-imapd for openSUSE:Factory checked in at 2025-05-31 19:16:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cyrus-imapd (Old) and /work/SRC/openSUSE:Factory/.cyrus-imapd.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cyrus-imapd" Sat May 31 19:16:23 2025 rev:3 rq:1281382 version:3.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes 2025-04-29 16:42:33.127663128 +0200 +++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new.16005/cyrus-imapd.changes 2025-05-31 19:17:17.979831364 +0200 @@ -1,0 +2,19 @@ +Tue May 27 22:43:21 UTC 2025 - Aeneas Jaißle <[email protected]> + +- update to version 3.8.5 (bugfix release) + * Fixed Issue #5029: check for unexpected extra tiny-tests directories + * Fixed Issue #5148: added --enable-release-checks configure option for use when building releases + * Fixed Issue #4489: calendar-color "changes" namespace (thanks Дилян Палаузов) + * Fixed Issue #5009: various portability warnings and nits + * Fixed Issue #5050: iTIP line endings (thanks Дилян Палаузов) + * Fixed Issue #5052: iMIP line endings (thanks Дилян Палаузов) + * Fixed Issue #5072: http_cgi use after free (thanks Дилян Палаузов) + * Fixed Issue #5094: httpd crash when PROPFIND url is /dav/calendars + * Fixed Issue #5118: broken language checks for "zr-hant" and "sr-me" + * Fixed Issue #5047: proxying UID SEARCH + +- rebased patches: + - cyrus-imapd-3.8.2_syslog-facility-doc.patch + + cyrus-imapd-3.8.5_syslog-facility-doc.patch + +------------------------------------------------------------------- Old: ---- cyrus-imapd-3.8.2_syslog-facility-doc.patch cyrus-imapd-3.8.4.tar.gz cyrus-imapd-3.8.4.tar.gz.sig New: ---- cyrus-imapd-3.8.5.tar.gz cyrus-imapd-3.8.5.tar.gz.sig cyrus-imapd-3.8.5_syslog-facility-doc.patch BETA DEBUG BEGIN: Old:- rebased patches: - cyrus-imapd-3.8.2_syslog-facility-doc.patch + cyrus-imapd-3.8.5_syslog-facility-doc.patch BETA DEBUG END: BETA DEBUG BEGIN: New: - cyrus-imapd-3.8.2_syslog-facility-doc.patch + cyrus-imapd-3.8.5_syslog-facility-doc.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cyrus-imapd.spec ++++++ --- /var/tmp/diff_new_pack.vHZEQW/_old 2025-05-31 19:17:18.763863765 +0200 +++ /var/tmp/diff_new_pack.vHZEQW/_new 2025-05-31 19:17:18.763863765 +0200 @@ -1,7 +1,7 @@ # # spec file for package cyrus-imapd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ %global _servicename cyrus-imapd %define _sover 0 Name: cyrus-imapd -Version: 3.8.4 +Version: 3.8.5 Release: 0 Summary: The Cyrus IMAP and POP Mail Server License: BSD-3-Clause @@ -46,7 +46,7 @@ Source11: cyrus-user.conf # PATCH-FIX-OPENSUSE -- Use the right syslog facility in docs -Patch7: cyrus-imapd-3.8.2_syslog-facility-doc.patch +Patch7: cyrus-imapd-3.8.5_syslog-facility-doc.patch # PATCH-FIX-FEDORA -- Link Perl components against pcre2 # pending upstream discussion ++++++ cyrus-imapd-3.8.4.tar.gz -> cyrus-imapd-3.8.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd-3.8.4.tar.gz /work/SRC/openSUSE:Factory/.cyrus-imapd.new.16005/cyrus-imapd-3.8.5.tar.gz differ: char 13, line 1 ++++++ cyrus-imapd-3.8.2_syslog-facility-doc.patch -> cyrus-imapd-3.8.5_syslog-facility-doc.patch ++++++ --- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd-3.8.2_syslog-facility-doc.patch 2025-04-04 18:08:53.347605914 +0200 +++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new.16005/cyrus-imapd-3.8.5_syslog-facility-doc.patch 2025-05-31 19:17:17.967830869 +0200 @@ -1,25 +1,6 @@ -diff '--color=auto' -ru a/doc/html/imap/concepts/overview_and_concepts.html b/doc/html/imap/concepts/overview_and_concepts.html ---- a/doc/html/imap/concepts/overview_and_concepts.html 2024-03-13 03:51:12.000000000 +0100 -+++ b/doc/html/imap/concepts/overview_and_concepts.html 2024-04-10 17:42:03.859885326 +0200 -@@ -1307,7 +1307,7 @@ - </section> - <section id="the-syslog-facility"> - <h2>The syslog facility<a class="headerlink" href="#the-syslog-facility" title="Permalink to this heading">¶</a></h2> --<p>The Cyrus IMAP server software sends log messages to the <code class="docutils literal notranslate"><span class="pre">local6</span></code> -+<p>The Cyrus IMAP server software sends log messages to the <code class="docutils literal notranslate"><span class="pre">daemon</span></code> - syslog facility. The severity levels used are:</p> - <ul class="simple"> - <li><p><strong>CRIT</strong> - Critical errors which probably require prompt administrator action</p></li> -@@ -1571,4 +1571,4 @@ - - - </body> --</html> -\ No newline at end of file -+</html> -diff '--color=auto' -ru a/doc/legacy/install-configure.html b/doc/legacy/install-configure.html ---- a/doc/legacy/install-configure.html 2024-03-13 03:47:32.000000000 +0100 -+++ b/doc/legacy/install-configure.html 2024-04-10 17:40:43.429453680 +0200 +diff '--color=auto' -ru cyrus-imapd-3.8.5.orig/doc/legacy/install-configure.html cyrus-imapd-3.8.5/doc/legacy/install-configure.html +--- cyrus-imapd-3.8.5.orig/doc/legacy/install-configure.html 2025-01-22 00:32:31.000000000 +0100 ++++ cyrus-imapd-3.8.5/doc/legacy/install-configure.html 2025-05-28 18:14:06.503515889 +0200 @@ -45,10 +45,10 @@ If you do not copy the "<tt>syslog/syslog.conf</tt>" file to the @@ -33,9 +14,9 @@ </pre> You probably also want to log SASL messages with a line like: -diff '--color=auto' -ru a/doc/legacy/overview.html b/doc/legacy/overview.html ---- a/doc/legacy/overview.html 2024-03-13 03:47:44.000000000 +0100 -+++ b/doc/legacy/overview.html 2024-04-10 17:40:58.012865278 +0200 +diff '--color=auto' -ru cyrus-imapd-3.8.5.orig/doc/legacy/overview.html cyrus-imapd-3.8.5/doc/legacy/overview.html +--- cyrus-imapd-3.8.5.orig/doc/legacy/overview.html 2025-01-22 01:26:18.000000000 +0100 ++++ cyrus-imapd-3.8.5/doc/legacy/overview.html 2025-05-28 18:14:29.215118793 +0200 @@ -623,7 +623,7 @@ <h3><a name="syslog">The <TT>syslog</TT> facility</a></h3> @@ -45,3 +26,15 @@ syslog facility. The severity levels used are: <UL> +diff '--color=auto' -ru cyrus-imapd-3.8.5.orig/docsrc/imap/concepts/overview_and_concepts.rst cyrus-imapd-3.8.5/docsrc/imap/concepts/overview_and_concepts.rst +--- cyrus-imapd-3.8.5.orig/docsrc/imap/concepts/overview_and_concepts.rst 2025-01-22 01:26:18.000000000 +0100 ++++ cyrus-imapd-3.8.5/docsrc/imap/concepts/overview_and_concepts.rst 2025-05-28 18:15:19.388701124 +0200 +@@ -411,7 +411,7 @@ + The syslog facility + ******************* + +-The Cyrus IMAP server software sends log messages to the ``local6`` ++The Cyrus IMAP server software sends log messages to the ``daemon`` + syslog facility. The severity levels used are: + + * **CRIT** - Critical errors which probably require prompt administrator action
