diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-04-06 10:46:22 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-04-06 10:47:31 +0000 |
commit | ed33521243c332e3ad665a498e76e8d26b3bd42b (patch) | |
tree | 159d0e44a002b310a5459b25543d572b96f7c575 | |
parent | bfd5d06e21859b3312d82348a8cf30a4018a8e31 (diff) | |
download | ports-ed33521243c332e3ad665a498e76e8d26b3bd42b.tar.gz ports-ed33521243c332e3ad665a498e76e8d26b3bd42b.zip |
net-mgmt/netbox: Update to 3.1.11
Changelog:
Enhancements:
* Show bridge interface members under interface view
* Enable filtering child devices by parent device ID
* Permit wildcard values in IP address DNS names
* Include site and prefixes columns in VLAN group VLANs table
* Add Checkpoint ClusterXL protocol for FHRP groups
* Use monospace font for text areas in config revision form
* Linkify circuits count in providers list
* Add bulk edit capability for site contact fields
Bug Fixes:
* Prevent exception when searching for a rack position with no rack
specified under device edit view
* Fix device count for racks in global search results
https://github.com/netbox-community/netbox/releases/tag/v3.1.11
MFH: 2022Q2
-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 03c6f934b2a1..b0e513535b8c 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.1.10 +DISTVERSION= 3.1.11 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index b91328798f4a..0374696db26f 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648231284 -SHA256 (netbox-community-netbox-v3.1.10_GH0.tar.gz) = c88940a9ea2bf1eac5cbb3fe9c884e505bd67181a2466a1bded58270337c7eaf -SIZE (netbox-community-netbox-v3.1.10_GH0.tar.gz) = 4408051 +TIMESTAMP = 1649185847 +SHA256 (netbox-community-netbox-v3.1.11_GH0.tar.gz) = d7f6f4ad5b1305aabbc9bee133455e913be3765972b35ed030d689d73ba7daa7 +SIZE (netbox-community-netbox-v3.1.11_GH0.tar.gz) = 4408997 |