|
@@ -26,8 +26,8 @@
|
|
|
|
|
|
%define mariadb_version 10.6.4
|
|
%define mariadb_version 10.6.4
|
|
%define mariadb_base_version 10.6
|
|
%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 client_version 18
|
|
|
|
|
|
%define galera_api_version 26.4
|
|
%define galera_api_version 26.4
|
|
@@ -35,7 +35,7 @@
|
|
Name: mariadb
|
|
Name: mariadb
|
|
Summary: MariaDB: a very fast and robust SQL database server
|
|
Summary: MariaDB: a very fast and robust SQL database server
|
|
Version: %{mariadb_version}
|
|
Version: %{mariadb_version}
|
|
-Release: 3%{_dist_release}%{?with_systemd:.systemd}
|
|
|
|
|
|
+Release: 4%{_dist_release}%{?with_systemd:.systemd}
|
|
Group: servers
|
|
Group: servers
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -274,6 +274,10 @@ cp -f \
|
|
|
|
|
|
cp -f %{SOURCE20} support-files/
|
|
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
|
|
%build
|
|
# Be strict about variables, bail at earliest opportunity, etc.
|
|
# Be strict about variables, bail at earliest opportunity, etc.
|
|
@@ -857,6 +861,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Tue Aug 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-3
|
|
- updated patch1000.
|
|
- updated patch1000.
|
|
- dropped Patch1001: merged into mroonga upstream.
|
|
- dropped Patch1001: merged into mroonga upstream.
|