diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-03-11 12:16:02 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-03-11 12:16:02 +0000 |
commit | a6bfe32a3a208735a4dabe453b61c2763b7cf7d4 (patch) | |
tree | fcdbb45e8af47665baa7c0be21deacb0a160b02c | |
parent | - Update to 1.0.0 (diff) |
net-mgmt/netbox: Update to 2.10.6
Changelog:
Enhancements:
* Add IP addresses count to VRF view
* Add QSFP+ (64GFC) FibreChannel Interface option
* Enable custom links for device components
* Add edit/delete buttons for IP addresses on interface view
* Add button to add a new IP address on interface view
Bug Fixes:
* Fix VRF and Tenant field population when adding IP addresses from prefix
* Enable ordering of virtual machines by primary IP address
* Ordering of devices by primary IP should respect PREFER_IPV4 configuration
parameter
* Fix options for filtering object permissions in admin UI
* Fix filtering prefixes list by multiple prefix values
* Invalidate cached queries when running renaturalize
https://github.com/netbox-community/netbox/releases/tag/v2.10.6
Notes
Notes:
svn path=/head/; revision=568082
-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 cca3eca7847d..ac3384c2edb8 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.10.5 +DISTVERSION= 2.10.6 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 87f9f9ba6c1c..1d0bc1724a20 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614258417 -SHA256 (netbox-community-netbox-v2.10.5_GH0.tar.gz) = b9053bc934f868e473b6030c750636e448608c1e744687384ffec064935e360e -SIZE (netbox-community-netbox-v2.10.5_GH0.tar.gz) = 7063897 +TIMESTAMP = 1615382493 +SHA256 (netbox-community-netbox-v2.10.6_GH0.tar.gz) = eec2d709860d8e5330b2ce74d620ea52edcde27f5adaeb31f887846ef0ec533a +SIZE (netbox-community-netbox-v2.10.6_GH0.tar.gz) = 7063615 |