SHA256
1
0
forked from pool/gromox

Accepting request 1079912 from server:mail

- Update to release 2.8

OBS-URL: https://build.opensuse.org/request/show/1079912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2023-04-17 15:41:49 +00:00 committed by Git OBS Bridge
commit e42c4c07a9
8 changed files with 63 additions and 16 deletions

View File

@ -0,0 +1,28 @@
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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZBz3/gAKCRD3bv5dDCI6
jxCRAQD1K3nd0kAv41ScGe7wKCqOzRsDz7bJFJDeTNgpsKOZyAD9EIleJqjydywO
tQSZwaz1Qf+iMpqbq1uFEQ/5Z4X4YAU=
=u503
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d727a5be2d5e8f11d7d7eab7a47f824c014072b112471140b076147828f02abc
size 2008952

7
gromox-2.8.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZDp22QAKCRD3bv5dDCI6
jwL1AP90O+rMV3JYt7f4vEUiCPZS4h1+r70WH/PC/V9Fw/rJQAEAvHT8lwR5QTFk
1mQziy1uLUmsAXMnP1eiKNGv8qFwlAc=
=Uocg
-----END PGP SIGNATURE-----

3
gromox-2.8.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dab6ad9a8340b1908414fc18e17c5a80eadafe4d1f9e22cade450802acd0610c
size 2007268

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Apr 15 10:07:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8
* exmdb_provider: repair a 4-byte cutoff when reading PR_BODY,
PR_TRANSPORT_MESSAGE_HEADERS if they are compressed on disk
* nsp: fix janky addressbook navigation when the GAL has hidden
entries
* The "Hide from addresbook" functionality has gained another
bit, so that name resolution ("Check names" button in
OL/g-web) is no longer tied to visibility in the GAL.
* Support for non-default stores in the IMAP and POP3 protocols;
use "actualusername!sharedmbox" as the username for login.
- Add 0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 24 01:13:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Fri Mar 24 01:13:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
Format: 1.0 Format: 1.0
Source: gromox Source: gromox
Architecture: any Architecture: any
Version: 2.6 Version: 2.8
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,19 +19,22 @@ Build-Depends:
gettext, gettext,
libbfio-dev, libbfio-dev,
libcurl4-openssl-dev, libcurl4-openssl-dev,
libfmt-dev, libfmt-dev (>= 8),
libgumbo-dev, libhx-dev (>= 4.12),
libhx-dev (>= 4.3),
libjsoncpp-dev (>= 1.4.0), libjsoncpp-dev (>= 1.4.0),
libldap2-dev, libldap2-dev,
libmariadbclient-dev | libmysqlclient-dev | libmariadb-dev, libmariadbclient-dev | libmysqlclient-dev | libmariadb-dev,
libpam0g-dev, libpam0g-dev,
libolecf-dev,
libpff-dev, libpff-dev,
libsqlite3-dev, libsqlite3-dev,
libssl-dev, libssl-dev,
libtinyxml2-dev (>= 8), libtinyxml2-dev (>= 8),
libtool (>= 2), libtool (>= 2),
libtool-bin (>= 2) | libtool (>= 2), libtool-bin (>= 2) | libtool (>= 2),
libvmime-dev (>= 0.9.2),
libxml2-dev,
libzstd-dev,
lsb-release, lsb-release,
make, make,
m4, m4,

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec %define _libexecdir %_prefix/libexec
Name: gromox Name: gromox
Version: 2.7 Version: 2.8
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,6 +28,7 @@ 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++
@ -119,7 +120,7 @@ ready-to-run installation of Gromox.
%build %build
autoreconf -fi autoreconf -fi
%configure CFLAGS="%optflags -Og" CXXFLAGS="%optflags -Og" %configure
%make_build V=1 %make_build V=1
%install %install