Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gromox for openSUSE:Factory checked in at 2023-03-07 16:50:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gromox (Old) and /work/SRC/openSUSE:Factory/.gromox.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gromox" Tue Mar 7 16:50:25 2023 rev:8 rq:1069734 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gromox/gromox.changes 2023-02-27 13:55:07.129293187 +0100 +++ /work/SRC/openSUSE:Factory/.gromox.new.31432/gromox.changes 2023-03-07 16:50:52.353754522 +0100 @@ -1,0 +2,11 @@ +Sun Mar 5 23:23:42 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2.5 + * authmgr: Alternate username support + * Repair a null deref during HTML-to-text conversion + * Synchronization of embedded messages now works + * Saving a draft in grommunio-web would erroneously strip the + subject prefix + * EWS: Detailed FreeBusy requests did not return detailed info + +------------------------------------------------------------------- Old: ---- gromox-2.4.tar.asc gromox-2.4.tar.zst New: ---- gromox-2.5.tar.asc gromox-2.5.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gromox.spec ++++++ --- /var/tmp/diff_new_pack.PCd64a/_old 2023-03-07 16:50:52.917757490 +0100 +++ /var/tmp/diff_new_pack.PCd64a/_new 2023-03-07 16:50:52.921757511 +0100 @@ -19,7 +19,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 2.4 +Version: 2.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 @@ -50,14 +50,14 @@ BuildRequires: zstd BuildRequires: group(gromox) BuildRequires: pkgconfig(fmt) >= 8 -BuildRequires: pkgconfig(gumbo) BuildRequires: pkgconfig(jsoncpp) >= 1.4.0 -BuildRequires: pkgconfig(libHX) >= 4.9 +BuildRequires: pkgconfig(libHX) >= 4.12 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libolecf) BuildRequires: pkgconfig(libpff) BuildRequires: pkgconfig(libssl) +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(tinyxml2) >= 8 @@ -75,7 +75,6 @@ Requires: php8-mysql Requires: php8-posix Requires: php8-soap -Conflicts: php8-opcache %endif %if 0%{?sle_version} && 0%{?sle_version} < 150400 Requires: php-cli @@ -83,7 +82,6 @@ Requires: php7-mysql Requires: php7-posix Requires: php7-soap -Conflicts: php7-opcache %endif %if 0%{?rhel} || 0%{?fedora_version} Requires: php-cli @@ -91,12 +89,12 @@ Requires: php-mysqlnd Requires: php-posix Requires: php-soap -Conflicts: php-opcache %endif Requires: w3m Requires(pre): user(grommunio) Requires(pre): user(gromox) Requires(pre): group(gromox) +Provides: php-mapi-gromox = %version-%release Provides: bundled(tzcode) = 2022c %{?systemd_ordering} %if !0%{?_pamdir:1} @@ -163,7 +161,7 @@ perl -i -lpe 's{Type=simple}{Type=simple\nRestart=on-failure}' "$b/%_unitdir"/*.service %fdupes %buildroot/%_prefix -%global services gromox-delivery.service gromox-delivery-queue.service gromox-event.service gromox-http.service gromox-imap.service gromox-midb.service gromox-pop3.service gromox-timer.service gromox-zcore.service +%global services gromox-delivery.service gromox-delivery-queue.service gromox-event.service gromox-http.service gromox-imap.service gromox-midb.service gromox-pop3.service gromox-snapshot.service gromox-snapshot.timer gromox-timer.service gromox-zcore.service %pre # User addition done a priori by system-user-gromox(!) ++++++ debian.control ++++++ --- /var/tmp/diff_new_pack.PCd64a/_old 2023-03-07 16:50:52.973757785 +0100 +++ /var/tmp/diff_new_pack.PCd64a/_new 2023-03-07 16:50:52.977757806 +0100 @@ -10,9 +10,8 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, php-cli, php-fpm, php-mysql, php-simplexml, php-soap, - system-user-gromox, w3m, libhx32 (>= 4.0) -Conflicts: php7.4-opcache, php8.0-opcache, php8.1-opcache, php8.2-opcache -Provides: php7-mapi-gromox + system-user-gromox, w3m, libhx32 (>= 4.12) +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 ++++++ debian.gromox.postinst ++++++ --- /var/tmp/diff_new_pack.PCd64a/_old 2023-03-07 16:50:52.993757890 +0100 +++ /var/tmp/diff_new_pack.PCd64a/_new 2023-03-07 16:50:52.997757911 +0100 @@ -38,7 +38,7 @@ fi if test -x /usr/bin/systemctl; then systemctl daemon-reload || : - systemctl try-restart gromox-adaptor.service gromox-delivery.service \ + systemctl try-restart gromox-delivery.service \ gromox-delivery-queue.service gromox-event.service \ gromox-http.service gromox-imap.service gromox-midb.service \ gromox-pop3.service gromox-timer.service gromox-zcore.service \