- Update to release 1.25
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=16
This commit is contained in:
parent
2f37c33070
commit
c1ad4075ea
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYpdc3QAKCRD3bv5dDCI6
|
|
||||||
jzr5AQCFDri+oMymx+ueoacYlllRM+wgxFBGCqvWJv/Npmy40wD/aiuwc5LNBTh9
|
|
||||||
bImKhRQedC0g1GWMF4mFlIsxk8uM5AA=
|
|
||||||
=28Wf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a60bc99e8c659a9000df5561266188caca44a0aea3b8ef9f1f96ca42d3f57c01
|
|
||||||
size 1313936
|
|
7
gromox-1.25.tar.asc
Normal file
7
gromox-1.25.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYqYHDQAKCRD3bv5dDCI6
|
||||||
|
j/W+AP9dwWqT+xIxPTjHdq/39NM7Tk6e6hncbXbAliAM/q/Z2wEA+3+Ng8ZenMxt
|
||||||
|
Ex4G61wv3RA/GpKl6TVB34i3lM55Owg=
|
||||||
|
=DT5n
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-1.25.tar.xz
Normal file
3
gromox-1.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b037d5708acc180b6ab40936fa6bffceee16c7d23328a6c9270b85a5d1b78c3e
|
||||||
|
size 1316288
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 12 21:49:52 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Wed Jun 1 19:42:23 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.24
|
Version: 1.25
|
||||||
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
|
||||||
@ -50,7 +50,7 @@ BuildRequires: xz
|
|||||||
BuildRequires: group(gromox)
|
BuildRequires: group(gromox)
|
||||||
BuildRequires: pkgconfig(fmt) >= 8
|
BuildRequires: pkgconfig(fmt) >= 8
|
||||||
BuildRequires: pkgconfig(gumbo)
|
BuildRequires: pkgconfig(gumbo)
|
||||||
BuildRequires: pkgconfig(jsoncpp)
|
BuildRequires: pkgconfig(jsoncpp) >= 1.4.0
|
||||||
BuildRequires: pkgconfig(libHX) >= 4.3
|
BuildRequires: pkgconfig(libHX) >= 4.3
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
@ -59,6 +59,7 @@ BuildRequires: pkgconfig(libssl)
|
|||||||
BuildRequires: pkgconfig(libzstd)
|
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(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: user(gromox)
|
BuildRequires: user(gromox)
|
||||||
Requires: php-cli >= 7.4
|
Requires: php-cli >= 7.4
|
||||||
|
Loading…
Reference in New Issue
Block a user