Commit graph

18 commits

Author SHA1 Message Date
Rudi Heitbaum
df2434b6f0 mariadb-connector-c: update to 3.3.3
release notes:
- https://mariadb.com/kb/en/mariadb-connector-c-3-3-3-release-notes/
- https://mariadb.com/kb/en/mariadb-connector-c-3-3-3-changelog/
- https://github.com/mariadb-corporation/mariadb-connector-c/compare/v3.3.2...v3.3.3
2023-01-17 16:35:45 +00:00
Rudi Heitbaum
2dac7db2e4 mariadb-connector-c: update to 3.3.2
release notes:
- https://mariadb.com/kb/en/mariadb-connector-c-332-release-notes/
2022-08-27 06:37:53 +00:00
Rudi Heitbaum
e1842e3f57 mariadb-connector-c: update to 3.2.7 and fix cmake build options
release notes:
- https://mariadb.com/kb/en/mariadb-connector-c-327-release-notes/
2022-08-20 12:38:37 +00:00
heitbaum
a45d68b69f mariadb-connector-c: update to 3.2.5
https://mariadb.com/kb/en/changes-and-improvements-in-mariadb-connector-c-32/

New Features
- MDEV-19237: Do not resend prepared statement metadata unnecessarily
- CONC-508: Added support for passwords > 255 characters
- LOAD DATA LOCAL is now supported in binary protocol
- Updated/extended cipher suite list for Schannel TLS module
- CONC-433: Added support for certificate revocation list in GnuTLS module
- CONC-547: Changed default character set from latin1 to utf8mb4
- CONC-533: Added support for non blocking calls using binary protocol
- CONC-509: mysql_get_client_* api functions now return Connector version

Notable changes:
- The connection plugin "aurora" was removed
- Default character set is now utf8mb4
- Character set utf8 will be mapped to utf8mb3
- Added support for MSVC asan
- CONC-566: If a stored procedure was executed as server side cursor and
  server doesn't set the SERVER_STATUS_CURSOR_EXISTS status flag, the
  result set will not be processed as a server side cursor.
- MDEV-26761: If mariadb_stmt_execute_direct fails, the number of
  parameters (obtained by response packet of mysql_stmt_prepare) will be
  set back to the number of prebinded parameters to avoid memory overrun.
- CONC-568: The API function mysql_load_plugin_v() now returns the plugin
  handle (instead of raising an error and returning a NULL handle) even if
  the plugin was already loaded. This will avoid possible race conditions,
  when one thread is loading the plugin while another thread waits for the
  lock to load the same plugin.
- Xcode compatibility update (Thanks to Sergei Krivonos for his contribution)
- CONC-570: Removed callback function for crypto threads, since the
  callback function cannot be cleared (this affects OpenSSL <= 1.0.2 only)

- BETA:   https://mariadb.com/kb/en/mariadb-connector-c-320-release-notes/
- RC:     https://mariadb.com/kb/en/mariadb-connector-c-322-release-notes/
- STABLE: https://mariadb.com/kb/en/mariadb-connector-c-323-release-notes/
- STABLE: https://mariadb.com/kb/en/mariadb-connector-c-324-release-notes/
- STABLE: https://mariadb.com/kb/en/mariadb-connector-c-325-release-notes/
2022-01-01 11:29:13 +00:00
CvH
ebb0aa1e7f
Merge pull request #5771 from heitbaum/pac
Some package updates
2021-10-26 11:46:26 +02:00
heitbaum
5bf144f5c7 mariadb-connector-c: update to 3.1.14 2021-10-17 08:43:43 +11:00
mglae
5a11d93767 mariadb-connector-c: install secure authentication plugins 2021-10-16 19:47:02 +02:00
heitbaum
ec39a9c6c8 mariadb-connector-c: update to 3.1.13
update 3.1.11 (2020-11-04) to 3.1.13 (2021-05-11)
release notes:
- https://mariadb.com/kb/en/mariadb-connector-c-3112-release-notes/
- https://mariadb.com/kb/en/mariadb-connector-c-3113-release-notes/
changelog:
- https://mariadb.com/kb/en/mariadb-connector-c-3112-changelog/
- https://mariadb.com/kb/en/mariadb-connector-c-3113-changelog/
diff: https://github.com/mariadb-corporation/mariadb-connector-c/compare/v3.1.11...v3.1.13
2021-09-12 00:26:40 +10:00
Ian Leonard
7a107279da databases: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:44 +00:00
heitbaum
cafdc65001 mariadb-connector-c: update to 3.1.11 2020-12-12 10:21:24 +00:00
MilhouseVH
f392a56f49 mariadb-connector-c: update to mariadb-connector-c-3.1.7 2020-02-17 06:37:59 +00:00
MilhouseVH
b280ec3bb4 mariadb-connector-c: update to mariadb-connector-c-3.1.1 2019-06-12 19:10:08 +01:00
MilhouseVH
530a10b138 mariadb-connector-c: update to mariadb-connector-c-3.1.0 2019-06-07 08:49:07 +01:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
Sascha Kuehndel (InuSasha)
7e86103362
mariadb-connector-c: update to 3.0.6
- fix CVE-2018-3081
- build without gold, failed to link
- drop unused variables
2018-08-27 15:49:43 +02:00
CvH
d31b217ff4 spdx: packages/databases 2018-07-17 23:58:49 +02:00
Sascha Kuehndel (InuSasha)
ff62a9ac3c
mariadb: switch from mysql to mariadb
- kodi-patch merged upstream
- mariadb is selected as default
2018-02-05 16:10:21 +01:00