svn commit: r531828 - head/net-mgmt/netbox
Kai Knoblich
kai at FreeBSD.org
Thu Apr 16 07:59:25 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list