forked from pool/gromox
- Update to release 2.30
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=89
This commit is contained in:
parent
4cd7796a4f
commit
0f6aaf279c
@ -1,4 +1,4 @@
|
||||
gromox (2.29-0) unstable; urgency=low
|
||||
gromox (2.30-0) unstable; urgency=low
|
||||
|
||||
* Update.
|
||||
|
||||
|
@ -44,7 +44,7 @@ if test -x /usr/bin/systemctl; then
|
||||
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.2-fpm.service php8.3-fpm.service \
|
||||
saslauthd.service 2>/dev/null || :
|
||||
fi
|
||||
}
|
||||
|
@ -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.30.tar.asc
Normal file
7
gromox-2.30.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----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)
Normal file
BIN
gromox-2.30.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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.30
|
||||
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