Commit 5cc188d6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/mariadb: version up 10.11.10 and 11.4.4. version up mroonga 14.10.

parent 654b9a3a
...@@ -114,13 +114,13 @@ patches += ...@@ -114,13 +114,13 @@ patches +=
[mariadb-10.11] [mariadb-10.11]
<= mariadb-common <= mariadb-common
version = 10.11.9 version = 10.11.10
md5sum = 5f2f97f72de7b97e8df34a55a9ca2140 md5sum = 0a6e4aa3fee2580079d202e169874fac
[mariadb-11.4] [mariadb-11.4]
<= mariadb-common <= mariadb-common
version = 11.4.3 version = 11.4.4
md5sum = c19f97dc1ea3165fb282a8384155dc0a md5sum = 969bead58d84d1f9fc16c6aa01e751fa
[mariadb] [mariadb]
<= mariadb-11.4 <= mariadb-11.4
...@@ -133,8 +133,8 @@ md5sum = c19f97dc1ea3165fb282a8384155dc0a ...@@ -133,8 +133,8 @@ md5sum = c19f97dc1ea3165fb282a8384155dc0a
# as plugin-dir ( https://mariadb.com/kb/en/server-system-variables/#plugin_dir ) # as plugin-dir ( https://mariadb.com/kb/en/server-system-variables/#plugin_dir )
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/mroonga/mroonga/releases/download/v14.07/mroonga-14.07.tar.gz url = https://github.com/mroonga/mroonga/releases/download/v14.10/mroonga-14.10.tar.gz
md5sum = 86d98564a9bff2b993db284ce02c7260 md5sum = 64d35117d7121b7929faab1c9d2f8b92
pre-configure = pre-configure =
rm -rf fake_mariadb_source rm -rf fake_mariadb_source
mkdir -p fake_mariadb_source mkdir -p fake_mariadb_source
...@@ -157,7 +157,6 @@ make-targets = plugindir=${:plugin-dir} install ...@@ -157,7 +157,6 @@ make-targets = plugindir=${:plugin-dir} install
patch-options = -p1 patch-options = -p1
patches = patches =
${:_profile_base_location_}/mroonga_boolean.patch#c818568fe35ca6a4298f18e575d962a0 ${:_profile_base_location_}/mroonga_boolean.patch#c818568fe35ca6a4298f18e575d962a0
https://github.com/mroonga/mroonga/commit/8f080086a6b7b15b84169e66fd6bf6956644ef98.patch?full_index=1#a275fa738a09f804515f61f69b8e549a
environment = environment =
PATH=${binutils:location}/bin:${groonga:location}/bin:${patch:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${binutils:location}/bin:${groonga:location}/bin:${patch:location}/bin:${pkgconfig:location}/bin:%(PATH)s
CPPFLAGS=-I${groonga:location}/include/groonga -I${pcre:location}/include CPPFLAGS=-I${groonga:location}/include/groonga -I${pcre:location}/include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment