[info=cd650e4cb5f85fa185a810dacdb4939924a1a7f31a2a0a0be7175dd1739edbb3]
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=92
This commit is contained in:
parent
421859be11
commit
3cd232db6f
@ -1,4 +1,4 @@
|
|||||||
mtime: 1719000984
|
mtime: 1723627772
|
||||||
commit: 4267ab00735a837a8284ccd0b9301efcd9a2b72aa6e0c678bf05fe0e5264de14
|
commit: cd650e4cb5f85fa185a810dacdb4939924a1a7f31a2a0a0be7175dd1739edbb3
|
||||||
url: https://src.opensuse.org/jengelh/gromox
|
url: https://src.opensuse.org/jengelh/gromox
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2f54d908e943fed7e33b75d2ec7666c35c40e6ff1aeec3e24105d36b00f391d1
|
oid sha256:ed09ee1ce4af683ca10775ee61363fb60c1cbd107c00c4dcf9bbe68b5d1bda05
|
||||||
size 256
|
size 256
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
gromox (2.30-0) unstable; urgency=low
|
gromox (2.31-0) unstable; urgency=low
|
||||||
|
|
||||||
* Update.
|
* Update.
|
||||||
|
|
||||||
-- Gromox <null@gromox.com> Thu, 02 May 2024 00:00:00 +0000
|
-- Gromox <null@gromox.com> Wed, 14 Aug 2024 09:49:00 +0200
|
||||||
|
@ -49,7 +49,6 @@ if test -x /usr/bin/systemctl; then
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure|reconfigure)
|
configure|reconfigure)
|
||||||
xpostinst
|
xpostinst
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZnWJQwAKCRCutpQaL5yZ
|
|
||||||
RMUVAP47FfS0P2c+k1uFDUJRUJLTC/KI22O+G7mI3sDRL+3t6QEAgRLUst55g3x+
|
|
||||||
hWM8JTXCJK1BrwJA3Rox0OEEalPJBgk=
|
|
||||||
=Lr3R
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
gromox-2.30.tar.zst
(Stored with Git LFS)
BIN
gromox-2.30.tar.zst
(Stored with Git LFS)
Binary file not shown.
7
gromox-2.31.tar.asc
Normal file
7
gromox-2.31.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZrxxSgAKCRCutpQaL5yZ
|
||||||
|
REUDAP43AyHgyk6oQUZ+n/F7rVsxrY2ENWPqC06Z218CVtwmewD+MD02QNxvx92r
|
||||||
|
V7ZJc9U6od92PYrFXQM4dht+YjMlhAo=
|
||||||
|
=FkQO
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
gromox-2.31.tar.zst
(Stored with Git LFS)
Normal file
BIN
gromox-2.31.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 07:50:17 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.31
|
||||||
|
* freebusy: get_freebusy erroneously underreported occurrences
|
||||||
|
for yearly occurrences
|
||||||
|
* freebusy: the get_freebusy routine erroneously landed in an
|
||||||
|
infinite loop if a yearly-recurring February 29 appointment
|
||||||
|
was originally created in a year not divisible by 12.
|
||||||
|
* oxcmail: take /etc/mime.types under consideration when adding
|
||||||
|
extensions to attachments
|
||||||
|
* oxcmail: priorities for MIME parts have been rectified for
|
||||||
|
multipart/alternative and non-alternative containers; the
|
||||||
|
conversion routine is no longer making picks across multiple
|
||||||
|
container siblings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 21 14:09:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Fri Jun 21 14:09:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _libexecdir %_prefix/libexec
|
%define _libexecdir %_prefix/libexec
|
||||||
|
|
||||||
Name: gromox
|
Name: gromox
|
||||||
Version: 2.30
|
Version: 2.31
|
||||||
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