Pedro Monreal Gonzalez
8d83c762e8
- 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
24 lines
553 B
YAML
24 lines
553 B
YAML
---
|
|
description_paragraphs: 1
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: libmariadb-devel
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|