forked from pool/gromox
Accepting request 1138296 from server:mail
- Update to release 2.21 OBS-URL: https://build.opensuse.org/request/show/1138296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=25
This commit is contained in:
commit
1d6ac63e7a
@ -1,4 +1,4 @@
|
||||
gromox (2.20) unstable; urgency=low
|
||||
gromox (2.21) unstable; urgency=low
|
||||
|
||||
* Initial package.
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZXwyyQAKCRD3bv5dDCI6
|
||||
j6clAP9QsP2G1AJh7MLSTxLAzimblWetkIyaMVHvd6kW5STbzAEAzkfVx3CaDAiv
|
||||
WhlZDUQWKrEUmV3PJjzUL/vskLAiygs=
|
||||
=p7qe
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:556d095cf172cd376cd345fc4874fa3459858502ac9fc7915786223539565118
|
||||
size 2093367
|
7
gromox-2.21.tar.asc
Normal file
7
gromox-2.21.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZZwjuAAKCRD3bv5dDCI6
|
||||
j9IIAQDn/VzQvqgSLS2xBDUVoEP02Poh7HgNvPAXVqoQa5FmuAEA2ZZyjo6u6oDa
|
||||
+uZnhPnMDu4cGQSe/dkEb4tF/Qs4jws=
|
||||
=+7J0
|
||||
-----END PGP SIGNATURE-----
|
3
gromox-2.21.tar.zst
Normal file
3
gromox-2.21.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7b217535a48020a78001e4958af60cc0606fc496e945df1ae873691ee99388d
|
||||
size 2067713
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 14:05:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.21
|
||||
* Support for outgoing message submission via postdrop
|
||||
* gromox-snapshot: Support snapshots on XFS
|
||||
* zcore: log REMOTE_ADDR on authentication failure for fail2ban
|
||||
* exmdb: add ICS request dumper
|
||||
* lib: guard against an integer overflow when inserting last
|
||||
element in range_set
|
||||
* imap: do not flag zero-length usernames/passwords as a syntax
|
||||
error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 10:00:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: gromox
|
||||
Architecture: any
|
||||
Version: 2.20
|
||||
Version: 2.21
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Gromox <null@gromox.com>
|
||||
Homepage: https://gromox.com
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gromox
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define _libexecdir %_prefix/libexec
|
||||
|
||||
Name: gromox
|
||||
Version: 2.20
|
||||
Version: 2.21
|
||||
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
|
||||
@ -35,7 +35,7 @@ BuildRequires: libmysqlclient-devel >= 5.6
|
||||
BuildRequires: openldap2-devel
|
||||
%else
|
||||
BuildRequires: mariadb-devel >= 5.6
|
||||
BuildRequiers: openldap-devel
|
||||
BuildRequires: openldap-devel
|
||||
%endif
|
||||
BuildRequires: make
|
||||
BuildRequires: pam-devel
|
||||
@ -97,7 +97,6 @@ Requires(pre): user(grommunio)
|
||||
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}
|
||||
@ -168,9 +167,9 @@ perl -i -lpe 's{Type=simple}{Type=simple\nRestart=on-failure}' "$b/%_unitdir"/*.
|
||||
|
||||
%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
|
||||
|
||||
%if 0%{?service_add_pre:1}
|
||||
%pre
|
||||
# User addition done a priori by system-user-gromox(!)
|
||||
%if 0%{?service_add_pre:1}
|
||||
%service_add_pre %services
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user