SHA256
1
0
forked from pool/gromox

gromox 2.39

This commit is contained in:
Jan Engelhardt 2025-01-22 01:30:05 +01:00
parent f39ff584af
commit a89c2f72d9
9 changed files with 27 additions and 17 deletions

View File

@ -1,8 +1,8 @@
gromox (2.38-0) unstable; urgency=low gromox (2.39-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> Sat, 07 Dec 2024 12:22:00 +0100 -- Gromox <null@gromox.com> Tue, 21 Jan 2025 00:00:00 +0100

View File

@ -11,7 +11,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, Depends: ${misc:Depends}, ${shlibs:Depends},
php-cli, php-fpm, php-mysql, php-simplexml, php-soap, php-cli, php-fpm, php-mysql, php-simplexml, php-soap,
system-user-grommunio, system-user-gromox (>= 4), w3m, system-user-grommunio, system-user-gromox (>= 4), w3m,
libhx32 (>= 4.12) libhx32 (>= 4.19)
Provides: php-mapi-gromox Provides: php-mapi-gromox
Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support
. .

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZ1QxNwAKCRCutpQaL5yZ
RH3hAQChxMPC1ZKG52/fW2k0kYSdwrjGke9pTLkOg13Wtt4VtgEA40S1P5w3DuOL
YVhV7AhzhrGV6vV68orfm2x8BJyj0wA=
=Rt/1
-----END PGP SIGNATURE-----

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

Binary file not shown.

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZ5AZ3AAKCRCutpQaL5yZ
RJKDAQDDGiV2C9Sjyih7HQRk3HYgveBcixgar2jrfnNEdw2mrgEAvZDXgimbEbc9
YpXn+z3fuV1olJQwWCrc7K3ZLprgtA4=
=N8fl
-----END PGP SIGNATURE-----

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 21 22:05:13 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.39
* midb: synchronize "Answered", "Forwarded" and "Flagged" flags
between MAPI and midb
* midb: pass message flag modification notifications
(answered/forwarded/flagged/read/etc.) to imapd
* mbop: new foreach.* command group which replaces for-all-users
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 7 11:21:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Sat Dec 7 11:21:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -34,7 +34,6 @@ Build-Depends:
libtinyxml2-dev (>= 8), libtinyxml2-dev (>= 8),
libtool (>= 2), libtool (>= 2),
libtool-bin (>= 2) | libtool (>= 2), libtool-bin (>= 2) | libtool (>= 2),
libvmime-dev (>= 0.9.2),
libxml2-dev, libxml2-dev,
libxxhash-dev, libxxhash-dev,
libzstd-dev, libzstd-dev,
@ -47,5 +46,6 @@ Build-Depends:
sed, sed,
systemd, systemd,
uuid-dev, uuid-dev,
wmime-dev (>= 1),
zlib1g-dev zlib1g-dev
Files: Files:

View File

@ -1,7 +1,7 @@
# #
# spec file for package gromox # spec file for package gromox
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec %define _libexecdir %_prefix/libexec
Name: gromox Name: gromox
Version: 2.38 Version: 2.39
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
@ -50,7 +50,6 @@ BuildRequires: php8-devel
%else %else
BuildRequires: php-devel >= 7 BuildRequires: php-devel >= 7
%endif %endif
BuildRequires: libvmime-devel >= 0.9.2+g175
BuildRequires: zstd BuildRequires: zstd
BuildRequires: group(gromox) BuildRequires: group(gromox)
BuildRequires: pkgconfig(fmt) >= 8 BuildRequires: pkgconfig(fmt) >= 8
@ -68,6 +67,7 @@ BuildRequires: pkgconfig(libxxhash)
BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(tinyxml2) >= 8 BuildRequires: pkgconfig(tinyxml2) >= 8
BuildRequires: pkgconfig(wmime) >= 1
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
BuildRequires: user(grommunio) BuildRequires: user(grommunio)
BuildRequires: user(gromox) BuildRequires: user(gromox)