forked from pool/mariadb-connector-c
- 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 - New upstream version 3.0.7 [bsc#1116686] * Build fixes when building with ASAN/TSAN * CONC-370: Fixed memory leak in configuration file parsing. * CONC-371: Incorrect fractional part conversion when converting datetime string to MYSQL_TIME * CONC-283: Fixed pkg-config configuration * CONC-364: Not all sockets created in pvio_socket_connect function are closed * multiple fixes in named pipe implementation * CONC-349: Added new parameter STMT_ATTR_STATE to retrieve statement status via api function mysql_stmt_attr_get - refresh private_library.patch and absolute_path_fix.patch - pack libmariadb.pc OBS-URL: https://build.opensuse.org/request/show/662777 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=34
15 lines
692 B
Diff
15 lines
692 B
Diff
Index: mariadb-connector-c-3.0.8-src/plugins/auth/CMakeLists.txt
|
|
===================================================================
|
|
--- mariadb-connector-c-3.0.8-src.orig/plugins/auth/CMakeLists.txt
|
|
+++ mariadb-connector-c-3.0.8-src/plugins/auth/CMakeLists.txt
|
|
@@ -16,7 +16,8 @@ REGISTER_PLUGIN(TARGET dialog
|
|
CONFIGURATIONS DYNAMIC STATIC OFF
|
|
DEFAULT DYNAMIC
|
|
SOURCES ${CC_SOURCE_DIR}/plugins/auth/dialog.c
|
|
- ${CC_SOURCE_DIR}/libmariadb/get_password.c)
|
|
+ ${CC_SOURCE_DIR}/libmariadb/get_password.c
|
|
+ LIBRARIES dl)
|
|
|
|
# SHA256 caching plugin for MySQL 8.0 connection
|
|
IF(WITH_SSL)
|