IABSD.fr/ports/databases/sqlite3

Branch :


Log

Author Commit Date CI Message
2624d82f 2021-02-20 07:23:28 databases/sqlite3: update to 3.34.1. See https://www.sqlite.org/releaselog/3_34_1.html 'Fix a potential use-after-free bug when processing a a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate. '
25db15b3 2020-12-15 09:03:27 databases/sqlite3: update to 3.34.0. https://sqlite.org/releaselog/3_32_0.html https://sqlite.org/releaselog/3_32_1.html https://sqlite.org/releaselog/3_32_2.html https://sqlite.org/releaselog/3_32_3.html https://sqlite.org/releaselog/3_33_0.html https://sqlite.org/releaselog/3_34_0.html went in a bulk build without fallout, ok ajacoutot@
920b2c4c 2020-03-11 21:01:04 Apply a patch from sqlite's upstream repository to fix a crash on sparc64. Observed in e.g. 'svn update' which started segfaulting with sqlite 3.31.1. Thanks to Richard Hipp for identifying the fix we need. ok sthen@
0e475540 2020-02-11 16:46:22 Update to sqlite 3.31.1. See https://sqlite.org/releaselog/3_31_1.html & https://sqlite.org/releaselog/3_31_0.html note that internal changes in 3.31.0 broke mozilla (cf #1607902) but 3.31.1 reverted the internal changes.
357e958d 2020-02-03 05:35:06 Enable column metadata in sqlite3 OK sthen@
bd15eb00 2019-11-09 10:09:04 Update to sqlite3 3.30.1. See https://www.sqlite.org/releaselog/3_30_1.html Will be a requirement for gecko 72 per #1586739
e9d67e3b 2019-07-16 18:39:34 Upgrade to sqlite 3.29.0. See https://sqlite.org/releaselog/3_29_0.html
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
1367168f 2019-07-10 15:25:02 switch some master_sites and homepage lines to https. ok sthen
0ff917eb 2019-05-12 08:22:18 Update to sqlite 3.28. Cf https://www.sqlite.org/releaselog/3_28_0.html Will be a requirement for gecko 68 per #1544443 Went into a bulk build.