SHA256
1
0
forked from pool/gromox

Gromox 2.31

This commit is contained in:
Jan Engelhardt 2024-08-14 09:59:16 +02:00
parent 4267ab0073
commit cd650e4cb5
8 changed files with 58 additions and 43 deletions

View File

@ -1,5 +1,5 @@
gromox (2.30-0) unstable; urgency=low gromox (2.31-0) unstable; urgency=low
* Update. * Update.
-- Gromox <null@gromox.com> Thu, 02 May 2024 00:00:00 +0000 -- Gromox <null@gromox.com> Wed, 14 Aug 2024 09:49:00 +0200

View File

@ -17,39 +17,38 @@ set_perms()
xpostinst() xpostinst()
{ {
set_perms grommunio gromoxcf 0755 /etc/gromox || : set_perms grommunio gromoxcf 0755 /etc/gromox || :
for i in /var/lib/gromox \ for i in /var/lib/gromox \
/var/lib/gromox/domain \ /var/lib/gromox/domain \
/var/lib/gromox/user \ /var/lib/gromox/user \
/var/lib/gromox/queue \ /var/lib/gromox/queue \
/var/lib/gromox/queue/cache \ /var/lib/gromox/queue/cache \
/var/lib/gromox/queue/mess \ /var/lib/gromox/queue/mess \
/var/lib/gromox/queue/save \ /var/lib/gromox/queue/save \
/var/lib/gromox/queue/timer; do /var/lib/gromox/queue/timer; do
set_perms gromox gromox 0770 "$i" || : set_perms gromox gromox 0770 "$i" || :
done done
set_perms gromox gromox 0750 /var/log/gromox || : set_perms gromox gromox 0750 /var/log/gromox || :
# %post # %post
if test -x /usr/bin/systemd-tmpfiles; then if test -x /usr/bin/systemd-tmpfiles; then
systemd-tmpfiles --create tmpfiles-gromox.conf || : systemd-tmpfiles --create tmpfiles-gromox.conf || :
else else
echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created." echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created."
fi fi
if test -x /usr/bin/systemctl; then if test -x /usr/bin/systemctl; then
systemctl daemon-reload || : systemctl daemon-reload || :
systemctl try-restart gromox-delivery.service \ systemctl try-restart gromox-delivery.service \
gromox-delivery-queue.service gromox-event.service \ gromox-delivery-queue.service gromox-event.service \
gromox-http.service gromox-imap.service gromox-midb.service \ gromox-http.service gromox-imap.service gromox-midb.service \
gromox-pop3.service gromox-timer.service gromox-zcore.service \ gromox-pop3.service gromox-timer.service gromox-zcore.service \
grommunio-chat.service \ grommunio-chat.service \
php7.4-fpm.service php8.0-fpm.service php8.1-fpm.service \ php7.4-fpm.service php8.0-fpm.service php8.1-fpm.service \
php8.2-fpm.service php8.3-fpm.service \ php8.2-fpm.service php8.3-fpm.service \
saslauthd.service 2>/dev/null || : saslauthd.service 2>/dev/null || :
fi fi
} }
case "$1" in case "$1" in
configure|reconfigure) configure|reconfigure)
xpostinst xpostinst

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZnWJQwAKCRCutpQaL5yZ
RMUVAP47FfS0P2c+k1uFDUJRUJLTC/KI22O+G7mI3sDRL+3t6QEAgRLUst55g3x+
hWM8JTXCJK1BrwJA3Rox0OEEalPJBgk=
=Lr3R
-----END PGP SIGNATURE-----

BIN
gromox-2.30.tar.zst (Stored with Git LFS)

Binary file not shown.

7
gromox-2.31.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZrxxSgAKCRCutpQaL5yZ
REUDAP43AyHgyk6oQUZ+n/F7rVsxrY2ENWPqC06Z218CVtwmewD+MD02QNxvx92r
V7ZJc9U6od92PYrFXQM4dht+YjMlhAo=
=FkQO
-----END PGP SIGNATURE-----

BIN
gromox-2.31.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 14 07:50:17 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.31
* freebusy: get_freebusy erroneously underreported occurrences
for yearly occurrences
* freebusy: the get_freebusy routine erroneously landed in an
infinite loop if a yearly-recurring February 29 appointment
was originally created in a year not divisible by 12.
* oxcmail: take /etc/mime.types under consideration when adding
extensions to attachments
* oxcmail: priorities for MIME parts have been rectified for
multipart/alternative and non-alternative containers; the
conversion routine is no longer making picks across multiple
container siblings.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 21 14:09:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Fri Jun 21 14:09:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec %define _libexecdir %_prefix/libexec
Name: gromox Name: gromox
Version: 2.30 Version: 2.31
Release: 0 Release: 0
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support 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 License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later