SHA256
1
0
forked from pool/gromox

- Update to release 1.35

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2022-11-25 13:56:28 +00:00 committed by Git OBS Bridge
parent 8cbf32f346
commit 9ae715f2bd
6 changed files with 31 additions and 12 deletions

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYw3tKAAKCRD3bv5dDCI6
j4weAQCganoKTaHIj2pw4T4Voet+UdXXzmNi8ck2YZJkNnU1lQD/XirvYB0jSFYO
lTmY+Jse1/BKCCmUnJfpMvpqxqrUDwc=
=5D+o
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4405fadf853a30c433b42b0c62d13e6d4cf2b57f159cf1b359813730a42cabe
size 1983053

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY4DF9wAKCRD3bv5dDCI6
j3XVAQDwIS5Hupt1oSWFMjFTfJEpJhdT0ELybTi9X9Jgr50eoQEA9DW0pRRupxe1
2H79WMwNTuegBzFfdwZbbo/ziKbgrw8=
=xp0O
-----END PGP SIGNATURE-----

3
gromox-1.35.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b765c71a1276dc752a37b6563df8bc617ee820b9bad8caaf848c12a1fe8aaaa
size 1414496

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Nov 25 13:50:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.35
* kdb2mt: add option for mapping ACL identities using a text file
* tools: add kdb-uidextract and kdb-uidextract-limited scripts to
facilitate ACL conversion
* Per-organization LDAP server support
* User accounts can now be hidden from the GAL and other
address lists
* The gromox-dscli command-line utility now performs DNS SRV
lookups.
* exmdb_provider: mlists that were granted the StoreOwner
permission bit through an ACL now propagate it to the
individuals in the mlist.
* emsmdb: On outgoing mails, the Return-Receipt-To (Read
Receipt Request) header was malformed. On the incoming side,
this would then be translated back to invalid@invalid.
-------------------------------------------------------------------
Tue Aug 30 12:02:07 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec
Name: gromox
Version: 1.31
Version: 1.35
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
@ -46,6 +46,7 @@ BuildRequires: php8-devel
%else
BuildRequires: php-devel >= 7
%endif
BuildRequires: libvmime-devel >= 0.9.2.175
BuildRequires: zstd
BuildRequires: group(gromox)
BuildRequires: pkgconfig(fmt) >= 8
@ -60,7 +61,6 @@ BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(tinyxml2) >= 8
BuildRequires: pkgconfig(vmime) >= 0.9.2
BuildRequires: libvmime-devel >= 0.9.2.175
BuildRequires: pkgconfig(zlib)
BuildRequires: user(grommunio)
BuildRequires: user(gromox)