SHA256
1
0
forked from pool/gromox

- Update to release 1.31

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=18
This commit is contained in:
Jan Engelhardt 2022-08-30 12:14:09 +00:00 committed by Git OBS Bridge
parent 1dbfd88c6c
commit 5dde420513
7 changed files with 30 additions and 15 deletions

View File

@ -26,5 +26,11 @@ else
fi
if test -x /usr/bin/systemctl; then
systemctl daemon-reload || :
systemctl try-restart gromox-adaptor.service gromox-delivery.service gromox-delivery-queue.service gromox-event.service gromox-http.service gromox-imap.service gromox-midb.service gromox-pop3.service gromox-timer.service gromox-zcore.service grommunio-chat.service php7.4-fpm.service saslauthd.service 2>/dev/null || :
systemctl try-restart gromox-adaptor.service gromox-delivery.service \
gromox-delivery-queue.service gromox-event.service \
gromox-http.service gromox-imap.service gromox-midb.service \
gromox-pop3.service gromox-timer.service gromox-zcore.service \
grommunio-chat.service \
php7.4-fpm.service php8.0-fpm.service php8.1-fpm.service \
saslauthd.service 2>/dev/null || :
fi

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYt6mWAAKCRD3bv5dDCI6
j+gMAPoDDzRwuHZEmyDkoXtTs6Juhx2r9mn2D6iUq0Gmdw5K4AD/ccuhAehyNmRw
xOa32D5+mLiNKobFVSbzwpZukc28+w4=
=5hgg
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b449561791bad195574cc9243d60ba27b9349c4373bea2408bf40cd985f26a43
size 1319980

3
gromox-1.31.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4405fadf853a30c433b42b0c62d13e6d4cf2b57f159cf1b359813730a42cabe
size 1983053

1
gromox-1.31.tar.zst.asc Normal file
View File

@ -0,0 +1 @@
Not Found

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 30 12:02:07 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.31
* kdb2mt: add a size column to the disambiguation table
* exmdb_provider: added the "exmdb_search_yield" and
"exmdb_search_nice" config directives
* exmdb_provider: add a vacuum RPC (and expose via
gromox-mbop(8gx))
* emsmdb: implement cached mode cross-store move support
-------------------------------------------------------------------
Mon Jul 25 16:45:33 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,14 +19,14 @@
%define _libexecdir %_prefix/libexec
Name: gromox
Version: 1.28
Version: 1.31
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
Group: Productivity/Networking/Email/Servers
URL: https://grommunio.com/
Source: %name-%version.tar.xz
Source2: %name-%version.tar.asc
Source: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.zst
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.zst.asc
Source8: %name.keyring
BuildRequires: automake >= 1.11
BuildRequires: fdupes
@ -46,7 +46,7 @@ BuildRequires: php8-devel
%else
BuildRequires: php-devel >= 7
%endif
BuildRequires: xz
BuildRequires: zstd
BuildRequires: group(gromox)
BuildRequires: pkgconfig(fmt) >= 8
BuildRequires: pkgconfig(gumbo)
@ -60,9 +60,13 @@ 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)
%if 0%{?suse_version}
Requires: glibc-locale-base
%endif
Requires: php-cli >= 7.4
Requires: php-fpm
%if 0%{?suse_version}