From e44ad67d959a3ca7553738b5f96db6e80ac2f507125db9bcd25a204fdef1b2e0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Apr 2022 12:31:58 +0000 Subject: [PATCH] - Update to release 1.20 OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=9 --- debian.gromox.postinst | 6 +++++- gromox-1.19.tar.asc | 7 ------- gromox-1.19.tar.xz | 3 --- gromox-1.20.tar.asc | 7 +++++++ gromox-1.20.tar.xz | 3 +++ gromox.changes | 18 ++++++++++++++++++ gromox.dsc | 2 +- gromox.spec | 4 ++-- 8 files changed, 36 insertions(+), 14 deletions(-) delete mode 100644 gromox-1.19.tar.asc delete mode 100644 gromox-1.19.tar.xz create mode 100644 gromox-1.20.tar.asc create mode 100644 gromox-1.20.tar.xz diff --git a/debian.gromox.postinst b/debian.gromox.postinst index 93ce3a8..658bba9 100644 --- a/debian.gromox.postinst +++ b/debian.gromox.postinst @@ -19,8 +19,12 @@ chmod 0770 $vd || : chmod 0770 /var/lib/gromox /var/log/gromox || : # %post -if test -x /usr/bin/systemctl; then +if test -x /usr/bin/systemd-tmpfiles; then systemd-tmpfiles --create tmpfiles-gromox.conf || : +else + echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created." +fi +if test -x /usr/bin/systemctl; then systemctl daemon-reload || : systemctl try-restart gromox-adaptor.service 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 grommunio-chat.service php7.4-fpm.service saslauthd.service 2>/dev/null || : fi diff --git a/gromox-1.19.tar.asc b/gromox-1.19.tar.asc deleted file mode 100644 index b8537eb..0000000 --- a/gromox-1.19.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYliMEQAKCRD3bv5dDCI6 -j02pAQDvxOTzub0Dy3qU/W/NzXH9/eKgytwzrhe+wVuKx3+WgAD/SXSpa1YV1SZr -EdLbjNW7AEyeGuqhyqJXUon9CH5bpgs= -=dvSD ------END PGP SIGNATURE----- diff --git a/gromox-1.19.tar.xz b/gromox-1.19.tar.xz deleted file mode 100644 index 89df752..0000000 --- a/gromox-1.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c45bc1b36c8ddfcbb1454a399865eecb8a7a35f8b834de062a1f1b5d14118ceb -size 1301776 diff --git a/gromox-1.20.tar.asc b/gromox-1.20.tar.asc new file mode 100644 index 0000000..d91476e --- /dev/null +++ b/gromox-1.20.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYm0oHgAKCRD3bv5dDCI6 +j6NTAQDJlQDFwafQl+IO65bXq2Tpgz77kcvtLSYRhUe/U85K8gD9Fxq+bFWjOAig +lKP+kHkXuzO9aFkRw23R0+XMCS0NsA8= +=dugs +-----END PGP SIGNATURE----- diff --git a/gromox-1.20.tar.xz b/gromox-1.20.tar.xz new file mode 100644 index 0000000..bf8f8fd --- /dev/null +++ b/gromox-1.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3763f2792ff99c3c28dcdb5698c9ae6b02c31719f022c07cad5f2dd062317e1e +size 1304620 diff --git a/gromox.changes b/gromox.changes index b4ba15a..97eb464 100644 --- a/gromox.changes +++ b/gromox.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Apr 30 12:26:55 UTC 2022 - Jan Engelhardt + +- Update to release 1.20 + * Resolve a use-after-free in gromox-eml2mt + * oxcmail: conversion of Reply-To MAPI field to Internet Mail + had only used the last ONEOFF-type recipient, now it uses all + ONEOFF recipients. + * oxcmail: set IPM.Note.SMIME.MultipartSigned only for incoming + S/MIME mails, not for OpenPGP mails. + * autodiscover: Change the way autodiscover.ini is parsed. This + allows a few more non-alphanumeric characters in the MariaDB + password. ';' is still unusable. + * exmdb_provider: Evaluate restrictions against absent values + differently; this makes messages without a sensitivity tag + and which are located in a non-default store visible in + Outlook again. + ------------------------------------------------------------------- Sat Apr 16 14:31:39 UTC 2022 - Jan Engelhardt diff --git a/gromox.dsc b/gromox.dsc index 81a1a0c..96239a8 100644 --- a/gromox.dsc +++ b/gromox.dsc @@ -1,7 +1,7 @@ Format: 1.0 Source: gromox Architecture: any -Version: 1.19 +Version: 1.20 DEBTRANSFORM-RELEASE: 1 Maintainer: Gromox Homepage: https://gromox.com diff --git a/gromox.spec b/gromox.spec index 5495dc8..968731f 100644 --- a/gromox.spec +++ b/gromox.spec @@ -3,7 +3,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 1.19 +Version: 1.20 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 @@ -33,7 +33,7 @@ BuildRequires: php-devel >= 7 %endif BuildRequires: xz BuildRequires: group(gromox) -BuildRequires: pkgconfig(fmt) +BuildRequires: pkgconfig(fmt) >= 8 BuildRequires: pkgconfig(gumbo) BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libHX) >= 4.3