From c1ad4075ea643807ab6787c0753c8bcf4130e928e3720c8c323c43a55332db82 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 12 Jun 2022 21:50:02 +0000 Subject: [PATCH] - Update to release 1.25 OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=16 --- gromox-1.24.tar.asc | 7 ------- gromox-1.24.tar.xz | 3 --- gromox-1.25.tar.asc | 7 +++++++ gromox-1.25.tar.xz | 3 +++ gromox.changes | 20 ++++++++++++++++++++ gromox.spec | 5 +++-- 6 files changed, 33 insertions(+), 12 deletions(-) delete mode 100644 gromox-1.24.tar.asc delete mode 100644 gromox-1.24.tar.xz create mode 100644 gromox-1.25.tar.asc create mode 100644 gromox-1.25.tar.xz diff --git a/gromox-1.24.tar.asc b/gromox-1.24.tar.asc deleted file mode 100644 index 6007d2a..0000000 --- a/gromox-1.24.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYpdc3QAKCRD3bv5dDCI6 -jzr5AQCFDri+oMymx+ueoacYlllRM+wgxFBGCqvWJv/Npmy40wD/aiuwc5LNBTh9 -bImKhRQedC0g1GWMF4mFlIsxk8uM5AA= -=28Wf ------END PGP SIGNATURE----- diff --git a/gromox-1.24.tar.xz b/gromox-1.24.tar.xz deleted file mode 100644 index f32bc3d..0000000 --- a/gromox-1.24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60bc99e8c659a9000df5561266188caca44a0aea3b8ef9f1f96ca42d3f57c01 -size 1313936 diff --git a/gromox-1.25.tar.asc b/gromox-1.25.tar.asc new file mode 100644 index 0000000..8fa97c9 --- /dev/null +++ b/gromox-1.25.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYqYHDQAKCRD3bv5dDCI6 +j/W+AP9dwWqT+xIxPTjHdq/39NM7Tk6e6hncbXbAliAM/q/Z2wEA+3+Ng8ZenMxt +Ex4G61wv3RA/GpKl6TVB34i3lM55Owg= +=DT5n +-----END PGP SIGNATURE----- diff --git a/gromox-1.25.tar.xz b/gromox-1.25.tar.xz new file mode 100644 index 0000000..87d3a7f --- /dev/null +++ b/gromox-1.25.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b037d5708acc180b6ab40936fa6bffceee16c7d23328a6c9270b85a5d1b78c3e +size 1316288 diff --git a/gromox.changes b/gromox.changes index 9d7fc24..7536dd1 100644 --- a/gromox.changes +++ b/gromox.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Jun 12 21:49:52 UTC 2022 - Jan Engelhardt + +- Update to release 1.25 + * exmdb_provider: repair PR_MEMBER_NAME transition (ACL table + contents) + * zcore: fix randomly occurring set_permission failures + * autodiscover: resolve & in displaynames being misrepresented + * autodiscover: force-remove single quotes from ini values + * imap: improved the tokenization for unusual values found in + the From/To/Reply-To etc. headers + * imap: stop emitting excess parenthesis pairs for RFC822 field + values during FETCH + * imap: stop offering the STARTTLS capability keyword when the + STARTTLS command can, at the same time, not be issued anyway + * imap: IMAP commands emitted to the log (under imap_cmd_debug) + were truncated sometimes + * midb: resolve potential crash when the IMAP SEARCH command + is used + ------------------------------------------------------------------- Wed Jun 1 19:42:23 UTC 2022 - Jan Engelhardt diff --git a/gromox.spec b/gromox.spec index 4f2aa51..a061dfc 100644 --- a/gromox.spec +++ b/gromox.spec @@ -19,7 +19,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 1.24 +Version: 1.25 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 @@ -50,7 +50,7 @@ BuildRequires: xz BuildRequires: group(gromox) BuildRequires: pkgconfig(fmt) >= 8 BuildRequires: pkgconfig(gumbo) -BuildRequires: pkgconfig(jsoncpp) +BuildRequires: pkgconfig(jsoncpp) >= 1.4.0 BuildRequires: pkgconfig(libHX) >= 4.3 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcurl) @@ -59,6 +59,7 @@ BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(tinyxml2) >= 8 +BuildRequires: pkgconfig(vmime) >= 0.9.2 BuildRequires: pkgconfig(zlib) BuildRequires: user(gromox) Requires: php-cli >= 7.4