Commit graph

44 commits

Author SHA1 Message Date
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
Lluís Batlle i Rossell e612f476c4 Limiting the number of fds on the sqlite full build, as it's required by some tests.
svn path=/nixpkgs/trunk/; revision=33792
2012-04-15 09:05:09 +00:00
Lluís Batlle i Rossell 163c7375a3 Adding a version of sqlite with more things, based on the upstream repository src.
svn path=/nixpkgs/trunk/; revision=33788
2012-04-14 21:40:55 +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 16c34f2f6f * SQLite 3.6.23.1.
svn path=/nixpkgs/trunk/; revision=24825
2010-11-23 18:01:33 +00:00
Eelco Dolstra 656bffd7e2 * SQLite 3.7.2.
svn path=/nixpkgs/trunk/; revision=23479
2010-08-27 11:08:29 +00:00
Rob Vermaas d8ba69a16e added older version of sqlite for use in DBD-SQLite perl package, which fails with newest one
svn path=/nixpkgs/trunk/; revision=22989
2010-08-06 08:54:27 +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
Eelco Dolstra 5dc58d5c15 * SQLite updated to 3.7.0.
svn path=/nixpkgs/trunk/; revision=22957
2010-08-05 08:55:19 +00:00
Peter Simons 6ea441fb3d pkgs/development/libraries/sqlite: updated to version 3.6.23
svn path=/nixpkgs/trunk/; revision=20774
2010-03-23 09:34:47 +00:00
Peter Simons 4193cac8de Added an interactive variant of sqlite3 that has readline support enabled.
svn path=/nixpkgs/trunk/; revision=19823
2010-02-04 16:07:15 +00:00
Eelco Dolstra 096cd4d17d * Contrary to what configure --help' says, --enable-threadsafe' is
not the default.  So turn it on.

svn path=/nixpkgs/trunk/; revision=19772
2010-02-03 10:51:11 +00:00
Eelco Dolstra a697127fcd * SQLite updated to 3.6.22. Use the amalgamation tarball since it now
installs the pkg-config files that other packages expect.  This also
  makes the dependency on tcl unnecessary.

svn path=/nixpkgs/trunk/; revision=19765
2010-02-02 15:49:48 +00:00
Peter Simons dd1a6f8ab1 pkgs/development/libraries/sqlite/default.nix: enable amalgamation build
Sqlite has a build mode called "amalgamation" that gathers all 90+ source code
files into a single sqlite3.c file before compiling the library. Building
sqlite this way reportedly gives a 5-10% performance gain because the compiler
can perform more sophisticated optimizations.

svn path=/nixpkgs/trunk/; revision=18092
2009-11-04 13:07:27 +00:00
Peter Simons 600d6a9bac pkgs/development/libraries/sqlite/default.nix: updated to version 3.6.19
The new version requires Tcl at build time in order to construct sqlite3.h,
even when the --without-tcl option is passed to configure. That feels odd
because the sqlite web site does advertise "no dependencies", but then it's
probably not a big deal either. The build of the Tcl plugin for sqlite is still
disabled, so there is no run-time dependency.

svn path=/nixpkgs/trunk/; revision=18091
2009-11-04 13:07:21 +00:00
Peter Simons 438d023eee Fixed sqlite impurity (mostly).
The sqlite configure script guesses whether to enable Tcl support. Apparently,
this guessing finds a Tcl installation in /usr and thus enables Tcl. The
subsequent build fails, however: the compiler doesn't find the <tcl.h> because
/usr is not a default search path. To remedy the problem, the expression now
explicitly specifies --disable-tcl to avoid guessing altogether.

In the same spirit, we furthermore specify the following configure flags, which
represent the defaults that ./configure chooses when left on its own devices:

  --disable-amalgamation
  --enable-threadsafe
  --disable-cross-thread-connections
  --disable-tempstore

svn path=/nixpkgs/trunk/; revision=16184
2009-07-06 10:39:52 +00:00
Eelco Dolstra e2293f605d * Match what DBD::SQLite expects.
svn path=/nixpkgs/trunk/; revision=16139
2009-07-02 13:56:06 +00:00
Eelco Dolstra d62a585e15 * sqlite 3.6.16.
svn path=/nixpkgs/trunk/; revision=16135
2009-07-02 11:21:22 +00:00
Eelco Dolstra 94d7d1fdbb * Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...).

svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Eelco Dolstra fed7ac3798 * sqlite 3.6.12.
svn path=/nixpkgs/trunk/; revision=14859
2009-04-03 12:44:55 +00:00
Peter Simons 7ddfd954d3 sqlite: added parameter to enable building a static library.
Unfortunately, static builds fail because the package doesn't recognize
that libpthread needs to be linked explicitly. I'll fix that ASAP.

svn path=/nixpkgs/trunk/; revision=14681
2009-03-24 10:31:17 +00:00
Eelco Dolstra dbfcf0c5f4 * Install genfkey, a tool for creating triggers from foreign key
constraints (which Sqlite doesn't support directly).

svn path=/nixpkgs/trunk/; revision=14515
2009-03-12 14:37:39 +00:00
Eelco Dolstra cef5be0bc9 * Sqlite 3.6.10.
svn path=/nixpkgs/trunk/; revision=14512
2009-03-12 12:56:55 +00:00
Eelco Dolstra f289d7eb21 * SQLite 3.6.3.
svn path=/nixpkgs/trunk/; revision=13045
2008-10-10 12:55:25 +00:00
Pjotr Prins 73d2e4f49d - Some Ruby interpreter bumped version
- Kernel headers 2.6.18 added (XEN virtual images)
- unifdef package added for kernel headers 2.6.18
- Python Zope and 4suite added
- Trying bioconductor packages with R-lang (still failing)
- Bumped gmp version
- Added rq cluster runner - still requires extra gems (installs, but does not run)


svn path=/nixpkgs/trunk/; revision=12766
2008-08-29 13:53:28 +00:00
Eelco Dolstra d2ca06b623 * Sqlite 3.5.8.
svn path=/nixpkgs/trunk/; revision=12135
2008-06-17 09:39:38 +00:00
Eelco Dolstra 505c169238 * Revived RPM. Damn, RPM is nasty to build.
svn path=/nixpkgs/trunk/; revision=8407
2007-03-21 19:25:58 +00:00
Eelco Dolstra ef9b025dbe * Remove a bunch of unused Nix expressions.
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
Eelco Dolstra 85454a47da svn path=/nixpkgs/trunk/; revision=6715 2006-10-12 15:40:31 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel 9396221341 2.8.16 -> 2.8.17
svn path=/nixpkgs/trunk/; revision=5883
2006-07-22 23:27:02 +00:00
Eelco Dolstra 454707da23 * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra f6e91bc9c9 * Merge r2396.
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra 83f69ce406 * Added sqlite, a "zero administration" database; I like the sound of
that ;-)

svn path=/nixpkgs/trunk/; revision=2377
2005-03-11 10:55:21 +00:00