forked from pool/gromox
Accepting request 1038501 from server:mail
- Update to release 1.35 OBS-URL: https://build.opensuse.org/request/show/1038501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=2
This commit is contained in:
commit
4840cda4e5
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYw3tKAAKCRD3bv5dDCI6
|
|
||||||
j4weAQCganoKTaHIj2pw4T4Voet+UdXXzmNi8ck2YZJkNnU1lQD/XirvYB0jSFYO
|
|
||||||
lTmY+Jse1/BKCCmUnJfpMvpqxqrUDwc=
|
|
||||||
=5D+o
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -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
7
gromox-1.35.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY4DF9wAKCRD3bv5dDCI6
|
||||||
|
j3XVAQDwIS5Hupt1oSWFMjFTfJEpJhdT0ELybTi9X9Jgr50eoQEA9DW0pRRupxe1
|
||||||
|
2H79WMwNTuegBzFfdwZbbo/ziKbgrw8=
|
||||||
|
=xp0O
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-1.35.tar.zst
Normal file
3
gromox-1.35.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b765c71a1276dc752a37b6563df8bc617ee820b9bad8caaf848c12a1fe8aaaa
|
||||||
|
size 1414496
|
@ -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>
|
Tue Aug 30 12:02:07 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _libexecdir %_prefix/libexec
|
%define _libexecdir %_prefix/libexec
|
||||||
|
|
||||||
Name: gromox
|
Name: gromox
|
||||||
Version: 1.31
|
Version: 1.35
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
|
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
|
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
|
%else
|
||||||
BuildRequires: php-devel >= 7
|
BuildRequires: php-devel >= 7
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libvmime-devel >= 0.9.2.175
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
BuildRequires: group(gromox)
|
BuildRequires: group(gromox)
|
||||||
BuildRequires: pkgconfig(fmt) >= 8
|
BuildRequires: pkgconfig(fmt) >= 8
|
||||||
@ -60,7 +61,6 @@ BuildRequires: pkgconfig(libzstd)
|
|||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(tinyxml2) >= 8
|
BuildRequires: pkgconfig(tinyxml2) >= 8
|
||||||
BuildRequires: pkgconfig(vmime) >= 0.9.2
|
BuildRequires: pkgconfig(vmime) >= 0.9.2
|
||||||
BuildRequires: libvmime-devel >= 0.9.2.175
|
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: user(grommunio)
|
BuildRequires: user(grommunio)
|
||||||
BuildRequires: user(gromox)
|
BuildRequires: user(gromox)
|
||||||
|
Loading…
Reference in New Issue
Block a user