forked from pool/gromox
- Update to release 2.9
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=48
This commit is contained in:
parent
79f1c0fc3a
commit
bd88569d82
@ -1,28 +0,0 @@
|
|||||||
From 6a53ab4e03588a26dcaf77c1948ac843c9366898 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: Sun, 16 Apr 2023 14:31:08 +0200
|
|
||||||
Subject: [PATCH] dbop_mysql: remove extraneous DEFAULT keyword in "classes"
|
|
||||||
table CREATE statement
|
|
||||||
|
|
||||||
Fixes: gromox-2.7-154-g7d7944f9d
|
|
||||||
References: GXF-991
|
|
||||||
---
|
|
||||||
lib/dbop_mysql.cpp | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git lib/dbop_mysql.cpp lib/dbop_mysql.cpp
|
|
||||||
index 2a172a38d..ea091ed5c 100644
|
|
||||||
--- lib/dbop_mysql.cpp
|
|
||||||
+++ lib/dbop_mysql.cpp
|
|
||||||
@@ -428,7 +428,7 @@ static constexpr char tbl_classes_top[] =
|
|
||||||
"CREATE TABLE `classes` ("
|
|
||||||
" `id` int(10) unsigned NOT NULL AUTO_INCREMENT,"
|
|
||||||
" `classname` varchar(128) NOT NULL,"
|
|
||||||
-" `listname` varchar(320) CHARACTER SET ascii DEFAULT NOT NULL,"
|
|
||||||
+" `listname` varchar(320) CHARACTER SET ascii NOT NULL,"
|
|
||||||
" `filters` TEXT,"
|
|
||||||
" `domain_id` int(10) unsigned NOT NULL,"
|
|
||||||
" PRIMARY KEY (`id`),"
|
|
||||||
--
|
|
||||||
2.40.0
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZDp22QAKCRD3bv5dDCI6
|
|
||||||
jwL1AP90O+rMV3JYt7f4vEUiCPZS4h1+r70WH/PC/V9Fw/rJQAEAvHT8lwR5QTFk
|
|
||||||
1mQziy1uLUmsAXMnP1eiKNGv8qFwlAc=
|
|
||||||
=Uocg
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dab6ad9a8340b1908414fc18e17c5a80eadafe4d1f9e22cade450802acd0610c
|
|
||||||
size 2007268
|
|
7
gromox-2.9.tar.asc
Normal file
7
gromox-2.9.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZFtX6QAKCRD3bv5dDCI6
|
||||||
|
j+vsAQCoS69VV6h1zEikkeoN+ZyaUuldDcKu89oXwv1F4NSdXwD+Mhy6ai3o31SH
|
||||||
|
wtrQhnnDAUWp1J7FobE5LlYhUP1YJwc=
|
||||||
|
=1rny
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-2.9.tar.zst
Normal file
3
gromox-2.9.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:caee22317e8d1b55174f8a84d3a3f17fef1bdf9143b86ae3b18fff1be656e088
|
||||||
|
size 2006461
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 10 09:07:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.9
|
||||||
|
* emsmdb: support forwarding meeting requests from organizers
|
||||||
|
that are not local to the installation
|
||||||
|
* imap: broadcast changes to mailbox from EXPUNGE commands
|
||||||
|
* oxcical: add TZID for allday events
|
||||||
|
* imap: add and populate a per-context seqid list
|
||||||
|
* midb: unbreak search matching based on dates and sizes
|
||||||
|
* emsmdb: avoid hitting an assertion when sort-reloading a
|
||||||
|
table of a deleted folder
|
||||||
|
- Delete 0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 15 10:07:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sat Apr 15 10:07:22 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: 2.8
|
Version: 2.9
|
||||||
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.8
|
Version: 2.9
|
||||||
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
|
||||||
@ -28,7 +28,6 @@ URL: https://grommunio.com/
|
|||||||
Source: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.zst
|
Source: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.zst
|
||||||
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
|
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
|
||||||
Source8: %name.keyring
|
Source8: %name.keyring
|
||||||
Patch1: 0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch
|
|
||||||
BuildRequires: automake >= 1.11
|
BuildRequires: automake >= 1.11
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user