From owner-dev-commits-ports-all@freebsd.org Fri Jul 30 06:51:23 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 5B020661D33; Fri, 30 Jul 2021 06:51:23 +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 4GbdNC1KB1z3nm7; Fri, 30 Jul 2021 06:51:23 +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 138ED20A85; Fri, 30 Jul 2021 06:51:23 +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 16U6pMoH043745; Fri, 30 Jul 2021 06:51:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16U6pMdr043744; Fri, 30 Jul 2021 06:51:22 GMT (envelope-from git) Date: Fri, 30 Jul 2021 06:51:22 GMT Message-Id: <202107300651.16U6pMdr043744@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: e2ebaf18fc3a - main - net-mgmt/netbox: Update to 2.11.10 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: e2ebaf18fc3ae0aabc40bdea552342fe26cf38ac 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: Fri, 30 Jul 2021 06:51:23 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2ebaf18fc3ae0aabc40bdea552342fe26cf38ac commit e2ebaf18fc3ae0aabc40bdea552342fe26cf38ac Author: Kai Knoblich AuthorDate: 2021-07-30 06:45:43 +0000 Commit: Kai Knoblich CommitDate: 2021-07-30 06:49:03 +0000 net-mgmt/netbox: Update to 2.11.10 Changelog: Enhancements: * Enable CSV import via uploaded file * Add 6P/4P pass-through port types * Add count of inventory items to manufacturer view * Add "hardwired" type for power port types Bug Fixes: * Fix assignment of permissions based on LDAP groups * Fix filtering of interface connections list * Fix assignment of parent interfaces for bulk import * Add missing display field to rack unit serializer * Fix A/Z assignment when swapping circuit terminations * Fix default value validation for custom text fields * Rack reservation should display rack's location * Include rack location in navigation breadcrumbs * Fix device name display on device status view * Limit reported prefix utilization to 100% * Use consistent maximum value for interface MTU Other Changes: * Database query caching is now disabled by default https://github.com/netbox-community/netbox/releases/tag/v2.11.10 --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 129260dd1778..a456fc7a7936 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.11.9 +DISTVERSION= 2.11.10 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index dce423057dbd..66a974170151 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626024676 -SHA256 (netbox-community-netbox-v2.11.9_GH0.tar.gz) = 11915f56a16e5931ac8e2dbb494081b572accf68cd6aee47eed6908dc6ee161a -SIZE (netbox-community-netbox-v2.11.9_GH0.tar.gz) = 7109590 +TIMESTAMP = 1627502411 +SHA256 (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 057e379e86fd4bc0e3c60a2c8b2b2a5e41f62ba6f1e978a173424a13816f3e30 +SIZE (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 7110691 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index e3ab28c7439a..00d6568bd549 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -26,6 +26,7 @@ %%PORTDOCS%%%%DOCSDIR%%/core-functionality/tenancy.md %%PORTDOCS%%%%DOCSDIR%%/core-functionality/virtualization.md %%PORTDOCS%%%%DOCSDIR%%/core-functionality/vlans.md +%%PORTDOCS%%%%DOCSDIR%%/development/adding-models.md %%PORTDOCS%%%%DOCSDIR%%/development/application-registry.md %%PORTDOCS%%%%DOCSDIR%%/development/extending-models.md %%PORTDOCS%%%%DOCSDIR%%/development/getting-started.md