- Update to release 1.20
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=9
This commit is contained in:
parent
89183c33dd
commit
e44ad67d95
@ -19,8 +19,12 @@ chmod 0770 $vd || :
|
||||
chmod 0770 /var/lib/gromox /var/log/gromox || :
|
||||
|
||||
# %post
|
||||
if test -x /usr/bin/systemctl; then
|
||||
if test -x /usr/bin/systemd-tmpfiles; then
|
||||
systemd-tmpfiles --create tmpfiles-gromox.conf || :
|
||||
else
|
||||
echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created."
|
||||
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 || :
|
||||
fi
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYliMEQAKCRD3bv5dDCI6
|
||||
j02pAQDvxOTzub0Dy3qU/W/NzXH9/eKgytwzrhe+wVuKx3+WgAD/SXSpa1YV1SZr
|
||||
EdLbjNW7AEyeGuqhyqJXUon9CH5bpgs=
|
||||
=dvSD
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c45bc1b36c8ddfcbb1454a399865eecb8a7a35f8b834de062a1f1b5d14118ceb
|
||||
size 1301776
|
7
gromox-1.20.tar.asc
Normal file
7
gromox-1.20.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYm0oHgAKCRD3bv5dDCI6
|
||||
j6NTAQDJlQDFwafQl+IO65bXq2Tpgz77kcvtLSYRhUe/U85K8gD9Fxq+bFWjOAig
|
||||
lKP+kHkXuzO9aFkRw23R0+XMCS0NsA8=
|
||||
=dugs
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-1.20.tar.xz
Normal file
3
gromox-1.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3763f2792ff99c3c28dcdb5698c9ae6b02c31719f022c07cad5f2dd062317e1e
|
||||
size 1304620
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 12:26:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.20
|
||||
* Resolve a use-after-free in gromox-eml2mt
|
||||
* oxcmail: conversion of Reply-To MAPI field to Internet Mail
|
||||
had only used the last ONEOFF-type recipient, now it uses all
|
||||
ONEOFF recipients.
|
||||
* oxcmail: set IPM.Note.SMIME.MultipartSigned only for incoming
|
||||
S/MIME mails, not for OpenPGP mails.
|
||||
* autodiscover: Change the way autodiscover.ini is parsed. This
|
||||
allows a few more non-alphanumeric characters in the MariaDB
|
||||
password. ';' is still unusable.
|
||||
* exmdb_provider: Evaluate restrictions against absent values
|
||||
differently; this makes messages without a sensitivity tag
|
||||
and which are located in a non-default store visible in
|
||||
Outlook again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 14:31:39 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 1.19
|
||||
Version: 1.20
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
|
@ -3,7 +3,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 1.19
|
||||
Version: 1.20
|
||||
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
|
||||
@ -33,7 +33,7 @@ BuildRequires: php-devel >= 7
|
||||
%endif
|
||||
BuildRequires: xz
|
||||
BuildRequires: group(gromox)
|
||||
BuildRequires: pkgconfig(fmt)
|
||||
BuildRequires: pkgconfig(fmt) >= 8
|
||||
BuildRequires: pkgconfig(gumbo)
|
||||
BuildRequires: pkgconfig(jsoncpp)
|
||||
BuildRequires: pkgconfig(libHX) >= 4.3
|
||||
|
Loading…
Reference in New Issue
Block a user