From owner-svn-ports-all@freebsd.org Thu Apr 16 07:59:25 2020 Return-Path: Delivered-To: svn-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 172412B565D; Thu, 16 Apr 2020 07:59:25 +0000 (UTC) (envelope-from kai@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492s7c6s2Gz49BM; Thu, 16 Apr 2020 07:59:24 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC77056DB; Thu, 16 Apr 2020 07:59:24 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03G7xOsZ030453; Thu, 16 Apr 2020 07:59:24 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03G7xOG5030450; Thu, 16 Apr 2020 07:59:24 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202004160759.03G7xOG5030450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 16 Apr 2020 07:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531828 - head/net-mgmt/netbox X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net-mgmt/netbox X-SVN-Commit-Revision: 531828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 07:59:25 -0000 Author: kai Date: Thu Apr 16 07:59:23 2020 New Revision: 531828 URL: https://svnweb.freebsd.org/changeset/ports/531828 Log: net-mgmt/netbox: Update to 2.7.12 Changelog: Enhancements: * Reference VRF by name rather than RD during IP/prefix import * Use absolute URLs in rack elevation SVG renderings * Allow connecting cables between two circuit terminations * Add the webhook_receiver management command to assist in troubleshooting outgoing webhooks Bug Fixes: * Fix typing of count_ipaddresses on interface serializer * Fail cleanly when trying to import multiple device types simultaneously * Fix exception when disconnecting a cable from a power feed * Tweak display of unset custom integer fields * Fix reservation edit/delete button URLs on rack view https://github.com/netbox-community/netbox/releases/tag/v2.7.12 MFH: 2020Q2 Modified: head/net-mgmt/netbox/Makefile head/net-mgmt/netbox/distinfo head/net-mgmt/netbox/pkg-plist Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Thu Apr 16 07:51:38 2020 (r531827) +++ head/net-mgmt/netbox/Makefile Thu Apr 16 07:59:23 2020 (r531828) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.7.11 +DISTVERSION= 2.7.12 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org Modified: head/net-mgmt/netbox/distinfo ============================================================================== --- head/net-mgmt/netbox/distinfo Thu Apr 16 07:51:38 2020 (r531827) +++ head/net-mgmt/netbox/distinfo Thu Apr 16 07:59:23 2020 (r531828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585496811 -SHA256 (netbox-community-netbox-v2.7.11_GH0.tar.gz) = a910d6d32dd8912718cba228a7bbc1ef7d0ab3a6397a5a6a8089ab86603ed260 -SIZE (netbox-community-netbox-v2.7.11_GH0.tar.gz) = 5597953 +TIMESTAMP = 1586940490 +SHA256 (netbox-community-netbox-v2.7.12_GH0.tar.gz) = 4c5f6f5fae54dbd2e4463de1c290c196269fedd0958864ba4de7405d16e677ab +SIZE (netbox-community-netbox-v2.7.12_GH0.tar.gz) = 5599712 Modified: head/net-mgmt/netbox/pkg-plist ============================================================================== --- head/net-mgmt/netbox/pkg-plist Thu Apr 16 07:51:38 2020 (r531827) +++ head/net-mgmt/netbox/pkg-plist Thu Apr 16 07:59:23 2020 (r531828) @@ -317,6 +317,7 @@ %%DATADIR%%/extras/management/commands/renaturalize.py %%DATADIR%%/extras/management/commands/rqworker.py %%DATADIR%%/extras/management/commands/runreport.py +%%DATADIR%%/extras/management/commands/webhook_receiver.py %%DATADIR%%/extras/middleware.py %%DATADIR%%/extras/migrations/0001_initial.py %%DATADIR%%/extras/migrations/0001_initial_squashed_0013_objectchange.py