MFV r360158:Update sqlite3-3.31.0 (3310000) --> sqlite3-3.31.1 (3310100)Tested by: Mark Millard <marklmi at yahoo.com> With to be committed PowerPC patchMFC after: 1 monthX-MFC with: r360221
In preparation for update to sqlite3-3.31.1 (3310100),recommit r357201: MFV r357163, which was reverted by r357522due to segfault under PowerPc.Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0
In preparation for update to sqlite3-3.31.1 (3310100),recommit r357201: MFV r357163, which was reverted by r357522due to segfault under PowerPc.Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0 (3310000)MFC after: 1 month
show more ...
Revert r357201: downgrade sqlite3 from sqlite3-3.31.0 (3310000) tosqlite3-3.30.1 (3300100), as it causes svnlite segfaults on PowerPC,resulting in corruption.Reported by: Mark Millard <marklmi at
Revert r357201: downgrade sqlite3 from sqlite3-3.31.0 (3310000) tosqlite3-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>
MFV r357163:Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0 (3310000)MFC after: 1 month
MFV r354257:Update sqlite3-3.29.0 (3290000) --> sqlite3-3.30.1 (3300100)MFC after: 1 month
MFV r350080:Update sqlite3-3.28.0 (3280000) --> sqlite3-3.29.0 (3290000)MFC after: 1 week
MFV r347136:Update sqlite3-3.27.2 (3270200) --> sqlite3-3.28.0 (3280000)MFC after: 3 daysSecurity: CVE-2019-9937, CVE-2019-9936
MFV r346450:Update sqlite3-3.27.1 (3270100) --> sqlite3-3.27.2 (3270200)MFC after: 11 days
MFV r345988:Update sqlite3-3.26.0 (3260000) --> sqlite3-3.27.1 (3270100)MFC after: 2 weeks
MFV r342175:Update sqlite3-3.23.1 --> sqlite3-3.26.0 (3260000)MFC after: 3 daysSecurity: https://blade.tencent.com/magellan/index_en.html No known CVE was apparently registered.
Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1
Update from sqlite3-3.14.1 to sqlite3-3.20.0. This is a private lib.This fixes a possible client-side crash when parsing corrupt databases.
MFV r304732.Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1 (3140100).This commit addresses the tmpdir selection vulnerability fixed insqlite3-1.13.0. See VuXML entry 546deeea-3fc6-11e6-
MFV r304732.Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1 (3140100).This commit addresses the tmpdir selection vulnerability fixed insqlite3-1.13.0. See VuXML entry 546deeea-3fc6-11e6-a671-60a44ce6887b.Security: VuXML 546deeea-3fc6-11e6-a671-60a44ce6887bSecurity: CVE-2016-6153
Import sqlite3 3.12.1
Update the private sqlite3 from 3.8.9 to 3.8.11.1 (used by svnlite andkerberos)
sqlite: clean a couple of invocations of memcpy(3)Found almost accidentally by our native gcc when enhanced withFORTIFY_SOURCE.Submitted by: Oliver PinterSponosored by: Google Inc. GSoC 2015
Import sqlite3 3.8.9
Update sqlite3 to 3.8.7.2
Update sqlite-3.7.17 -> 3.8.5
Introduce svnlite so that we can check out our source code again.This is actually a fully functional build except:* All internal shared libraries are static linked to make sure there is no inter
Introduce svnlite so that we can check out our source code again.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 thanchecking out freebsd source and committing, like we once did with cvs.It should be usable for small scale local repositories that don'tneed the python/perl plugin architecture.
12