diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-12-18 16:11:08 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-12-18 16:11:08 +0000 |
commit | c7793e3fef62774f0dce9250f42c186d2ab3c1df (patch) | |
tree | 3541bffa0a70e23ed3aef3d0dff5160ab21903ad | |
parent | 2427ceb45a01164a1213eb0db73970e89fd709e0 (diff) | |
download | ports-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
-rw-r--r-- | net-mgmt/netbox/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index fc7211fb1d09..08eb0cd181f8 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669843811 -SHA256 (netbox-community-netbox-v3.3.9_GH0.tar.gz) = ddf1feec83fb2f9b05182881fbd97fbcbc5c5527b32f963d4f8b887800209925 -SIZE (netbox-community-netbox-v3.3.9_GH0.tar.gz) = 7315280 +TIMESTAMP = 1670965894 +SHA256 (netbox-community-netbox-v3.3.10_GH0.tar.gz) = 18d59234db6ffbe08dc9b8eaea8cc8e022fc08f92e0714a01223ae8d7333b62b +SIZE (netbox-community-netbox-v3.3.10_GH0.tar.gz) = 7316933 |