Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
fbc8d5d4df | |||
cc345f8843 | |||
3493ed7aa4 | |||
c94e92d821 | |||
cd650e4cb5 | |||
4267ab0073 |
@ -1,5 +1,8 @@
|
||||
gromox (2.29-0) unstable; urgency=low
|
||||
gromox (2.35-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> Thu, 02 May 2024 00:00:00 +0000
|
||||
-- Gromox <null@gromox.com> Tue, 15 Oct 2024 13:25:00 +0200
|
||||
|
@ -17,39 +17,38 @@ set_perms()
|
||||
|
||||
xpostinst()
|
||||
{
|
||||
set_perms grommunio gromoxcf 0755 /etc/gromox || :
|
||||
for i in /var/lib/gromox \
|
||||
/var/lib/gromox/domain \
|
||||
/var/lib/gromox/user \
|
||||
/var/lib/gromox/queue \
|
||||
/var/lib/gromox/queue/cache \
|
||||
/var/lib/gromox/queue/mess \
|
||||
/var/lib/gromox/queue/save \
|
||||
/var/lib/gromox/queue/timer; do
|
||||
set_perms gromox gromox 0770 "$i" || :
|
||||
done
|
||||
set_perms gromox gromox 0750 /var/log/gromox || :
|
||||
set_perms grommunio gromoxcf 0755 /etc/gromox || :
|
||||
for i in /var/lib/gromox \
|
||||
/var/lib/gromox/domain \
|
||||
/var/lib/gromox/user \
|
||||
/var/lib/gromox/queue \
|
||||
/var/lib/gromox/queue/cache \
|
||||
/var/lib/gromox/queue/mess \
|
||||
/var/lib/gromox/queue/save \
|
||||
/var/lib/gromox/queue/timer; do
|
||||
set_perms gromox gromox 0770 "$i" || :
|
||||
done
|
||||
set_perms gromox gromox 0750 /var/log/gromox || :
|
||||
|
||||
# %post
|
||||
if test -x /usr/bin/systemd-tmpfiles; then
|
||||
systemd-tmpfiles --create tmpfiles-gromox.conf || :
|
||||
else
|
||||
echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created."
|
||||
fi
|
||||
if test -x /usr/bin/systemctl; then
|
||||
systemctl daemon-reload || :
|
||||
systemctl try-restart gromox-delivery.service \
|
||||
gromox-delivery-queue.service gromox-event.service \
|
||||
gromox-http.service gromox-imap.service gromox-midb.service \
|
||||
gromox-pop3.service gromox-timer.service gromox-zcore.service \
|
||||
grommunio-chat.service \
|
||||
php7.4-fpm.service php8.0-fpm.service php8.1-fpm.service \
|
||||
php8.2-fpm.service \
|
||||
saslauthd.service 2>/dev/null || :
|
||||
fi
|
||||
# %post
|
||||
if test -x /usr/bin/systemd-tmpfiles; then
|
||||
systemd-tmpfiles --create tmpfiles-gromox.conf || :
|
||||
else
|
||||
echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created."
|
||||
fi
|
||||
if test -x /usr/bin/systemctl; then
|
||||
systemctl daemon-reload || :
|
||||
systemctl try-restart gromox-delivery.service \
|
||||
gromox-delivery-queue.service gromox-event.service \
|
||||
gromox-http.service gromox-imap.service gromox-midb.service \
|
||||
gromox-pop3.service gromox-timer.service gromox-zcore.service \
|
||||
grommunio-chat.service \
|
||||
php7.4-fpm.service php8.0-fpm.service php8.1-fpm.service \
|
||||
php8.2-fpm.service php8.3-fpm.service \
|
||||
saslauthd.service 2>/dev/null || :
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
case "$1" in
|
||||
configure|reconfigure)
|
||||
xpostinst
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZl5NgwAKCRCutpQaL5yZ
|
||||
RMCnAPwOgYVQVjp8zqtWAfn5VhHwLtIAo1eliTkZMsnb1RUWvAD9EdVn4pZsAPF5
|
||||
p/k/PgJMmKGkKfrLH/cY3gKvRL8cFgY=
|
||||
=C8Wb
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3362573ae62145991fc1324e8604269bdd935f3b4a85e5a3c053ff14725e6ec
|
||||
size 2109301
|
7
gromox-2.35.tar.asc
Normal file
7
gromox-2.35.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZw5b6gAKCRCutpQaL5yZ
|
||||
RAooAP9+v7Vd15fz1zpf6q4EqTg/MeIofwik3M5NzMzDUQddCAD9GfHmmIuBgCax
|
||||
gxCZ/oLfUoz1WjBv13EZTKEvkS0gXgE=
|
||||
=6E19
|
||||
-----END PGP SIGNATURE-----
|
BIN
gromox-2.35.tar.zst
(Stored with Git LFS)
Normal file
BIN
gromox-2.35.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 11:24:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.35
|
||||
* alias_resolve: resolve nullptr deref crash
|
||||
* ews: resolve nullptr deref crash
|
||||
* mapi_lib: fix out-of-bounds access in PROBLEM_ARRAY::transform
|
||||
* mapi_lib: rop_util_get_gc_value used the wrong mask, which
|
||||
caused "Change commit failed because the object was changed
|
||||
separately"
|
||||
* exmdb: let PR_ACCESS include permissions from all group
|
||||
memberships
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 15:20:02 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.34
|
||||
* php_mapi: cure crash occurring with mapi_getidsfromnames
|
||||
* midb: resolve "inside a readonly TXN" warnings during message
|
||||
deletion
|
||||
* exmdb: emit notifications only after SQL transactions are
|
||||
complete
|
||||
* imap: resolve unstable EXPUNGE observability
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to release 2.32
|
||||
* mysql_adaptor: re-speedup queries that came to ran without an
|
||||
index
|
||||
* mbop: make the "clear-profile" operation do clear g-web
|
||||
settings again
|
||||
* zcore: workaround potential hang during shutdown
|
||||
* emsmdb, zcore: allow "Empty Folder" operations in public stores
|
||||
* exmdb: increased verbosity during shutdown phase so it does
|
||||
not appear like a hang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to release 2.30
|
||||
* oxcical: emit VTIMEZONE for events without
|
||||
PidLidAppointmentTimeZoneDefinitionStartDisplay
|
||||
* gromox-mbop: new subcommand ``set-locale`` to change store
|
||||
language
|
||||
* exmdb: add more SQLite transactions and make concurrent read
|
||||
access for stores possible
|
||||
* ruleproc: initial autoprocessing for meeting requests
|
||||
* conflict detection, response sending for conflicts,
|
||||
automatic addition to calendar
|
||||
* needs to be enabled with gromox.cfg:``lda_mrautoproc``=yes
|
||||
* imap, pop3, delivery-queue: HAProxy protocol support
|
||||
(send-proxy-v2)
|
||||
* zcore: show private distribution lists the grommunio-web
|
||||
address book
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 23:17:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.29
|
||||
Version: 2.33
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
@ -21,7 +21,7 @@ Build-Depends:
|
||||
libcurl4-openssl-dev,
|
||||
libesedb-dev,
|
||||
libfmt-dev (>= 8),
|
||||
libhx-dev (>= 4.12),
|
||||
libhx-dev (>= 4.19),
|
||||
libjsoncpp-dev (>= 1.4.0),
|
||||
libkrb5-dev,
|
||||
libldap2-dev,
|
||||
|
15
gromox.spec
15
gromox.spec
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.29
|
||||
Version: 2.35
|
||||
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
|
||||
@ -29,7 +29,11 @@ Source: https://github.com/grommunio/gromox/releases/download/%name-%ver
|
||||
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
|
||||
Source8: %name.keyring
|
||||
BuildRequires: fdupes
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libmysqlclient-devel >= 5.6
|
||||
BuildRequires: openldap2-devel
|
||||
@ -52,7 +56,7 @@ BuildRequires: group(gromox)
|
||||
BuildRequires: pkgconfig(fmt) >= 8
|
||||
BuildRequires: pkgconfig(jsoncpp) >= 1.4.0
|
||||
BuildRequires: pkgconfig(krb5-gssapi)
|
||||
BuildRequires: pkgconfig(libHX) >= 4.12
|
||||
BuildRequires: pkgconfig(libHX) >= 4.19
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libesedb)
|
||||
@ -92,6 +96,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
|
||||
@ -117,7 +122,11 @@ ready-to-run installation of Gromox.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||
CC=gcc-12 CXX=g++-12 \
|
||||
%endif
|
||||
%nil
|
||||
%make_build V=1
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user