From owner-dev-commits-ports-main@freebsd.org Fri Aug 13 10:42:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68C886548CF; Fri, 13 Aug 2021 10:42:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GmKrB2Q2zz3QN5; Fri, 13 Aug 2021 10:42:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 307A349C1; Fri, 13 Aug 2021 10:42:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17DAgItr031503; Fri, 13 Aug 2021 10:42:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17DAgIBb031502; Fri, 13 Aug 2021 10:42:18 GMT (envelope-from git) Date: Fri, 13 Aug 2021 10:42:18 GMT Message-Id: <202108131042.17DAgIBb031502@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: ecc74cda0817 - main - net-mgmt/netbox: Update to 2.11.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ecc74cda08175224a5f5dfbff989f34a2dab335a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 10:42:18 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecc74cda08175224a5f5dfbff989f34a2dab335a commit ecc74cda08175224a5f5dfbff989f34a2dab335a Author: Kai Knoblich AuthorDate: 2021-08-13 10:37:26 +0000 Commit: Kai Knoblich 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