forked from pool/gromox
- Update to release 1.37
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=23
This commit is contained in:
parent
9ae715f2bd
commit
26fc11cfbf
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY4DF9wAKCRD3bv5dDCI6
|
||||
j3XVAQDwIS5Hupt1oSWFMjFTfJEpJhdT0ELybTi9X9Jgr50eoQEA9DW0pRRupxe1
|
||||
2H79WMwNTuegBzFfdwZbbo/ziKbgrw8=
|
||||
=xp0O
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b765c71a1276dc752a37b6563df8bc617ee820b9bad8caaf848c12a1fe8aaaa
|
||||
size 1414496
|
7
gromox-1.37.tar.asc
Normal file
7
gromox-1.37.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY57+GgAKCRD3bv5dDCI6
|
||||
j0NCAP4vaIc6B2bGTAcYzQgiM4liYSc8q8j/Q7ZPl94bPbT7WAEArjxOm9RfTbuv
|
||||
t33C2jZftR78cQTJq+VMhWCa3QWn0gY=
|
||||
=Dipo
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-1.37.tar.zst
Normal file
3
gromox-1.37.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10ea54f664111a9884d5b56abf530346b94da8497e7f31b2edbae8954d8f38a4
|
||||
size 1954679
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 12:25:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.37
|
||||
* exmdb_provider: on-disk content file compression, controllable
|
||||
using the exmdb_file_compression config directive (affects only
|
||||
new files)
|
||||
* exmdb_provider: support evaluation of inbox rules that have
|
||||
RES_CONTENT restrictions with PT_BINARY properties
|
||||
* kdb2mt: full user resolution and PR_*_ADDRTYPE resolution with
|
||||
new option set --mbox-name/--user-map
|
||||
* zcore: Addressed "exmdb_client: reached maximum
|
||||
connections ..." warnings.
|
||||
* Selecting addresses from the "From" dropdown in OL's
|
||||
compose mail dialog works now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 13:50:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 1.35
|
||||
Version: 1.37
|
||||
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
|
||||
@ -41,7 +41,7 @@ BuildRequires: make
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkg-config
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
|
||||
BuildRequires: php8-devel
|
||||
%else
|
||||
BuildRequires: php-devel >= 7
|
||||
|
Loading…
Reference in New Issue
Block a user