History log of /freebsd-current/contrib/sqlite3/sqlite3.1
Revision Date Author Comments
# ec994981 19-Sep-2023 Cy Schubert <cy@FreeBSD.org>

sqlite3: Vendor import of sqlite3 3.43.1

Release notes at https://www.sqlite.org/releaselog/3_43_1.html.

Obtained from: https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz

MFC after: 2 weeks

Merge commit 'fa2bb1440e13602676feec708ac7a9a3bb5ce5c8' into main


# dde01df1 01-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Import sqlite3 3.8.9


# 8bc5c7c0 11-Aug-2014 Peter Wemm <peter@FreeBSD.org>

Update sqlite-3.7.17 -> 3.8.5


# 937a2000 17-Jun-2013 Peter Wemm <peter@FreeBSD.org>

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 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.