forked from pool/gromox
gromox 2.39
This commit is contained in:
parent
f39ff584af
commit
a89c2f72d9
@ -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
|
||||
automatically from data present in gromox.changes.
|
||||
But if you see this message in installed systems,
|
||||
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
|
||||
|
@ -11,7 +11,7 @@ Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
php-cli, php-fpm, php-mysql, php-simplexml, php-soap,
|
||||
system-user-grommunio, system-user-gromox (>= 4), w3m,
|
||||
libhx32 (>= 4.12)
|
||||
libhx32 (>= 4.19)
|
||||
Provides: php-mapi-gromox
|
||||
Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support
|
||||
.
|
||||
|
@ -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)
BIN
gromox-2.38.tar.zst
(Stored with Git LFS)
Binary file not shown.
7
gromox-2.39.tar.asc
Normal file
7
gromox-2.39.tar.asc
Normal 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
BIN
gromox-2.39.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -34,7 +34,6 @@ Build-Depends:
|
||||
libtinyxml2-dev (>= 8),
|
||||
libtool (>= 2),
|
||||
libtool-bin (>= 2) | libtool (>= 2),
|
||||
libvmime-dev (>= 0.9.2),
|
||||
libxml2-dev,
|
||||
libxxhash-dev,
|
||||
libzstd-dev,
|
||||
@ -47,5 +46,6 @@ Build-Depends:
|
||||
sed,
|
||||
systemd,
|
||||
uuid-dev,
|
||||
wmime-dev (>= 1),
|
||||
zlib1g-dev
|
||||
Files:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.38
|
||||
Version: 2.39
|
||||
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
|
||||
@ -50,7 +50,6 @@ BuildRequires: php8-devel
|
||||
%else
|
||||
BuildRequires: php-devel >= 7
|
||||
%endif
|
||||
BuildRequires: libvmime-devel >= 0.9.2+g175
|
||||
BuildRequires: zstd
|
||||
BuildRequires: group(gromox)
|
||||
BuildRequires: pkgconfig(fmt) >= 8
|
||||
@ -68,6 +67,7 @@ BuildRequires: pkgconfig(libxxhash)
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(tinyxml2) >= 8
|
||||
BuildRequires: pkgconfig(wmime) >= 1
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: user(grommunio)
|
||||
BuildRequires: user(gromox)
|
||||
|
Loading…
Reference in New Issue
Block a user