summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2025-05-15 17:21:56 +0200
committerKai Knoblich <kai@FreeBSD.org>2025-05-15 17:21:56 +0200
commiteef1772fca9b5a96757633a56286fe8ffbc3fd20 (patch)
treef7fd6e1fadf482ab78fdae1eb6cf665a18ff035d
parenttextproc/py-griffe: Update to 1.7.3 (diff)
net-mgmt/netbox: Update to 4.2.9
Changelog: Enhancements: * Display circuit type with background color in circuits list * Improve layout of component template edit forms * Display plugin icons in plugins list * Link to script results list from script history * Add region, site group, site, location, and rack filters for modules * Reference rack as related object in changelog records for rack reservations * List virtual circuits under provider view * Enable filtering devices and virtual machines by primary IP address * Move release info from footer to the navigation menu Bug Fixes: * Account for parallel cables when calculating total path length * Preserve "none" selection in filter form fields * Fix styling for white, gray, and black custom link buttons * Fix layout of object view content on mobile * Fix support for module bay creation when bulk importing module types * Fix validation for VLANs assigned to both a group and a site * Ensure change logs populated for many-to-one changes * Avoid AttributeError exception when bulk import objects which have a multi-object custom field with a default value * Improve JSON serialization support for data returned by a custom script * Ensure static assets for the debug toolbar are installed even if DEBUG is false * Fix ordering of custom scripts to avoid NoReverseMatch exception * Fix ValueError exception when attempting to nullify interface mode when a VLAN is assigned * type field should not be required when bulk editing interfaces * status field should not be required when bulk editing inventory items * Fix form validation failure when attempting to create a service from a service template * Include Q-in-Q VLAN (if any) in VM interface details * Correct URL paths for bulk import views * Ensure all redirect URLs are validated before use https://github.com/netbox-community/netbox/releases/tag/v4.2.9 MFH: 2025Q2
-rw-r--r--net-mgmt/netbox/Makefile2
-rw-r--r--net-mgmt/netbox/distinfo6
-rw-r--r--net-mgmt/netbox/pkg-plist1
3 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 5a7eb500a08d..76693de8e122 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 4.2.8
+DISTVERSION= 4.2.9
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index ef85ad45eb52..4fcd1ab605bd 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745381694
-SHA256 (netbox-community-netbox-v4.2.8_GH0.tar.gz) = 48efbad61f1da1af6b7eb0cd5beef0a293260ec0b4b537d10463705985492b3d
-SIZE (netbox-community-netbox-v4.2.8_GH0.tar.gz) = 18569289
+TIMESTAMP = 1747310868
+SHA256 (netbox-community-netbox-v4.2.9_GH0.tar.gz) = 785e2c0838e5f31ebbcc81b1f53a1dd48b7056100f7b229e3dc137959da0874d
+SIZE (netbox-community-netbox-v4.2.9_GH0.tar.gz) = 18575314
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 0014055e1213..8e69b760791b 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -109,6 +109,7 @@
%%DATADIR%%/core/migrations/0010_gfk_indexes.py
%%DATADIR%%/core/migrations/0011_move_objectchange.py
%%DATADIR%%/core/migrations/0012_job_object_type_optional.py
+%%DATADIR%%/core/migrations/0013_job_data_encoder.py
%%DATADIR%%/core/migrations/__init__.py
%%DATADIR%%/core/models/__init__.py
%%DATADIR%%/core/models/change_logging.py