aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2026-06-26 09:24:46 +0000
committerKai Knoblich <kai@FreeBSD.org>2026-06-26 09:35:30 +0000
commit6477cfdce020f3a9151743f087ef77cb80ebd783 (patch)
treec31087e60744c48aa254f4fcdca58915fe63383b
parent4b7766a7f8a7adf7ab373ad91db50b8abb454445 (diff)
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 4.6 release series.
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cdc12f3b27ed..036a87e3330a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20260626:
+ AFFECTS: net-mgmt/netbox
+ AUTHOR: kai@FreeBSD.org
+
+ 1. With Release Netbox 4.6, Python 3.12 or newer is now required.
+
+ This was actually already the case with previous NetBox 4.5 release,
+ but it could be worked around using smaller patches to ensure
+ compatibility with older Python releases.
+
+ 2. Please also check the pkg-message and the changelogs for further info.
+
20260624
AFFECTS: Python users
AUTHOR: vishwin@FreeBSD.org