summaryrefslogtreecommitdiff
path: root/dev-db/sqlite
AgeCommit message (Collapse)Author
2025-02-22dev-db/sqlite: Sync live ebuildJakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-02-19dev-db/sqlite: add 3.49.1Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-02-16dev-db/sqlite: Unbreak cross-compilationLuca Barbato
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2025-02-14dev-db/sqlite: backport test fix w/ USE=icuSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-11dev-db/sqlite: Remove unneded sed expressionJakov Smolić
Upstream has removed stripping binaries by default (https://sqlite.org/forum/forumpost/25178736314aee91) so we can remove the sed workaround Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-02-09dev-db/sqlite: drop 3.48.0-r1Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-02-09dev-db/sqlite: add 3.49.0Jakov Smolić
Replaced some SQLITE_ENABLE flags with their --configure-flag counterparts and add upstream patch for CPPFLAGS which fixes feature flags not being detected during the build Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-01-29dev-db/sqlite: Fix indentation for icu configJakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-01-29dev-db/sqlite: Update configure option for icuJakov Smolić
Upstream added a configure option for enabling icu support, update and use this in the ebuild Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-01-25dev-db/sqlite: add upstream bug reference wrt rdtscSam James
Bug: https://bugs.gentoo.org/948671 Signed-off-by: Sam James <sam@gentoo.org>
2025-01-25dev-db/sqlite: Don't use rdtsc on i486Sam James
If -DSQLITE_ENABLE_STMT_SCANSTATUS is passed, rdtsc is used for profiling purposes, but that's not available on i486 CPUs (e.g. Soekris 4501 / AMD Elan in the linked bug). Just look for i586 instead of i386. For the i386/i486 case, it's fine if we use the stub implementation. This feels cleaner than toggling functionality in the ebuild, even if it's unlikely anyone on i486 is going to use that. Thanks to amonakov who found the problem quickly and the relevant part of SQLite. SQLITE_ENABLE_STMT_SCANSTATUS was first enabled with 6d8922b1541e86d62546808b1edca6fe422fc560 (grafted from migration), but I suspect the reason nobody noticed this before is (apart from i486 being rare) that only fairly recent gnupg-2.4.x starts to use SQLite (and we default-enable USE=tofu in-line with some upstream reocmmendations). Bug: https://bugs.gentoo.org/948671 Signed-off-by: Sam James <sam@gentoo.org>
2025-01-25dev-db/sqlite: add 3.48.0 (unkeyworded)Jakov Smolić
Upstream did a complete build system overhaul moving from autoconf to autosetup. Additionally dev-lang/tcl is not needed as a build dependency anymore (apart from building tools and tests). There have been some bugs discovered after the release so add unkeyworded version for testing as tests are failing at the moment and there is a build issue with USE=icu that have yet to be investigated. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-01-18dev-db/sqlite: Stabilize 3.47.2 x86, #948277Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-01-18dev-db/sqlite: Stabilize 3.47.2 amd64, #948277Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-01-18dev-db/sqlite: Stabilize 3.47.2 arm64, #948277Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-01-18dev-db/sqlite: Stabilize 3.47.2 ppc64, #948277Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-01-18dev-db/sqlite: Stabilize 3.47.2 arm, #948277Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-12-27dev-db/sqlite: drop 3.47.0-r1, 3.47.1Sam James
Closes: https://bugs.gentoo.org/945870 Signed-off-by: Sam James <sam@gentoo.org>
2024-12-13dev-db/sqlite: add 3.47.2Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-05dev-db/sqlite: Apply buildtclext patch to 3.47.1Jakov Smolić
Closes: https://bugs.gentoo.org/945906 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-12-04dev-db/sqlite: add 3.47.1Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-db/sqlite: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-11-19dev-db/sqlite: drop 3.45.3Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-18dev-db/sqlite: Bring back version 3.45.3Jakov Smolić
This version is needed for dev-ruby/sqlite3 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-18dev-db/sqlite: drop 3.45.3, 3.46.0, 3.47.0Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-18dev-db/sqlite: stabilize 3.46.1 for arm64Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-18dev-db/sqlite: stabilize 3.46.1 for armJakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-16dev-db/sqlite: Fix build with USE=tclJakov Smolić
Closes: https://bugs.gentoo.org/942918 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-10dev-db/sqlite: backport allocator mismatch fix to 3.47.0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-06dev-db/sqlite: fix build w/ non-bashSam James
Bug: https://bugs.gentoo.org/942918 Closes: https://bugs.gentoo.org/942917 Signed-off-by: Sam James <sam@gentoo.org>
2024-11-05dev-db/sqlite: add 3.47.0Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-10-31dev-db/sqlite: Stabilize 3.46.1 hppa, #939971Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-24dev-db/sqlite: Stabilize 3.46.1 sparc, #939971Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21dev-db/sqlite: Stabilize 3.46.1 ppc, #939971Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21dev-db/sqlite: Stabilize 3.46.1 x86, #939971Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21dev-db/sqlite: Stabilize 3.46.1 ppc64, #939971Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21dev-db/sqlite: Stabilize 3.46.1 amd64, #939971Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-26dev-db/sqlite: Fix build issue in the test suite when USE='-tcl'Jakov Smolić
Test phase will errors out starting with commit https://github.com/sqlite/sqlite/commit/21363ac78df6751655c33372a7277512531b9570 as we set HAVE_TCL to 0 in the test phase and with the added check the build aborts regardless of the fact that 'tclConfig.sh' was found by the configure script previously. We can avoid setting the variable manually and the build will suceed with the intended behavior kept. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-08-15dev-db/sqlite: Bump to 3.46.1Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 ppc, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 x86, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 arm64, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 ppc64, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 arm, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 sparc, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-db/sqlite: Stabilize 3.46.0 amd64, #935923Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-06-27dev-db/sqlite: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-06-18dev-db/sqlite: drop 3.45.1-r1Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-06-18dev-db/sqlite: remove unused patchesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>