Commit e58f6c98 authored by Hardik Juneja's avatar Hardik Juneja

component/percona-toolkit: upgrade to 2.2.17 to fix bugs caused possibly due...

component/percona-toolkit: upgrade to 2.2.17 to fix bugs caused possibly due to updating perl to 5.26

We recently moved to perl 5.26 from 5.20 which breaks the pt-digest and possibly other percona tools.
The fix for percona tools was added in release 2.2.17 onwards and the patch for the same can be found
here: https://github.com/percona/percona-toolkit/pull/73
parent 65c794dd
...@@ -8,9 +8,9 @@ parts = ...@@ -8,9 +8,9 @@ parts =
[percona-toolkit] [percona-toolkit]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 2.2.15 version = 2.2.17
url = http://www.percona.com/redir/downloads/percona-toolkit/${:version}/tarball/percona-toolkit-${:version}.tar.gz url = http://www.percona.com/redir/downloads/percona-toolkit/${:version}/tarball/percona-toolkit-${:version}.tar.gz
md5sum = 022f40dadaea9025820530ea1f986192 md5sum = 39d5910f4ef0b14b00c109641a1a3fc5
depends = depends =
${perl-DBI:location} ${perl-DBI:location}
${perl-DBD-mariadb:location} ${perl-DBD-mariadb:location}
......
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