Compare commits

...

9 Commits

Author SHA256 Message Date
f39ff584af gromox 2.38 2024-12-07 12:31:36 +01:00
58428fa92c Gromox 2.37 2024-11-20 12:05:29 +01:00
a8a3c49feb Gromox 2.36 2024-11-06 17:02:58 +01:00
fbc8d5d4df Gromox 2.35 2024-10-15 14:13:39 +02:00
cc345f8843 gromox 2.34 2024-10-08 20:14:21 +02:00
3493ed7aa4 gromox 2.33 2024-10-01 22:16:01 +02:00
c94e92d821 gromox 2.32 2024-09-04 21:13:44 +02:00
cd650e4cb5 Gromox 2.31 2024-08-14 11:29:32 +02:00
4267ab0073 Gromox 2.30 2024-06-21 22:16:24 +02:00
9 changed files with 223 additions and 48 deletions

View File

@ -1,5 +1,8 @@
gromox (2.29-0) unstable; urgency=low
gromox (2.38-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> Sat, 07 Dec 2024 12:22:00 +0100

View File

@ -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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZl5NgwAKCRCutpQaL5yZ
RMCnAPwOgYVQVjp8zqtWAfn5VhHwLtIAo1eliTkZMsnb1RUWvAD9EdVn4pZsAPF5
p/k/PgJMmKGkKfrLH/cY3gKvRL8cFgY=
=C8Wb
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3362573ae62145991fc1324e8604269bdd935f3b4a85e5a3c053ff14725e6ec
size 2109301

7
gromox-2.38.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZ1QxNwAKCRCutpQaL5yZ
RH3hAQChxMPC1ZKG52/fW2k0kYSdwrjGke9pTLkOg13Wtt4VtgEA40S1P5w3DuOL
YVhV7AhzhrGV6vV68orfm2x8BJyj0wA=
=Rt/1
-----END PGP SIGNATURE-----

BIN
gromox-2.38.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,167 @@
-------------------------------------------------------------------
Sat Dec 7 11:21:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.38
* oxcical: ignore zero-length PidLidTimeZoneStruct on export
rather than failing the operation
* freebusy: process events with recurrence patterns > 510 bytes
* mbop-get-freeubsy: respect the absence of start_time,end_time
(-a/-b) parameters
* mapi_lib: support TNEF export of messages without
PR_INTERNET_CPID
* email_lib: no longer reject import of time-based recurrent
series (`RRULE` line with `UNTIL` specifier) with a single
occurrence
* midb: deal with folder changes that occurr during times when
midb is not running
* exm2eml: add TNEF file export support
* imap: reject creating extant folder
* midb: change M-COPY from a read-write cycle to server-side
copy, thereby preserving mail headers from now on
* midb/imapd: folder names are now treated case-sensitive, just
like MAPI did it already
-------------------------------------------------------------------
Wed Nov 20 10:58:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.37
* exmdb: fix garbage being returned to clients when reading v1z
files from cid/
* exmdb: stop an SQL error from appearing when `gromox-mbop
recalc-sizes` is used on an empty store
* oxcical: evaluate all, instead of just two, STANDARD/DAYLIGHT
tzprops for determining the relevant DST timezone
* ews: fix time elements, e.g. in OOF settings, always having
value 1970-01-01
* email_lib: on vCard ingestion, treat ORG lines as the
structured field that they are specified as, rather than as
one text value
* exmdb_local: autovivify new named properties on delivery,
fixing log message ``D-1220`` when ingesting a vCard message
into an empty store via SMTP/LMTP
* dbop_sqlite: avoid use of the ``UNIXEPOCH`` function since it
is not available in AlmaLinux 9
* lib: add missing chown call on newly-created logfiles to
account for subsequent privilege separation
* dscli: evaluate not just one AutoDiscover URL but multiple as
the specifation asks for
* mbop: stop printing the help text multiple times when the
"for-all-users" subcommand was used but options were rejected
* gromox-mbsize: new debug utility for mailbox size analysis
* gromox-tnef2mt: add support for importing standalone TNEF files
-------------------------------------------------------------------
Wed Nov 6 15:51:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.36
* ews: fix an ABA locking problem when EWS unsubscribe actions
were processed
* genimport: fix a data juggling issue that led to mt2exm
printing ``proptag … from input stream has no named property
info``
* mbck: do not attempt to repair allocated_eids if repair mode
was not selected, fixing mbck printing ``sqlite3_prep(INSERT
INTO allocated_eids) ... inside a readonly TXN``.
* exmdb: fix an issue where creating new embedded messages
could lead to ``sqlite3_exec(… INSERT INTO messages ...
VALUES (65536, …): UNIQUE constraint failed: messages.message_id (19)``
* mkprivate et al: fix an issue where force-overwriting
databases would print "database is locked"
* mbop: new commands "ping", "for-all-users", "echo-username"
* exmdb: faster process shutdown through parallelized closing
of sqlite files
* exmdb: better location diagnostics for RO-RO transactions,
for RW-in-RO, and ROLLBACK issues
* exmdb: deactivate implicit integrity check when upgrading a
mailbox's database schema, it takes too much time
(Integrity checks can still be done offline with ``mkprivate
-U --integ``)
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
Format: 1.0
Source: gromox
Architecture: any
Version: 2.29
Version: 2.38
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,

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec
Name: gromox
Version: 2.29
Version: 2.38
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