From e2ebaf18fc3ae0aabc40bdea552342fe26cf38ac Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Fri, 30 Jul 2021 08:45:43 +0200 Subject: net-mgmt/netbox: Update to 2.11.10 Changelog: Enhancements: * Enable CSV import via uploaded file * Add 6P/4P pass-through port types * Add count of inventory items to manufacturer view * Add "hardwired" type for power port types Bug Fixes: * Fix assignment of permissions based on LDAP groups * Fix filtering of interface connections list * Fix assignment of parent interfaces for bulk import * Add missing display field to rack unit serializer * Fix A/Z assignment when swapping circuit terminations * Fix default value validation for custom text fields * Rack reservation should display rack's location * Include rack location in navigation breadcrumbs * Fix device name display on device status view * Limit reported prefix utilization to 100% * Use consistent maximum value for interface MTU Other Changes: * Database query caching is now disabled by default https://github.com/netbox-community/netbox/releases/tag/v2.11.10 --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 129260dd1778..a456fc7a7936 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.11.9 +DISTVERSION= 2.11.10 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index dce423057dbd..66a974170151 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626024676 -SHA256 (netbox-community-netbox-v2.11.9_GH0.tar.gz) = 11915f56a16e5931ac8e2dbb494081b572accf68cd6aee47eed6908dc6ee161a -SIZE (netbox-community-netbox-v2.11.9_GH0.tar.gz) = 7109590 +TIMESTAMP = 1627502411 +SHA256 (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 057e379e86fd4bc0e3c60a2c8b2b2a5e41f62ba6f1e978a173424a13816f3e30 +SIZE (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 7110691 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index e3ab28c7439a..00d6568bd549 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -26,6 +26,7 @@ %%PORTDOCS%%%%DOCSDIR%%/core-functionality/tenancy.md %%PORTDOCS%%%%DOCSDIR%%/core-functionality/virtualization.md %%PORTDOCS%%%%DOCSDIR%%/core-functionality/vlans.md +%%PORTDOCS%%%%DOCSDIR%%/development/adding-models.md %%PORTDOCS%%%%DOCSDIR%%/development/application-registry.md %%PORTDOCS%%%%DOCSDIR%%/development/extending-models.md %%PORTDOCS%%%%DOCSDIR%%/development/getting-started.md -- cgit v1.2.3