- Update to release 2.24
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=76
This commit is contained in:
parent
03532892b4
commit
a606498b08
@ -1,5 +1,5 @@
|
|||||||
gromox (2.23) unstable; urgency=low
|
gromox (2.24) unstable; urgency=low
|
||||||
|
|
||||||
* Update.
|
* Update.
|
||||||
|
|
||||||
-- Gromox <null@gromox.com> Mon, 05 Feb 2024 21:29:00 +0100
|
-- Gromox <null@gromox.com> Sat, 10 Feb 2024 21:29:00 +0100
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZcFCuQAKCRD3bv5dDCI6
|
|
||||||
jzpsAP0ThS24Vq5XI95WddyyR1DoCR0t83dQaIs2gNr6dmbnDAD+JU+EwA2OpAeH
|
|
||||||
9P4YMAi3mOPEzFh0LuRbjZ2yJS+rSwc=
|
|
||||||
=JdSF
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10b5dbdf9cfdbcf60a96c67c04c00dd07b64402d9ac23ab777efe1a1337f01f9
|
|
||||||
size 2072719
|
|
7
gromox-2.24.tar.asc
Normal file
7
gromox-2.24.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZcdb8wAKCRD3bv5dDCI6
|
||||||
|
j5nyAQDBYE017BpGHy9LveW4UArJskDS8w1vHI1vHdW02LiPmAD/WZ/B1V2Nmngm
|
||||||
|
XXxIInI3BIrbesWFp2iai/ckUKX8hwI=
|
||||||
|
=dvs0
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-2.24.tar.zst
Normal file
3
gromox-2.24.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df12924d857fb0708f263e4ba8ac211e03e135e68575efb6941d27cb41f3b1c0
|
||||||
|
size 2073790
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 11:54:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.24
|
||||||
|
* email_lib: the last byte of a MIME part was erroneously deleted
|
||||||
|
* emsmdb: repair garbage memory read when creating a stream on
|
||||||
|
a PT_STRING8 property
|
||||||
|
* ews: repair a potential lack of results with the ResolveNames
|
||||||
|
operation when searching by email address
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 5 20:28:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Mon Feb 5 20:28:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gromox
|
Source: gromox
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 2.23
|
Version: 2.24
|
||||||
DEBTRANSFORM-RELEASE: 1
|
DEBTRANSFORM-RELEASE: 1
|
||||||
Maintainer: Gromox <null@gromox.com>
|
Maintainer: Gromox <null@gromox.com>
|
||||||
Homepage: https://gromox.com
|
Homepage: https://gromox.com
|
||||||
@ -22,7 +22,6 @@ Build-Depends:
|
|||||||
libesedb-dev,
|
libesedb-dev,
|
||||||
libfmt-dev (>= 8),
|
libfmt-dev (>= 8),
|
||||||
libhx-dev (>= 4.12),
|
libhx-dev (>= 4.12),
|
||||||
libidn2-dev,
|
|
||||||
libjsoncpp-dev (>= 1.4.0),
|
libjsoncpp-dev (>= 1.4.0),
|
||||||
libkrb5-dev,
|
libkrb5-dev,
|
||||||
libldap2-dev,
|
libldap2-dev,
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _libexecdir %_prefix/libexec
|
%define _libexecdir %_prefix/libexec
|
||||||
|
|
||||||
Name: gromox
|
Name: gromox
|
||||||
Version: 2.23
|
Version: 2.24
|
||||||
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
|
||||||
@ -55,7 +55,6 @@ BuildRequires: pkgconfig(libHX) >= 4.12
|
|||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libesedb)
|
BuildRequires: pkgconfig(libesedb)
|
||||||
BuildRequires: pkgconfig(libidn2)
|
|
||||||
BuildRequires: pkgconfig(libolecf)
|
BuildRequires: pkgconfig(libolecf)
|
||||||
BuildRequires: pkgconfig(libpff)
|
BuildRequires: pkgconfig(libpff)
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
|
Loading…
Reference in New Issue
Block a user