forked from pool/gromox
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b5629c5c75 | ||
|
adb6f37005 | ||
|
c25f5de061 | ||
|
3cd232db6f | ||
421859be11 | |||
|
4f7f0acd5c | ||
0f6aaf279c |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1725477224
|
||||
commit: c94e92d8218929aa5790d2451b98defac6c3a6e889cd573dc62e11dbecfb4f6d
|
||||
url: https://src.opensuse.org/jengelh/gromox
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a55b06f3706341ff5baef76debdafee5ca4787ce6c1a438765eed44dccbe5b
|
||||
size 256
|
@ -1,5 +1,5 @@
|
||||
gromox (2.29-0) unstable; urgency=low
|
||||
gromox (2.32-0) unstable; urgency=low
|
||||
|
||||
* Update.
|
||||
|
||||
-- Gromox <null@gromox.com> Thu, 02 May 2024 00:00:00 +0000
|
||||
-- Gromox <null@gromox.com> Wed, 04 Sep 2024 09:49:00 +0200
|
||||
|
@ -17,39 +17,38 @@ set_perms()
|
||||
|
||||
xpostinst()
|
||||
{
|
||||
set_perms grommunio gromoxcf 0755 /etc/gromox || :
|
||||
for i in /var/lib/gromox \
|
||||
/var/lib/gromox/domain \
|
||||
/var/lib/gromox/user \
|
||||
/var/lib/gromox/queue \
|
||||
/var/lib/gromox/queue/cache \
|
||||
/var/lib/gromox/queue/mess \
|
||||
/var/lib/gromox/queue/save \
|
||||
/var/lib/gromox/queue/timer; do
|
||||
set_perms gromox gromox 0770 "$i" || :
|
||||
done
|
||||
set_perms gromox gromox 0750 /var/log/gromox || :
|
||||
set_perms grommunio gromoxcf 0755 /etc/gromox || :
|
||||
for i in /var/lib/gromox \
|
||||
/var/lib/gromox/domain \
|
||||
/var/lib/gromox/user \
|
||||
/var/lib/gromox/queue \
|
||||
/var/lib/gromox/queue/cache \
|
||||
/var/lib/gromox/queue/mess \
|
||||
/var/lib/gromox/queue/save \
|
||||
/var/lib/gromox/queue/timer; do
|
||||
set_perms gromox gromox 0770 "$i" || :
|
||||
done
|
||||
set_perms gromox gromox 0750 /var/log/gromox || :
|
||||
|
||||
# %post
|
||||
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-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 php8.0-fpm.service php8.1-fpm.service \
|
||||
php8.2-fpm.service \
|
||||
saslauthd.service 2>/dev/null || :
|
||||
fi
|
||||
# %post
|
||||
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-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 php8.0-fpm.service php8.1-fpm.service \
|
||||
php8.2-fpm.service php8.3-fpm.service \
|
||||
saslauthd.service 2>/dev/null || :
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
case "$1" in
|
||||
configure|reconfigure)
|
||||
xpostinst
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZl5NgwAKCRCutpQaL5yZ
|
||||
RMCnAPwOgYVQVjp8zqtWAfn5VhHwLtIAo1eliTkZMsnb1RUWvAD9EdVn4pZsAPF5
|
||||
p/k/PgJMmKGkKfrLH/cY3gKvRL8cFgY=
|
||||
=C8Wb
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3362573ae62145991fc1324e8604269bdd935f3b4a85e5a3c053ff14725e6ec
|
||||
size 2109301
|
7
gromox-2.32.tar.asc
Normal file
7
gromox-2.32.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZth70AAKCRCutpQaL5yZ
|
||||
RDKmAQDq4jtOfa5iOiBMnC19pnUjaMyIKVn/fl8wjX24eL9auwEAinJI433sjK/c
|
||||
6nCUgVDDZiQ9JND1EKaA6q0NM46MjAA=
|
||||
=eRu9
|
||||
-----END PGP SIGNATURE-----
|
BIN
gromox-2.32.tar.zst
(Stored with Git LFS)
Normal file
BIN
gromox-2.32.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 08:17:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.32
|
||||
* mysql_adaptor: re-speedup queries that came to ran without an
|
||||
index
|
||||
* mbop: make the "clear-profile" operation do clear g-web
|
||||
settings again
|
||||
* zcore: workaround potential hang during shutdown
|
||||
* emsmdb, zcore: allow "Empty Folder" operations in public stores
|
||||
* exmdb: increased verbosity during shutdown phase so it does
|
||||
not appear like a hang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to release 2.30
|
||||
* oxcical: emit VTIMEZONE for events without
|
||||
PidLidAppointmentTimeZoneDefinitionStartDisplay
|
||||
* gromox-mbop: new subcommand ``set-locale`` to change store
|
||||
language
|
||||
* exmdb: add more SQLite transactions and make concurrent read
|
||||
access for stores possible
|
||||
* ruleproc: initial autoprocessing for meeting requests
|
||||
* conflict detection, response sending for conflicts,
|
||||
automatic addition to calendar
|
||||
* needs to be enabled with gromox.cfg:``lda_mrautoproc``=yes
|
||||
* imap, pop3, delivery-queue: HAProxy protocol support
|
||||
(send-proxy-v2)
|
||||
* zcore: show private distribution lists the grommunio-web
|
||||
address book
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 23:17:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.29
|
||||
Version: 2.30
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
@ -21,7 +21,7 @@ Build-Depends:
|
||||
libcurl4-openssl-dev,
|
||||
libesedb-dev,
|
||||
libfmt-dev (>= 8),
|
||||
libhx-dev (>= 4.12),
|
||||
libhx-dev (>= 4.19),
|
||||
libjsoncpp-dev (>= 1.4.0),
|
||||
libkrb5-dev,
|
||||
libldap2-dev,
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.29
|
||||
Version: 2.32
|
||||
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
|
||||
@ -52,7 +52,7 @@ BuildRequires: group(gromox)
|
||||
BuildRequires: pkgconfig(fmt) >= 8
|
||||
BuildRequires: pkgconfig(jsoncpp) >= 1.4.0
|
||||
BuildRequires: pkgconfig(krb5-gssapi)
|
||||
BuildRequires: pkgconfig(libHX) >= 4.12
|
||||
BuildRequires: pkgconfig(libHX) >= 4.19
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libesedb)
|
||||
|
Loading…
Reference in New Issue
Block a user