Date: Fri, 13 Aug 2021 10:42:18 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ecc74cda0817 - main - net-mgmt/netbox: Update to 2.11.11 Message-ID: <202108131042.17DAgIBb031502@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecc74cda08175224a5f5dfbff989f34a2dab335a commit ecc74cda08175224a5f5dfbff989f34a2dab335a Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-08-13 10:37:26 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-08-13 10:37:26 +0000 net-mgmt/netbox: Update to 2.11.11 Changelog: Enhancements: * Add C21 & C22 power types * Employ a sandbox when rendering Jinja2 code for increased security Bug Fixes: * Add import button to VM interfaces list * Fix validation of unit ranges when creating a rack reservation * Fix validation of IP address assigned as device/VM primary via NAT relation * Populate device field when cloning device components * Allow assignment of scope to VLAN groups upon import * Remove extraneous site column from VLAN group import form * Fix exception on invalid CSV import column name * Fix return URL persistence when adding multiple objects sequentially * Remove extraneous columns from inventory item and device bay tables * Add missing parent column to inventory item import form https://github.com/netbox-community/netbox/releases/tag/v2.11.11 --- net-mgmt/netbox/Makefile | 4 ++-- net-mgmt/netbox/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index a456fc7a7936..a017e6084c4e 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.11.10 +DISTVERSION= 2.11.11 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org @@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # - www/py-dj32-django-tables2 # - www/py-dj32-djangorestframework (in conjunction with www/py-dj32-drf-yasg) # -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.5<3.3:www/py-django32@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.6<3.3:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj32-django-cacheops>=6.0<7.0:www/py-dj32-django-cacheops@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.7.0<3.8:www/py-dj32-django-cors-headers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.1<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 66a974170151..adca29609ad4 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627502411 -SHA256 (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 057e379e86fd4bc0e3c60a2c8b2b2a5e41f62ba6f1e978a173424a13816f3e30 -SIZE (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 7110691 +TIMESTAMP = 1628798768 +SHA256 (netbox-community-netbox-v2.11.11_GH0.tar.gz) = 641892dec08b08a66a9ab4e2b4ed9597bc3282aa851ec95f0f622a92fde20146 +SIZE (netbox-community-netbox-v2.11.11_GH0.tar.gz) = 7123432
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108131042.17DAgIBb031502>