From 40eff2926e7cbdec84a178048194036cc5cb4dd1 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Thu, 14 Feb 2019 11:38:03 +0100
Subject: [PATCH] component/mariadb: version up MariaDB 10.2.22, groonga 9.0.0,
 mroonga 9.00.

---
 component/groonga/buildout.cfg | 4 ++--
 component/mariadb/buildout.cfg | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/component/groonga/buildout.cfg b/component/groonga/buildout.cfg
index 7d38f95fa..faaef7a04 100644
--- a/component/groonga/buildout.cfg
+++ b/component/groonga/buildout.cfg
@@ -15,8 +15,8 @@ extends =
 [groonga]
 recipe = slapos.recipe.cmmi
 shared = false
-url = https://packages.groonga.org/source/groonga/groonga-8.1.1.tar.gz
-md5sum = 5445eb25ea2485ae2e9b792633f9299b
+url = https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz
+md5sum = 5475818c734dfc6414d209babea90921
 # temporary patch to respect more tokens in natural language mode.
 patches =
   ${:_profile_base_location_}/groonga.patch#9ed02fbe8400402d3eab47eee149978b
diff --git a/component/mariadb/buildout.cfg b/component/mariadb/buildout.cfg
index 09bb2cfe6..efbdec3e5 100644
--- a/component/mariadb/buildout.cfg
+++ b/component/mariadb/buildout.cfg
@@ -26,8 +26,8 @@ parts =
 [mariadb]
 recipe = slapos.recipe.cmmi
 url = https://downloads.mariadb.org/f/mariadb-${:version}/source/mariadb-${:version}.tar.gz/from/http%3A//fr.mirror.babylon.network/mariadb/?serve
-version = 10.2.21
-md5sum = 50cb7a966e2c89b2006967653405c0fd
+version = 10.2.22
+md5sum = f390235995b72b4c50948a43eb7e41fe
 patch-options = -p0
 patches =
   ${:_profile_base_location_}/mariadb_10.2.16_create_system_tables__no_test.patch#3fd5f9febabdb42d4b6653969a0194f9
@@ -79,8 +79,8 @@ post-install =
 # mroonga - a storage engine for MySQL. It provides fast fulltext search feature to all MySQL users.
 # http://mroonga.github.com/
 recipe = slapos.recipe.cmmi
-url = https://packages.groonga.org/source/mroonga/mroonga-8.09.tar.gz
-md5sum = b953abf91d26fde58e568328a36ffd1f
+url = https://packages.groonga.org/source/mroonga/mroonga-9.00.tar.gz
+md5sum = a1deff08a3649d8370436f1c903ed432
 pre-configure = set -e
   rm -rf fake_mariadb_source
   mkdir -p fake_mariadb_source
-- 
2.30.9