- Update to release 2.6
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=37
This commit is contained in:
parent
51e0a38461
commit
f70943afd1
@ -10,7 +10,8 @@ Architecture: any
|
|||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
php-cli, php-fpm, php-mysql, php-simplexml, php-soap,
|
php-cli, php-fpm, php-mysql, php-simplexml, php-soap,
|
||||||
system-user-gromox, w3m, libhx32 (>= 4.12)
|
system-user-grommunio, system-user-gromox, w3m,
|
||||||
|
libhx32 (>= 4.12)
|
||||||
Provides: php-mapi-gromox
|
Provides: php-mapi-gromox
|
||||||
Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support
|
Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support
|
||||||
.
|
.
|
||||||
|
@ -10,14 +10,14 @@ set_perms()
|
|||||||
MODE="$3"
|
MODE="$3"
|
||||||
FILE="$4"
|
FILE="$4"
|
||||||
if ! dpkg-statoverride --list "$FILE" >/dev/null 2>&1; then
|
if ! dpkg-statoverride --list "$FILE" >/dev/null 2>&1; then
|
||||||
chown -R "$USER:$GROUP" "$FILE"
|
chown -h "$USER:$GROUP" "$FILE"
|
||||||
chmod -R $MODE "$FILE"
|
chmod $MODE "$FILE"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
xpostinst()
|
xpostinst()
|
||||||
{
|
{
|
||||||
set_perms root gromox 0770 /etc/gromox || :
|
set_perms root grommunio 0770 /etc/gromox || :
|
||||||
for i in /var/lib/gromox \
|
for i in /var/lib/gromox \
|
||||||
/var/lib/gromox/queue \
|
/var/lib/gromox/queue \
|
||||||
/var/lib/gromox/queue/cache \
|
/var/lib/gromox/queue/cache \
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZAUpXwAKCRD3bv5dDCI6
|
|
||||||
jzalAQCdA+IPHbuvf0BA8oFH85p4msl3BcnAfnGPNi7kusdLpgEA+eSkTplA1tEu
|
|
||||||
B9mG9fUHGSpL9/NPPlQePkyVg8OT+QE=
|
|
||||||
=W3dP
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:727403ab5c797acd1988bc2b39217b6d352248e42e21261de04cf32d63c57b64
|
|
||||||
size 2004450
|
|
7
gromox-2.6.tar.asc
Normal file
7
gromox-2.6.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZAptDQAKCRD3bv5dDCI6
|
||||||
|
j7jRAP9aYAwmu4NVO99HLLVzHLiFPvSxx+SbqnZ4epUaH6XE1AEA0XLNnmnopj5x
|
||||||
|
sBXUyg8VdIELu4eWuSwgIx7NsewHTQs=
|
||||||
|
=VFyS
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-2.6.tar.zst
Normal file
3
gromox-2.6.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f6678e95afb6389e22e255d2783a689d737be367aa1c0fb15e2559967f3b626
|
||||||
|
size 2002565
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 9 23:44:07 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.6
|
||||||
|
* exmdb_provider: filter duplicate propids when they occur in
|
||||||
|
the mailbox, resolving a failure to export (broken)
|
||||||
|
recipients to MSG, and resolving _one_ instance of OL sync
|
||||||
|
error 80070057.
|
||||||
|
* oxvcard: PidLidBusinessCardDisplayDefinition named property
|
||||||
|
was not assigned the right namespace (PSETID_ADDRESS)
|
||||||
|
* oxcmail: do not abort export routine if SMIME message is
|
||||||
|
lacking an SMIME body (just treat it as empty instead)
|
||||||
|
* oxcical: do not abort export routine if IPM.*.Resp.* has no
|
||||||
|
attendee
|
||||||
|
* exmdb_local: perform online lookup of named properties,
|
||||||
|
resolving vcarduid being erroneously assigned propid 0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 5 23:23:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Mar 5 23:23:42 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: 1.24
|
Version: 2.6
|
||||||
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.5
|
Version: 2.6
|
||||||
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