forked from pool/gromox
gromox 2.33
This commit is contained in:
parent
c94e92d821
commit
3493ed7aa4
@ -1,5 +1,8 @@
|
|||||||
gromox (2.32-0) unstable; urgency=low
|
gromox (2.33-0) unstable; urgency=low
|
||||||
|
|
||||||
* Update.
|
* 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> Wed, 04 Sep 2024 09:49:00 +0200
|
-- Gromox <null@gromox.com> Tue, 01 Oct 2024 16:10:00 +0200
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZth70AAKCRCutpQaL5yZ
|
|
||||||
RDKmAQDq4jtOfa5iOiBMnC19pnUjaMyIKVn/fl8wjX24eL9auwEAinJI433sjK/c
|
|
||||||
6nCUgVDDZiQ9JND1EKaA6q0NM46MjAA=
|
|
||||||
=eRu9
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
gromox-2.32.tar.zst
(Stored with Git LFS)
BIN
gromox-2.32.tar.zst
(Stored with Git LFS)
Binary file not shown.
7
gromox-2.33.tar.asc
Normal file
7
gromox-2.33.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZvwDbwAKCRCutpQaL5yZ
|
||||||
|
RM7aAQDV5+4fPgZtkSuIBaE4sjzcaHHO2HUkQmM0g678ZdmvowD/XfIpADF/vY48
|
||||||
|
ZsQ6NjyGkLUT5J8XONAml59hfpCJgQA=
|
||||||
|
=qt6v
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
gromox-2.33.tar.zst
(Stored with Git LFS)
Normal file
BIN
gromox-2.33.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 1 14:13:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.33
|
||||||
|
* oxcmail: Implement MIME fragment joining for the construction
|
||||||
|
of the contents of PR_HTML.
|
||||||
|
* dscli: add --ac option to test Mail Autoconfig (what
|
||||||
|
Thunderbird uses in leu of AutoDiscover)
|
||||||
|
* http: credential caching for HTTP Basic (config directive
|
||||||
|
``http_basic_auth_cred_caching``, defaulting to 60s)
|
||||||
|
* oxcical: revert commit which evaluates different MAPI
|
||||||
|
timezone properties to generate DTSTART/DTEND's TZID value
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 4 08:17:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Wed Sep 4 08:17:15 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.30
|
Version: 2.33
|
||||||
DEBTRANSFORM-RELEASE: 1
|
DEBTRANSFORM-RELEASE: 1
|
||||||
Maintainer: Gromox <null@gromox.com>
|
Maintainer: Gromox <null@gromox.com>
|
||||||
Homepage: https://gromox.com
|
Homepage: https://gromox.com
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _libexecdir %_prefix/libexec
|
%define _libexecdir %_prefix/libexec
|
||||||
|
|
||||||
Name: gromox
|
Name: gromox
|
||||||
Version: 2.32
|
Version: 2.33
|
||||||
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
|
||||||
@ -92,6 +92,7 @@ Requires(pre): user(gromox)
|
|||||||
Requires(pre): group(gromox)
|
Requires(pre): group(gromox)
|
||||||
Provides: php-mapi-gromox = %version-%release
|
Provides: php-mapi-gromox = %version-%release
|
||||||
Conflicts: grommunio-admin-api < 1.10.7
|
Conflicts: grommunio-admin-api < 1.10.7
|
||||||
|
Recommends: mapitags
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
%if !0%{?_pamdir:1}
|
%if !0%{?_pamdir:1}
|
||||||
%define _pamdir /%_lib/security
|
%define _pamdir /%_lib/security
|
||||||
|
Loading…
Reference in New Issue
Block a user