From 1112b524b46670d6a2fa42b58d633604bc2b2d3a Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Thu, 17 Aug 2023 12:19:16 +0200 Subject: net-mgmt/netbox: Update to 3.5.8 Changelog: Enhancements: * Ship a validation schema for the device type library with each release * Add support for specifying import/export route targets during VRF bulk import * Automatically populate any VDC assignments from the parent when adding a child interface via the UI * Add 400GE CFP2 interface type * Add human-friendly speed column to interfaces table * Add "assigned" filter for IP addresses * List installed plugins on the server error report page * Add 200 and 400 Gbps speeds to dropdown choices on interface form Bug Fixes: * Fix schema definition for available IP & VLAN REST API endpoints * Raise validation error for invalid alphanumeric ranges when creating objects * Avoid escaping semicolons when rendering custom links * Automatically delete an AutoSyncRecord when its object is deleted * Fix filtering of circuits under provider network view * Fix job termination status for failed reports * Fix support for "hide-if-unset" custom fields on bulk import forms * Don't disable bulk edit/delete buttons after deselecting "select all" checkbox * Disable table ordering for custom link columns https://github.com/netbox-community/netbox/releases/tag/v3.5.8 MFH: 2023Q3 --- net-mgmt/netbox/Makefile | 4 ++-- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 61f784be5c85..3aae26f89637 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.5.7 +DISTVERSION= 3.5.8 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=4.1.10<4.2:www/py-django41@${PY_FL ${PYTHON_PKGNAMEPREFIX}dj41-django-timezone-field>=5.1<6:www/py-dj41-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-djangorestframework>=3.14.0<3.15.0:www/py-dj41-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular>=0.26.4<1:www/py-dj41-drf-spectacular@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular-sidecar>=2023.7.1:www/py-dj41-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular-sidecar>=2023.8.1:www/py-dj41-drf-spectacular-sidecar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-graphene-django>=3.0.0,1<3.0.0_99,1:devel/py-dj41-graphene-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>=5.0.1<7:www/py-bleach@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index b855103bd3b6..510f9c9d7869 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690789577 -SHA256 (netbox-community-netbox-v3.5.7_GH0.tar.gz) = 17f057b21539bd1d90c5ea1ddb77746e29da49df67b137f88d433988922d9db8 -SIZE (netbox-community-netbox-v3.5.7_GH0.tar.gz) = 5774576 +TIMESTAMP = 1692119112 +SHA256 (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 1896e70609633f2241be1a542e108899f86fca1b905c9afacecf47fa73811821 +SIZE (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 5776278 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index bfb0d32fce21..d1cb12e0b3da 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -134,6 +134,7 @@ %%DATADIR%%/dcim/lookups.py %%DATADIR%%/dcim/management/__init__.py %%DATADIR%%/dcim/management/commands/__init__.py +%%DATADIR%%/dcim/management/commands/buildschema.py %%DATADIR%%/dcim/management/commands/trace_paths.py %%DATADIR%%/dcim/migrations/0001_squashed.py %%DATADIR%%/dcim/migrations/0002_squashed.py @@ -553,6 +554,7 @@ %%DATADIR%%/extras/plugins/registration.py %%DATADIR%%/extras/plugins/templates.py %%DATADIR%%/extras/plugins/urls.py +%%DATADIR%%/extras/plugins/utils.py %%DATADIR%%/extras/plugins/views.py %%DATADIR%%/extras/querysets.py %%DATADIR%%/extras/reports.py @@ -904,6 +906,7 @@ %%DATADIR%%/templates/dcim/consoleserverport_delete.html %%DATADIR%%/templates/dcim/device.html %%DATADIR%%/templates/dcim/device/base.html +%%DATADIR%%/templates/dcim/device/components_base.html %%DATADIR%%/templates/dcim/device/consoleports.html %%DATADIR%%/templates/dcim/device/consoleserverports.html %%DATADIR%%/templates/dcim/device/devicebays.html @@ -1003,6 +1006,7 @@ %%DATADIR%%/templates/extras/exporttemplate_list.html %%DATADIR%%/templates/extras/htmx/report_result.html %%DATADIR%%/templates/extras/htmx/script_result.html +%%DATADIR%%/templates/extras/imageattachment.html %%DATADIR%%/templates/extras/imageattachment_edit.html %%DATADIR%%/templates/extras/inc/configcontext_data.html %%DATADIR%%/templates/extras/inc/configcontext_format.html @@ -1020,6 +1024,7 @@ %%DATADIR%%/templates/extras/report_list.html %%DATADIR%%/templates/extras/report_result.html %%DATADIR%%/templates/extras/savedfilter.html +%%DATADIR%%/templates/extras/schema/devicetype_schema.jinja2 %%DATADIR%%/templates/extras/script.html %%DATADIR%%/templates/extras/script/base.html %%DATADIR%%/templates/extras/script/jobs.html @@ -1037,6 +1042,7 @@ %%DATADIR%%/templates/generic/bulk_rename.html %%DATADIR%%/templates/generic/confirmation_form.html %%DATADIR%%/templates/generic/object.html +%%DATADIR%%/templates/generic/object_children.html %%DATADIR%%/templates/generic/object_delete.html %%DATADIR%%/templates/generic/object_edit.html %%DATADIR%%/templates/generic/object_list.html @@ -1070,7 +1076,6 @@ %%DATADIR%%/templates/ipam/aggregate/prefixes.html %%DATADIR%%/templates/ipam/asn.html %%DATADIR%%/templates/ipam/asnrange.html -%%DATADIR%%/templates/ipam/asnrange/asns.html %%DATADIR%%/templates/ipam/asnrange/base.html %%DATADIR%%/templates/ipam/fhrpgroup.html %%DATADIR%%/templates/ipam/fhrpgroupassignment_edit.html @@ -1079,7 +1084,6 @@ %%DATADIR%%/templates/ipam/inc/toggle_available.html %%DATADIR%%/templates/ipam/ipaddress.html %%DATADIR%%/templates/ipam/ipaddress/base.html -%%DATADIR%%/templates/ipam/ipaddress/ip_addresses.html %%DATADIR%%/templates/ipam/ipaddress_assign.html %%DATADIR%%/templates/ipam/ipaddress_bulk_add.html %%DATADIR%%/templates/ipam/ipaddress_edit.html @@ -1104,8 +1108,6 @@ %%DATADIR%%/templates/ipam/servicetemplate.html %%DATADIR%%/templates/ipam/vlan.html %%DATADIR%%/templates/ipam/vlan/base.html -%%DATADIR%%/templates/ipam/vlan/interfaces.html -%%DATADIR%%/templates/ipam/vlan/vminterfaces.html %%DATADIR%%/templates/ipam/vlan_edit.html %%DATADIR%%/templates/ipam/vlangroup.html %%DATADIR%%/templates/ipam/vrf.html @@ -1129,7 +1131,6 @@ %%DATADIR%%/templates/virtualization/cluster.html %%DATADIR%%/templates/virtualization/cluster/base.html %%DATADIR%%/templates/virtualization/cluster/devices.html -%%DATADIR%%/templates/virtualization/cluster/virtual_machines.html %%DATADIR%%/templates/virtualization/cluster_add_devices.html %%DATADIR%%/templates/virtualization/clustergroup.html %%DATADIR%%/templates/virtualization/clustertype.html -- cgit v1.2.3