aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-30 07:18:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-30 07:18:55 +0000
commit1ca84c7f4b456bbbbd5b204070d09904e42e0ef2 (patch)
treea5835b8467e008287172dfdbcef7b012712bbc81
parent3a890f6158b4d7e236ed0f685b21a4bd805bd63a (diff)
UPDATING: Document node{22,24,25} changes
www/node{22,24,25} now requires databases/sqlite3 with SESSION enabled.
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c31c18dc0a60..365972a51542 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20251130:
+ AFFECTS: users of www/node{22,24,25}
+ AUTHOR: sunpoet@FreeBSD.org
+
+ www/node{22,24,25} now uses databases/sqlite3 instead of the bundled one.
+ It requires SESSION option (enabled by default) in databases/sqlite3.
+ Please update your option configuration. Otherwise, the build fails.
+ See PR 290509 and 290588 for details.
+
20251113:
AFFECTS: users of deskutils/fet
AUTHOR: uzsolt@FreeBSD.org