summaryrefslogtreecommitdiff
path: root/contrib/sqlite3/sqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
* MFV 364467:Cy Schubert2020-08-241-9249/+9979
| | | | | | | | | | | Update sqlite to 3.33.0 (3330000). Release announcement at https://www.sqlite.org/releaselog/3_33_0.html. MFC after: 1 month Notes: svn path=/head/; revision=364720
* MFV r362990:Cy Schubert2020-07-071-77/+248
| | | | | | | | | | | | | | Update sqlite to 3.32.3 (3320300). Release Announcement: https://www.sqlite.org/releaselog/3_32_3.html See also: ports r541414 PR: 247819 Reported by: Pavel Volkov <pavelivolkov at gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=362997
* MFV r362143:Cy Schubert2020-06-131-51/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update sqlite3 to 3.32.2 (3320200). CVE-2020-11655: SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object's initialization is mishandled. CVE-2020-13434: SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c. CVE-2020-13435: SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c. CVE-2020-13630: ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature CVE-2020-13631: SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c. CVE-2020-13632: ext/fts3/fts3_snippet.c in SQLite before 3.32.0 ha s a NULL pointer dereference via a crafted matchinfo() query. PR: 247149 Reported by: spam123@bitbert.com MFC after: 3 days Security: vuxml: c4ac9c79-ab37-11ea-8b5e-b42e99a1b9c3 https://nvd.nist.gov/vuln/detail/CVE-2020-11655 https://nvd.nist.gov/vuln/detail/CVE-2020-13434 https://nvd.nist.gov/vuln/detail/CVE-2020-13435 https://nvd.nist.gov/vuln/detail/CVE-2020-13630 https://nvd.nist.gov/vuln/detail/CVE-2020-13631 https://nvd.nist.gov/vuln/detail/CVE-2020-13632 Notes: svn path=/head/; revision=362145
* MFV r362082:Cy Schubert2020-06-121-1724/+2831
| | | | | | | | | | | | | | Update sqlite3 3.31.1 --> 3.32.0. PR: 247149 Reported by: spam123@bitbert.com Reminded by: emaste MFC after: 3 days Security: CVE-2020-11655, CVE-2020-13434, CVE-2020-13435, CVE-2020-13630, CVE-2020-13631, CVE-2020-13632 Notes: svn path=/head/; revision=362095
* Fix PowerPC segfault.Cy Schubert2020-04-231-1/+3
| | | | | | | | | | | | | | | | The segfault fix was originally developed by our upstream, sqlite.org, to address S/390 and Sparc segfaults, both of which are big endian. Our PowerPC is also big endian, which this patch also fixes. Reported by: Mark Millard <marklmi at yahoo.com> Tested by: Mark Millard <marklmi at yahoo.com> Obtained from: https://www.sqlite.org/src/vinfo/04885763c4cd00cb?diff=1 https://sqlite.org/forum/forumpost/672291a5b2 MFC after: 1 month X-MFC with: r360221, 360221 Notes: svn path=/head/; revision=360223
* MFV r360158:Cy Schubert2020-04-231-62/+90
| | | | | | | | | | | | Update sqlite3-3.31.0 (3310000) --> sqlite3-3.31.1 (3310100) Tested by: Mark Millard <marklmi at yahoo.com> With to be committed PowerPC patch MFC after: 1 month X-MFC with: r360221 Notes: svn path=/head/; revision=360222
* In preparation for update to sqlite3-3.31.1 (3310100),Cy Schubert2020-04-231-5255/+8614
| | | | | | | | | | | | recommit r357201: MFV r357163, which was reverted by r357522 due to segfault under PowerPc. Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0 (3310000) MFC after: 1 month Notes: svn path=/head/; revision=360221
* Revert r357201: downgrade sqlite3 from sqlite3-3.31.0 (3310000) toCy Schubert2020-02-041-8614/+5255
| | | | | | | | | | | sqlite3-3.30.1 (3300100), as it causes svnlite segfaults on PowerPC, resulting in corruption. Reported by: Mark Millard <marklmi at yahoo.com> Francis Little <oggy at farscape.co.uk> Notes: svn path=/head/; revision=357522
* MFV r357163:Cy Schubert2020-01-281-5255/+8614
| | | | | | | | | Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0 (3310000) MFC after: 1 month Notes: svn path=/head/; revision=357201
* MFV r354257:Cy Schubert2019-11-031-3958/+5233
| | | | | | | | | Update sqlite3-3.29.0 (3290000) --> sqlite3-3.30.1 (3300100) MFC after: 1 month Notes: svn path=/head/; revision=354269
* MFV r350080:Cy Schubert2019-07-181-3103/+4014
| | | | | | | | | Update sqlite3-3.28.0 (3280000) --> sqlite3-3.29.0 (3290000) MFC after: 1 week Notes: svn path=/head/; revision=350103
* MFV r347136:Cy Schubert2019-05-051-3666/+4705
| | | | | | | | | | Update sqlite3-3.27.2 (3270200) --> sqlite3-3.28.0 (3280000) MFC after: 3 days Security: CVE-2019-9937, CVE-2019-9936 Notes: svn path=/head/; revision=347139
* MFV r346450:Cy Schubert2019-04-201-182/+170
| | | | | | | | | Update sqlite3-3.27.1 (3270100) --> sqlite3-3.27.2 (3270200) MFC after: 11 days Notes: svn path=/head/; revision=346459
* MFV r345988:Cy Schubert2019-04-061-3762/+5078
| | | | | | | | | Update sqlite3-3.26.0 (3260000) --> sqlite3-3.27.1 (3270100) MFC after: 2 weeks Notes: svn path=/head/; revision=345996
* MFV r342175:Cy Schubert2018-12-181-8746/+19338
| | | | | | | | | | | Update sqlite3-3.23.1 --> sqlite3-3.26.0 (3260000) MFC after: 3 days Security: https://blade.tencent.com/magellan/index_en.html No known CVE was apparently registered. Notes: svn path=/head/; revision=342183
* Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1Peter Wemm2018-05-081-5876/+11384
| | | | Notes: svn path=/head/; revision=333352
* Update from sqlite3-3.14.1 to sqlite3-3.20.0. This is a private lib.Peter Wemm2017-08-111-8795/+15358
| | | | | | | This fixes a possible client-side crash when parsing corrupt databases. Notes: svn path=/head/; revision=322386
* MFV r304732.Cy Schubert2016-08-241-3428/+11994
| | | | | | | | | | | | | 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-7997/+35678
| | | | 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-4955/+11945
| | | | | | | kerberos) Notes: svn path=/head/; revision=286510
* sqlite: clean a couple of invocations of memcpy(3)Pedro F. Giffuni2015-07-161-2/+2
| | | | | | | | | | | Found almost accidentally by our native gcc when enhanced with FORTIFY_SOURCE. Submitted by: Oliver Pinter Sponosored by: Google Inc. GSoC 2015 Notes: svn path=/head/; revision=285644
* Import sqlite3 3.8.9Baptiste Daroussin2015-05-011-2731/+5676
| | | | Notes: svn path=/head/; revision=282328
* Update sqlite3 to 3.8.7.2Baptiste Daroussin2014-11-221-4531/+8437
| | | | Notes: svn path=/head/; revision=274884
* Update sqlite-3.7.17 -> 3.8.5Peter Wemm2014-08-121-15026/+22352
| | | | Notes: svn path=/head/; revision=269851
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181-0/+140456
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