summaryrefslogtreecommitdiff
path: root/contrib/sqlite3/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* MFC r345996:Cy Schubert2019-04-201-6/+7
| | | | | | | Update sqlite3-3.26.0 (3260000) --> sqlite3-3.27.1 (3270100) Notes: svn path=/stable/12/; revision=346442
* MFC r342183:Cy Schubert2018-12-211-8/+2
| | | | | | | | | | | Update sqlite3-3.23.1 --> sqlite3-3.26.0 (3260000) PR: 234113 Security: https://blade.tencent.com/magellan/index_en.html No known CVE was apparently registered. Notes: svn path=/stable/12/; revision=342291
* Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1Peter Wemm2018-05-081-2/+4
| | | | Notes: svn path=/head/; revision=333352
* MFV r304732.Cy Schubert2016-08-241-1/+2
| | | | | | | | | | | | | Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1 (3140100). This commit addresses the tmpdir selection vulnerability fixed in sqlite3-1.13.0. See VuXML entry 546deeea-3fc6-11e6-a671-60a44ce6887b. Security: VuXML 546deeea-3fc6-11e6-a671-60a44ce6887b Security: CVE-2016-6153 Notes: svn path=/head/; revision=304747
* Import sqlite3 3.12.1Baptiste Daroussin2016-04-171-163/+259
| | | | Notes: svn path=/head/; revision=298161
* Update the private sqlite3 from 3.8.9 to 3.8.11.1 (used by svnlite andPeter Wemm2015-08-091-6/+39
| | | | | | | kerberos) Notes: svn path=/head/; revision=286510
* Update sqlite-3.7.17 -> 3.8.5Peter Wemm2014-08-121-218/+387
| | | | Notes: svn path=/head/; revision=269851
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181-0/+732
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture. Notes: svn path=/head/; revision=251886