Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-31 | treewide: NIX_CFLAGS_COMPILE -> string | Robin Gloster | 1 | -1/+1 | |
2019-12-30 | sqlite: 3.30.0 -> 3.30.1 | R. RyanTM | 1 | -2/+2 | |
2019-10-21 | sqlite: 3.28.0 -> 3.30.0 | Andreas Rammhold | 2 | -4/+4 | |
Also bumps sqlite3_analyze as those have to be kept in sync | |||||
2019-09-26 | tree-wide: replace uses of splitString "." with lib.versions | Joachim Fasting | 1 | -2/+2 | |
Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion. | |||||
2019-08-28 | treewide: remove redundant rec | volth | 1 | -1/+1 | |
2019-08-15 | treewide: name -> pname (easy cases) (#66585) | volth | 3 | -3/+3 | |
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname | |||||
2019-06-18 | Revert "sqlite: enable parallel builds" | Frederik Rietdijk | 1 | -2/+1 | |
Revert due to reported issues https://github.com/NixOS/nixpkgs/issues/63157 This reverts commit 93982349c8ed4ddc88e62cb970ac6fdd331ee766. | |||||
2019-05-24 | sqlite: enable parallel builds | Benjamin Hipple | 1 | -1/+2 | |
2019-04-27 | sqlite: 3.27.2 -> 3.28.0 | c0bw3b | 2 | -7/+7 | |
Changelog: https://www.sqlite.org/releaselog/3_28_0.html Security: includes fixes for CVE-2019-9936 and CVE-2019-9937 | |||||
2019-02-25 | sqlite: 3.27.1 -> 3.27.2 | Will Dietz | 2 | -4/+4 | |
2019-02-22 | sqlite{,-analyzer}: 3.26.0 -> 3.27.1 | Will Dietz | 2 | -6/+6 | |
https://sqlite.org/releaselog/3_27_1.html https://sqlite.org/releaselog/3_27_0.html | |||||
2018-12-01 | sqlite: 3.25.3 -> 3.26.0 | Will Dietz | 2 | -4/+4 | |
2018-11-16 | sqlite: 3.25.2 -> 3.25.3 | Will Dietz | 2 | -4/+4 | |
https://sqlite.org/releaselog/3_25_3.html | |||||
2018-11-16 | sqlite: 3.25.1 -> 3.25.2 | Will Dietz | 2 | -4/+4 | |
2018-11-16 | sqlite: 3.25.0 -> 3.25.1 | Will Dietz | 2 | -4/+4 | |
2018-11-16 | sqlite: 3.24.0 -> 3.25.0 | Will Dietz | 2 | -4/+4 | |
https://sqlite.org/releaselog/3_25_0.html | |||||
2018-10-16 | sqlite: supports windows | Matthew Bauer | 1 | -1/+1 | |
2018-08-13 | Merge branch 'staging-next' into staging | Vladimír Čunát | 3 | -0/+3 | |
Commits from master, conflict resolutions, etc. | |||||
2018-08-11 | sqlite,sqlar: add licenses | Markus Kowalewski | 3 | -0/+3 | |
2018-08-11 | sqlite: disable tests | Jan Malakhovski | 1 | -0/+2 | |
2018-06-10 | sqlite{,-analyzer}: 2.23.1 -> 2.24.0 | Will Dietz | 2 | -4/+4 | |
https://sqlite.org/releaselog/3_24_0.html | |||||
2018-05-29 | sqlite: do not contaminate dependent libtool-based projects with sqlite ↵ | Orivej Desh | 1 | -0/+5 | |
dependencies sqlite is built as a shared library, but libtool nevertheless adds -lz into the link commands of the dependent projects, which fail to link if they do not directly depend on libz. Fix this by clearing dependency_libs in libsqlite3.la. | |||||
2018-05-27 | Revert "sqlite{,-analyzer}: use the same src (#40945)" | Will Dietz | 3 | -24/+36 | |
This reverts commit e28a586f94e77f22d943288ad84f88be23c587f8. | |||||
2018-05-23 | sqlite{,-analyzer}: use the same src (#40945) | Yegor Timoshenko | 3 | -36/+24 | |
2018-05-23 | Merge pull request #40626 from dtzWill/update/sqlite-2.23.1 | Yegor Timoshenko | 4 | -37/+60 | |
sqlite: 3.22.0 -> 3.23.1 | |||||
2018-05-23 | sqlite{,-analyzer}: add archiveVersion function | Yegor Timoshenko | 3 | -2/+21 | |
2018-05-22 | sqlite: with stdenv.lib, add downloadPage, add version attribute | Yegor Timoshenko | 1 | -8/+13 | |
2018-05-22 | sqlite3_analyzer: assert, rename to sqlite-analyzer, clean up | Yegor Timoshenko | 2 | -27/+26 | |
2018-05-17 | sqlar: init at 2018-01-07 | Will Dietz | 1 | -0/+26 | |
2018-05-17 | sqlite3_analyzer: 3.22.0 -> 3.23.1 (to match sqlite3) | Will Dietz | 1 | -3/+3 | |
2018-05-16 | sqlite: Add zlib dep, needed for sqlar support. | Will Dietz | 1 | -2/+2 | |
(and seems generally useful anyway?) | |||||
2018-05-16 | sqlite: 3.22.0 -> 3.23.1 | Will Dietz | 1 | -3/+3 | |
https://sqlite.org/releaselog/3_23_1.html (also contains notes for 3.23.0) Adds CLI support for SQLite archive files: https://sqlite.org/sqlar.html | |||||
2018-03-05 | sqlite: Raising max variable number and max expr depth values | sjau | 1 | -0/+2 | |
fixes #36293 | |||||
2018-02-23 | sqlite3_analyzer: 3.20.1 -> 3.22.0 | volth | 1 | -3/+3 | |
2018-02-23 | sqlite: 3.21.0 -> 3.22.0 | volth | 1 | -3/+3 | |
2017-10-29 | sqlite: 3.20.1 -> 3.21.0 | mimadrid | 1 | -3/+3 | |
2017-10-27 | Merge remote-tracking branch 'upstream/master' into HEAD | Frederik Rietdijk | 1 | -3/+3 | |
2017-10-24 | sqlite3_analyzer: 3.20.0 -> 3.20.1 | mimadrid | 1 | -3/+3 | |
2017-10-24 | sqlite: 3.20.0 -> 3.20.1 | mimadrid | 1 | -3/+3 | |
2017-08-13 | Merge #27910: sqlite: 3.19.3 -> 3.20.0 | Vladimír Čunát | 1 | -3/+3 | |
2017-08-04 | sqlite3_analyzer: 3.19.2 -> 3.20.0 | mimadrid | 1 | -3/+3 | |
2017-08-03 | sqlite: 3.19.3 -> 3.20.0 | mimadrid | 1 | -3/+3 | |
2017-07-05 | Enable some more debug info | Eelco Dolstra | 1 | -0/+1 | |
2017-06-22 | sqlite3: 3.19.2 -> 3.19.3 | Franz Pletz | 1 | -3/+3 | |
2017-06-22 | sqlite3: 3.17.0 -> 3.19.2 | mimadrid | 1 | -3/+3 | |
2017-06-03 | sqlite3_analyzer: 3.17.0 -> 3.19.2 | mimadrid | 1 | -3/+3 | |
2017-03-08 | sqlite: 3.16.2 -> 3.17.0 | Alexey Shmalko | 1 | -3/+3 | |
Firefox requires the latest sqlite to build: ``` checking for sqlite3 >= 3.17.0... Requested 'sqlite3 >= 3.17.0' but version of SQLite is 3.16.2 configure: error: Library requirements (sqlite3 >= 3.17.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ``` | |||||
2017-03-06 | sqlite3_analyzer: 3.8.10.1 -> 3.17.0 | mimadrid | 1 | -19/+11 | |
fixes #23479 | |||||
2017-01-24 | sqlite: 3.15.2 -> 3.16.2 | Eelco Dolstra | 1 | -3/+3 | |
2016-12-15 | sqlite: 3.15.0 -> 3.15.2 for null pointer dereference | Graham Christensen | 1 | -3/+3 | |
https://sqlite.org/releaselog/3_15_2.html |