Commit graph

136 commits

Author SHA1 Message Date
Andreas Rammhold 61017517a3 sqlite: 3.28.0 -> 3.30.0
Also bumps sqlite3_analyze as those have to be kept in sync
2019-10-21 21:58:37 +02:00
Joachim Fasting bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
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-09-26 17:42:49 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk 2a3488ac9d Revert "sqlite: enable parallel builds"
Revert due to reported issues
https://github.com/NixOS/nixpkgs/issues/63157

This reverts commit 93982349c8.
2019-06-18 11:27:46 +02:00
Benjamin Hipple 93982349c8 sqlite: enable parallel builds 2019-05-24 16:54:27 -04:00
c0bw3b fba13b5253 sqlite: 3.27.2 -> 3.28.0
Changelog: https://www.sqlite.org/releaselog/3_28_0.html

Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
2019-04-27 07:00:29 +02:00
Will Dietz f2f90f4cef sqlite: 3.27.1 -> 3.27.2 2019-02-25 21:49:14 -06:00
Will Dietz 148d8392c0 sqlite{,-analyzer}: 3.26.0 -> 3.27.1
https://sqlite.org/releaselog/3_27_1.html
https://sqlite.org/releaselog/3_27_0.html
2019-02-22 14:41:13 -06:00
Will Dietz 2d7c6d088e sqlite: 3.25.3 -> 3.26.0 2018-12-01 18:01:08 -06:00
Will Dietz 6f0c65ee3f sqlite: 3.25.2 -> 3.25.3
https://sqlite.org/releaselog/3_25_3.html
2018-11-16 09:43:46 +01:00
Will Dietz 2e2740165a sqlite: 3.25.1 -> 3.25.2 2018-11-16 09:43:46 +01:00
Will Dietz daf738f55d sqlite: 3.25.0 -> 3.25.1 2018-11-16 09:43:46 +01:00
Will Dietz 0c7b1576dd sqlite: 3.24.0 -> 3.25.0
https://sqlite.org/releaselog/3_25_0.html
2018-11-16 09:43:46 +01:00
Matthew Bauer b491710542 sqlite: supports windows 2018-10-16 21:57:53 -05:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Markus Kowalewski a647d07f4c
sqlite,sqlar: add licenses 2018-08-11 14:32:05 +02:00
Jan Malakhovski 1d5e35fc61 sqlite: disable tests 2018-08-11 09:35:38 +00:00
Will Dietz c4a9268efd sqlite{,-analyzer}: 2.23.1 -> 2.24.0
https://sqlite.org/releaselog/3_24_0.html
2018-06-10 01:32:18 -05:00
Orivej Desh c83a530985 sqlite: do not contaminate dependent libtool-based projects with sqlite 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-29 14:49:35 +00:00
Will Dietz 232bc96376 Revert "sqlite{,-analyzer}: use the same src (#40945)"
This reverts commit e28a586f94.
2018-05-27 00:43:26 -05:00
Yegor Timoshenko e28a586f94
sqlite{,-analyzer}: use the same src (#40945) 2018-05-23 19:06:46 +03:00
Yegor Timoshenko eaf1c07836
Merge pull request #40626 from dtzWill/update/sqlite-2.23.1
sqlite: 3.22.0 -> 3.23.1
2018-05-23 01:27:20 +03:00
Yegor Timoshenko 5580765158 sqlite{,-analyzer}: add archiveVersion function 2018-05-23 00:49:11 +03:00
Yegor Timoshenko 25ec13a4f0 sqlite: with stdenv.lib, add downloadPage, add version attribute 2018-05-22 23:44:28 +03:00
Yegor Timoshenko 57200f58f4 sqlite3_analyzer: assert, rename to sqlite-analyzer, clean up 2018-05-22 23:43:04 +03:00
Will Dietz 0f7eaddc50 sqlar: init at 2018-01-07 2018-05-17 14:58:41 -05:00
Will Dietz 8c755ad7b3 sqlite3_analyzer: 3.22.0 -> 3.23.1 (to match sqlite3) 2018-05-17 13:03:12 -05:00
Will Dietz 1d6a14e24a sqlite: Add zlib dep, needed for sqlar support.
(and seems generally useful anyway?)
2018-05-16 21:33:42 -05:00
Will Dietz a6d8d54e79 sqlite: 3.22.0 -> 3.23.1
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-05-16 21:23:11 -05:00
sjau fe5f012d07 sqlite: Raising max variable number and max expr depth values
fixes #36293
2018-03-05 09:36:32 +00:00
volth 19a9ada111 sqlite3_analyzer: 3.20.1 -> 3.22.0 2018-02-23 12:54:32 +00:00
volth 6450c19419 sqlite: 3.21.0 -> 3.22.0 2018-02-23 12:54:32 +00:00
mimadrid 51ade421c4
sqlite: 3.20.1 -> 3.21.0 2017-10-29 12:47:12 +01:00
Frederik Rietdijk 8634a2e2c5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-27 21:35:58 +02:00
mimadrid b5a0015004 sqlite3_analyzer: 3.20.0 -> 3.20.1 2017-10-24 18:20:20 +02:00
mimadrid 0967f0e858 sqlite: 3.20.0 -> 3.20.1 2017-10-24 18:12:35 +02:00
Vladimír Čunát d64621f31c
Merge #27910: sqlite: 3.19.3 -> 3.20.0 2017-08-13 14:38:24 +02:00
mimadrid 1b7ec57d06 sqlite3_analyzer: 3.19.2 -> 3.20.0 2017-08-04 03:32:51 +02:00
mimadrid 36f6e4c167
sqlite: 3.19.3 -> 3.20.0 2017-08-03 20:37:09 +02:00
Eelco Dolstra c23dcd72a0
Enable some more debug info 2017-07-05 16:04:54 +02:00
Franz Pletz 0977c17f83
sqlite3: 3.19.2 -> 3.19.3 2017-06-22 01:33:55 +02:00
mimadrid 4d93d257f7 sqlite3: 3.17.0 -> 3.19.2 2017-06-22 01:24:31 +02:00
mimadrid a604f14184
sqlite3_analyzer: 3.17.0 -> 3.19.2 2017-06-03 20:47:09 +02:00
Alexey Shmalko d4bb1c786f
sqlite: 3.16.2 -> 3.17.0
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-08 13:39:40 +02:00
mimadrid eba71df6bc
sqlite3_analyzer: 3.8.10.1 -> 3.17.0
fixes #23479
2017-03-06 20:53:34 +01:00
Eelco Dolstra c2bd9cad11
sqlite: 3.15.2 -> 3.16.2 2017-01-24 14:54:19 +01:00
Graham Christensen ca6463ef90
sqlite: 3.15.0 -> 3.15.2 for null pointer dereference
https://sqlite.org/releaselog/3_15_2.html
2016-12-15 17:17:57 -05:00
Wout Mertens b16c240ca7 sqlite: Enable FTS5 extension
See https://www.sqlite.org/fts5.html
2016-10-23 19:11:37 +02:00
Wout Mertens d3eb4afbda sqlite3: Bump to 3.15.0
Tested on Darwin
2016-10-16 22:51:33 +02:00