From f2a9b3469d37649d527bb47cca797670370ee2d4 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sun, 18 Apr 2021 09:56:28 +0200 Subject: net-mgmt/netbox: Update to 2.10.10 Changelog: Enhancements: * Add DC terminal power port, outlet types * Add Saf-D-Grid power port, outlet types * Support Markdown rendering for report logs * Add F connector port type * Add SFP56 50GE interface type Bug Fixes: * Update parent device/VM when deleting a primary IP * Fix VLAN assignment when editing VM interfaces in bulk * Update object data when renaming a custom field * Optimize change log cleanup * Fix MAC address field display in VM interfaces search form * Fix custom field filtering for cables, virtual chassis * Fix choice field filters (multiple models) https://github.com/netbox-community/netbox/releases/tag/v2.10.10 MFH: 2021Q2 --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 28754ae36192..9ba3d9b4ed1d 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.10.9 +DISTVERSION= 2.10.10 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 20944d420718..1287264024cf 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618303197 -SHA256 (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 2faf57aaaccc1a2ff6e80298289268b460bdd958a80060014f344dacdce91bfc -SIZE (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 7064372 +TIMESTAMP = 1618576233 +SHA256 (netbox-community-netbox-v2.10.10_GH0.tar.gz) = ddbba1df4321bd4fe3c1778348e0c534616f506661da0f5eb36187c54a7d0972 +SIZE (netbox-community-netbox-v2.10.10_GH0.tar.gz) = 7066062 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 80b45335a52f..f735d07b8c30 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -542,6 +542,7 @@ %%DATADIR%%/ipam/migrations/__init__.py %%DATADIR%%/ipam/models.py %%DATADIR%%/ipam/querysets.py +%%DATADIR%%/ipam/signals.py %%DATADIR%%/ipam/tables.py %%DATADIR%%/ipam/tests/__init__.py %%DATADIR%%/ipam/tests/test_api.py -- cgit v1.2.3