forked from perl/perl-DBD-mysql
Accepting request 598531 from home:kstreitova:branches:devel:languages:perl
- 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
OBS-URL: https://build.opensuse.org/request/show/598531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=60
This commit is contained in:
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 15:35:43 UTC 2018 - kstreitova@suse.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 17:12:32 UTC 2017 - pmonrealgonzalez@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user