From nobody Sat Nov 13 14:06:27 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BCAE1185EF0F; Sat, 13 Nov 2021 14:06:27 +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 4Hry1H3gLSz3LgR; Sat, 13 Nov 2021 14:06:27 +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 3C12E14B82; Sat, 13 Nov 2021 14:06:27 +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 1ADE6RB6068887; Sat, 13 Nov 2021 14:06:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ADE6RS0068886; Sat, 13 Nov 2021 14:06:27 GMT (envelope-from git) Date: Sat, 13 Nov 2021 14:06:27 GMT Message-Id: <202111131406.1ADE6RS0068886@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: 673d67948abc - main - net-mgmt/netbox: Update to 3.0.10 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org 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: 673d67948abc2ea4d992102fcfd299cd96c0ed4a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=673d67948abc2ea4d992102fcfd299cd96c0ed4a commit 673d67948abc2ea4d992102fcfd299cd96c0ed4a Author: Kai Knoblich AuthorDate: 2021-11-13 14:03:21 +0000 Commit: Kai Knoblich CommitDate: 2021-11-13 14:03:21 +0000 net-mgmt/netbox: Update to 3.0.10 Enhancements: * Add mini-DIN 8 console port type * Add vid filter field to VLANs list * Add visual aids to interfaces table for type, enabled status Bug Fixes: * Fix assignment of members to virtual chassis with initial position of zero * Fix conflation of assigned IP status & role in interface tables * Fix 404 when attaching multiple images in succession * Fix minimum version check under Python v3.10 * Add missing outer dimension columns to rack table * Preserve multi-line values during CSV file import * Fix indentation of locations under site view * Improve XSS mitigation in Markdown renderer * Enable sorting device bays table by installed device status * Differentiate ID and VID columns in VLANs table * Fix reference values for content type under custom field import form * Add missing export template support for various models * Fix restriction of user & group objects in GraphQL API queries Changelog: https://github.com/netbox-community/netbox/releases/tag/v3.0.10 --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 33db8742e399..d69a791e3642 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.0.9 +DISTVERSION= 3.0.10 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 5346e5ad2e6c..429a1734a97b 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635947365 -SHA256 (netbox-community-netbox-v3.0.9_GH0.tar.gz) = d8dc097c61463a333ea7401d225dc49210c8e47986b5f39f1ef80e3f68495a0f -SIZE (netbox-community-netbox-v3.0.9_GH0.tar.gz) = 4494595 +TIMESTAMP = 1636739254 +SHA256 (netbox-community-netbox-v3.0.10_GH0.tar.gz) = f308edde78c131e75fb289b9cb2838518d7cac12584cfa58e52a88c62ff92bc4 +SIZE (netbox-community-netbox-v3.0.10_GH0.tar.gz) = 4494794