Compare commits

1 Commits
1.1 ... main

7 changed files with 37 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ Index: mariadb-connector-c-3.1.4-src/plugins/auth/CMakeLists.txt
@@ -32,7 +32,8 @@ REGISTER_PLUGIN(TARGET dialog
CONFIGURATIONS DYNAMIC STATIC OFF
DEFAULT DYNAMIC
SOURCES ${CC_SOURCE_DIR}/plugins/auth/dialog.c
SOURCES ${AUTH_DIR}/dialog.c
- ${CC_SOURCE_DIR}/libmariadb/get_password.c)
+ ${CC_SOURCE_DIR}/libmariadb/get_password.c
+ LIBRARIES dl)

BIN
mariadb-connector-c-3.3.10-src.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEETEcP/+/E09xZd4ZVzho91ePJT0kFAmZwPa0ACgkQzho91ePJ
T0kLIwf/eixsxhFvklRq35s2ccuwqvsNavYlxZNKiKJWtVyknaXwHZGJrmoTcymK
GBixpbXFtVn2PUZ9LPVhmr8jPD7FUj6zKtUbBzf8VOHDAqYtgCf0SjjlQ0LBzGB/
1ljPvJ4A8+mmxqhJJlOXudAp32gIEFsKOF3fP7H6HI5bl+0nedbKIkRmD9AgMZ4O
p4IlEgM0A9TEishI0hK0F2L3hqsYdjUt9i0CLeEACct8OvTeOodz19aTC6apMoEq
d4Epq5PIlhE+qAK8fawK+WdwGhOjPYrC+tlaSXV/qvV4GL6dmioIDshSF4ECgeKQ
UBrefyyWPt7yr+2eo90V/UXkZerSow==
=k1BT
-----END PGP SIGNATURE-----

BIN
mariadb-connector-c-3.4.5-src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEETEcP/+/E09xZd4ZVzho91ePJT0kFAmf2wfUACgkQzho91ePJ
T0lEyQf9Eofi8T7CmmS4NrYuoaegUPd0H65qrBNdzMdIBvdo2vLJxsotot+LZ4AC
9u0yt8NiB0EeazMowQD0+kk5sWTr+CjNgeHi0iGhJTb2qjfy5/HI0aawZpeoK0dh
hJeJvtUB0EhIBIcE7119D3b5pBlsBQV118YpDte2Y5uTXvK8wLYpwrPktfhOMgMB
3MLBiiKaho0SE9LG5vPQ2oCnQ03FPfwlrdQQPde8ep0JMGjZ+8QCtkb9ePNJiHM4
L84uMhoraBX/Afo1obCVqXLoDbsKzCwGswJhkagCiXbb/AuSGTZ5/9xmCE9UbpKN
hy8JB3T2X5rTW4dhhkvifInhUtb8Rw==
=gAao
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Apr 22 17:58:02 UTC 2025 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 3.4.5:
* https://mariadb.com/kb/en/mariadb-connector-c-3-4-5-release-notes/
* https://mariadb.com/kb/en/mariadb-connector-c-3-4-4-release-notes/
* https://mariadb.com/kb/en/mariadb-connector-c-3-4-3-release-notes/
* https://mariadb.com/kb/en/mariadb-connector-c-3-4-2-release-notes/
* https://mariadb.com/kb/en/mariadb-connector-c-3-4-1-release-notes/
* https://mariadb.com/kb/en/mariadb-connector-c-3-4-0-release-notes/
- Refresh mariadb-connector-c-2.3.1_unresolved_symbols.patch
-------------------------------------------------------------------
Wed Feb 5 14:11:15 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.3.13:
* https://mariadb.com/kb/en/mariadb-connector-c-3-3-13-release-notes/
- Fix boo#1236823
-------------------------------------------------------------------
Mon Jul 29 07:48:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package mariadb-connector-c
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%endif
%bcond_with sqlite3
Name: mariadb-connector-c
Version: 3.3.10
Version: 3.4.5
Release: 0
Summary: MariaDB connector in C
License: LGPL-2.1-or-later
@@ -174,6 +174,7 @@ install -Dpm 0644 build/include/ma_config.h \
%{_libdir}/mysql/plugin/remote_io.so
%{_libdir}/mysql/plugin/sha256_password.so
%{_libdir}/mysql/plugin/zstd.so
%{_libdir}/mysql/plugin/parsec.so
%files -n %{libname}private
%{_libdir}/libmariadbprivate.so