<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/sqlite3, branch 13.1-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-05-28T13:48:15Z</updated>
<entry>
<title>databases/sqlite3: Update to 3.42.0</title>
<updated>2023-05-28T13:48:15Z</updated>
<author>
<name>Koichiro Iwao</name>
<email>meta@FreeBSD.org</email>
</author>
<published>2023-05-28T13:48:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fc138ee0f175d576998b64bb4bd7c0787287cd52'/>
<id>urn:sha1:fc138ee0f175d576998b64bb4bd7c0787287cd52</id>
<content type='text'>
PR:		271694
Changes:	https://sqlite.org/releaselog/3_42_0.html
</content>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.41.2</title>
<updated>2023-04-17T12:15:23Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2023-04-15T17:23:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ee827729f96f7e894d5aa54a89f8cf880e7dd897'/>
<id>urn:sha1:ee827729f96f7e894d5aa54a89f8cf880e7dd897</id>
<content type='text'>
ChangeLog: https://www.sqlite.org/releaselog/3_41_2.html

PR:		270857
Reported by:	pavelivolkov@gmail.com (maintainer)
MFH:		2023Q2	(bugfixes)
</content>
</entry>
<entry>
<title>devel/icu: update to 73.1</title>
<updated>2023-04-13T00:56:37Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2023-03-23T17:56:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f1f1a8be887ee2c5d75bec33cb8f8a89454e606b'/>
<id>urn:sha1:f1f1a8be887ee2c5d75bec33cb8f8a89454e606b</id>
<content type='text'>
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>databases/sqlite3: reenable the DQS option</title>
<updated>2023-03-13T23:06:38Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2023-03-13T09:46:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5fd5f3398b665540ed77893b792e7372f8087f2f'/>
<id>urn:sha1:5fd5f3398b665540ed77893b792e7372f8087f2f</id>
<content type='text'>
Due to various ports not being prepared for this change (see 20230227
entry), the DQS option of databases/sqlite3 has been reenabled as a
stop gap measure.  It is scheduled to be disabled again for good no
earlier than 20240101, giving downstream software authors more time
to fix their queries.

PR:		270064
Fixes:		47912ce2e613211aecf6ecdfc58681b7aca0df33
See also:	PR 269889, 269966, 269950
</content>
</entry>
<entry>
<title>databases/sqlite3: update to 3.41.0</title>
<updated>2023-02-27T22:46:24Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2023-02-24T09:23:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=47912ce2e613211aecf6ecdfc58681b7aca0df33'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.40.1</title>
<updated>2023-01-06T16:13:12Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2023-01-06T10:15:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb'/>
<id>urn:sha1:6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb</id>
<content type='text'>
ChangeLog: https://www.sqlite.org/releaselog/3_40_1.html

 * Fix the --safe command-line option to the CLI such that it correctly
   disallows the use of SQL functions like writefile() that can cause harmful
   side-effects.
 * Fix a potential infinite loop in the memsys5 alternative memory allocator.
   This bug was introduced by a performance optimization in version 3.39.0.

 * Various other obscure fixes.

PR:		268762
Reported by:	pavelivolkov@gmail.com (maintainer)
MFH:		2023Q1 (bugfix release)
</content>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.40.0</title>
<updated>2022-11-28T16:54:42Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2022-11-28T06:45:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5e8b3d783d2cce36c7e4f38aad7b34b4ee3d9c68'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>devel/icu: update to 72.1</title>
<updated>2022-10-19T08:10:29Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2022-09-24T16:35:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dfe25d73e7fdd333c59008a4ec1859c7f93dacd6'/>
<id>urn:sha1:dfe25d73e7fdd333c59008a4ec1859c7f93dacd6</id>
<content type='text'>
Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>databases/sqlite3: Add missing Makefile entries</title>
<updated>2022-09-19T15:50:58Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2022-09-19T15:50:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d0ed1f3f390ac0dc6b6a3d9de28218cbbbf77de1'/>
<id>urn:sha1:d0ed1f3f390ac0dc6b6a3d9de28218cbbbf77de1</id>
<content type='text'>
PR:	266459
</content>
</entry>
<entry>
<title>databases/sqlite3: Update to 3.39.3</title>
<updated>2022-09-19T15:50:05Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2022-09-19T15:50:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3997397a01e8ece3f1196e9ef5cf85826d876a0'/>
<id>urn:sha1:c3997397a01e8ece3f1196e9ef5cf85826d876a0</id>
<content type='text'>
PR:	266459
</content>
</entry>
</feed>
