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
This commit is contained in:
parent
1d457939c9
commit
bcea4d452e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531828
3 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.7.11
|
||||
DISTVERSION= 2.7.12
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue