aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2026-03-04 09:20:39 +0000
committerKai Knoblich <kai@FreeBSD.org>2026-03-04 09:20:39 +0000
commite07b9ec2502a72d117372a9142c6cdf42563cb85 (patch)
tree02c992756843ed1f25407529e8948a54df1d9494
parenta08bcb53da1a746d47d5fc226792578b52e382e9 (diff)
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 4.5 release series.
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7f5f97ae43ed..e9202a8f33bf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20260304:
+ AFFECTS: users of net-mgmt/netbox
+ AUTHOR: kai@FreeBSD.org
+
+ 1. With the NetBox 4.5 release Python 3.10 and 3.11 are officially no
+ longer supported. The whole code can still be compiled without any
+ problems using Python 3.11, which is the current default version in
+ the ports tree.
+
+ Therefore, the minimum version for Python doesn't need to be raised
+ for the time being, but this may change at any time as soon as
+ backward-incompatible changes to the code lands into upstream for the
+ next release.
+
+ Thus, no further action is required at this time. However, it's still
+ recommended to switch to Python 3.12 or newer in the near future.
+
+ 2. Please also check the pkg-message and the changelogs for further info.
+
20260301:
AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run
AUTHOR: kbowling@FreeBSD.org