Browse Source

mariadb-10.6.4-4

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
ee4f185baa
1 changed files with 11 additions and 3 deletions
  1. 11 3
      m/mariadb/mariadb-vl.spec

+ 11 - 3
m/mariadb/mariadb-vl.spec

@@ -26,8 +26,8 @@
 
 %define mariadb_version		10.6.4
 %define mariadb_base_version	10.6
-%define mroonga_version		11.06
-%define groonga_version		11.0.6
+%define mroonga_version		11.07
+%define groonga_version		11.0.7
 %define client_version		18
 
 %define galera_api_version	26.4
@@ -35,7 +35,7 @@
 Name:		mariadb
 Summary:	MariaDB: a very fast and robust SQL database server
 Version:	%{mariadb_version}
-Release:	3%{_dist_release}%{?with_systemd:.systemd}
+Release:	4%{_dist_release}%{?with_systemd:.systemd}
 Group:		servers
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -274,6 +274,10 @@ cp -f \
 
 cp -f %{SOURCE20} support-files/
 
+# for OpenSSL 3.0.0
+sed -i -e 's/#define EVP_MD_CTX_SIZE 48/#define EVP_MD_CTX_SIZE 72/' \
+	include/ssl_compat.h
+
 
 %build
 # Be strict about variables, bail at earliest opportunity, etc.
@@ -857,6 +861,10 @@ fi
 
 
 %changelog
+* Wed Oct 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-4
+- updated patch1000.
+- rebuilt with openssl-3.0.0.
+
 * Tue Aug 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-3
 - updated patch1000.
 - dropped Patch1001: merged into mroonga upstream.