Accepting request 1121049 from server:mail
- Update to release 2.16 OBS-URL: https://build.opensuse.org/request/show/1121049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=20
This commit is contained in:
commit
0d28ecda49
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZS/W7wAKCRD3bv5dDCI6
|
||||
jym2AQD+NIouFLElYZzhABzKqvHoWJfKWJMakYnl3vFur7RWCgEA/pMVz9kw1QRb
|
||||
UtP8u612QchXb4ASMecAYue1dkQcJgQ=
|
||||
=osOJ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bdca19409d1700ab90aefd31e12cc38a4a0a09172868b36f27090cce112ac63
|
||||
size 2049370
|
7
gromox-2.16.tar.asc
Normal file
7
gromox-2.16.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZT6nfwAKCRD3bv5dDCI6
|
||||
jyqmAQCEMkUjeZprqBZn+7pq1yiA2PiVbeHRchGNJCh1gnSM8QEAnWQlly/ZCj4E
|
||||
nxSBrZkkhudK2y73j/prKwzAHdSTMg0=
|
||||
=ktdq
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-2.16.tar.zst
Normal file
3
gromox-2.16.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d03af059f3807ce9c118844f95f23c0d1813292d558acbb42ab5847d2dff157
|
||||
size 2059772
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 29 18:44:37 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.16
|
||||
* Enhancements:
|
||||
* Define the "suspended" user state for grommunio-admin-api.
|
||||
(think of it as a "non-receiving shared mailbox").
|
||||
* emsmdb, zcore: the ``emsmdb_max_cxh_per_user``,
|
||||
``emsmdb_max_obh_per_session`` and
|
||||
``zcore_max_obh_per_session`` config directives can now be
|
||||
set to 0 for unlimited.
|
||||
* Fixes:
|
||||
* oxvcard: export to .vcf now positions the VERSION property in
|
||||
accordance with the vCard 4.0 specification.
|
||||
* oxcmail: cease gratuitous RTF conversion of calendar items.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 13:01:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.15
|
||||
Version: 2.16
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
@ -19,9 +19,11 @@ Build-Depends:
|
||||
gettext,
|
||||
libbfio-dev,
|
||||
libcurl4-openssl-dev,
|
||||
libesedb-dev,
|
||||
libfmt-dev (>= 8),
|
||||
libhx-dev (>= 4.12),
|
||||
libjsoncpp-dev (>= 1.4.0),
|
||||
libkrb5-dev,
|
||||
libldap2-dev,
|
||||
libmariadbclient-dev | libmysqlclient-dev | libmariadb-dev,
|
||||
libpam0g-dev,
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.15
|
||||
Version: 2.16
|
||||
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
|
||||
@ -51,9 +51,11 @@ BuildRequires: zstd
|
||||
BuildRequires: group(gromox)
|
||||
BuildRequires: pkgconfig(fmt) >= 8
|
||||
BuildRequires: pkgconfig(jsoncpp) >= 1.4.0
|
||||
BuildRequires: pkgconfig(krb5-gssapi)
|
||||
BuildRequires: pkgconfig(libHX) >= 4.12
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libesedb)
|
||||
BuildRequires: pkgconfig(libolecf)
|
||||
BuildRequires: pkgconfig(libpff)
|
||||
BuildRequires: pkgconfig(libssl)
|
||||
@ -120,7 +122,7 @@ grommunio-web. The grommunio appliance ships these essentials and has a
|
||||
ready-to-run installation of Gromox.
|
||||
|
||||
%prep
|
||||
%autosetup -p0
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user