Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 19:30:08 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r531876 - branches/2020Q2/net-mgmt/netbox
Message-ID:  <202004161930.03GJU8MZ064846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr 16 19:30:08 2020
New Revision: 531876
URL: https://svnweb.freebsd.org/changeset/ports/531876

Log:
  MFH: r531828
  
  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
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q2/net-mgmt/netbox/Makefile
  branches/2020Q2/net-mgmt/netbox/distinfo
  branches/2020Q2/net-mgmt/netbox/pkg-plist
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net-mgmt/netbox/Makefile
==============================================================================
--- branches/2020Q2/net-mgmt/netbox/Makefile	Thu Apr 16 19:28:44 2020	(r531875)
+++ branches/2020Q2/net-mgmt/netbox/Makefile	Thu Apr 16 19:30:08 2020	(r531876)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.7.11
+DISTVERSION=	2.7.12
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org

Modified: branches/2020Q2/net-mgmt/netbox/distinfo
==============================================================================
--- branches/2020Q2/net-mgmt/netbox/distinfo	Thu Apr 16 19:28:44 2020	(r531875)
+++ branches/2020Q2/net-mgmt/netbox/distinfo	Thu Apr 16 19:30:08 2020	(r531876)
@@ -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: branches/2020Q2/net-mgmt/netbox/pkg-plist
==============================================================================
--- branches/2020Q2/net-mgmt/netbox/pkg-plist	Thu Apr 16 19:28:44 2020	(r531875)
+++ branches/2020Q2/net-mgmt/netbox/pkg-plist	Thu Apr 16 19:30:08 2020	(r531876)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004161930.03GJU8MZ064846>