summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING60
1 files changed, 59 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 435c02eb7619..5d570d13db8e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,64 @@ 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.
+20250613:
+ AFFECTS: users of devel/py-gql, games/DDNet, net/mosquitto
+ AUTHOR: michaelo@FreeBSD.org
+
+ The WEBSOCKETS option has been renamed to WEBSOCKET to match the name from
+ RFC 6455, other ports and the description from Mk/bsd.options.desc.mk.
+
+20250610:
+ AFFECTS: users of devel/git
+ AUTHOR: michaelo@FreeBSD.org
+
+ The HTMLDOCS option has been renamed to DOCS to match the option name
+ with other ports and the description from Mk/bsd.options.desc.mk.
+
+20250610:
+ AFFECTS: users of security/krb5-12{0,1}
+ AUTHOR: michaelo@FreeBSD.org
+
+ The KRB5_{PDF,HTML} options have been consolidated into canonical DOCS option
+ to match the name with other ports and the description from Mk/bsd.options.desc.mk.
+
+20250606:
+ AFFECTS: users of net-mgmt/unifi9
+ AUTHOR: ronald@FreeBSD.org
+
+ The MongoDB dependency updates from 6.0 to 7.0.
+ Please read 20250520 about the upgrade instructions of
+ databases/mongodb60. Mind that the mongodb portnr for Unifi is 27117.
+ The 20240606 instructions for net-mgmt/unifi8 can also be
+ informative.
+
+ Always backup/snapshot before upgrading.
+ Turn off Unifi and MongoDB during the upgrade. (service unifi stop)
+
+ MongoDB 7.0 does not formally support ARM systems without Large System
+ Extensions (LSE) support.
+ Please use the unifi9-armv80a package when running on RPI4 or similar
+ systems.
+ Running the non-armv80a package will result in an "illegal instruction"
+ on these systems.
+
+20250520:
+ AFFECTS: users of databases/mongodb60
+ AUTHOR: ronald@FreeBSD.org
+
+ MongoDB version 6.0 is End of Life starting August 2025.
+ Please make sure you are running MongoDB version 7.0 or higher.
+ In-place upgrades are supported from version 6.0 to 7.0.
+ For an in-place upgrade it is important that the
+ 'featureCompatibilityVersion' is set to 6.0 before the upgrade.
+ See: https://www.mongodb.com/docs/v7.0/release-notes/7.0-upgrade-standalone/#feature-compatibility-version
+
+ TL;DR, run these commands in mongodb60 before upgrading:
+ (see `pkg info -D mongodb60` how to install mongosh)
+ $ npx mongosh mongodb://127.0.0.1:27017/ # or use non-default port
+ > db.adminCommand( { setFeatureCompatibilityVersion: "6.0" } )
+ > exit
+
20250519:
AFFECTS: users of sysutils/screen
AUTHOR: cy@FreeBSD.org
@@ -48,7 +106,7 @@ you update your ports collection, before attempting any port upgrades.
Instructions:
https://github.com/bitcoin/bitcoin/blob/29.x/doc/managing-wallets.md#migrating-legacy-wallets-to-descriptor-wallets
- This release switches to CMake which results in a major refacoring of
+ This release switches to CMake which results in a major refactoring of
the port and underlying build. The result seems good, but please
provide feedback if there are any unexpected changes or problems.