forked from pool/gromox
- Update to release 2.10
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=50
This commit is contained in:
parent
bd88569d82
commit
612f5c48f0
7
gromox-2.10.tar.asc
Normal file
7
gromox-2.10.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZIsrZQAKCRD3bv5dDCI6
|
||||
j6k1AQDB02yEltY173BpW3vC3iijEmxsIsLBuG+ca0jJv8VXHAD+OVmSePONncXh
|
||||
5BUrtNsv3K7I8gTzEFERKAijL5QbDgU=
|
||||
=3lAn
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-2.10.tar.zst
Normal file
3
gromox-2.10.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c14e7129f1fccaef9a59f790be542a064e0edab9eb41ff83735582ef015486a
|
||||
size 2032004
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZFtX6QAKCRD3bv5dDCI6
|
||||
j+vsAQCoS69VV6h1zEikkeoN+ZyaUuldDcKu89oXwv1F4NSdXwD+Mhy6ai3o31SH
|
||||
wtrQhnnDAUWp1J7FobE5LlYhUP1YJwc=
|
||||
=1rny
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:caee22317e8d1b55174f8a84d3a3f17fef1bdf9143b86ae3b18fff1be656e088
|
||||
size 2006461
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 15:24:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.10
|
||||
* DNSBL filtering mechanism, cf. man dnsbl_filter
|
||||
* Address book name resolution now evaluates alias addresses
|
||||
* pff2mt: speedup operation by 70%+
|
||||
* emsmdb: strike limits (raise to infinity) for session
|
||||
handles, user handles and notify handles, and raise limit for
|
||||
ems_max_pending_sesnotif to 1K
|
||||
* emsmdb: new configuration directives ems_max_active_notifh,
|
||||
ems_max_active_sessions, ems_max_active_users,
|
||||
ems_max_pending_sesnotif
|
||||
* mbop: new subcommands clear-photo, clear-profile,
|
||||
purge-softdelete, purge-datafiles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 09:07:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.9
|
||||
Version: 2.10
|
||||
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
|
||||
@ -160,6 +160,7 @@ cp -a "$b/usr/share/gromox/fpm-gromox.conf.sample" "$b/etc/php-fpm.d/gromox.conf
|
||||
%endif
|
||||
perl -i -lpe 's{Type=simple}{Type=simple\nRestart=on-failure}' "$b/%_unitdir"/*.service
|
||||
%fdupes %buildroot/%_prefix
|
||||
echo hi >%buildroot/usr/libexec/gromox/x.xml
|
||||
|
||||
%global services gromox-delivery.service gromox-delivery-queue.service gromox-event.service gromox-http.service gromox-imap.service gromox-midb.service gromox-pop3.service gromox-snapshot.service gromox-snapshot.timer gromox-timer.service gromox-zcore.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user