7
0
Files
perl-DBD-MariaDB/perl-DBD-MariaDB.changes

230 lines
11 KiB
Plaintext
Raw Permalink Normal View History

Accepting request 1278741 from devel:languages:perl:autoupdate - Remove perl-DBD-MariaDB-fix_ssl_connection_test.patch: (fixed upstream) - updated to 1.240.0 (1.24) see /usr/share/doc/packages/perl-DBD-MariaDB/Changes 1.24 2025-05-04 - Add a test for large BLOB with parameter - Fix Dave Labley's broken e-mail address - Stop parsing a column named "limits" as the LIMIT keyword (https://github.com/perl5-dbi/DBD-MariaDB/issues/208) - Various test fixes (e.g. no dead loop in t/87async.t, remembering the value of --testauthplugin for repeated Makefile.PL runs, support for the Embedded server, explicit disconnect after testing the connection) - Better handling of the Embedded server (e.g. fix mariadb_hostinfo and SQL_SERVER_NAME, no support for async queries and mariadb_max_allowed_packets, extended documentation of mariadb_embedded_options) - Add new Makefile.PL option --requireembsup (and a corresponding env variable DBD_MARIADB_REQUIREEMBSUP) to ensure the client library's support for the Embedded server - More support and fixes for new MySQL 8 features (mariadb_auto_reconnect for 8.0.24+, SSL options for MySQL 8.3.0+, bind params for 8.3.0+) - Documentation of empty versus undefined password - Stop calling mariadb_db_reconnect when changing $dbh attributes unless it's really needed - On MSWin32, non-socket connections do not use WINAPI HANDLE - Fix type (MEDIMUMBLOB -> MEDIUMBLOB) - Handle new SSL error messages in tests (https://github.com/perl5-dbi/DBD-MariaDB/issues/209) OBS-URL: https://build.opensuse.org/request/show/1278741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=18
2025-05-23 18:13:26 +00:00
-------------------------------------------------------------------
Tue May 20 12:56:54 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Remove perl-DBD-MariaDB-fix_ssl_connection_test.patch: (fixed upstream)
-------------------------------------------------------------------
Mon May 5 05:36:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.240.0 (1.24)
see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
1.24 2025-05-04
- Add a test for large BLOB with parameter
- Fix Dave Labley's broken e-mail address
- Stop parsing a column named "limits" as the LIMIT keyword
(https://github.com/perl5-dbi/DBD-MariaDB/issues/208)
- Various test fixes (e.g. no dead loop in t/87async.t, remembering the
value of --testauthplugin for repeated Makefile.PL runs, support for the
Embedded server, explicit disconnect after testing the connection)
- Better handling of the Embedded server (e.g. fix mariadb_hostinfo and
SQL_SERVER_NAME, no support for async queries and
mariadb_max_allowed_packets, extended documentation of
mariadb_embedded_options)
- Add new Makefile.PL option --requireembsup (and a corresponding env variable
DBD_MARIADB_REQUIREEMBSUP) to ensure the client library's support for the
Embedded server
- More support and fixes for new MySQL 8 features (mariadb_auto_reconnect for
8.0.24+, SSL options for MySQL 8.3.0+, bind params for 8.3.0+)
- Documentation of empty versus undefined password
- Stop calling mariadb_db_reconnect when changing $dbh attributes unless it's
really needed
- On MSWin32, non-socket connections do not use WINAPI HANDLE
- Fix type (MEDIMUMBLOB -> MEDIUMBLOB)
- Handle new SSL error messages in tests
(https://github.com/perl5-dbi/DBD-MariaDB/issues/209)
-------------------------------------------------------------------
Mon Aug 12 11:41:03 UTC 2024 - Nathan Cutler <ncutler@suse.com>
- Add patch perl-DBD-MariaDB-fix_ssl_connection_test.patch to reflect
change in text of "self-signed certificate" SSL connection error
-------------------------------------------------------------------
Fri Mar 8 22:15:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Mon Sep 11 03:07:04 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.23
see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
1.23 2023-09-10
- Add a missing break
(https://github.com/perl5-dbi/DBD-MariaDB/issues/163)
- Signal error if mariadb_db_async_result() fails
(https://github.com/perl5-dbi/DBD-MariaDB/issues/162)
- Update links to project website, issues and years
- Fix compilation with some MariaDB client library 10.2 and 10.3 versions
- Fix mariadb_use_result attribute
(https://github.com/perl5-dbi/DBD-MariaDB/issues/173)
- Fix statements with multiple result sets in asynchronous mode
- Fix mariadb_sockfd attribute for Windows
- Croaks when changing AutoCommit attribute fails
(https://github.com/perl5-dbi/dbi/issues/104)
- Various documentation and tests fixes
- Fix support for MariaDB Connector/C prior to 3.1.3 version
- Fix usage of Win32::GetShortPathName() in Makefile.PL
- Build release tarball in TAR format (instead of PAX)
- Allow to query and change mariadb_multi_statements attribute
- Add connect option mariadb_auth_plugin for specifying auth plugin
- Fix support for MySQL 8.0+ client library
(https://github.com/perl5-dbi/DBD-MariaDB/issues/191)
(https://github.com/perl5-dbi/DBD-mysql/issues/329)
- Add Github Actions CI and Cirrus CI (FreeBSD) for automated testing
-------------------------------------------------------------------
Mon Apr 25 11:15:13 UTC 2022 - Tina Müller <tina.mueller@suse.com>
- Update patch perl-DBD-MariaDB-fix_c_32x_test.patch
-------------------------------------------------------------------
Fri Apr 22 03:06:56 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.22
see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
1.22 2022-04-22
- Disable usage of libmysqld.a from MySQL 8.x series
- Install README.pod into DBD/MariaDB/ subdirectory
(https://github.com/gooddata/DBD-MariaDB/issues/146)
- Do not export driver private C functions
- Fix typo in error message
- Fix compatibility with new MariaDB client and server versions
(https://github.com/perl5-dbi/DBD-MariaDB/issues/164)
(https://github.com/perl5-dbi/DBD-MariaDB/issues/167)
(https://github.com/perl5-dbi/DBD-mysql/issues/333)
-------------------------------------------------------------------
Wed Oct 6 09:18:36 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
- Fix regression test failures:
* Add patch from the previous commit.
* Add perl-DBD-MariaDB-fix_c_32x_test.patch
-------------------------------------------------------------------
Tue Oct 5 07:36:54 UTC 2021 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- From mariadb-connector-c client library number is diffrent
which brokes tests. Add patch to fix tests.
-------------------------------------------------------------------
Mon Nov 9 15:25:54 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
-------------------------------------------------------------------
Mon Mar 9 12:55:09 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix build tests
-------------------------------------------------------------------
Mon Mar 9 12:19:45 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Add cpanspec.yml file
-------------------------------------------------------------------
Tue Jul 9 16:32:54 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Enable tests to run in parallel by adding HARNESS_OPTIONS=j4
-------------------------------------------------------------------
Tue Jul 9 14:59:08 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Added missing dependencies
-------------------------------------------------------------------
Mon Jul 8 16:46:41 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Enabled tests during build
* Added files test-setup.sh and test-clean.sh
* Added test dependecies: Proc::ProcessTable and mariadb
-------------------------------------------------------------------
Mon Jun 3 10:48:18 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Reduce the description and delete useless defattr
-------------------------------------------------------------------
Mon Jun 3 10:28:32 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Tests can't be run inside the buildroot, test manually before submit
-------------------------------------------------------------------
Wed Feb 27 12:00:09 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 1.21 2019-02-27
* 1.21 2019-02-27
- Fix skipping test t/14destruct.t
- Revert "MySQL bug #93276 is fixed in 8.0.15"
(https://github.com/gooddata/DBD-MariaDB/issues/137)
-------------------------------------------------------------------
Tue Feb 26 11:08:17 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 1.20 2019-02-22
* 1.20 2019-02-22
- Fix compilation on Windows
- Fix tests for MariaDB 10.2.20+, 10.3.12+ and 10.4.1+
- Fix processing of unfetched multi result sets
- Cover a protocol design error for multi result statements
- Fix $dbh->last_insert_id for async calls and multi result statements
- Add more robust solution to prevent deinitializing OpenSSL functions
(https://github.com/gooddata/DBD-MariaDB/issues/119)
- Set $sth->{Active} to off after fetching all data
(https://github.com/jhthorsen/mojo-mysql/pull/47#issuecomment-448095164)
- Fix $sth->rows for async, multi results and when error occurred
- Fix disconnect_all() method to work also during global destruction phase
- Address MySQL bug #93276 which is fixed in 8.0.15
-------------------------------------------------------------------
Tue Feb 19 12:39:53 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Cleaned with spec-cleaner
-------------------------------------------------------------------
Tue Feb 19 06:09:04 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- initial package 1.11
* 1.11 2019-01-02
- Fix breakage of Net::SSLeay / OpenSSL library after DBI disconnect
(https://github.com/gooddata/DBD-MariaDB/issues/119)
* 1.10 2018-12-05
- Fix spelling error (https://github.com/gooddata/DBD-MariaDB/issues/82)
- Fix MinGW build (https://github.com/gooddata/DBD-MariaDB/issues/91)
- Fix DBI SQL types (https://github.com/gooddata/DBD-MariaDB/issues/109)
- Fix overflow in mariadb_thread_id and mariadb_warning_count attributes
- Fix parsing LIMIT keyword (case-insensitive + allow whitespaces around)
- Fix allocating and releasing memory when using Embedded Server
- Fix escaping placeholders when sql_mode is NO_BACKSLASH_ESCAPES
- Fix output from Unicode related tests
- Fix setting client_flag for mysql_real_connect()
- Fix calling DBI->data_sources() without second argument
- Fix $dbh->last_insert_id() for multi and prepared server side statements
- Use dbd_db_do6 API from DBI 1.642 when available
- Add support for a new DBI method call $sth->last_insert_id()
- Add sanity check for Makefile.PL --testsocket, --testhost and --testport
- Report error when $dbh->{mariadb_ssl_cipher} attribute is not supported
- Check that correct number of bind parameters are in $dbh->do()
- Update workarounds for bugs in MariaDB client library (some were fixed)
- Allow to set zero read, write and connect timeout (which means infinite)
- Set default session collation to utf8mb4_unicode_ci for real Unicode
- Change minimal MySQL client version to 4.1.8 (older is incompatible)
- Skip tests which cannot be started on current system/architecture
- Move testrules.yml to t/ directory
- Miscellaneous fixes in tests
* 1.00 2018-07-12
- Do not remove test name and line from test error messages
- Update documentation for mariadb_length and mariadb_max_length
- Fix retrieving ODBC attribute SQL_USER_NAME via $dbh->get_info()
- Do not show internal DBI packages on cpan
- Fix checking for error value from mariadb_embedded options
- Makefile.PL shows error message when no client library was specified
- Fix checking if integer value should be signed or unsigned
* 0.90_01 2018-06-26 (beta)
- This is a new DBD::MariaDB driver, fork of DBD::mysql 4.041 with fixes
- Attributes and methods with mysql_* prefix were renamed to mariadb_*
- See https://metacpan.org/source/PALI/DBD-MariaDB-0.90_01/Changes