summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPavel Volkov <pavelivolkov@gmail.com>2023-02-24 10:23:48 +0100
committerRobert Clausecker <fuz@FreeBSD.org>2023-02-27 23:46:24 +0100
commit47912ce2e613211aecf6ecdfc58681b7aca0df33 (patch)
tree599c66fc72d94ecafc779b65070d818e0effde5c /UPDATING
parent11f5d028c4d9a1870ba7d35c9f8883d39fca6198 (diff)
downloadfreebsd-ports-47912ce2e613211aecf6ecdfc58681b7aca0df33.zip
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8b85cb1b5efc..8255385ceebc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ 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