SHA256
1
0
forked from pool/gromox

gromox 2.34

This commit is contained in:
Jan Engelhardt 2024-10-08 19:55:25 +02:00
parent 3493ed7aa4
commit cc345f8843
7 changed files with 33 additions and 14 deletions

View File

@ -1,8 +1,8 @@
gromox (2.33-0) unstable; urgency=low gromox (2.34-0) unstable; urgency=low
* The build process is supposed to replace the entries here * The build process is supposed to replace the entries here
automatically from data present in gromox.changes. automatically from data present in gromox.changes.
But if you see this message in installed systems, But if you see this message in installed systems,
that would indicate a problem in debtransform(1). that would indicate a problem in debtransform(1).
-- Gromox <null@gromox.com> Tue, 01 Oct 2024 16:10:00 +0200 -- Gromox <null@gromox.com> Tue, 08 Oct 2024 17:10:00 +0200

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZvwDbwAKCRCutpQaL5yZ
RM7aAQDV5+4fPgZtkSuIBaE4sjzcaHHO2HUkQmM0g678ZdmvowD/XfIpADF/vY48
ZsQ6NjyGkLUT5J8XONAml59hfpCJgQA=
=qt6v
-----END PGP SIGNATURE-----

BIN
gromox-2.33.tar.zst (Stored with Git LFS)

Binary file not shown.

7
gromox-2.34.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZwVSnwAKCRCutpQaL5yZ
RJCKAQCgdiSugh1hTpyNY3GmwJky8jJi3PsYWhEdM3jtzMqk3gD+Lfptqi+46ec4
X/NvAaw0xD5/s3tm2MVcaRIPeMYK5QI=
=ZklD
-----END PGP SIGNATURE-----

BIN
gromox-2.34.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 8 15:20:02 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.34
* php_mapi: cure crash occurring with mapi_getidsfromnames
* midb: resolve "inside a readonly TXN" warnings during message
deletion
* exmdb: emit notifications only after SQL transactions are
complete
* imap: resolve unstable EXPUNGE observability
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 1 14:13:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Tue Oct 1 14:13:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec %define _libexecdir %_prefix/libexec
Name: gromox Name: gromox
Version: 2.33 Version: 2.34
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
@ -29,7 +29,11 @@ Source: https://github.com/grommunio/gromox/releases/download/%name-%ver
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
Source8: %name.keyring Source8: %name.keyring
BuildRequires: fdupes BuildRequires: fdupes
%if 0%{?suse_version} && 0%{?suse_version} < 1600
BuildRequires: gcc12-c++
%else
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%endif
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: libmysqlclient-devel >= 5.6 BuildRequires: libmysqlclient-devel >= 5.6
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
@ -118,7 +122,11 @@ ready-to-run installation of Gromox.
%autosetup -p1 %autosetup -p1
%build %build
%configure %configure \
%if 0%{?suse_version} && 0%{?suse_version} < 1600
CC=gcc-12 CXX=g++-12 \
%endif
%nil
%make_build V=1 %make_build V=1
%install %install