From 47912ce2e613211aecf6ecdfc58681b7aca0df33 Mon Sep 17 00:00:00 2001 From: Pavel Volkov Date: Fri, 24 Feb 2023 10:23:48 +0100 Subject: databases/sqlite3: update to 3.41.0 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 --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 8b85cb1b5efc..8255385ceebc 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230227: + AFFECTS: users of databases/sqlite3 + AUTHOR: fuz@FreeBSD.org + + Option DQS is now disabled by default. This option controls the "double + quoted string literals are accepted" quirk, permitting the use of double + quotes around string literals if enabled. Users who rely on this quirk + need to manually build databases/sqlite3 with the DQS option enabled. + + See also: https://sqlite.org/quirks.html#dblquote + 20230227: AFFECTS: users of mail/py-spf-engine AUTHOR: yasu@FreeBSD.org -- cgit v1.2.3