diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-30 07:18:55 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-30 07:18:55 +0000 |
| commit | 1ca84c7f4b456bbbbd5b204070d09904e42e0ef2 (patch) | |
| tree | a5835b8467e008287172dfdbcef7b012712bbc81 | |
| parent | 3a890f6158b4d7e236ed0f685b21a4bd805bd63a (diff) | |
UPDATING: Document node{22,24,25} changes
www/node{22,24,25} now requires databases/sqlite3 with SESSION enabled.
| -rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
