diff --git a/debian.control b/debian.control index 3e4f738..9cd8b4e 100644 --- a/debian.control +++ b/debian.control @@ -10,7 +10,7 @@ Architecture: any 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, w3m, + system-user-grommunio, system-user-gromox (>= 3), 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 fee7623..e237b21 100644 --- a/debian.gromox.postinst +++ b/debian.gromox.postinst @@ -17,7 +17,7 @@ set_perms() xpostinst() { -set_perms grommunio gromox 0755 /etc/gromox || : +set_perms grommunio gromoxcf 0750 /etc/gromox || : for i in /var/lib/gromox \ /var/lib/gromox/domain \ /var/lib/gromox/user \ diff --git a/gromox-2.24.tar.asc b/gromox-2.24.tar.asc deleted file mode 100644 index 87fa5a4..0000000 --- a/gromox-2.24.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZcdb8wAKCRD3bv5dDCI6 -j5nyAQDBYE017BpGHy9LveW4UArJskDS8w1vHI1vHdW02LiPmAD/WZ/B1V2Nmngm -XXxIInI3BIrbesWFp2iai/ckUKX8hwI= -=dvs0 ------END PGP SIGNATURE----- diff --git a/gromox-2.24.tar.zst b/gromox-2.24.tar.zst deleted file mode 100644 index 6e0aba8..0000000 --- a/gromox-2.24.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df12924d857fb0708f263e4ba8ac211e03e135e68575efb6941d27cb41f3b1c0 -size 2073790 diff --git a/gromox-2.25.tar.asc b/gromox-2.25.tar.asc new file mode 100644 index 0000000..32f44ec --- /dev/null +++ b/gromox-2.25.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZeCOQgAKCRD3bv5dDCI6 +jxVzAP0aJlyVr0Uz4aICdTJSJ780PRTcWMTSl2KddZ/uUe1PYAEAsEHC0c/bbBG5 +fa8i3MzdWMdOGOxgz8LNWK/8yx4bOwQ= +=jVuW +-----END PGP SIGNATURE----- diff --git a/gromox-2.25.tar.zst b/gromox-2.25.tar.zst new file mode 100644 index 0000000..dc65407 --- /dev/null +++ b/gromox-2.25.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608ab8f41b207d8de4035115a006c8a847e48875f885a8fd5e8cf0099cc19d0a +size 2083436 diff --git a/gromox.changes b/gromox.changes index dcd6f2a..3b71e09 100644 --- a/gromox.changes +++ b/gromox.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Feb 29 14:04:15 UTC 2024 - Jan Engelhardt + +- Update to release 2.25 + * mt2exm: the -B option can be used with all folder names + * mbop: new commands ``get-photo``, ``set-photo``, + ``get-websettings``, ``set-websettings`` + * oxcmail: export no longer generates a MIME epilogue, which + should workaround Outlook's broken S/MIME validator which + fails to include epilogues in the signature verification. + * mkpublic: newly created public stores lacked a + ``replguidmap`` table + * exmdb: repair initialization of PR_ATTACH_NUM when instances + are opened + * oxcmail: strip leftover right angled bracket from Content-ID + on oxcmail_import + ------------------------------------------------------------------- Sat Feb 10 11:54:03 UTC 2024 - Jan Engelhardt diff --git a/gromox.dsc b/gromox.dsc index 00247d6..3cc4c98 100644 --- a/gromox.dsc +++ b/gromox.dsc @@ -1,7 +1,7 @@ Format: 1.0 Source: gromox Architecture: any -Version: 2.24 +Version: 2.25 DEBTRANSFORM-RELEASE: 1 Maintainer: Gromox Homepage: https://gromox.com diff --git a/gromox.spec b/gromox.spec index 804897e..23ac68c 100644 --- a/gromox.spec +++ b/gromox.spec @@ -19,7 +19,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 2.24 +Version: 2.25 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 @@ -45,7 +45,7 @@ BuildRequires: php8-devel %else BuildRequires: php-devel >= 7 %endif -BuildRequires: libvmime-devel >= 0.9.2.175 +BuildRequires: libvmime-devel >= 0.9.2+g175 BuildRequires: zstd BuildRequires: group(gromox) BuildRequires: pkgconfig(fmt) >= 8