Changelog for
perl-DBD-mysql-4.050-82.14.i586.rpm :
* Wed Mar 06 2024 Pedro Monreal
- Fix build with gcc14: [bsc#1221011]
* Upstream PR: https://github.com/perl5-dbi/DBD-mysql/pull/295
* Add perl-DBD-mysql-gcc14.patch
* Wed Feb 13 2019 Vítězslav Čížek - put back zlib-devel BuildRequires, otherwise the package doesn\'t build with the latest OpenSSL- add zlib-devel to the cpanspec.yml so it won\'t get dropped on the next automatic update
* Thu Jan 10 2019 Stephan Kulow - updated to 4.050 see /usr/share/doc/packages/perl-DBD-mysql/Changes DBI/DBD community (4.050)
* Fix SQL syntax for statements that have \"...limit = ?\" #288
* Make tests pass on MySQL 4.1 #286
* Travis-CI: Install Test::Deep #281
* Fix undefined ssl_verify_set on MySQL 5.0 and before #283
* Fix compilation on MySQL 4.1 #283
* Move Travis to dbdeployer (#284) #284
* Fix compiling on 8.0.0 and 8.0.1 #285
* Fix compatibility with MariaDB 10.3 #291 2018-10-25 Daniël van Eeden, Patrick Galbraith,
* Thu Dec 06 2018 Stephan Kulow - updated to 4.049 see /usr/share/doc/packages/perl-DBD-mysql/Changes 2018-10-25 Daniël van Eeden, Patrick Galbraith, DBI/DBD community (4.049)
* Fix MariaDB issue #262
* Various fixes for travis builds
* Fix to issue 187: Don\'t declare enum_type as static
* Fix regex for removing database from DSN again
* Allow to call $sth->mysql_async_ready and $sth->mysql_async_result more times without discarding result state 201- Drop perl-DBD-mysql-MARIADB_BASE_VERSION.patch - code changes obsolete patch
* Mon Sep 24 2018 pmonrealgonzalezAATTsuse.com- updated to 4.048
* Fix corrupted META.json so cpan installations work as expected. https://github.com/perl5-dbi/DBD-mysql/issues/263- Cleaned with spec-cleaner
* Wed Sep 12 2018 pmonrealgonzalezAATTsuse.com- updated to 4.047
* Add options needed for public key based security.
* Allow several spaces after LIMIT clause.
* Basic GTID tracking.
* Fix GCC 8.1 warnings
* Fix warning: unused variable ‘buffer_len’
* Fix warning about bind->is_null assignment with incompatible pointer type
* Get rid of warning about unused variable ssl_verify_set
* Fix space/tab issue which leads to misleading indentation
* Change spaces/tabs to get rid of GCC8 warning- updated to 4.046_01
* Updated documentation re. multithreading
* Remove #IFDEFs for code detecting ancient DBI versions. The minimum DBI version we require is version 1.609 from 2009!
* ChopBlanks should not trim binary fields
* Skipped test which failed on OpenBSD because Proc::ProcessTable does not come with a \'size\' attribute on this platform
* Improved test suite with regards to MySQL 8.0
* Improved macOS installation notes.
* Use Devel::CheckLib 1.09 or newer, fixes https://github.com/perl5-dbi/DBD-mysql/issues/109
* Specify bigint as test dependency
* Add recommends and suggests tests dependencies
* Check only for libs via Devel::CheckLib in Makefile.PL
* Remove param --with-mysql from Makefile.PL documentation
* Check if specified Makefile.PL settings are working Fixes https://rt.cpan.org/Ticket/Display.html?id=119902
* Remember mysql_config value for Makefile.PL
* Locate MySQL libs using Devel::CheckLib
* Added a fix for 30insertfetch failure when using server-side prepared statements. The stmt was being freed for DML statements before the handle attribute was read, mysql_info was reading back nulls- Dropped patch perl-DBD-mysql-4.046-fix_00base_test.patch as fixed upstream in https://github.com/perl5-dbi/DBD-mysql/pull/231- Added perl-DBD-mysql-MARIADB_BASE_VERSION.patch to fix compilation errors as mentioned in https://github.com/perl5-dbi/DBD-mysql/issues/262
* Mon Aug 27 2018 tchvatalAATTsuse.com- Pull in zlib-devel, previously added by openssl devel
* Wed Apr 18 2018 kstreitovaAATTsuse.com- updated to 4.046 4.046
* Version bump because of issue with META file in 4.045 release. 4.045
* Use API function for reconnect; fixes compilation on MariaDB 10.2.6+.
* Fixed broken link to MySQL download page
* Spelling fixes 4.044
* Reapply https://github.com/perl5-dbi/DBD-mysql/pull/114 \"Improve SSL settings, reflect changes for BACKRONYM and Riddle vulnerabilities, enforce SSL encryption when mysql_ssl=1 is set\" [bsc#1047059] [CVE-2017-10789]
* Fix parsing configure libs from mysql_config --libs output in Makefile.PL. Libraries in mysql_config --libs output can be specified by library name with the -l prefix or by absolute path to library name without any prefix. Parameters must start with a hyphen, so treat all options without leading hyphen in mysql_config --libs output as libraries with full path. Partially fixes bug https://rt.cpan.org/Public/Bug/Display.html?id=100898
* Return INTs with ZEROFILL as strings. https://rt.cpan.org/Public/Bug/Display.html?id=118977
* Correct require on relative path for perl 5.26. https://github.com/perl5-dbi/DBD-mysql/pull/136- remove the following patches that are no longer needed:
* perl-DBD-mysql-4.043-CVE-2017-10788.patch
* perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch- add perl-DBD-mysql-4.046-fix_00base_test.patch to fix 00base test- add Devel::CheckLib BuildRequires- switch from libmysqlclient-devel to libmariadb-devel- run spec-cleaner
* Tue Nov 14 2017 pmonrealgonzalezAATTsuse.com- Fixed build with libmariadb [bsc#1067882]- Added patch:
* perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch
* Mon Jul 17 2017 pmonrealgonzalezAATTsuse.com- Add patch to fix CVE-2017-10788 bsc#1047095
* Denial of service or possibly RCE through use-after-free
* perl-DBD-mysql-4.043-CVE-2017-10788.patch