Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gromox for openSUSE:Factory checked in at 2025-10-27 14:41:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gromox (Old) and /work/SRC/openSUSE:Factory/.gromox.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gromox" Mon Oct 27 14:41:04 2025 rev:52 rq:1313735 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gromox/gromox.changes 2025-10-07 18:32:10.947123587 +0200 +++ /work/SRC/openSUSE:Factory/.gromox.new.1980/gromox.changes 2025-10-27 14:43:12.103408262 +0100 @@ -1,0 +2,25 @@ +Sun Oct 26 16:09:53 UTC 2025 - Jan Engelhardt <[email protected]> + +- Update to release 3.1 + * http: support for SPNEGO authentication (Kerberos-in-SPNEGO or + NTLMSSP-in-SPNEGO) with the HTTP "Authorization: Negotiate" + header. + * dscli: try all oxdisco URLs until one succeeds + * exmdb: support repeated import of permission data + * ews: create calendar item after accepting a MR with MacMail + * emsmdb,zcore: Send-As mail now correctly has the delegator in + Envelope-From + * email_lib: deal with MIME parts with zero header lines + * nsp: avoid buffer overruns in nsp_interface_fetch_property + * emsmdb: Partial message change tracking was buggy and deleted + * http: A workaround was added for OpenSSL 3.0 so that + connections from Outlook 2010 once again succeed. + * mysql_adaptor: Improve the time needed to compute the composite + mailbox permission for user in a case of a mailbox with 100K + ACL entries. + * exmdb: deactivate movecopy/deletemessages event storm compaction + * emsmdb: outgoing lzxpress compression in the EMSMDB protocol is + now disabled as it does not compress well for the time + invested. + +------------------------------------------------------------------- Old: ---- gromox-3.0.tar.asc gromox-3.0.tar.zst New: ---- gromox-3.1.tar.asc gromox-3.1.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gromox.spec ++++++ --- /var/tmp/diff_new_pack.G5kWYd/_old 2025-10-27 14:43:12.771436475 +0100 +++ /var/tmp/diff_new_pack.G5kWYd/_new 2025-10-27 14:43:12.775436644 +0100 @@ -19,7 +19,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 3.0 +Version: 3.1 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 @@ -30,7 +30,7 @@ Source8: %name.keyring BuildRequires: fdupes %if 0%{?suse_version} && 0%{?suse_version} < 1600 -BuildRequires: gcc14-c++ +BuildRequires: gcc12-c++ %else BuildRequires: gcc-c++ %endif @@ -124,7 +124,7 @@ %build %configure \ %if 0%{?suse_version} && 0%{?suse_version} < 1600 - CC=gcc-14 CXX=g++-14 \ + CC=gcc-12 CXX=g++-12 \ %endif %nil %make_build V=1 @@ -172,7 +172,7 @@ %make_build check V=1 # Though services autoreconnect, starting them in the preferred order services is smoother -%global services gromox-timer.service gromox-http.service gromox-zcore.service gromox-event.service gromox-midb.service gromox-imap.service gromox-pop3.service gromox-delivery.service gromox-delivery-queue.service gromox-snapshot.service gromox-snapshot.timer +%global services gromox-timer.service gromox-http.service gromox-zcore.service gromox-event.service gromox-midb.service gromox-imap.service gromox-pop3.service gromox-delivery.service gromox-delivery-queue.service gromox-snapshot.service gromox-snapshot.timer gromox-cleaner.service %if 0%{?service_add_pre:1} %pre ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.G5kWYd/_old 2025-10-27 14:43:12.811438164 +0100 +++ /var/tmp/diff_new_pack.G5kWYd/_new 2025-10-27 14:43:12.815438333 +0100 @@ -1,5 +1,5 @@ -mtime: 1759267477 -commit: 8ccf03b7e73f6e3e25915493ff5f36bae27c7caafad6785f85cfe63bd1673d20 +mtime: 1761495290 +commit: 55c63d9f132f1efbec138e6591ac1b0a1f0df0331b03e7832f5e125898105fdd 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 2025-10-26 17:17:53.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ debian.control ++++++ --- /var/tmp/diff_new_pack.G5kWYd/_old 2025-10-27 14:43:13.039447794 +0100 +++ /var/tmp/diff_new_pack.G5kWYd/_new 2025-10-27 14:43:13.043447963 +0100 @@ -10,8 +10,7 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, php-cli, php-fpm, php-mysql, php-simplexml, php-soap, - system-user-grommunio, system-user-gromox (>= 4), w3m, - libhx32 (>= 4.28) + system-user-grommunio, system-user-gromox (>= 4), w3m Provides: php-mapi-gromox Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support Gromox is the central groupware server component of grommunio. It is ++++++ gromox-3.0.tar.zst -> gromox-3.1.tar.zst ++++++ ++++ 22550 lines of diff (skipped) ++++++ gromox.dsc ++++++ --- /var/tmp/diff_new_pack.G5kWYd/_old 2025-10-27 14:43:13.991488002 +0100 +++ /var/tmp/diff_new_pack.G5kWYd/_new 2025-10-27 14:43:13.995488171 +0100 @@ -1,9 +1,9 @@ Format: 1.0 Source: gromox Architecture: any -Version: 2.48 +Version: 3.1 DEBTRANSFORM-RELEASE: 1 -Maintainer: Gromox <[email protected]> +Maintainer: Gromox <[email protected]> Homepage: https://gromox.com Standards-Version: 4.5.0 # libbfio is in the require list because libpff-dev is lacking it (bug) @@ -12,16 +12,16 @@ automake (>= 1:1.11) | automake1.11, autotools-dev, binutils (>= 2.20), - debhelper-compat (>= 12), + debhelper-compat (= 13), devscripts, fakeroot, - g++ (>= 7), + g++ (>= 12), gettext, libbfio-dev, libcurl4-openssl-dev, libesedb-dev, libfmt-dev (>= 8), - libhx-dev (>= 4.27), + libhx-dev (>= 4.28), libjsoncpp-dev (>= 1.4.0), libkrb5-dev, libldap2-dev, @@ -44,9 +44,10 @@ php-dev (>= 7.0), pkg-config (>= 0.23), sed, - systemd, + systemd-dev | systemd, uuid-dev, wmime-dev (>= 1), - zlib1g-dev + zlib1g-dev, + lintian Files:
