aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-12-18 16:11:08 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-12-18 16:11:08 +0000
commitc7793e3fef62774f0dce9250f42c186d2ab3c1df (patch)
tree3541bffa0a70e23ed3aef3d0dff5160ab21903ad /net-mgmt/netbox/Makefile
parent2427ceb45a01164a1213eb0db73970e89fd709e0 (diff)
downloadports-c7793e3fef62774f0dce9250f42c186d2ab3c1df.tar.gz
ports-c7793e3fef62774f0dce9250f42c186d2ab3c1df.zip
net-mgmt/netbox: Update to 3.3.10
Changelog: Enhancements: * Add replication controls for module bulk import * Introduce LOGOUT_REDIRECT_URL config parameter to control redirection of user after logout * Enable reassigning an inventory item from one device to another * Add vertical frame & cabinet rack types * Add provider selection field for provider networks to circuit termination edit view * Permit whitespace in MAC addresses * Enable filtering L2VPNs by slug Bug Fixes: * Correct power utilization percentage precision * Honor configured date format when displaying date custom field values in tables * Fix background color of bottom banner content * Correct circuits count under site view * Fix nullification of custom object & multi-object fields via REST API * Disable ordering changelog table by object to avoid exception * Correct available choices for status under IP range filter form * Honor RQ_DEFAULT_TIMEOUT config parameter when using Redis Sentinel * Enable missing tags columns for contact, L2VPN lists https://github.com/netbox-community/netbox/releases/tag/v3.3.10 MFH: 2022Q4
Diffstat (limited to 'net-mgmt/netbox/Makefile')
-rw-r--r--net-mgmt/netbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 98043a4da18f..adaa7c5f3d7a 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 3.3.9
+DISTVERSION= 3.3.10
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org