1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

76 commits

Author SHA1 Message Date
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
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Franz Pletz 1585e0f09b
sqlite: 3.13.0 -> 3.14.1 2016-08-26 17:08:04 +02:00
Franz Pletz ba2eec97b5 sqlite: 3.12.2 -> 3.13.0 2016-07-10 10:50:38 +02:00
Tobias Geerinckx-Rice 493fe8413d
sqlite: enable FTS3_TOKENIZER
Fix ‘unknown tokenizer: unicodesn’ errors in e.g. geary.
2016-06-19 22:43:58 +02:00
Nathan Zadoks f8b2c439d6 sqlite: pass --enable-readline when interactive mode is enabled
Fix #14378
2016-05-16 13:30:19 -04:00
Eelco Dolstra 8cc9e6da8a sqlite: 3.11.1 -> 3.12.2 2016-04-28 13:45:44 +02:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Eelco Dolstra d86633386f sqlite: 3.9.2 -> 3.11.1 2016-03-11 15:10:05 +01:00
michael bishop c561ee8480
sqlite: change hash from sha1 to sha256 2016-03-09 19:37:33 -04:00
Vladimír Čunát 333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
William A. Kennington III 974dd8012d sqlite: 3.9.1 -> 3.9.2 2015-11-05 18:25:49 -08:00
William A. Kennington III cf787f0282 sqlite: 3.8.11.1 -> 3.9.1 2015-10-18 17:22:35 -07:00
Vladimír Čunát 90d5e87862 sqlite: split dev and bin outputs 2015-10-14 14:27:07 +02:00
William A. Kennington III 559d2252e8 sqlite: Add feature flags, mostly taken from the gentoo ebuild 2015-08-01 19:08:31 -07:00
William A. Kennington III 376dc3e044 sqlite: 3.8.10.2 -> 3.8.11.1 2015-08-01 19:06:31 -07:00
Eelco Dolstra cb6daa036b sqlite: Update to 3.8.10.2 2015-06-12 13:50:37 +02:00
Michael Raskin 1a407e9311 Update SQLite 2015-05-10 13:36:44 +03:00
koral 3fe9fae62c sqlite: 3.8.8.3 -> 3.8.9 2015-04-16 09:25:15 +00:00
Nicolas Pouillard eee31a2c97
Update sqlite to 3.8.8.3 2015-03-15 23:03:14 +01:00
Eelco Dolstra 3facd6b66d sqlite: Update to 3.8.7.4 2015-02-24 18:42:16 +01:00
Eelco Dolstra c0ee8187dd sqlite: Update to 3.8.7.1 2014-11-18 09:54:35 +01:00
Eelco Dolstra 2b5ccf8a53 sqlite: Enable optimization
Commit a28940d9d5 changed the SQLite
build to use CFLAGS instead of NIX_CFLAGS_COMPILE, but that's really
bad because it clobbers the default -O2 flag. So all this time we had
an unoptimized SQLite build. (This is one of the reasons why
NIX_CFLAGS_COMPILE exists - messing with CFLAGS is almost never a good
idea.)
2014-10-24 11:55:11 +02:00
Eelco Dolstra b4db4db322 sqlite: Update to 3.8.7 2014-10-24 11:54:52 +02:00
Eelco Dolstra 127f5f1056 sqlite: Update to 3.8.6 2014-10-16 16:56:36 +02:00
Domen Kožar 33b104c57e Revert "sqlite: Update to 3.8.6"
This reverts commit f7acce83fc.

Breaks tests for perlPackages.DBIxClass

cc @edolstra
2014-10-15 20:40:36 +02:00
Eelco Dolstra 7781f5992d sqlite: Add maintainer 2014-10-14 22:53:56 +02:00
Eelco Dolstra f7acce83fc sqlite: Update to 3.8.6 2014-10-14 22:53:56 +02:00
Rok Garbas 47d783ce9d sqlite: update to 3.8.4.3 2014-04-17 13:51:36 +01:00
Eelco Dolstra da426c7df5 Fix some meta.platforms attributes to build more stuff on Darwin 2013-11-05 10:46:59 +01:00
Mathijs Kwik 386257e019 sqlite: upgrade to 3.8.0.2 2013-09-18 14:37:39 +02:00
Mathijs Kwik d506c662e8 remove sqlite alias now there is only 1 version 2013-09-18 14:37:38 +02:00
Peter Simons 319ac481b8 sqlite: clean up
- Add version 3.7.14.1 again, so that we can work around issues caused
   by the recent 3.7.16.1 update.

 - Drop obsolete version 3.6.x.

 - Consistently use the sqlite version number to name the file of the
   expression.
2013-04-26 22:46:45 +02:00
Eelco Dolstra e7124e9e5f sqlite: Update to 3.7.16.1 2013-04-09 17:02:15 +02:00
Eelco Dolstra a70eb42f2b sqlite: Update to 3.7.14.1 2012-11-08 11:51:06 +01:00
Eelco Dolstra 517612c2ca sqlite: Update to 3.7.14 2012-09-14 13:16:47 -04:00
Eelco Dolstra 0881877021 sqlite: Updated to 3.7.13
First Nixpkgs Git commit! Yay!
2012-06-20 23:13:22 -04:00
Eelco Dolstra fbd90d2103 * SQLite updated to 3.7.11.
svn path=/nixpkgs/trunk/; revision=33930
2012-04-26 13:24:58 +00:00
Shea Levy a28940d9d5 sqlite: Use {C,LD}FLAGS instead of NIX_CFLAGS_*
Now the flags are used when cross-building, too

svn path=/nixpkgs/trunk/; revision=30454
2011-11-16 20:21:07 +00:00
Eelco Dolstra e525da59f6 * SQLite 3.7.9.
svn path=/nixpkgs/trunk/; revision=30304
2011-11-07 21:09:52 +00:00
Eelco Dolstra cefbc72a35 * Oops.
svn path=/nixpkgs/trunk/; revision=27601
2011-07-04 15:05:12 +00:00
Eelco Dolstra 684186104c * Latest SQLite, Flash player (Vladimír Čunát).
svn path=/nixpkgs/trunk/; revision=27595
2011-07-04 14:12:20 +00:00
Eelco Dolstra e324357c8c * sqlite updated to 3.7.7.
svn path=/nixpkgs/trunk/; revision=27543
2011-06-27 08:04:29 +00:00
Eelco Dolstra c2c9b1d011 * SQLite updated to 3.7.6.2. Also enabled the SECURE_DELETE feature
(required by Firefox).

svn path=/nixpkgs/trunk/; revision=27116
2011-05-03 15:43:08 +00:00
Eelco Dolstra 58744ab7f3 * SQLite 3.7.5.
svn path=/nixpkgs/trunk/; revision=25804
2011-02-08 11:56:49 +00:00
Eelco Dolstra 5b9427a829 * SQLite 3.7.4.
svn path=/nixpkgs/trunk/; revision=25049
2010-12-10 10:21:45 +00:00
Eelco Dolstra 656bffd7e2 * SQLite 3.7.2.
svn path=/nixpkgs/trunk/; revision=23479
2010-08-27 11:08:29 +00:00
Eelco Dolstra 8852e08ebf * Update to SQLite 3.7.0.1, which fixes a corruption bug when the
database is also accessed using SQLite 3.6.23.

svn path=/nixpkgs/trunk/; revision=22981
2010-08-06 07:45:54 +00:00