From 2d88de57d5ec7fbba7e36fb9c79db728c91a260e Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Thu, 15 Apr 2021 11:06:26 +0200 Subject: net-mgmt/netbox: Update to 2.10.9 Changelog: Enhancements: * Add MAC address search field to VM interfaces list * Omit child devices from non-racked devices list under rack view * Add column to cable termination objects to display cable color * Display NAPALM-enabled device tabs only when relevant * Support disabling TLS certificate validation for Redis Bug Fixes: * Fix missing custom field filters for cables, rack reservations * Add missing count_ipaddresses attribute to VMInterface serializer * Permit users to manage their own REST API tokens without needing explicit permission * Fix interface connections REST API endpoint * Support colons in webhook header values * Do not infer tenant assignment from parent objects for prefixes, IP addresses * Handle exception when attempting to assign an MPTT-enabled model as its own parent * Correct handling of boolean fields when cloning objects https://github.com/netbox-community/netbox/releases/tag/v2.10.9 MFH: 2021Q2 --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 29eb4896ac1b..28754ae36192 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.10.8 +DISTVERSION= 2.10.9 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 81c2b04bf902..20944d420718 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616839557 -SHA256 (netbox-community-netbox-v2.10.8_GH0.tar.gz) = e02baf900cc0d7e86ecee889243703322e05ce2d69c34793c360eae80d515c4a -SIZE (netbox-community-netbox-v2.10.8_GH0.tar.gz) = 7062223 +TIMESTAMP = 1618303197 +SHA256 (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 2faf57aaaccc1a2ff6e80298289268b460bdd958a80060014f344dacdce91bfc +SIZE (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 7064372 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 2db7993a43af..80b45335a52f 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1459,7 +1459,6 @@ %%DATADIR%%/templates/dcim/inc/cabletermination.html %%DATADIR%%/templates/dcim/inc/device_component_table.html %%DATADIR%%/templates/dcim/inc/device_import_header.html -%%DATADIR%%/templates/dcim/inc/device_napalm_tabs.html %%DATADIR%%/templates/dcim/inc/devicetype_component_table.html %%DATADIR%%/templates/dcim/inc/endpoint_connection.html %%DATADIR%%/templates/dcim/inc/interface_vlans_table.html -- cgit v1.2.3