From 9ae715f2bd9008ef04bad14a28d0015320d03b63ec7e5080e9d417f67dd5aa7d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 25 Nov 2022 13:56:28 +0000 Subject: [PATCH] - Update to release 1.35 OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=21 --- gromox-1.31.tar.asc | 7 ------- gromox-1.31.tar.zst | 3 --- gromox-1.35.tar.asc | 7 +++++++ gromox-1.35.tar.zst | 3 +++ gromox.changes | 19 +++++++++++++++++++ gromox.spec | 4 ++-- 6 files changed, 31 insertions(+), 12 deletions(-) delete mode 100644 gromox-1.31.tar.asc delete mode 100644 gromox-1.31.tar.zst create mode 100644 gromox-1.35.tar.asc create mode 100644 gromox-1.35.tar.zst diff --git a/gromox-1.31.tar.asc b/gromox-1.31.tar.asc deleted file mode 100644 index 9ba6db7..0000000 --- a/gromox-1.31.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYw3tKAAKCRD3bv5dDCI6 -j4weAQCganoKTaHIj2pw4T4Voet+UdXXzmNi8ck2YZJkNnU1lQD/XirvYB0jSFYO -lTmY+Jse1/BKCCmUnJfpMvpqxqrUDwc= -=5D+o ------END PGP SIGNATURE----- diff --git a/gromox-1.31.tar.zst b/gromox-1.31.tar.zst deleted file mode 100644 index 7ec1edb..0000000 --- a/gromox-1.31.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4405fadf853a30c433b42b0c62d13e6d4cf2b57f159cf1b359813730a42cabe -size 1983053 diff --git a/gromox-1.35.tar.asc b/gromox-1.35.tar.asc new file mode 100644 index 0000000..232063d --- /dev/null +++ b/gromox-1.35.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY4DF9wAKCRD3bv5dDCI6 +j3XVAQDwIS5Hupt1oSWFMjFTfJEpJhdT0ELybTi9X9Jgr50eoQEA9DW0pRRupxe1 +2H79WMwNTuegBzFfdwZbbo/ziKbgrw8= +=xp0O +-----END PGP SIGNATURE----- diff --git a/gromox-1.35.tar.zst b/gromox-1.35.tar.zst new file mode 100644 index 0000000..b3cdf9a --- /dev/null +++ b/gromox-1.35.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b765c71a1276dc752a37b6563df8bc617ee820b9bad8caaf848c12a1fe8aaaa +size 1414496 diff --git a/gromox.changes b/gromox.changes index c953fe4..8ba0b7f 100644 --- a/gromox.changes +++ b/gromox.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Nov 25 13:50:57 UTC 2022 - Jan Engelhardt + +- 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 diff --git a/gromox.spec b/gromox.spec index e57628b..90a5caa 100644 --- a/gromox.spec +++ b/gromox.spec @@ -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)