Accepting request 1105462 from server:mail
- Update to release 2.11 OBS-URL: https://build.opensuse.org/request/show/1105462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=15
This commit is contained in:
commit
b864f4bfa9
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZIsrZQAKCRD3bv5dDCI6
|
||||
j6k1AQDB02yEltY173BpW3vC3iijEmxsIsLBuG+ca0jJv8VXHAD+OVmSePONncXh
|
||||
5BUrtNsv3K7I8gTzEFERKAijL5QbDgU=
|
||||
=3lAn
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c14e7129f1fccaef9a59f790be542a064e0edab9eb41ff83735582ef015486a
|
||||
size 2032004
|
7
gromox-2.11.tar.asc
Normal file
7
gromox-2.11.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZONphwAKCRD3bv5dDCI6
|
||||
j9daAQCmR4BvUsHGXRla7FS0rNSu3n2HnUrVHZ8nXgerqFL/SAD/aIMWPHNKBrgY
|
||||
hCf5ZqqoOyiUo5N+hB49iW35pyHFhQ8=
|
||||
=N6bA
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-2.11.tar.zst
Normal file
3
gromox-2.11.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:caa9c9e03aaf939ef86e2917b5aaa32f75e6bd855eba4bb8fae635c7b5a64d9a
|
||||
size 2041312
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 13:40:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.11
|
||||
* exmdb: attachment storage with hash-based filenames
|
||||
* exmdb_local: persistent (on-disk) last-autoreply time tracking
|
||||
* imap: allow large literals with APPEND
|
||||
* imap: add RFC 7888 support
|
||||
* oxdisco: allow AutoDiscover information retrieval from
|
||||
secondary mailboxes even if the scndstore_hints table does not
|
||||
have an entry.
|
||||
* emsmdb: "Mark all as read" in OL (Online mode) now works
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 15:24:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.9
|
||||
Version: 2.11
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
@ -34,6 +34,7 @@ Build-Depends:
|
||||
libtool-bin (>= 2) | libtool (>= 2),
|
||||
libvmime-dev (>= 0.9.2),
|
||||
libxml2-dev,
|
||||
libxxhash-dev,
|
||||
libzstd-dev,
|
||||
lsb-release,
|
||||
make,
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.10
|
||||
Version: 2.11
|
||||
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
|
||||
@ -58,6 +58,7 @@ BuildRequires: pkgconfig(libolecf)
|
||||
BuildRequires: pkgconfig(libpff)
|
||||
BuildRequires: pkgconfig(libssl)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxxhash)
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(tinyxml2) >= 8
|
||||
@ -96,6 +97,7 @@ Requires(pre): user(gromox)
|
||||
Requires(pre): group(gromox)
|
||||
Provides: php-mapi-gromox = %version-%release
|
||||
Provides: bundled(tzcode) = 2022c
|
||||
Conflicts: grommunio-admin-api < 1.10.7
|
||||
%{?systemd_ordering}
|
||||
%if !0%{?_pamdir:1}
|
||||
%define _pamdir /%_lib/security
|
||||
@ -160,7 +162,6 @@ cp -a "$b/usr/share/gromox/fpm-gromox.conf.sample" "$b/etc/php-fpm.d/gromox.conf
|
||||
%endif
|
||||
perl -i -lpe 's{Type=simple}{Type=simple\nRestart=on-failure}' "$b/%_unitdir"/*.service
|
||||
%fdupes %buildroot/%_prefix
|
||||
echo hi >%buildroot/usr/libexec/gromox/x.xml
|
||||
|
||||
%global services gromox-delivery.service gromox-delivery-queue.service gromox-event.service gromox-http.service gromox-imap.service gromox-midb.service gromox-pop3.service gromox-snapshot.service gromox-snapshot.timer gromox-timer.service gromox-zcore.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user