From 67a9848e8f4f1f52714db9a43d8c11110144f956 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Thu, 28 Sep 2023 07:57:31 +0200 Subject: net-mgmt/netbox: Update to 3.6.3 Changelog: Enhancements: * Add toggle to hide disconnected interfaces under device view Bug Fixes: * Enable tracing cable paths across multiple cables in parallel * Fix IndexError exception when manipulating terminations for existing cables via REST API * Enable creating a config template which references a data file via the REST API * Cleanly handle reports without any test methods defined * Restore original text color for HTML code elements * Fix assignment of VLAN group scope during bulk edit * Fix AttributeError exception when attaching front/rear images to a device type * Fix KeyError exception when deleting an object which references a configured choice value that has been removed * Fix invalid response when searching for custom choice field values returns no matches * Correct default background color for dashboard widget headers * Fix rack filtering for empty location during device bulk import * Allow designating an IP address as primary for device/VM while assigning it to an interface https://github.com/netbox-community/netbox/releases/tag/v3.6.3 --- net-mgmt/netbox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/netbox/Makefile') diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index f8dc10ee87c1..14798d0055be 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.6.2 +DISTVERSION= 3.6.3 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -45,7 +45,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.5<4.3:www/py-django42@${PY_FLA ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8<7:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7<3.4:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.3.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.4.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.23.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.9.0<1:net/py-netaddr@${PY_FLAVOR} \ -- cgit v1.2.3