<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/sqlite3/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>databases/sqlite3: update to 3.50.2</title>
<updated>2025-07-07T06:15:07+00:00</updated>
<author>
<name>Philippe Audeoud</name>
<email>jadawin@FreeBSD.org</email>
</author>
<published>2025-07-07T06:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8af3fe5ef31bd6ab4bfddc982ca7c7dc33c8a1ab'/>
<id>8af3fe5ef31bd6ab4bfddc982ca7c7dc33c8a1ab</id>
<content type='text'>
PR:		287983
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		287983
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/sqlite3: update to 3.41.0</title>
<updated>2023-02-27T22:46:24+00:00</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2023-02-24T09:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=47912ce2e613211aecf6ecdfc58681b7aca0df33'/>
<id>47912ce2e613211aecf6ecdfc58681b7aca0df33</id>
<content type='text'>
Disable option DQS by default.
Add a note to UPDATING about this.

See also: https://sqlite.org/quirks.html#dblquote
Changelog: https://sqlite.org/releaselog/3_41_0.html

PR:		269798
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38774
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable option DQS by default.
Add a note to UPDATING about this.

See also: https://sqlite.org/quirks.html#dblquote
Changelog: https://sqlite.org/releaselog/3_41_0.html

PR:		269798
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38774
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.40.0</title>
<updated>2022-11-28T16:54:42+00:00</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2022-11-28T06:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5e8b3d783d2cce36c7e4f38aad7b34b4ee3d9c68'/>
<id>5e8b3d783d2cce36c7e4f38aad7b34b4ee3d9c68</id>
<content type='text'>
ChangeLog: https://www.sqlite.org/releaselog/3_40_0.html

 * Add support for compiling SQLite to WASM and running it in web browsers.
 * Add the recovery extension that might be able to recover some content from a
   corrupt database file.
 * Query planner enhancements:
 * A new typedef named sqlite3_filename is added and used to represent the name
   of a database file.
 * Add the sqlite3_value_encoding() interface.
 * Security enhancement: SQLITE_DBCONFIG_DEFENSIVE is augmented to prohibit
   changing the schema_version.
 * Enhancements to the PRAGMA integrity_check statement:
 * Enhance the VACUUM INTO statement so that it honors the PRAGMA synchronous
   setting.
 * Enhance the sqlite3_strglob() and sqlite3_strlike() APIs
 * Provide the new SQLITE_MAX_ALLOCATION_SIZE compile-time option for limiting
   the size of memory allocations.
 * Change the algorithm used by SQLite's built-in pseudo-random number
   generator (PRNG) from RC4 to Chacha20.
 * Allow two or more indexes to have the same name as long as they are all in
   separate schemas.
 * Miscellaneous performance optimizations result in about 1% fewer CPU cycles
   used on typical workloads.

PR:		268012
Reported by:	pavelivolkov@gmail.com (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ChangeLog: https://www.sqlite.org/releaselog/3_40_0.html

 * Add support for compiling SQLite to WASM and running it in web browsers.
 * Add the recovery extension that might be able to recover some content from a
   corrupt database file.
 * Query planner enhancements:
 * A new typedef named sqlite3_filename is added and used to represent the name
   of a database file.
 * Add the sqlite3_value_encoding() interface.
 * Security enhancement: SQLITE_DBCONFIG_DEFENSIVE is augmented to prohibit
   changing the schema_version.
 * Enhancements to the PRAGMA integrity_check statement:
 * Enhance the VACUUM INTO statement so that it honors the PRAGMA synchronous
   setting.
 * Enhance the sqlite3_strglob() and sqlite3_strlike() APIs
 * Provide the new SQLITE_MAX_ALLOCATION_SIZE compile-time option for limiting
   the size of memory allocations.
 * Change the algorithm used by SQLite's built-in pseudo-random number
   generator (PRNG) from RC4 to Chacha20.
 * Allow two or more indexes to have the same name as long as they are all in
   separate schemas.
 * Miscellaneous performance optimizations result in about 1% fewer CPU cycles
   used on typical workloads.

PR:		268012
Reported by:	pavelivolkov@gmail.com (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/sqlite3: add flavor for support ICU and TCL</title>
<updated>2021-05-06T01:29:14+00:00</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2021-05-06T01:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ec612a64353c822eabaed0dadd000cc9e3bfe17d'/>
<id>ec612a64353c822eabaed0dadd000cc9e3bfe17d</id>
<content type='text'>
PR:	255526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	255526
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.35.5</title>
<updated>2021-04-27T17:03:07+00:00</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2021-04-27T17:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4e00066ccb9699f670b9a3be411b13bc26a932f2'/>
<id>4e00066ccb9699f670b9a3be411b13bc26a932f2</id>
<content type='text'>
Changes: https://www.sqlite.org/releaselog/3_35_5.html

PR:		255392
Submitted by:	Pavel Volkov &lt;pavelivolkov AT gmail DOT com&gt; (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes: https://www.sqlite.org/releaselog/3_35_5.html

PR:		255392
Submitted by:	Pavel Volkov &lt;pavelivolkov AT gmail DOT com&gt; (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sqlite_analyzer support</title>
<updated>2021-03-14T20:33:03+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2021-03-14T20:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=98731c8c61019e7d02a3e07d080db5f580639ffa'/>
<id>98731c8c61019e7d02a3e07d080db5f580639ffa</id>
<content type='text'>
- Switch to more complete distfile which allows to enable
  TCL extensions and sqlite_analyzer
- Switch to pkg-plist

PR:		221735
Reported by:	lapo@lapo.it
Approved by:	maintainer timeout (pavelivolkov@gmail.com, 3.5 years)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Switch to more complete distfile which allows to enable
  TCL extensions and sqlite_analyzer
- Switch to pkg-plist

PR:		221735
Reported by:	lapo@lapo.it
Approved by:	maintainer timeout (pavelivolkov@gmail.com, 3.5 years)
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/sqlite3: fix build w/o THREADS</title>
<updated>2020-12-11T14:01:48+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2020-12-11T14:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=54bf58abce424bfe2696ebd1ca48410bec44fa46'/>
<id>54bf58abce424bfe2696ebd1ca48410bec44fa46</id>
<content type='text'>
PR:		244459
Reported by:	Brian Haug &lt;haug.bsd6114@yahoo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		244459
Reported by:	Brian Haug &lt;haug.bsd6114@yahoo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 3.31.1 --&gt; 3.32.0</title>
<updated>2020-06-12T13:02:53+00:00</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2020-06-12T13:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bc51631fc3be9479f2b0f31abe6a3bf5b68c3d77'/>
<id>bc51631fc3be9479f2b0f31abe6a3bf5b68c3d77</id>
<content type='text'>
Address multiple security vulnerabilities.

PR:		247149
Reported by:	spam123@bitbert.com
Reminded by:	emaste
Approved by:    Approved by: portmgr (blanket: security bugfix)
MFH:		2020Q2
Security:	CVE-2020-11655, CVE-2020-13434, CVE-2020-13435,
		CVE-2020-13630, CVE-2020-13631, CVE-2020-13632
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address multiple security vulnerabilities.

PR:		247149
Reported by:	spam123@bitbert.com
Reminded by:	emaste
Approved by:    Approved by: portmgr (blanket: security bugfix)
MFH:		2020Q2
Security:	CVE-2020-11655, CVE-2020-13434, CVE-2020-13435,
		CVE-2020-13630, CVE-2020-13631, CVE-2020-13632
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PowerPC segfault.</title>
<updated>2020-04-24T03:53:50+00:00</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2020-04-24T03:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=1ff56b9f93adcea9d7a8798bb11b78de957fdf16'/>
<id>1ff56b9f93adcea9d7a8798bb11b78de957fdf16</id>
<content type='text'>
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.

Inspired by:	src r360223
Approved by:	Approved by: portmgr (blanket: run-time bugfix)
Obtained from:	https://www.sqlite.org/src/vinfo/04885763c4cd00cb?diff=1
		https://sqlite.org/forum/forumpost/672291a5b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

Inspired by:	src r360223
Approved by:	Approved by: portmgr (blanket: run-time bugfix)
Obtained from:	https://www.sqlite.org/src/vinfo/04885763c4cd00cb?diff=1
		https://sqlite.org/forum/forumpost/672291a5b2
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.26.0</title>
<updated>2018-12-04T18:02:14+00:00</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2018-12-04T18:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=739f9d054a376a53c53786abed4645f9398ab7f6'/>
<id>739f9d054a376a53c53786abed4645f9398ab7f6</id>
<content type='text'>
PR:		233712
Submitted by:	Pavel Volkov &lt;pavelivolkov@gmail.com&gt; (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		233712
Submitted by:	Pavel Volkov &lt;pavelivolkov@gmail.com&gt; (maintainer)
</pre>
</div>
</content>
</entry>
</feed>
