aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING61
1 files changed, 60 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 3280cc68707c..e2fd7a5200a6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,65 @@ 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.
+20251201:
+ AFFECTS: users of lang/php83
+ AUTHOR: bofh@FreeBSD.org
+
+ The default version of PHP has been switched from 8.3 to 8.4.
+
+ If you use binary packages you should make a list of php packages
+ before running 'pkg upgrade':
+
+ # pkg info \*php83\* > ~/installed-php-ports-list
+
+ After the upgrade, check with such list if all your php extensions
+ are still installed, and reinstall them if needed.
+
+ If you use mod_php83 you need to deinstall it and install mod_php84.
+
+20251201:
+ AFFECTS: users of sysutils/tmux
+ AUTHOR: jrm@FreeBSD.org
+
+ tmux must be restarted after upgrading. This is particularly
+ important with version 3.6 because one of the libraries that tmux uses
+ has changed its protocol. If you see the following message when you
+ try to attach, it likely means you forgot to restart tmux:
+
+ open terminal failed: not a terminal
+
+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
+
+ Remove Qt flavors, only use Qt6.
+
+ You should uninstall the flavored package and install the unflavored package.
+
+20251105:
+ AFFECTS: users of net/unison
+ AUTHOR: madpilot@FreeBSD.org
+
+ With the update to version 2.53.8 the port uses upstream install target.
+ This causes the installed unison binary to always me the command line
+ version, even when the port is compiled with xorg support. The UI binary
+ is installed as unison-gui.
+
+ The unison.desktop file provided with the port is adjusted to launch the
+ new unison-gui binary.
+
+ Please verify any local scripts using the unison binaries are adapted to
+ this change.
+
20251019:
AFFECTS: users of security/clamav
AUTHOR: yasu@FreeBSD.org
@@ -217,7 +276,7 @@ you update your ports collection, before attempting any port upgrades.
AUTHOR: mandree@FreeBSD.org
The mail/bogofilter-bdb port has expired and will be removed.
-
+
1. BEFORE uninstallation or changing to a different mail/bogofilter*
variant, please use bogoutil to export all user data bases (wordlist.db)
to text files, bogoutil has a -d option for that.