Changelog for
libmariadb-devel-3.2.6-82.1.x86_64.rpm :
* Wed May 25 2022 Callum Farmer
- Add pkgconfig compatibility symlink for mysqlclient
* Thu Feb 24 2022 Danilo Spinella - Update to 3.2.6:
* release notes and changelog: https://mariadb.com/kb/en/library/mariadb-connector-c-326-release-notes https://mariadb.com/kb/en/library/mariadb-connector-c-326-changelog- Refresh private_library.patch
* Thu Nov 18 2021 Danilo Spinella - Update to 3.2.5:
* release notes and changelog: https://mariadb.com/kb/en/library/mariadb-connector-c-325-release-notes https://mariadb.com/kb/en/library/mariadb-connector-c-325-changelog
* Fri Oct 22 2021 Danilo Spinella - Update to 3.2.4:
* release notes and changelog: https://mariadb.com/kb/en/library/mariadb-connector-c-324-release-notes https://mariadb.com/kb/en/library/mariadb-connector-c-324-changelog
* Wed Aug 04 2021 Danilo Spinella - Update to 3.2.3:
* release notes and changelog: https://mariadb.com/kb/en/library/mariadb-connector-c-323-release-notes https://mariadb.com/kb/en/library/mariadb-connector-c-323-changelog https://mariadb.com/kb/en/library/mariadb-connector-c-322-release-notes https://mariadb.com/kb/en/library/mariadb-connector-c-322-changelog https://mariadb.com/kb/en/library/mariadb-connector-c-320-release-notes https://mariadb.com/kb/en/library/mariadb-connector-c-320-changelog- Refresh private_library.patch
* Thu Jun 17 2021 Dirk Müller - drop absolute_path_fix.patch: obsolete after previous change (properly setting INSTALL_LAYOUT and libdir) [bsc#1187459]
* Thu May 27 2021 Kristyna Streitova - set INSTALL_LAYOUT=RPM and adjust libdir, includedir, plugindir and pcdir values to fix mariadb_config output. Also fix the missing \"%s\" in private_library.patch so it shows the correct path for plugindir [bsc#1179921] [bsc#1183878]
* Thu May 27 2021 Kristyna Streitova - 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 2021 Dominique Leuenberger - Add mariadb-connector-c-cmake-3.20.patch: Fix build with cmake 3.20.
* Wed Mar 03 2021 Kristyna Streitova - Update to release 3.1.12 [bsc#1182739]:
* MDEV-24577: Fix warnings generated during compilation of plugin/auth_pam/testing/pam_mariadb_mtr.c on FreeBSD
* CONC-521: Fixed warning on MacOS when including ucontext.h
* CONC-518: Check if mysql->options.extension was allocated before checking async_context
* CONC-517: C/C looks for plugins in wrong location on Windows
* Thu Nov 05 2020 Adam Majer - Update to release 3.1.11:
* CONC-513: MSAN use-of-uninitialized-value in strstr()
* CONC-512: truncation check for float values fails on i386 due
* to Intel FPU optimization bug in gcc
* CONC-510: Fix crash when loading plugins in mysql_server_init()
* CONC-508: Added support for passwords > 255 characters
* CONC-507: Fixed race condition in ma_net_init
* CONC-501: Added support for TLS v1.3 cipher suites
* MDEV-21612: Removed unused command COM_MULTI- changes in release 3.1.10:
* CONC-500: Fixed error when loading intermediate chained certificates
* MDEV-18818: Fixed wrong zlib in mariadb_config when building inside server package
* CONC-498: MYSQL_UNIX_ADDR and MYSQL_PORT are now defined
* Added new build option WIITH_ICONV=ON/OFF. When set to OFF (default) API function mariadb_convert_string will always return -1 and sets errorcode to ENOTSUP.
* mariadb_config now tries to determine the path of execution or uses MARIADB_CONFIG environment variable before falling back and using CMAKE_INSTALL_PREFIX for location of libraries and include files
* added --variables option for mariadb_config. Supported values are pkgincludedir, pkglibdir and pkgplugindir.- absolute_path_fix.patch, private_library.patch: refreshed
* Fri Jul 03 2020 Kristyna Streitova - Update to release 3.1.9
* CONC-469: Use servers preferred authentication method unless another plugin was specified.
* Added support for kFreeBSD builds
* Fixed memory leak in GnuTLS if connection couldn\'t be established.- refresh private_library.patch
* Fri May 22 2020 Kristyna Streitova - Update to release 3.1.8 [bsc#1171550]
* CONC-304: Rename the static library to libmariadb.a and other libmariadb files in a consistent manner
* CONC-441: Default user name for C/C is wrong if login user is different from effective user
* CONC-449: Check $MARIADB_HOME/my.cnf in addition to $MYSQL_HOME/my.cnf
* CONC-457: mysql_list_processes crashes in unpack_fields
* CONC-458: mysql_get_timeout_value crashes when used improperly
* CONC-464: Fix static build for auth_gssapi_client plugin
* Fixes for the following security vulnerabilities: CVE-2020-13249- refresh absolute_path_fix.patch and private_library.patch
* Thu Feb 06 2020 Kristyna Streitova - Update to release 3.1.7
* TLS/SSL: when the client doesn\'t procide a CA file and the option ssl_verify_server_cert was set, the peer cerificate will be validated against the system CA.
* Fri Dec 20 2019 Jan Engelhardt - 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 2019 Kristyna Streitova - New upstream version 3.1.5 [bsc#1156669]
* MDEV-20469: Plugin dialog could not be loaded (wrong path)
* ODBC-440: Fixed typo in sha256_password cmake configuration
* CONC-418: For unknown/not handled schannel error codes FormatMessage function will be used instead of returning \"Unknown error\" message.
* Tue Sep 24 2019 Kristyna Streitova - New upstream version 3.1.4
* CONC-431: Use windows crypto libraries on Windows platforms
* Included in MariaDB 10.4.8, MariaDB 10.3.18, and MariaDB 10.2.27- refresh mariadb-connector-c-2.3.1_unresolved_symbols.patch and private_library.patch
* Mon Aug 05 2019 Kristyna Streitova - New upstream version 3.1.3
* CONC-380: Fix CMake warnings
* CONC-345: heap-use-after-free in client_mpvio_read_packet
* CONC-423: Fix GnuTLS error with TLSv1.3
* CONC-424: Ignore SERVER_STATUS_CURSOR_EXISTS if client didn\'t open a cursor before
* CONC-421: Fixed crash in GnuTLS when key and certificate are in the same file
* CONC-429: Don\'t allow invalid characters in plugin names
* MDEV-19807: Fixed Location of PLUGINDIR if Connector/C is a subproject- refresh absolute_path_fix.patch and private_library.patch
* Wed Jul 03 2019 Kristyna Streitova - New upstream version 3.1.2 [bsc#1136035]
* CONC-383: client plugins can\'t be loaded due to missing prefix
* Fixed version setting in GnuTLS by moving \"NORMAL\" at the end of priority string
* CONC-386: Added support for pem files which contain certificate and private key.
* Replication/Binlog API: The main mechanism used in replication is the binary log.
* CONC-395: Dashes and underscores are not interchangeable in options in my.cnf- refresh mariadb-connector-c-2.3.1_unresolved_symbols.patch and private_library.patch- pack client_ed25519.so
* Tue May 14 2019 Dominique Leuenberger - Add pkgconfig(zlib) Requires to the -devel package: the .pc file lists -lz in the Libs, but does not mention any requires explicitly. So let\'s do our consumers a favor and pull in what we require.
* Fri Mar 01 2019 kstreitovaAATTsuse.com- move libmariadb.pc from /usr/lib/pkgconfig to /usr/lib64/pkgconfig [bsc#1126088]
* Wed Feb 13 2019 kstreitovaAATTsuse.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 03 2019 kstreitovaAATTsuse.com- New upstream version 3.0.8
* mingw fix: use lowercase names for include files
* CONC-375: Fixed handshake errors when mixing TLSv1.3 cipher suites with cipher suites from other TLS protocols
* CONC-312: Added new caching_sha2_password authentication plugin for authentication with MySQL 8.0- refresh mariadb-connector-c-2.3.1_unresolved_symbols.patch- pack caching_sha2_password.so plugin