Resolves: RHEL-66250 - Updated notes related to the issue

This commit is contained in:
Jitka Plesnikova 2025-02-04 11:49:10 +01:00
parent a7ec433358
commit 07fdaee65f
2 changed files with 13 additions and 8 deletions

View File

@ -1,14 +1,15 @@
diff -up DBD-MariaDB-1.23/lib/DBD/MariaDB.pod.orig DBD-MariaDB-1.23/lib/DBD/MariaDB.pod
--- DBD-MariaDB-1.23/lib/DBD/MariaDB.pod.orig 2025-01-30 09:03:33.747471104 +0100
+++ DBD-MariaDB-1.23/lib/DBD/MariaDB.pod 2025-01-30 09:11:11.286887719 +0100
@@ -281,6 +281,11 @@ L<I<mariadb_ssl_ca_path>|/mariadb_ssl_ca
--- DBD-MariaDB-1.23/lib/DBD/MariaDB.pod.orig 2025-02-04 09:17:49.438216175 +0100
+++ DBD-MariaDB-1.23/lib/DBD/MariaDB.pod 2025-02-04 09:21:25.530382547 +0100
@@ -281,6 +281,12 @@ L<I<mariadb_ssl_ca_path>|/mariadb_ssl_ca
This means that your communication with the server will be encrypted.
+NOTE: Due to the changes in mariadb-connector-c 3.4.0, this option does not
+have any effect. That might change in a future release. However, you will
+need MariaDB with enabled SSL support on server side, otherwise you get
+'TLS/SSL error'.
+NOTE: Due to the changes in mariadb-connector-c 3.4.0, SSL is always
+enforced on MariaDB and this option does not have any effect (that does not
+apply when connecting to MySQL though). You will need MariaDB with enabled
+SSL support on server side, otherwise you'll get TLS/SSL error. That might
+change in a future release.
+
=item mariadb_ssl_ca_file

View File

@ -9,7 +9,7 @@
Name: perl-DBD-MariaDB
Version: 1.23
Release: 8%{?dist}
Release: 9%{?dist}
Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/DBD-MariaDB/
@ -189,6 +189,10 @@ make test %{?with_perl_DBD_MariaDB_enables_leak_test:EXTENDED_TESTING=1}
%{_libexecdir}/%{name}
%changelog
* Tue Feb 04 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-9
- Resolves: RHEL-66250
- Updated notes related to the issue
* Tue Jan 28 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-8
- Generate SSL needed for tests since mariadb-connector-c 3.4.x
- Resolves: RHEL-66250