commit perl-DBD-MariaDB for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-DBD-MariaDB for openSUSE:Factory checked in at 2024-08-13 13:24:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBD-MariaDB (Old) and /work/SRC/openSUSE:Factory/.perl-DBD-MariaDB.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-DBD-MariaDB" Tue Aug 13 13:24:01 2024 rev:8 rq:1193454 version:1.230.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBD-MariaDB/perl-DBD-MariaDB.changes 2024-03-09 20:56:38.430884734 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBD-MariaDB.new.7232/perl-DBD-MariaDB.changes 2024-08-13 13:24:32.285481458 +0200 @@ -1,0 +2,6 @@ +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 + +------------------------------------------------------------------- New: ---- perl-DBD-MariaDB-fix_ssl_connection_test.patch BETA DEBUG BEGIN: New: - Add patch perl-DBD-MariaDB-fix_ssl_connection_test.patch to reflect change in text of "self-signed certificate" SSL connection error BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-MariaDB.spec ++++++ --- /var/tmp/diff_new_pack.KDRc4N/_old 2024-08-13 13:24:32.933508458 +0200 +++ /var/tmp/diff_new_pack.KDRc4N/_new 2024-08-13 13:24:32.937508624 +0200 @@ -20,6 +20,7 @@ Name: perl-DBD-MariaDB Version: 1.230.0 Release: 0 +# 1.23 -> normalize -> 1.230.0 %define cpan_version 1.23 License: Artistic-1.0 OR GPL-1.0-or-later Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI) @@ -29,6 +30,8 @@ Source2: test-clean.sh Source3: cpanspec.yml Patch0: perl-DBD-MariaDB-fix_c_32x_test.patch +# PATCH-FIX-OPENSUSE https://github.com/perl5-dbi/DBD-MariaDB/issues/209 +Patch1: perl-DBD-MariaDB-fix_ssl_connection_test.patch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DBI) >= 1.608 @@ -37,7 +40,7 @@ BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.90 Requires: perl(DBI) >= 1.608 -Provides: perl(DBD::MariaDB) = 1.230.0 +Provides: perl(DBD::MariaDB) = %{version} %undefine __perllib_provides %{perl_requires} # MANUAL BEGIN ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.KDRc4N/_old 2024-08-13 13:24:32.977510291 +0200 +++ /var/tmp/diff_new_pack.KDRc4N/_new 2024-08-13 13:24:32.977510291 +0200 @@ -14,6 +14,7 @@ - test-clean.sh patches: perl-DBD-MariaDB-fix_c_32x_test.patch: -p1 + perl-DBD-MariaDB-fix_ssl_connection_test.patch: -p1 PATCH-FIX-OPENSUSE https://github.com/perl5-dbi/DBD-MariaDB/issues/209 preamble: |- BuildRequires: libmariadb-devel BuildRequires: mariadb ++++++ perl-DBD-MariaDB-fix_ssl_connection_test.patch ++++++ --- a/t/92ssl_connection.t 2023-09-10 16:18:55.000000000 +0200 +++ b/t/92ssl_connection.t 2024-08-12 13:32:17.172199902 +0200 @@ -29,6 +29,6 @@ ok(defined $cipher, 'SSL connection was established') and diag("mariadb_ssl_cipher is: $cipher"); } } else { - like($DBI::errstr, qr/^SSL connection error: /, 'DBD::MariaDB supports mariadb_ssl=1 without mariadb_ssl_optional=1 and fail because cannot enforce SSL encryption') or diag('Error message: ' . ($DBI::errstr || 'unknown')); + like($DBI::errstr, qr/^TLS\/SSL error: /, 'DBD::MariaDB supports mariadb_ssl=1 without mariadb_ssl_optional=1 and fail because cannot enforce SSL encryption') or diag('Error message: ' . ($DBI::errstr || 'unknown')); is($DBI::err, 2026, 'DBD::MariaDB error code is SSL related') or diag('Error code: ' . ($DBI::err || 'unknown')); }
participants (1)
-
Source-Sync