summaryrefslogtreecommitdiff
path: root/lib/libsqlite3
AgeCommit message (Collapse)Author
2014-04-06Regen .pc and header with new version info. Bump not needed, confirmedJames Turner
by deraadt@.
2014-04-06Update sqlite to 3.8.4.3. Recommended update to fix a problem that mightJames Turner
cause an incorrect query result and a potential buffer overread that could corrupt a database file. Further details here: http://sqlite.org/changes.html. "sure ok" landry@
2014-03-24Enable SQLITE_ENABLE_FTS3_PARENTHESISJames Turner
ok landry@ okan@
2014-03-24Bump major to 27, regen .pc and header with new version info. RemoveJames Turner
left over file.
2014-03-24Merge conflictsJames Turner
2014-03-24Update sqlite to 3.8.4. A list of changes are available here:James Turner
http://sqlite.org/changes.html. Tested in a bulk and ok landry@
2013-09-21Bump major to 26, regen .pc and header with new version info.James Turner
2013-09-21Merge conflictsJames Turner
2013-09-21Update sqlite to 3.8.0.2. A list of changes are available here:James Turner
http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@
2013-09-11switch to using arc4random, as prompted by deraadt@.Marc Espie
also, OMIT_BUILTIN_TEST, since we're just a production library (duh) bump shlib_version accordingly okay reyk@, thanks for looking at this!
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
2013-06-09And remove files removed in upstream tarball. Duh.Landry Breuil
2013-06-09Bump major to 23. last dead kitten for today.Landry Breuil
2013-06-09Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correctLandry Breuil
version info.
2013-06-09merge conflictsLandry Breuil
2013-06-09Update to sqlite 3.7.17.Landry Breuil
See for changes: http://www.sqlite.org/releaselog/3_7_16.html http://www.sqlite.org/releaselog/3_7_16_1.html http://www.sqlite.org/releaselog/3_7_16_2.html http://www.sqlite.org/releaselog/3_7_17.html tested by sebastia@ on vax & sparc, by myself on hppa/amd64/sparc64/sgi/i386/macppc. looks ok to espie@ (a lot of kittens died during the preparation of this cvs import)
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2013-03-18... and bump the major, update should be completeMarc Espie
2013-03-18regen'd headersMarc Espie
2013-03-18cvs shat on itself all over again.Marc Espie
creating conflicts out of nowhere as usual
2013-03-18update to 3.7.15.2, tested by landry@/miod@Marc Espie
2012-11-29deal with vendor branch sillyness: those files are goneMarc Espie
2012-11-29bump major (new functions), regen relevant filesMarc Espie
2012-11-29lemon.c fixed differently upstream, solve conflictMarc Espie
2012-11-29minor update to 3.7.14.1Marc Espie
2012-08-27let regen_headers also take care of sqlite3.pc.in => sqlite3.pcMarc Espie
"moui" landry@
2012-08-19Update version to 3.7.13 to match reality.Landry Breuil
ok espie@
2012-06-22synch build after importMarc Espie
2012-06-22import 3.7.13Marc Espie
okay jasper@
2012-06-04stop editing header by hand, expose script I'm going to use for next versionsMarc Espie
2012-06-04fix autodetection, somehow I managed to lose that commit earlier ?Marc Espie
(brad reminded me we have strerror_r too).
2012-06-04finish synching libraryMarc Espie
2012-06-04minor update to 3.7.12.1Marc Espie
2012-05-24some symbols actually changed.Marc Espie
visible interface, not "officially" published, but still... technically visible. Better safe than sorry: major bump. as prodded/discussed with deraadt@
2012-05-24fuck, forgot we still have !C99 compilersMarc Espie
reminded by deraadt@
2012-05-22those no longer belong, they've been move to the test/ directory upstreamMarc Espie
2012-05-22lemon bug: checking lines is not enough, we have to be sure we're at theMarc Espie
end of file to make sure the include file hasn't been altered. problem reported by landry@, deraadt@
2012-05-22bump version, regen sqlite3.h with our changes (and bump version)Marc Espie
2012-05-22merge syncMarc Espie
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-04-22add missing defines, crucial: -DSQLITE_COREMarc Espie
used while compiling extensions which are actually a part of the core, prevents segfaults because extensions have not been loaded...
2012-04-22regen all files we can, prepare stuff to make sure it works even withoutMarc Espie
depend
2012-04-14clean-out ALL generated filesMarc Espie
2012-04-14oopsMarc Espie
2012-04-14crapola-generated, no need to do it each time.Marc Espie
2012-04-14zap parse.y, it's NOT yacc source code, and otherwise make depend will thinkMarc Espie
parse.[ch] comes from it.
2012-04-14OpenBSD compile gooMarc Espie
2012-04-14include file, mostly from sqlite.h.in, with parts un-autoconf'd sinceMarc Espie
we don't need most of the portability goo