forked from pool/mariadb-connector-c
Accepting request 895737 from home:kstreitova:branches:server:database
- Update to release 3.1.13 [bsc#1185870], [bsc#1185872], [bsc#1185868] * CONC-537: Only read from MYSQL_HOME if MARIADB_HOME was not set * CONC-548: Symbol conflict with libsodium * CONC-490: Handshake error when CLIENT_CONNECT_WITH_DB flag was set without specifying database * CONC-543: Hash functions conflict with GnuTLS * CONC-539: Added cipher suites ECDHE-RSA-AES128-SHA256 (0xC027) and ECDHE-RSA-AES256-SHA384 (0xC028) to the cipher map which maps cipher suite names to the corresponding algorithm ids (Windows Schannel) * CONC-535: Disabled checksum ignored in events (replication/ binlog API) - Remove mariadb-connector-c-cmake-3.20.patch (upstreamed) OBS-URL: https://build.opensuse.org/request/show/895737 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=67
This commit is contained in:
parent
05fa7d6feb
commit
ce9f01eb7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f5ae14708b4813e4ff6857d152c22e6fc0e551c9fa743c1ef81a68e3254fe63
|
|
||||||
size 966702
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJgLnuNAAoJEM4aPdXjyU9JlggH/3xXZlm1Ftgf89DkMrRTHcOM
|
|
||||||
6cL0Ke9galIwttsyd/FTHsg9V6+LJFzhj/jT4FpG0vxhKD8C4kCbLJPgvxzKveD2
|
|
||||||
Ma4CEd/EO1GylUOLtpqOORyhPPKYDOeDtPPq0ndj1GwaJF3hwIEKuvH04IQfGVm6
|
|
||||||
7NgQqih15hCY6VPHl+CGvb1HrORSJe2sN1XXnl+BND34U5l3kNoghiC2IafpGEM3
|
|
||||||
WQJctqo742rP0WeJ+3p3T+TpPj36Y/+gUiQ0HUq52LWfCbEp6BwmipJ2H4+tKyEt
|
|
||||||
CPtc6Dah63xupm8ItFQjZVSeblPJVmnMiaavTfcw9PBLD6OsJrd6qhVpxTlG/hU=
|
|
||||||
=cdLo
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mariadb-connector-c-3.1.13-src.tar.gz
Normal file
3
mariadb-connector-c-3.1.13-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0271a5edfd64b13bca5937267474e4747d832ec62e169fc2589d2ead63746875
|
||||||
|
size 968401
|
11
mariadb-connector-c-3.1.13-src.tar.gz.asc
Normal file
11
mariadb-connector-c-3.1.13-src.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
iQEcBAABCAAGBQJgmsf1AAoJEM4aPdXjyU9JSokIAIt+QDFuH6do56ohf8ITyhG+
|
||||||
|
9JEIvNo/q7DPEc6NyBB9PaI800apcyDbe9ief+TtiA8KECSopVOoW2LZsxGOBCiI
|
||||||
|
8+rjMJUPQ7IJyecBuCeIrfZyilVw0oU0R776rWsCT5uPWdo+cj8wtHJchgRsIHJa
|
||||||
|
I5ZptX76+cZwyf+j0I52Ihgp1BukJNUCLiygfaK5fGc/Wd3Wy4Q7b9h+hwQ+ZsqT
|
||||||
|
PcUzHvcpnq0wIgkA9fuzslIzKRaqAaIhsM1gEtkpQm4ncl189bXTOyzgrlR399eb
|
||||||
|
cjVUkTCZnJZU5reskEasp6XpAfEIAJZfROI6HSWz7ulRnL7lW8DdeuKplZtTXWA=
|
||||||
|
=jtOS
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,24 +0,0 @@
|
|||||||
From 242cab8cbcd91af882233730a83627d3b12ced83 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Vladislav Vaintroub <wlad@mariadb.com>
|
|
||||||
Date: Fri, 12 Mar 2021 00:01:11 +0100
|
|
||||||
Subject: [PATCH] Fix syntax error in cmake 3.20
|
|
||||||
|
|
||||||
https://github.com/mariadb-corporation/mariadb-connector-c/commit/242cab8cbc
|
|
||||||
|
|
||||||
---
|
|
||||||
cmake/ConnectorName.cmake | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/cmake/ConnectorName.cmake b/cmake/ConnectorName.cmake
|
|
||||||
index b7bbbad8..357b8ac0 100644
|
|
||||||
--- a/cmake/ConnectorName.cmake
|
|
||||||
+++ b/cmake/ConnectorName.cmake
|
|
||||||
@@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
|
||||||
SET(MACHINE_NAME "x64")
|
|
||||||
ELSE()
|
|
||||||
SET(MACHINE_NAME "32")
|
|
||||||
- END()
|
|
||||||
+ ENDIF()
|
|
||||||
ENDIF()
|
|
||||||
|
|
||||||
SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}")
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 27 09:31:16 UTC 2021 - Kristyna Streitova <kstreitova@suse.com>
|
||||||
|
|
||||||
|
- Update to release 3.1.13 [bsc#1185870], [bsc#1185872], [bsc#1185868]
|
||||||
|
* CONC-537: Only read from MYSQL_HOME if MARIADB_HOME was not set
|
||||||
|
* CONC-548: Symbol conflict with libsodium
|
||||||
|
* CONC-490: Handshake error when CLIENT_CONNECT_WITH_DB flag was
|
||||||
|
set without specifying database
|
||||||
|
* CONC-543: Hash functions conflict with GnuTLS
|
||||||
|
* CONC-539: Added cipher suites ECDHE-RSA-AES128-SHA256 (0xC027)
|
||||||
|
and ECDHE-RSA-AES256-SHA384 (0xC028) to the cipher map which
|
||||||
|
maps cipher suite names to the corresponding algorithm ids
|
||||||
|
(Windows Schannel)
|
||||||
|
* CONC-535: Disabled checksum ignored in events (replication/
|
||||||
|
binlog API)
|
||||||
|
- Remove mariadb-connector-c-cmake-3.20.patch (upstreamed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 29 12:04:20 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Apr 29 12:04:20 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_with sqlite3
|
%bcond_with sqlite3
|
||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 3.1.12
|
Version: 3.1.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MariaDB connector in C
|
Summary: MariaDB connector in C
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -39,7 +39,6 @@ Source3: baselibs.conf
|
|||||||
Patch1: mariadb-connector-c-2.3.1_unresolved_symbols.patch
|
Patch1: mariadb-connector-c-2.3.1_unresolved_symbols.patch
|
||||||
Patch3: absolute_path_fix.patch
|
Patch3: absolute_path_fix.patch
|
||||||
Patch4: private_library.patch
|
Patch4: private_library.patch
|
||||||
Patch5: mariadb-connector-c-cmake-3.20.patch
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -116,7 +115,6 @@ This package holds the development files.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# plugin types seems to require no aliasing assumptions
|
# plugin types seems to require no aliasing assumptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user