From f70943afd11c2ce1de961b3dc556f5cdbd794b668c86d05c89b4f34f60815963 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 10 Mar 2023 00:16:45 +0000 Subject: [PATCH] - Update to release 2.6 OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=37 --- debian.control | 3 ++- debian.gromox.postinst | 6 +++--- gromox-2.5.tar.asc | 7 ------- gromox-2.5.tar.zst | 3 --- gromox-2.6.tar.asc | 7 +++++++ gromox-2.6.tar.zst | 3 +++ gromox.changes | 17 +++++++++++++++++ gromox.dsc | 2 +- gromox.spec | 2 +- 9 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 gromox-2.5.tar.asc delete mode 100644 gromox-2.5.tar.zst create mode 100644 gromox-2.6.tar.asc create mode 100644 gromox-2.6.tar.zst diff --git a/debian.control b/debian.control index 31c4eca..3e4f738 100644 --- a/debian.control +++ b/debian.control @@ -10,7 +10,8 @@ Architecture: any 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.12) + system-user-grommunio, system-user-gromox, w3m, + libhx32 (>= 4.12) Provides: php-mapi-gromox Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support . diff --git a/debian.gromox.postinst b/debian.gromox.postinst index 22b0ffa..d356906 100644 --- a/debian.gromox.postinst +++ b/debian.gromox.postinst @@ -10,14 +10,14 @@ set_perms() MODE="$3" FILE="$4" if ! dpkg-statoverride --list "$FILE" >/dev/null 2>&1; then - chown -R "$USER:$GROUP" "$FILE" - chmod -R $MODE "$FILE" + chown -h "$USER:$GROUP" "$FILE" + chmod $MODE "$FILE" fi } xpostinst() { -set_perms root gromox 0770 /etc/gromox || : +set_perms root grommunio 0770 /etc/gromox || : for i in /var/lib/gromox \ /var/lib/gromox/queue \ /var/lib/gromox/queue/cache \ diff --git a/gromox-2.5.tar.asc b/gromox-2.5.tar.asc deleted file mode 100644 index ee6cad7..0000000 --- a/gromox-2.5.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZAUpXwAKCRD3bv5dDCI6 -jzalAQCdA+IPHbuvf0BA8oFH85p4msl3BcnAfnGPNi7kusdLpgEA+eSkTplA1tEu -B9mG9fUHGSpL9/NPPlQePkyVg8OT+QE= -=W3dP ------END PGP SIGNATURE----- diff --git a/gromox-2.5.tar.zst b/gromox-2.5.tar.zst deleted file mode 100644 index 3dd7243..0000000 --- a/gromox-2.5.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:727403ab5c797acd1988bc2b39217b6d352248e42e21261de04cf32d63c57b64 -size 2004450 diff --git a/gromox-2.6.tar.asc b/gromox-2.6.tar.asc new file mode 100644 index 0000000..f425bff --- /dev/null +++ b/gromox-2.6.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZAptDQAKCRD3bv5dDCI6 +j7jRAP9aYAwmu4NVO99HLLVzHLiFPvSxx+SbqnZ4epUaH6XE1AEA0XLNnmnopj5x +sBXUyg8VdIELu4eWuSwgIx7NsewHTQs= +=VFyS +-----END PGP SIGNATURE----- diff --git a/gromox-2.6.tar.zst b/gromox-2.6.tar.zst new file mode 100644 index 0000000..1fdaa50 --- /dev/null +++ b/gromox-2.6.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6678e95afb6389e22e255d2783a689d737be367aa1c0fb15e2559967f3b626 +size 2002565 diff --git a/gromox.changes b/gromox.changes index f96dab1..312dbc8 100644 --- a/gromox.changes +++ b/gromox.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Mar 9 23:44:07 UTC 2023 - Jan Engelhardt + +- Update to release 2.6 + * exmdb_provider: filter duplicate propids when they occur in + the mailbox, resolving a failure to export (broken) + recipients to MSG, and resolving _one_ instance of OL sync + error 80070057. + * oxvcard: PidLidBusinessCardDisplayDefinition named property + was not assigned the right namespace (PSETID_ADDRESS) + * oxcmail: do not abort export routine if SMIME message is + lacking an SMIME body (just treat it as empty instead) + * oxcical: do not abort export routine if IPM.*.Resp.* has no + attendee + * exmdb_local: perform online lookup of named properties, + resolving vcarduid being erroneously assigned propid 0 + ------------------------------------------------------------------- Sun Mar 5 23:23:42 UTC 2023 - Jan Engelhardt diff --git a/gromox.dsc b/gromox.dsc index 8eabe2d..38898d1 100644 --- a/gromox.dsc +++ b/gromox.dsc @@ -1,7 +1,7 @@ Format: 1.0 Source: gromox Architecture: any -Version: 1.24 +Version: 2.6 DEBTRANSFORM-RELEASE: 1 Maintainer: Gromox Homepage: https://gromox.com diff --git a/gromox.spec b/gromox.spec index 6e56cf5..1f6f275 100644 --- a/gromox.spec +++ b/gromox.spec @@ -19,7 +19,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 2.5 +Version: 2.6 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