forked from pool/gromox
- Update to release 2.20
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=71
This commit is contained in:
parent
11b9e9199d
commit
9bdb1d4050
@ -1,4 +1,4 @@
|
|||||||
gromox (1.36.23.3447095) unstable; urgency=low
|
gromox (2.20) unstable; urgency=low
|
||||||
|
|
||||||
* Initial package.
|
* Initial package.
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZW3fIAAKCRD3bv5dDCI6
|
|
||||||
j7XqAQCVL9w3lfrrlSaFdETM5bxL48OLnzyIBsdoQ3kueswyPAD/fRqUFpIiTHyu
|
|
||||||
916WG37MFU/RVwg22ZlcKiPkmVKOzQE=
|
|
||||||
=DgAf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f5b42e73bf99d0b3214be5a2bf5ab8767d1b668932c669aa4c020668574670c
|
|
||||||
size 2085568
|
|
7
gromox-2.20.tar.asc
Normal file
7
gromox-2.20.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZXwyyQAKCRD3bv5dDCI6
|
||||||
|
j6clAP9QsP2G1AJh7MLSTxLAzimblWetkIyaMVHvd6kW5STbzAEAzkfVx3CaDAiv
|
||||||
|
WhlZDUQWKrEUmV3PJjzUL/vskLAiygs=
|
||||||
|
=p7qe
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-2.20.tar.zst
Normal file
3
gromox-2.20.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:556d095cf172cd376cd345fc4874fa3459858502ac9fc7915786223539565118
|
||||||
|
size 2093367
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 15 10:00:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.20
|
||||||
|
* oxdisco: allow autodiscover for room/equipment stores
|
||||||
|
* oxcical: allday events are now emitted (pursuant to the
|
||||||
|
``oxcical_allday_ymd`` config directive) as "floating time"
|
||||||
|
per the OXCICAL spec recommendations
|
||||||
|
* oxcical: resolve integer underflow that botched weekorder
|
||||||
|
computation in weekly-recurring events
|
||||||
|
* oxcical: resolve out-of-bounds access during generation of
|
||||||
|
iCal RDATE lines * ews: avoid a heap-use-after-free during
|
||||||
|
freebusy retrieval
|
||||||
|
* zcore: zs_getuserfreebusy had failed to resolve usernames and
|
||||||
|
display freebusy status in the scheduling matrix view
|
||||||
|
* ldap_adaptor: resolve data race with double-free when
|
||||||
|
per-organization LDAP settings were used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 14:12:37 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 4 14:12:37 UTC 2023 - 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.19
|
Version: 2.20
|
||||||
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.19
|
Version: 2.20
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user