From 036a4cdaab26a490c0c9b79615229922e3467e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A3=8B=E5=BE=B7?= Date: Tue, 7 Feb 2023 07:34:46 +0000 Subject: [PATCH 1/2] update mariadb.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈棋德 --- mariadb.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 07cb14b..38407cb 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -74,7 +74,7 @@ Name: mariadb Version: 10.5.16 -Release: 1 +Release: 2 Epoch: 4 Summary: A very fast and robust SQL database server @@ -181,7 +181,7 @@ BuildRequires: perl(Time::HiRes) BuildRequires: perl(Time::localtime) BuildRequires: perl(warnings) # for running some openssl tests rhbz#1189180 -BuildRequires: openssl openssl-devel +BuildRequires: compat-openssl11 compat-openssl11-devel %if %{with debug} BuildRequires: valgrind-devel @@ -522,7 +522,7 @@ the only MariaDB sub-package, except test subpackage, that depends on Perl. %package devel Summary: Files for development of MariaDB/MySQL applications %{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}} -Requires: openssl-devel +Requires: compat-openssl11-devel %if %{without clibrary} Requires: mariadb-connector-c-devel >= 3.0 %endif @@ -1474,6 +1474,9 @@ fi %endif %changelog +* Tue Feb 7 2023 dillon chen - 4:10.5.16-2 +- change openssl to compat-openssl11 because openSSL upgrade to 3.0 + * Thur May 26 2022 bzhaoop - 4:10.5.16-1 - Bump to 10.5.16 for resolving CVEs below - CVE-2022-27385 -- Gitee From 22de70c4f9c7f70abca863050b6c7897c4a2779f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A3=8B=E5=BE=B7?= Date: Tue, 7 Feb 2023 08:28:37 +0000 Subject: [PATCH 2/2] update mariadb.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈棋德 --- mariadb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index 38407cb..adf76bf 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -181,7 +181,7 @@ BuildRequires: perl(Time::HiRes) BuildRequires: perl(Time::localtime) BuildRequires: perl(warnings) # for running some openssl tests rhbz#1189180 -BuildRequires: compat-openssl11 compat-openssl11-devel +BuildRequires: compat-openssl11-devel %if %{with debug} BuildRequires: valgrind-devel -- Gitee