svn commit: r568082 - head/net-mgmt/netbox

Kai Knoblich kai at FreeBSD.org
Thu Mar 11 12:16:03 UTC 2021


Author: kai
Date: Thu Mar 11 12:16:02 2021
New Revision: 568082
URL: https://svnweb.freebsd.org/changeset/ports/568082

Log:
  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

Modified:
  head/net-mgmt/netbox/Makefile
  head/net-mgmt/netbox/distinfo

Modified: head/net-mgmt/netbox/Makefile
==============================================================================
--- head/net-mgmt/netbox/Makefile	Thu Mar 11 11:51:05 2021	(r568081)
+++ head/net-mgmt/netbox/Makefile	Thu Mar 11 12:16:02 2021	(r568082)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.10.5
+DISTVERSION=	2.10.6
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai at FreeBSD.org

Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo	Thu Mar 11 11:51:05 2021	(r568081)
+++ head/net-mgmt/netbox/distinfo	Thu Mar 11 12:16:02 2021	(r568082)
@@ -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


More information about the svn-ports-head mailing list