Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2021 07:47:16 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563114 - head/net-mgmt/netbox
Message-ID:  <202101280747.10S7lGCO063085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Jan 28 07:47:16 2021
New Revision: 563114
URL: https://svnweb.freebsd.org/changeset/ports/563114

Log:
  net-mgmt/netbox: Update to 2.10.4
  
  Changelog:
  
  Enhancements:
  * Show cable trace lengths in both meters and feet
  * Add "management only" filter widget for interfaces list
  * Allow filtering virtual chassis by name and master
  * Add GG45 and TERA port types, and CAT7a and CAT8 cable types
  * Show available type choices for all device component import forms
  
  Bug Fixes:
  * Correct swagger definition for ip_prefixes_available-ips_create API
  * Restrict the creation of device bay templates on non-parent device types
  * Restore power utilization panel under device view
  * Fix ordering devices by primary IP address
  * Fix display of white cables in trace view
  * Fix filtering connection lists by device name
  * Fix permissions assessment when adding VM interfaces in bulk
  * Include VC member interfaces on interfaces tab count when viewing
    VC master
  * Validate rack group is assigned to same site when creating a rack
  * Correct rack elevation displayed when viewing a reservation
  
  https://github.com/netbox-community/netbox/releases/tag/v2.10.4

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

Modified: head/net-mgmt/netbox/Makefile
==============================================================================
--- head/net-mgmt/netbox/Makefile	Thu Jan 28 07:38:20 2021	(r563113)
+++ head/net-mgmt/netbox/Makefile	Thu Jan 28 07:47:16 2021	(r563114)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.10.3
+DISTVERSION=	2.10.4
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org
@@ -31,7 +31,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django31>=3.1.3<3.
 		${PYTHON_PKGNAMEPREFIX}dj31-django-filter>=2.4.0<2.5:www/py-dj31-django-filter@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj31-django-mptt>=0.11.0<0.12:www/py-dj31-django-mptt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj31-django-prometheus>=2.1.0<2.2:www/py-dj31-django-prometheus@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj31-django-rq>=2.3.2<2.5:devel/py-dj31-django-rq@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj31-django-rq>=2.4.0<2.5:devel/py-dj31-django-rq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj31-django-tables2>=2.3.3<2.4:www/py-dj31-django-tables2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj31-django-taggit>=1.3.0<2:www/py-dj31-django-taggit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj31-django-timezone-field>=4.0<5:www/py-dj31-django-timezone-field@${PY_FLAVOR} \

Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo	Thu Jan 28 07:38:20 2021	(r563113)
+++ head/net-mgmt/netbox/distinfo	Thu Jan 28 07:47:16 2021	(r563114)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610994305
-SHA256 (netbox-community-netbox-v2.10.3_GH0.tar.gz) = 23bc6894efe0a794c9ec8de639027397a4138ed0d8c3bf3c6b66ca1d288174e1
-SIZE (netbox-community-netbox-v2.10.3_GH0.tar.gz) = 7058085
+TIMESTAMP = 1611698201
+SHA256 (netbox-community-netbox-v2.10.4_GH0.tar.gz) = f95997f1c7732f1566a799b3d896025439e5f39f091979aa7190744c0a733f1e
+SIZE (netbox-community-netbox-v2.10.4_GH0.tar.gz) = 7057349



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101280747.10S7lGCO063085>