Changelog for
libmariadb_plugins-3.3.10-116.1.i586.rpm :
* Mon Jul 29 2024 Dominique Leuenberger
- Explicitly enable zstd support (new curl brings it in, and we want to ensure it to not be random): + Add pkgconfig(libzstd) BuildRequires: allow cmake to detect it.
* Thu Jun 27 2024 Antonio Teixeira - Update to 3.3.10:
* https://mariadb.com/kb/en/mariadb-connector-c-3-3-10-release-notes/- Remove fix-build-gcc14.patch (fixed upstream)
* Fri Mar 08 2024 Danilo Spinella - Fix build with gcc14, bsc#1221007
* fix-build-gcc14.patch
* Fri Feb 23 2024 pgajdosAATTsuse.com- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
* Mon Dec 04 2023 Danilo Spinella - Update to 3.3.8:
* https://mariadb.com/kb/en/mariadb-connector-c-3-3-8-release-notes/
* Mon Nov 20 2023 Danilo Spinella - update to 3.3.7:
* https://mariadb.com/kb/en/mariadb-connector-c-3-3-7-release-notes/
* https://mariadb.com/kb/en/mariadb-connector-c-3-3-6-release-notes/
* Mon May 29 2023 Dirk Müller - update to 3.3.5:
* https://mariadb.com/kb/en/mariadb-connector-c-3-3-5-release-notes/
* Tue Mar 07 2023 Dirk Müller - update to 3.3.4: https://mariadb.com/kb/en/mariadb-connector-c-3-3-4-release-notes/
* Mon Dec 05 2022 Danilo Spinella - Update to release 3.3.3: https://mariadb.com/kb/en/mariadb-connector-c-333-release-notes/ https://mariadb.com/kb/en/mariadb-connector-c-333-changelog/
* Mon Aug 29 2022 Jan Engelhardt - Update to release 3.3.2 https://mariadb.com/kb/en/mariadb-connector-c-332-release-notes/ https://mariadb.com/kb/en/mariadb-connector-c-332-changelog/
* Enhanced mysql_close() and other related parts to prevent memory leaks when terminating an initiated but unestablished connection
* Thu Jul 07 2022 Danilo Spinella - Update to 3.3.1: https://mariadb.com/kb/en/mariadb-connector-c-331-release-notes/ https://mariadb.com/kb/en/mariadb-connector-c-331-changelog/ https://mariadb.com/kb/en/mariadb-connector-c-330-release-notes/ https://mariadb.com/kb/en/mariadb-connector-c-330-changelog/- Refresh private_library.patch
* 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