Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2024-12-08 11:36:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.21547 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Sun Dec  8 11:36:31 2024 rev:143 rq:1228777 version:11.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2024-11-15 
15:39:38.325370695 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.21547/mariadb.changes       
2024-12-08 11:37:37.414850830 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 16:59:42 UTC 2024 - Angel Yankov <angel.yan...@suse.com>
+
+- Fix test for SSL connection init with openssl 3.2.3.
+  * Added mariadb-fix-testsuite-openssl3.2.3.patch 
+
+-------------------------------------------------------------------

New:
----
  mariadb-fix-testsuite-openssl3.2.3.patch

BETA DEBUG BEGIN:
  New:- Fix test for SSL connection init with openssl 3.2.3.
  * Added mariadb-fix-testsuite-openssl3.2.3.patch 
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.ysLxZm/_old  2024-12-08 11:37:38.354889881 +0100
+++ /var/tmp/diff_new_pack.ysLxZm/_new  2024-12-08 11:37:38.354889881 +0100
@@ -80,6 +80,7 @@
 Patch7:         mariadb-10.4.12-fix-install-db.patch
 Patch10:        fix-pamdir.patch
 Patch11:        gcc13-fix.patch
+Patch12:       mariadb-fix-testsuite-openssl3.2.3.patch
 # needed for bison SQL parser and wsrep API
 BuildRequires:  bison
 BuildRequires:  cmake
@@ -361,6 +362,7 @@
 %patch -P 10 -p1
 %endif
 %patch -P 11 -p1
+%patch -P 12 -p1
 
 cp %{_sourcedir}/suse-test-run .
 


++++++ mariadb-fix-testsuite-openssl3.2.3.patch ++++++
Index: mariadb-11.6.1/mysql-test/main/init_connect.test
===================================================================
--- mariadb-11.6.1.orig/mysql-test/main/init_connect.test
+++ mariadb-11.6.1/mysql-test/main/init_connect.test
@@ -46,7 +46,7 @@ select @a;
 # We got disconnected after receiving the above error message; any further
 # requests should fail with a notice that no one's listening to us.
 # --error CR_SERVER_GONE_ERROR,CR_SERVER_LOST
---error 2013,2006
+--error 2013,2006,2026
 select @a;
 connection con0;
 drop table t1;

Reply via email to