Accepting request 1204987 from server:mail
- Update to release 2.33 OBS-URL: https://build.opensuse.org/request/show/1204987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=35
This commit is contained in:
commit
17706cadf7
@ -1,4 +1,4 @@
|
||||
mtime: 1725477224
|
||||
commit: c94e92d8218929aa5790d2451b98defac6c3a6e889cd573dc62e11dbecfb4f6d
|
||||
mtime: 1727813761
|
||||
commit: 3493ed7aa4f92b3a927f3c0f660daf92e70be4732dc0da77f4b9bb8f05ef0a2f
|
||||
url: https://src.opensuse.org/jengelh/gromox
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a55b06f3706341ff5baef76debdafee5ca4787ce6c1a438765eed44dccbe5b
|
||||
oid sha256:e6e8ee2144b7c1d76dfbdf44290b9d8166f7213bad4e5fec8bffe9f9e8657502
|
||||
size 256
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.30
|
||||
Version: 2.33
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.32
|
||||
Version: 2.33
|
||||
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
|
||||
@ -92,6 +92,7 @@ Requires(pre): user(gromox)
|
||||
Requires(pre): group(gromox)
|
||||
Provides: php-mapi-gromox = %version-%release
|
||||
Conflicts: grommunio-admin-api < 1.10.7
|
||||
Recommends: mapitags
|
||||
%{?systemd_ordering}
|
||||
%if !0%{?_pamdir:1}
|
||||
%define _pamdir /%_lib/security
|
||||
|
Loading…
x
Reference in New Issue
Block a user