Commit Graph

27 Commits

Author SHA1 Message Date
sthen
4c56e70c0c Update SQLite to 3.6.16; ok martynas@ 2009-08-03 09:55:47 +00:00
martynas
22fda9f32d sqlite3-3.6.13. full bulk build done by jasper@. ok jasper@, simon@ 2009-04-22 21:23:43 +00:00
martynas
8e453aeab5 update to sqlite-3.6.12. full bulk build done by jasper@
"go ahead" sthen@, ok fgs@, jasper@, simon@
2009-04-16 20:09:58 +00:00
martynas
bacf4396a9 update to sqlite3-3.6.11. fixes null ptr deref in sqlite3OsTruncate
addColumn;  which broke py stuff
noticed with fgs@ while working on the py stuff
much thanks to bernd@;  for doing a bulk build with it
ok fgs@, bernd@, simon@
2009-04-05 00:02:53 +00:00
simon
71a7a32ef7 update to version 3.6.10 which comes with quite a few fixes, remove fix
for solved libtool issue and add fix for tests on big-endian arches

looks good to espie@
requested, bulk-tested and ok by bernd@
2009-01-31 15:49:34 +00:00
simon
eebae1b0c1 update to version 3.6.4, see http://www.sqlite.org/35to36.html and
http://www.sqlite.org/changes.html for the details

tcl adjustments and bulk build testing by bernd@, thanks!

ok bernd@, steven@, martynas@
2008-10-27 17:14:18 +00:00
martynas
d55bea2e4b - update to sqlite-3.5.9
- merge espie's patches
- fix apps such as p5-DBD-SQLite, by adding weak pthread functions.
also include some bug fixes from kurt@.  the work has been done by
kurt@, and espie@.  thanks!
ok kurt@, espie@, bernd@
2008-07-23 17:31:17 +00:00
steven
bd6bda39a9 update to 3.4.2
ok martynas@, merdely@, also tested by eric@
2007-09-15 18:51:35 +00:00
steven
a6c9497a3a update to 3.4.1
ok kili@
2007-07-30 06:28:07 +00:00
espie
a9210862c2 update to 3.4.0, heads up from Srebrenko Sehic,
okay martynas@

(boy, we got too many eastern europeans in there, I can't spell their names
and have to look it up each time)
2007-06-26 19:13:37 +00:00
martynas
d38480ccb5 3.3.16 is a minor bugfix update
changelog: http://www.sqlite.org/changes.html
ok espie@, steven@
2007-04-22 22:12:42 +00:00
steven
49af6f0a2a update to sqlite 3.3.15
doesn't look bad espie@
2007-04-14 19:34:03 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
bernd
2759494fc5 Update to sqlite3-3.3.12.
ok espie@
2007-02-02 14:45:53 +00:00
espie
917e42e18b update to 3.3.10 (recommended update), speeds up some operations, fixes
some fringe cases, and passes all its regression tests now.

okay robert@
2007-01-16 23:24:32 +00:00
espie
9b19a3a020 update to 3.3.7, talked to author, regression failures are known,
but not really important.
2006-09-19 11:26:38 +00:00
espie
4bb8af2504 update to 3.3.6, okay jolan@ 2006-06-17 09:09:28 +00:00
jolan
133c5e6d02 update to 3.3.5 2006-04-13 05:09:52 +00:00
jolan
ba7ee47af0 update to 3.3.4 2006-03-22 01:36:11 +00:00
jolan
f8cafb122a update to 3.2.8 2005-12-21 03:51:40 +00:00
jolan
449ac25a95 update to 3.2.7 2005-09-27 03:49:35 +00:00
jolan
670ac17c40 update to 3.2.6 2005-09-17 22:05:39 +00:00
jolan
d4cd93b182 update to 3.2.5 2005-09-08 03:46:59 +00:00
jolan
e4e03c53d7 update to 3.2.2 2005-06-14 00:12:58 +00:00
jolan
6cf0b94f72 - update to 3.2.1 + patch for invalid array access (sent & accepted
upstream)
- subpackage tcl stuff & add no_tcl pseudo flavor

ok djm@
2005-04-28 22:58:28 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
djm
ed904462a9 Import of sqlite3, a public-domain in-process SQL engine:
SQLite is a C library that implements an embeddable SQL database engine.
    Programs that link with the SQLite library can have SQL database access
    without running a separate RDBMS process. The distribution comes with a
    standalone command-line access program (sqlite) that can be used to
    administer an SQLite database and which serves as an example of how to
    use the SQLite library. SQLite is not a client library used to connect to
    a big database server. SQLite is the server. The SQLite library reads and
    writes directly to and from the database files on disk.

Note that sqlite3 is not backwards compatible with sqlite2, but they can be 
installed in parallel (thus the separate port). ok jolan@
2004-11-07 00:10:17 +00:00