- Update to release 1.22
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=10
This commit is contained in:
parent
e44ad67d95
commit
6afd1a6dec
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYm0oHgAKCRD3bv5dDCI6
|
|
||||||
j6NTAQDJlQDFwafQl+IO65bXq2Tpgz77kcvtLSYRhUe/U85K8gD9Fxq+bFWjOAig
|
|
||||||
lKP+kHkXuzO9aFkRw23R0+XMCS0NsA8=
|
|
||||||
=dugs
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3763f2792ff99c3c28dcdb5698c9ae6b02c31719f022c07cad5f2dd062317e1e
|
|
||||||
size 1304620
|
|
7
gromox-1.22.tar.asc
Normal file
7
gromox-1.22.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYn0bIQAKCRD3bv5dDCI6
|
||||||
|
j1NnAQDV6Yc1kF+Z79TnuXl+5aS3ixMEWN4DRatUR2VWTFYeRAD+LVdqE1LSSFzX
|
||||||
|
ivPa+So3MI1ezy9Myy5lL03+ed+dxQ4=
|
||||||
|
=cuNR
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-1.22.tar.xz
Normal file
3
gromox-1.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:798d58b663564e3356cc816b42bed23fb180653a38eb2f1c2d522e6b2e7e1f3a
|
||||||
|
size 1309292
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 12 15:27:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.22
|
||||||
|
* service_loader: resolve crash when first module is unloadable
|
||||||
|
* eml2mt, exm2eml: rectify wrong serivce plugin search path
|
||||||
|
* eml2mt: add iCalendar and vCard file import
|
||||||
|
* kdb2mt: skip IPM.MessageManager FAI messages (cause Outlook
|
||||||
|
to sometimes refuse opening a folder)
|
||||||
|
* The /usr/libexec/gromox/autodiscover command has been renamed
|
||||||
|
to just gromox-dscli.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 30 12:26:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Apr 30 12:26:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gromox
|
Source: gromox
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 1.20
|
Version: 1.22
|
||||||
DEBTRANSFORM-RELEASE: 1
|
DEBTRANSFORM-RELEASE: 1
|
||||||
Maintainer: Gromox <null@gromox.com>
|
Maintainer: Gromox <null@gromox.com>
|
||||||
Homepage: https://gromox.com
|
Homepage: https://gromox.com
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define _libexecdir %_prefix/libexec
|
%define _libexecdir %_prefix/libexec
|
||||||
|
|
||||||
Name: gromox
|
Name: gromox
|
||||||
Version: 1.20
|
Version: 1.22
|
||||||
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
|
||||||
@ -41,6 +41,7 @@ BuildRequires: pkgconfig(libcrypto)
|
|||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libpff)
|
BuildRequires: pkgconfig(libpff)
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
|
BuildRequires: pkgconfig(libzstd)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(tinyxml2) >= 8
|
BuildRequires: pkgconfig(tinyxml2) >= 8
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
Loading…
Reference in New Issue
Block a user