Accepting request 758361 from home:jengelh:branches:server:database
- Update to release 3.1.6 OBS-URL: https://build.opensuse.org/request/show/758361 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=51
This commit is contained in:
parent
0441913851
commit
ad39d0a456
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9de5fedd1a7805c86e23be49b9ceb79a86b090ad560d51495d7ba5952a9d9d5
|
||||
size 739192
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQEcBAABCAAGBQJdxcf4AAoJEM4aPdXjyU9JwJQH/RDWKSJ8GZW7Jue9+40rHbZu
|
||||
sKLlr8KPXYUXg9VW+gDGcrX/e9DIAUpK+QGv4TJ6L0Ytdij2QmqhUb32EW0CQvaE
|
||||
zZ94tyXmApHASPzApGfNGgOHcQTEx6wHSXky3r/0VNZHFQDIwe6b0dqLBC3svPJR
|
||||
Da/HdoIENCCZWDGvTL/RQFTJFMuEL9Nrv2ZN43aeB3IWL+7zLgaeSIuH+4FLYQ7i
|
||||
q60BRw0x+hTDugOQci751rmASTaQ2xdH2RAfGvhRO0NikqQCgj6hkeLT6OSnIVA8
|
||||
yEUuPkSyjMz+rqxORV2G+WezYVU4boR/MzXkcSrF08KKuBBGdcys6X1Oxfxxsqc=
|
||||
=/+fl
|
||||
-----END PGP SIGNATURE-----
|
3
mariadb-connector-c-3.1.6-src.tar.gz
Normal file
3
mariadb-connector-c-3.1.6-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d266bb67df83c088c4fb05392713d2504c67be620894cedaf758a9561c116720
|
||||
size 742858
|
11
mariadb-connector-c-3.1.6-src.tar.gz.asc
Normal file
11
mariadb-connector-c-3.1.6-src.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQEcBAABCAAGBQJd8lhgAAoJEM4aPdXjyU9Jd/wH/1pPgI/UmZ24PlG/MTBQi8aW
|
||||
agfClj1SqM+BX5MthfAYNVI0aj50cKhI1lHy9A1j3zGy1rKUMQFCKC2KP1LnpApF
|
||||
ZEK6z2vqil/z3FLGySzMX5lgxpuNuYOD7xUgWHK8MDX3qwAIYL7ywdOY/C8LFO+F
|
||||
ruI/iquQXVPowoOSWqsfnFbDx2BZeuC3UQHbwlvYJqZaw7oVZojZFGJr3OXcgnJq
|
||||
kKLzcNy6Z00ipX+1aI03uudKEktoZWxUKOdAInx9go2uJS3Umzzk8WE9G0CyGsg/
|
||||
7n0rtDGDXqjdpsHDgG4vt3J74IM8eNAxulZUuD/ceSG9ihh7oxNeBmkjI2dVaiw=
|
||||
=zO3a
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 00:13:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 3.1.6
|
||||
* Fixed: ERROR 2026 (HY000): SSL connection error: Certificate
|
||||
signature check failed
|
||||
* Fixed: Provide error code and message for Schannel errors
|
||||
* Fixed SEC_E_INVALID_TOKEN when server sends large message
|
||||
during SSL handshake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 16:06:53 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mariadb-connector-c
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,13 +19,13 @@
|
||||
%define sover 3
|
||||
%define libname libmariadb
|
||||
# equivalent mariadb version
|
||||
%define mariadb_version 10.3.20
|
||||
%define mariadb_version 10.3.21
|
||||
%if ! %{defined _rundir}
|
||||
%define _rundir %{_localstatedir}/run
|
||||
%endif
|
||||
%bcond_with sqlite3
|
||||
Name: mariadb-connector-c
|
||||
Version: 3.1.5
|
||||
Version: 3.1.6
|
||||
Release: 0
|
||||
Summary: MariaDB connector in C
|
||||
License: LGPL-2.1-or-later
|
||||
@ -51,7 +51,9 @@ BuildRequires: pkgconfig(sqlite3)
|
||||
|
||||
%description
|
||||
MariaDB Connector is used to connect applications developed in
|
||||
C or C++ to MariaDB and MySQL databases.
|
||||
C or C++ to MariaDB and MySQL databases. This is a different
|
||||
implementation from the traditional libmariadbclient/libmysqlclient
|
||||
that is shipped with mariadb-server/mysql-server, but the API is the same.
|
||||
|
||||
%package -n %{libname}%{sover}
|
||||
Summary: MariaDB connector in C
|
||||
@ -59,7 +61,9 @@ Group: System/Libraries
|
||||
|
||||
%description -n %{libname}%{sover}
|
||||
MariaDB Connector is used to connect applications developed in
|
||||
C or C++ to MariaDB and MySQL databases.
|
||||
C or C++ to MariaDB and MySQL databases. This is a different
|
||||
implementation from the traditional libmariadbclient/libmysqlclient
|
||||
that is shipped with mariadb-server/mysql-server, but the API is the same.
|
||||
|
||||
This package holds the runtime components.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user