Accepting request 674655 from home:kstreitova:branches:server:database
- New upstream version 3.0.9 * CONC-384: Incorrect packet when a connection attribute name or value is equal to or greater than 251 * CONC-388: field->def_length is always set to 0 (only used by deprecated function mysql_list_fields) * Getter should get and the setter should set CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS * CONC-385: Removed some cmake system checks * CONC-387: Fix case sensitive include file names for cross compiling * Fixed cnake policy CMP007 * Support static linking auth plugins * Fix build with deprecated OpenSSL API: replaced ERR_remove_state by ERR_remove_thread_state * Disable LOAD DATA LOCAL INFILE suport by default and auto-enable it for the duration of one query, if the query string starts with the word "load". In all other cases the application should enable LOAD DATA LOCAL INFILE support explicitly * Changed return code for mysql_optionv/mysql_get_optionv to 1 (was -1) and added CR_NOT_IMPLEMENTED error message if a option is unknown or not supported. This will fix possible error when setting connection attribute failed OBS-URL: https://build.opensuse.org/request/show/674655 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=36
This commit is contained in:
parent
5f839cd41d
commit
5f24d48627
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ca368fd79e87e80497a5c9fd18922d8316af8584d87cecb35bd5897cb1efd05
|
||||
size 674455
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQEcBAABCAAGBQJcHSpAAAoJEM4aPdXjyU9J8w8H/ivEMCO9TuptBRZDsyWugF1l
|
||||
MjusiO3cIuUpdHQ9t2v14rDjkTvVyW4XVJA55RmQVOSQ2BSjhEQ+WhTG9FgjicuB
|
||||
JYdWzEVvI8vfgITD4c93j+rM5qdVfWTKjy9KXgXTpkj7rhd/4j7PEGTtk6N2A+4D
|
||||
EdGdO4hI79zzSAGeMGkkaVQl2p74FwusOxNwIwWMVm4j1N/Z3OnadjlE6ujNATMq
|
||||
9Ngd9RTCF/XZIPI5+KGj20RhJ6yycmEW1DQwS7gM9/v+NbafdsPYyRvtt7y5XFm+
|
||||
8ld5n19a5V0aMAAS5/Q6Ucd5NdyBsqcQsQwIRRTEY03Jkz63tKb7zGm9iHmTWbA=
|
||||
=2wES
|
||||
-----END PGP SIGNATURE-----
|
3
mariadb-connector-c-3.0.9-src.tar.gz
Normal file
3
mariadb-connector-c-3.0.9-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7277c0caba6f50b1d07e1d682baf0b962a63e2e6af9e00e09b8dcf36a7858641
|
||||
size 668142
|
11
mariadb-connector-c-3.0.9-src.tar.gz.asc
Normal file
11
mariadb-connector-c-3.0.9-src.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQEcBAABCAAGBQJcYb40AAoJEM4aPdXjyU9JolIIALSQhZsC+GHcbAxGGMn3IsWp
|
||||
VfGf1aGrsiAzDPgbHa+lPM6DPIVbo6rPGHPEhRTOVNQulAYeamWMKoIVKZ+o+tqM
|
||||
kdU078vXlFoLszuG7Vkwurz60NnIXMwzmNAF26PLfRx5P9thijL9L7hnZa3Gx7ne
|
||||
Tgi1yxkuNEypj3CN4iYCwGtx16tP+VjIdZ+6PcmlX7OMt+PenSfUi1Zxv9jabmUi
|
||||
a+OrAAir2fn+FZgt61CeG4eFn0eObjBTOEDSifa0R894YHOH0R8Kj7JIsfBreq1R
|
||||
L7tP0YAHTrKZUcLZrQ2YEpfhQgc3TIYINy0e9J1VkngGZ31VeP5DhdbpApOjg9I=
|
||||
=GLzz
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 14:19:53 UTC 2019 - kstreitova@suse.com
|
||||
|
||||
- New upstream version 3.0.9
|
||||
* CONC-384: Incorrect packet when a connection attribute name or
|
||||
value is equal to or greater than 251
|
||||
* CONC-388: field->def_length is always set to 0 (only used by
|
||||
deprecated function mysql_list_fields)
|
||||
* Getter should get and the setter should set
|
||||
CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS
|
||||
* CONC-385: Removed some cmake system checks
|
||||
* CONC-387: Fix case sensitive include file names for cross
|
||||
compiling
|
||||
* Fixed cnake policy CMP007
|
||||
* Support static linking auth plugins
|
||||
* Fix build with deprecated OpenSSL API: replaced ERR_remove_state
|
||||
by ERR_remove_thread_state
|
||||
* Disable LOAD DATA LOCAL INFILE suport by default and auto-enable
|
||||
it for the duration of one query, if the query string starts with
|
||||
the word "load". In all other cases the application should enable
|
||||
LOAD DATA LOCAL INFILE support explicitly
|
||||
* Changed return code for mysql_optionv/mysql_get_optionv to 1
|
||||
(was -1) and added CR_NOT_IMPLEMENTED error message if a option
|
||||
is unknown or not supported. This will fix possible error when
|
||||
setting connection attribute failed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 15:11:38 UTC 2019 - kstreitova@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
%bcond_with sqlite3
|
||||
Name: mariadb-connector-c
|
||||
Version: 3.0.8
|
||||
Version: 3.0.9
|
||||
Release: 0
|
||||
Summary: MariaDB connector in C
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user