Commit Graph

243 Commits

Author SHA1 Message Date
Matthias Reichl
772bcabf7a Revert "sqlite: enable ICU support"
This reverts commit 537c0e2b4b.
2022-01-14 19:13:31 +01:00
Christian Hewitt
0d1e2a6beb Merge pull request #5977 from Kurganov/le11-sqlite-icu
sqlite: enable ICU support
2022-01-01 16:07:01 +00:00
heitbaum
7318dc487b sqlite: update to 3.37.1 2022-01-01 11:32:06 +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
Ian Leonard
3a37182215 sqlite: update to 3.37.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-12-16 06:18:47 +00:00
kurganov
537c0e2b4b sqlite: enable ICU support 2021-12-14 10:56:58 +03: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
03227b5931 sqlite: update to 3.35.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-05-10 07:47:27 +00:00
heitbaum
311e7ee600 sqlite: update to 3.34.1
updtate 3.34.0 to 3.34.1
changelog: https://www.sqlite.org/releaselog/3_34_1.html
2021-01-25 02:31:40 +00: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
6bd9a1700b sqlite: cleanup package.mk 2021-01-07 20:24:04 +00:00
CvH
c52b0123c4 sqlite: cleanup version 2020-12-27 20:30:27 +01:00
heitbaum
cafdc65001 mariadb-connector-c: update to 3.1.11 2020-12-12 10:21:24 +00:00
heitbaum
28be9193bc sqlite: update to 3.34 2020-12-12 10:21:23 +00:00
Ian Leonard
0e629b8a41 sqlite: update to 3.33.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-14 19:19:57 +00:00
Ian Leonard
da1ff5554a sqlite: update to 3.32.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-19 00:42:19 +00:00
Ian Leonard
7cc7cd8cb1 sqlite: update to 3.31.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-03-25 20:45:33 +00:00
Jernej Škrabec
3740376a98 Merge pull request #4210 from MilhouseVH/le10_bump-various-packages-2020q1
packages: various updates (Q1 2020)
2020-02-25 23:54:17 +01:00
Andre Heider
016707908d mysql: remove package
mariadb all the way.
2020-02-20 01:47:13 +01:00
MilhouseVH
f392a56f49 mariadb-connector-c: update to mariadb-connector-c-3.1.7 2020-02-17 06:37:59 +00:00
Ian Leonard
2e847cc3c9 sqlite: update to 3.30.1
sqlite_enable_stat3 is a no-op, replaced by sqlite_enable_stat4.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-11-19 19:18:27 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00