commit: 29913c034d05dda5532a81663ced8904fca7a29f Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Mon Jun 12 15:15:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 12 15:21:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29913c03
package.mask: mask buggy mariadb versions Bug: https://bugs.gentoo.org/908394 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31398 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 7e19a5f8ab1c..de2f94355dfc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Tomáš Mózes <[email protected]> (2023-06-12) +# Buggy version that causes ibdata1 to grow, please update. +=dev-db/mariadb-10.5.20 +=dev-db/mariadb-10.6.13 +=dev-db/mariadb-10.11.2 +=dev-db/mariadb-10.11.3 + # Sam James <[email protected]> (2023-06-12) # Installs no files with newer versions because GTK 2 support was dropped upstream. # Removal on 2023-07-12. Bug #908378.
