From owner-dev-commits-ports-all@freebsd.org Thu Apr 15 15:48:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 F12525F4B09; Thu, 15 Apr 2021 15:48:59 +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 4FLkKR6Yd5z4Wwj; Thu, 15 Apr 2021 15:48:59 +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 C994B13CFE; Thu, 15 Apr 2021 15:48:59 +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 13FFmxqs051252; Thu, 15 Apr 2021 15:48:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FFmxat051251; Thu, 15 Apr 2021 15:48:59 GMT (envelope-from git) Date: Thu, 15 Apr 2021 15:48:59 GMT Message-Id: <202104151548.13FFmxat051251@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: bde489875365 - 2021Q2 - net-mgmt/netbox: Update to 2.10.9 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/2021Q2 X-Git-Reftype: branch X-Git-Commit: bde489875365b03fbbcf8cdc5269ea70997636a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 15:49:00 -0000 The branch 2021Q2 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=bde489875365b03fbbcf8cdc5269ea70997636a7 commit bde489875365b03fbbcf8cdc5269ea70997636a7 Author: Kai Knoblich AuthorDate: 2021-04-15 09:06:26 +0000 Commit: Kai Knoblich CommitDate: 2021-04-15 15:21:15 +0000 net-mgmt/netbox: Update to 2.10.9 Changelog: Enhancements: * Add MAC address search field to VM interfaces list * Omit child devices from non-racked devices list under rack view * Add column to cable termination objects to display cable color * Display NAPALM-enabled device tabs only when relevant * Support disabling TLS certificate validation for Redis Bug Fixes: * Fix missing custom field filters for cables, rack reservations * Add missing count_ipaddresses attribute to VMInterface serializer * Permit users to manage their own REST API tokens without needing explicit permission * Fix interface connections REST API endpoint * Support colons in webhook header values * Do not infer tenant assignment from parent objects for prefixes, IP addresses * Handle exception when attempting to assign an MPTT-enabled model as its own parent * Correct handling of boolean fields when cloning objects https://github.com/netbox-community/netbox/releases/tag/v2.10.9 MFH: 2021Q2 (cherry picked from commit 2d88de57d5ec7fbba7e36fb9c79db728c91a260e) --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index e12179d59ba7..8491419c8f0a 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,7 +1,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.10.8 +DISTVERSION= 2.10.9 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 81c2b04bf902..20944d420718 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616839557 -SHA256 (netbox-community-netbox-v2.10.8_GH0.tar.gz) = e02baf900cc0d7e86ecee889243703322e05ce2d69c34793c360eae80d515c4a -SIZE (netbox-community-netbox-v2.10.8_GH0.tar.gz) = 7062223 +TIMESTAMP = 1618303197 +SHA256 (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 2faf57aaaccc1a2ff6e80298289268b460bdd958a80060014f344dacdce91bfc +SIZE (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 7064372 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 2db7993a43af..80b45335a52f 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1459,7 +1459,6 @@ %%DATADIR%%/templates/dcim/inc/cabletermination.html %%DATADIR%%/templates/dcim/inc/device_component_table.html %%DATADIR%%/templates/dcim/inc/device_import_header.html -%%DATADIR%%/templates/dcim/inc/device_napalm_tabs.html %%DATADIR%%/templates/dcim/inc/devicetype_component_table.html %%DATADIR%%/templates/dcim/inc/endpoint_connection.html %%DATADIR%%/templates/dcim/inc/interface_vlans_table.html