forked from pool/gromox
Accepting request 1156291 from server:mail
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1156291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=27
This commit is contained in:
commit
e00fca1f28
@ -10,7 +10,7 @@ Architecture: any
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
php-cli, php-fpm, php-mysql, php-simplexml, php-soap,
|
||||
system-user-grommunio, system-user-gromox, w3m,
|
||||
system-user-grommunio, system-user-gromox (>= 3), w3m,
|
||||
libhx32 (>= 4.12)
|
||||
Provides: php-mapi-gromox
|
||||
Description: Groupware server (backend) with RPCH, IMAP and Z-MAPI support
|
||||
|
@ -17,7 +17,7 @@ set_perms()
|
||||
|
||||
xpostinst()
|
||||
{
|
||||
set_perms grommunio gromox 0755 /etc/gromox || :
|
||||
set_perms grommunio gromoxcf 0750 /etc/gromox || :
|
||||
for i in /var/lib/gromox \
|
||||
/var/lib/gromox/domain \
|
||||
/var/lib/gromox/user \
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZcdb8wAKCRD3bv5dDCI6
|
||||
j5nyAQDBYE017BpGHy9LveW4UArJskDS8w1vHI1vHdW02LiPmAD/WZ/B1V2Nmngm
|
||||
XXxIInI3BIrbesWFp2iai/ckUKX8hwI=
|
||||
=dvs0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df12924d857fb0708f263e4ba8ac211e03e135e68575efb6941d27cb41f3b1c0
|
||||
size 2073790
|
7
gromox-2.25.tar.asc
Normal file
7
gromox-2.25.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZeCOQgAKCRD3bv5dDCI6
|
||||
jxVzAP0aJlyVr0Uz4aICdTJSJ780PRTcWMTSl2KddZ/uUe1PYAEAsEHC0c/bbBG5
|
||||
fa8i3MzdWMdOGOxgz8LNWK/8yx4bOwQ=
|
||||
=jVuW
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-2.25.tar.zst
Normal file
3
gromox-2.25.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:608ab8f41b207d8de4035115a006c8a847e48875f885a8fd5e8cf0099cc19d0a
|
||||
size 2083436
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:04:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.25
|
||||
* mt2exm: the -B option can be used with all folder names
|
||||
* mbop: new commands ``get-photo``, ``set-photo``,
|
||||
``get-websettings``, ``set-websettings``
|
||||
* oxcmail: export no longer generates a MIME epilogue, which
|
||||
should workaround Outlook's broken S/MIME validator which
|
||||
fails to include epilogues in the signature verification.
|
||||
* mkpublic: newly created public stores lacked a
|
||||
``replguidmap`` table
|
||||
* exmdb: repair initialization of PR_ATTACH_NUM when instances
|
||||
are opened
|
||||
* oxcmail: strip leftover right angled bracket from Content-ID
|
||||
on oxcmail_import
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 10 11:54:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.24
|
||||
Version: 2.25
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.24
|
||||
Version: 2.25
|
||||
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
|
||||
@ -45,7 +45,7 @@ BuildRequires: php8-devel
|
||||
%else
|
||||
BuildRequires: php-devel >= 7
|
||||
%endif
|
||||
BuildRequires: libvmime-devel >= 0.9.2.175
|
||||
BuildRequires: libvmime-devel >= 0.9.2+g175
|
||||
BuildRequires: zstd
|
||||
BuildRequires: group(gromox)
|
||||
BuildRequires: pkgconfig(fmt) >= 8
|
||||
|
Loading…
Reference in New Issue
Block a user