summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/mariadb: restore keywords for 11.4.5Petr Vaněk7 days1-1/+1
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: drop 11.4.4Petr Vaněk7 days2-1346/+0
| | | | | Bug: https://bugs.gentoo.org/949336 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 11.4.5Petr Vaněk7 days2-0/+1346
| | | | | | | | | | | | | | - Patches tarball is extended with a patch which allows us to enable test requiring client plugins, main.ssl_autoverify [1] and plugins.auth_ed25519. - sysschema.v_privileges_by_table_by_level is skipped as it does not work correctly in network sandbox, see [2]. [1] https://github.com/gentoo/gentoo/pull/37204#issuecomment-2178492116 [2] https://jira.mariadb.org/browse/MDEV-36030 Bug: https://bugs.gentoo.org/949336 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 10.11.11Petr Vaněk8 days2-0/+1345
| | | | | | Bug: https://bugs.gentoo.org/943360 Bug: https://bugs.gentoo.org/949336 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 10.6.21Petr Vaněk8 days2-0/+1340
| | | | | | Bug: https://bugs.gentoo.org/943360 Bug: https://bugs.gentoo.org/949336 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: drop 10.6.14Sam James2025-01-092-1343/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: drop 10.11.5-r1Sam James2025-01-092-1328/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: Stabilize 10.6.17 ppc, #947750Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: Stabilize 10.6.17 ppc64, #935048Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: Stabilize 10.6.17 arm, #935048Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: Stabilize 10.6.17 arm64, #935048Sam James2025-01-091-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: keyword 10.11.10 for ~loongWANG Xuerui2025-01-061-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-db/mariadb: keyword 10.6.20 for ~loongWANG Xuerui2025-01-061-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-db/mariadb: restrict libfmt-11Petr Vaněk2024-12-272-2/+6
| | | | | | | | | libfmt-11.1.0 changed behaviour of FMT_STATIC_THOUSANDS_SEPARATOR, which is used in mariadb, therefore it is necessary to restrict libfmt-11 to older version, =libfmt-11.0*. Closes: https://bugs.gentoo.org/946924 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: build w/ -std=gnu17Sam James2024-12-137-0/+21
| | | | | Closes: https://bugs.gentoo.org/945352 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: port systemtap w/o dtrace-symlink fixPetr Vaněk2024-12-101-0/+6
| | | | | | | | | mariadb-11.4.4 also fails to build if systemtap is build w/o dtrace-symlink. This change ports the fix from commit 505a3759e913 ("dev-db/mariadb: fix build failed"). Bug: https://bugs.gentoo.org/943306 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: avoid libfmt-10*Petr Vaněk2024-12-102-0/+14
| | | | | | | | | | | | | libfmt-10 contains a bug [1], which affects mariadb [2]. The bug was resolved in libfmt-11 [3], but it was not backported. Therefore, mariadb must avoid libfmt-10. [1] https://github.com/fmtlib/fmt/issues/3835 [2] https://jira.mariadb.org/browse/MDEV-32815 [3] https://github.com/fmtlib/fmt/commit/44c3fe1ebb466ab5c296e1a1a6991c7c7b51b72e Closes: https://bugs.gentoo.org/946074 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: use ascii quotes in error messagePetr Vaněk2024-12-107-7/+7
| | | | | | | | | | pkgdev commit command fails with ebuilds containing non-ascii characters [1]. This change replaces non-ascii quotes to ascii quotes in error message, in order to avoid this pkgdev issue. [1] https://github.com/pkgcore/pkgdev/issues/173 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: fix build failedZ. Liu2024-12-034-0/+187
| | | | | | | | | | | | | 1. <=10.6.17 add patch related with libxml2 2.12 from upstream see https://github.com/MariaDB/server/commit/cae18632aea530eb73a9f15ee4fd0d924e01a8d3 2. if systemtap build w/o dtrace-symlink, build will failed w/: DTRACE-NOTFOUND: command not found Bug: https://bugs.gentoo.org/917537 Closes: https://bugs.gentoo.org/943306 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38377 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: enforce system libfmtPetr Vaněk2024-11-143-0/+3
| | | | | | | | | | By default, MariaDB attempts to download libfmt from the internet if it cannot find a suitable version on the system. Using -WITH_LIBFMT=system configuration option changes this behavior, making the config phase to fail if the libfmt check fails, avoiding unexpected downloads. Bug: https://bugs.gentoo.org/938106 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: restrict <libfmt-10 for 10.11.5Petr Vaněk2024-11-131-1/+2
| | | | | | | | MariaDB-10.11.5 fails to build with >=libfmt-10. Bug: https://bugs.gentoo.org/935299 Bug: https://bugs.gentoo.org/938106 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: drop 10.6.18, 10.11.7, 10.11.8, 11.4.2Tomáš Mózes2024-11-135-5309/+0
| | | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38780 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: Only force bfd linker when gold linker is usedDavid C. Manuelda2024-11-133-3/+3
| | | | | | | | | | | | | | By silently forcing BFD build failures might happen if users have special LLD link flags in LDFLAGS and there is no reason to force BFD when using LLD (only when using Gold linker) Fixes: 995a68e3bb9c ("dev-db/mariadb: add 10.6.20") Fixes: 4ef76f37461d ("dev-db/mariadb: add 10.11.10") Fixes: a1354b25554e ("dev-db/mariadb: add 11.4.4") Signed-off-by: David C. Manuelda <StormByte@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39295 See-also: https://github.com/gentoo/gentoo/pull/39289 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: update commentPetr Vaněk2024-11-122-2/+2
| | | | | | Fixes: 995a68e3bb9c ("dev-db/mariadb: add 10.6.20") Fixes: 4ef76f37461d ("dev-db/mariadb: add 10.11.10") Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 11.4.4Petr Vaněk2024-11-122-0/+1327
| | | | | | | | | | | | | | | | | | | | | | Changes: - migrate from deprecated tc-ld-disable-gold to tc-ld-force-bfd - reorder variables as suggested by pkgcheck - wrap long comment Known test failures: - main.mysqld--help-aria test fails but it seems to be minor issue, it is related to [1]. - mail.log_slow test fails. It does not look like a major issue, but I am not sure. - main.ssl_autoverify - fails because of the warning: Plugin 'three_attempts' is of maturity level unknown while the server is stable. - sysschema.v_privileges_by_table_by_level - no idea [1] https://jira.mariadb.org/browse/MDEV-34733 Closes: https://bugs.gentoo.org/943255 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 10.11.10Petr Vaněk2024-11-122-0/+1327
| | | | | | | | | | | | | | | | | | Changes: - migrate from deprecated tc-ld-disable-gold to tc-ld-force-bfd - reorder variables as suggested by pkgcheck - wrap long comment Known test failures: - main.mysqld--help-aria test fails but it seems to be minor issue, it is related to [1]. - mail.log_slow test fails. It does not look like a major issue, but I am not sure. [1] https://jira.mariadb.org/browse/MDEV-34733 Closes: https://bugs.gentoo.org/943255 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 10.6.20Petr Vaněk2024-11-122-0/+1338
| | | | | | | | | | | | | | | | | Changes: - migrate from deprecated tc-ld-disable-gold to tc-ld-force-bfd - reorder variables as suggested by pkgcheck - wrap long comment Known test failures: - main.mysqld--help-aria test fails but it seems to be minor issue, it is related to [1]. - mail.log_slow test fails. It does not look like a major issue, but I am not sure. [1] https://jira.mariadb.org/browse/MDEV-34733 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* */*: remove use ia64 callsArthur Zamarin2024-09-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-127-7/+7
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: drop 10.6.15-r1, 10.6.16, 10.11.5-r1, 10.11.6Tomáš Mózes2024-06-255-5308/+0
| | | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37204 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 10.6.18, 10.11.8, 11.4.2Tomáš Mózes2024-06-254-0/+3987
| | | | | | | Closes: https://bugs.gentoo.org/927653 Closes: https://bugs.gentoo.org/932465 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: Stabilize 10.6.17 x86, #927278Arthur Zamarin2024-04-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.6.17 ppc64, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.11.7 ppc64, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.6.17 ppc, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.11.7 ppc, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.6.17 arm64, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.11.7 arm64, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.6.17 arm, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.11.7 arm, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.6.17 ia64, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Keyword 10.11.7 ia64, #919865Arthur Zamarin2024-04-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: Stabilize 10.6.17 amd64, #927278Arthur Zamarin2024-03-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mariadb: add 10.6.17, 10.11.7Tomáš Mózes2024-03-083-0/+2653
| | | | | | | | The include patch is removed since it was upstreamed. Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35498 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: filter LTOSam James2024-03-047-0/+14
| | | | | | | | Bug: https://jira.mariadb.org/browse/MDEV-11914 Bug: https://jira.mariadb.org/browse/MDEV-25633 Bug: https://bugs.gentoo.org/855236 Closes: https://bugs.gentoo.org/855233 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mariadb: Keyword 10.6.16 riscv, #919865Jakov Smolić2024-02-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/mariadb: Keyword 10.11.6 riscv, #919865Jakov Smolić2024-02-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/mariadb: test phase requires USE=extraenginePetr Vaněk2024-01-317-7/+14
| | | | | | | | | | | | | | main.mysql_client_test and main.mysql_client_test_comp tests are executed with --sequence=on parameter [1] which enables SEQUENCE plugin provided by Sequence Storage Engine [2]. However, the ebuild compiles this engine only if extraengine USE flag is enabled. Therefore test requires it. [1] https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/sequence/ [2] https://mariadb.com/kb/en/sequence-storage-engine/ Bug: https://bugs.gentoo.org/907827 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mariadb: add 10.6.16, 10.11.6Tomáš Mózes2024-01-303-0/+2651
| | | | | | | Bug: https://bugs.gentoo.org/917515 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33876 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* Move {dev-util → dev-debug}/systemtapMichał Górny2024-01-196-11/+11
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>