Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove lib/libsqlite3, it has moved back to ports | 2016-09-23 | 319 | -285178/+0 | |
| | |||||
* | Install sqlite3 header files with correct ownership. "Morituri te | 2016-09-11 | 1 | -2/+3 | |
| | | | | | | salutant." ok deraadt | ||||
* | Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changes | 2015-12-23 | 80 | -2053/+4150 | |
| | | | | | | available here: http://sqlite.org/changes.html Tested in bulk by aja@. ok landry@ | ||||
* | Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. Changes | 2015-09-12 | 116 | -5849/+11601 | |
| | | | | | | | available here: http://sqlite.org/changes.html Tested in bulk by aja@. ok landry@ "Please crank sqlite when you get this mail." deraadt@ | ||||
* | Bump minor, regen .pc and header | 2015-04-19 | 3 | -56/+101 | |
| | |||||
* | Merge conflicts | 2015-04-19 | 3 | -173/+190 | |
| | |||||
* | Update sqlite3 to 3.8.9. Changes available here: | 2015-04-19 | 78 | -1164/+2771 | |
| | | | | | | http://sqlite.org/releaselog/3_8_9.html Tested in bulk and ok landry@ | ||||
* | Bump major to 30, regen .pc and header | 2015-04-04 | 3 | -323/+495 | |
| | |||||
* | Merge conflicts | 2015-04-04 | 5 | -28/+51 | |
| | |||||
* | Update sqlite3 to 3.8.8.3. Changes available here: | 2015-04-04 | 85 | -1750/+4130 | |
| | | | | | | http://sqlite.org/releaselog/3_8_8_3.html Tested in bulk and ok landry@ | ||||
* | Fix typoe | 2015-03-16 | 1 | -2/+2 | |
| | |||||
* | Bump major to 29, regen .pc and header with new version info | 2015-03-16 | 5 | -44/+95 | |
| | |||||
* | Merge conflicts | 2015-03-16 | 3 | -30/+93 | |
| | |||||
* | Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.html#version_3_8_7_4 | 2015-03-16 | 97 | -3438/+7359 | |
| | | | | ok landry@ | ||||
* | Revert some $OpenBSD$ additions about which there are doubts. | 2015-01-20 | 3 | -3/+0 | |
| | | | | Suggested by deraadt@ | ||||
* | Missing $OpenBSD$'s. | 2015-01-20 | 3 | -0/+3 | |
| | | | | ok deraadt@ | ||||
* | Bump major to 28, regen .pc and header with new version info. | 2014-09-29 | 3 | -64/+117 | |
| | |||||
* | Merge conflicts. | 2014-09-29 | 3 | -45/+122 | |
| | |||||
* | Update sqlite3 to 3.8.6. A list of changes are available here: | 2014-09-29 | 93 | -2948/+6557 | |
| | | | | | | http://sqlite.org/releaselog/3_8_6.html. Tested in a bulk and ok landry@ | ||||
* | Regen .pc and header with new version info. Bump not needed, confirmed | 2014-04-06 | 2 | -2/+2 | |
| | | | | by deraadt@. | ||||
* | Update sqlite to 3.8.4.3. Recommended update to fix a problem that might | 2014-04-06 | 8 | -7/+70 | |
| | | | | | | | | 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@ | ||||
* | Enable SQLITE_ENABLE_FTS3_PARENTHESIS | 2014-03-24 | 1 | -1/+2 | |
| | | | | ok landry@ okan@ | ||||
* | Bump major to 27, regen .pc and header with new version info. Remove | 2014-03-24 | 4 | -181/+159 | |
| | | | | left over file. | ||||
* | Merge conflicts | 2014-03-24 | 4 | -246/+458 | |
| | |||||
* | Update sqlite to 3.8.4. A list of changes are available here: | 2014-03-24 | 109 | -7094/+15733 | |
| | | | | | | http://sqlite.org/changes.html. Tested in a bulk and ok landry@ | ||||
* | Bump major to 26, regen .pc and header with new version info. | 2013-09-21 | 4 | -39/+91 | |
| | |||||
* | Merge conflicts | 2013-09-21 | 4 | -50/+54 | |
| | |||||
* | Update sqlite to 3.8.0.2. A list of changes are available here: | 2013-09-21 | 87 | -3428/+5532 | |
| | | | | | | http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@ | ||||
* | switch to using arc4random, as prompted by deraadt@. | 2013-09-11 | 4 | -4/+16 | |
| | | | | | | also, OMIT_BUILTIN_TEST, since we're just a production library (duh) bump shlib_version accordingly okay reyk@, thanks for looking at this! | ||||
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | 2013-08-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | 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@ | ||||
* | And remove files removed in upstream tarball. Duh. | 2013-06-09 | 3 | -4356/+0 | |
| | |||||
* | Bump major to 23. last dead kitten for today. | 2013-06-09 | 1 | -2/+2 | |
| | |||||
* | Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correct | 2013-06-09 | 3 | -28/+113 | |
| | | | | version info. | ||||
* | merge conflicts | 2013-06-09 | 2 | -26/+100 | |
| | |||||
* | Update to sqlite 3.7.17. | 2013-06-09 | 109 | -1525/+13130 | |
| | | | | | | | | | | | | | | 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) | ||||
* | ... and bump the major, update should be complete | 2013-03-18 | 1 | -2/+2 | |
| | |||||
* | regen'd headers | 2013-03-18 | 2 | -4/+67 | |
| | |||||
* | cvs shat on itself all over again. | 2013-03-18 | 1 | -11/+3 | |
| | | | | creating conflicts out of nowhere as usual | ||||
* | update to 3.7.15.2, tested by landry@/miod@ | 2013-03-18 | 70 | -1553/+3651 | |
| | |||||
* | deal with vendor branch sillyness: those files are gone | 2012-11-29 | 2 | -2198/+0 | |
| | |||||
* | bump major (new functions), regen relevant files | 2012-11-29 | 3 | -30/+72 | |
| | |||||
* | lemon.c fixed differently upstream, solve conflict | 2012-11-29 | 1 | -42/+42 | |
| | |||||
* | minor update to 3.7.14.1 | 2012-11-29 | 69 | -1028/+3441 | |
| | |||||
* | let regen_headers also take care of sqlite3.pc.in => sqlite3.pc | 2012-08-27 | 2 | -4/+22 | |
| | | | | "moui" landry@ | ||||
* | Update version to 3.7.13 to match reality. | 2012-08-19 | 1 | -1/+1 | |
| | | | | ok espie@ | ||||
* | synch build after import | 2012-06-22 | 4 | -273/+72 | |
| | |||||
* | import 3.7.13 | 2012-06-22 | 41 | -451/+28802 | |
| | | | | okay jasper@ | ||||
* | stop editing header by hand, expose script I'm going to use for next versions | 2012-06-04 | 2 | -1/+46 | |
| | |||||
* | fix autodetection, somehow I managed to lose that commit earlier ? | 2012-06-04 | 1 | -2/+5 | |
| | | | | (brad reminded me we have strerror_r too). | ||||
* | finish synching library | 2012-06-04 | 2 | -3138/+1 | |
| |