svn commit: r527811 - head/net-mgmt/netbox
Kai Knoblich
kai at FreeBSD.org
Thu Mar 5 07:24:36 UTC 2020
Author: kai
Date: Thu Mar 5 07:24:35 2020
New Revision: 527811
URL: https://svnweb.freebsd.org/changeset/ports/527811
Log:
net-mgmt/netbox: Update to 2.7.8
Changelog:
Enhancements:
* Add a "decommissioning" cable status
* Return graceful error message when webhook queuing fails
* Omit internal fields from the change log data
* Support Jinja2 templating for webhook payload and headers
* Extend custom scripts to pass the commit value via run()
* Denote rack role on rack elevations list
Bug Fixes:
* Fix exception when deleting a device with interface connections when an
interfaces webhook is defined
* Escape double quotes on encapsulated values during CSV export
* Fix display of rear device image if front image is not defined
* Improve fit of device images in rack elevations
* Fix rack units filtering on elevation endpoint
* Enforce consistent background striping in rack elevations
* Fix API representation of content_type for export templates
* Fix exception when selecting all filtered objects during bulk edit
* Fix exception when filtering foreign keys by NULL
* Correct IP address hyperlinks on interface view
* Fix duplication of field attributes when multiple IPNetworkVars are
present in a script
* Fix power port assignment for power outlet templates created via REST API
* Interface type should be required by API serializer
https://github.com/netbox-community/netbox/releases/tag/v2.7.8
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 Mar 5 07:17:33 2020 (r527810)
+++ head/net-mgmt/netbox/Makefile Thu Mar 5 07:24:35 2020 (r527811)
@@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.7.7
+DISTVERSION= 2.7.8
CATEGORIES= net-mgmt
MAINTAINER= kai at FreeBSD.org
Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo Thu Mar 5 07:17:33 2020 (r527810)
+++ head/net-mgmt/netbox/distinfo Thu Mar 5 07:24:35 2020 (r527811)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582621814
-SHA256 (netbox-community-netbox-v2.7.7_GH0.tar.gz) = f65eae2674872dfe584041d12b28a9f501ded2e4905d8ef9c4c78903acf333b3
-SIZE (netbox-community-netbox-v2.7.7_GH0.tar.gz) = 4952554
+TIMESTAMP = 1583180310
+SHA256 (netbox-community-netbox-v2.7.8_GH0.tar.gz) = df320c6988c777b559179d4c2988165157b49ee486d8cafb3c5021fadf5c581b
+SIZE (netbox-community-netbox-v2.7.8_GH0.tar.gz) = 5587481
Modified: head/net-mgmt/netbox/pkg-plist
==============================================================================
--- head/net-mgmt/netbox/pkg-plist Thu Mar 5 07:17:33 2020 (r527810)
+++ head/net-mgmt/netbox/pkg-plist Thu Mar 5 07:24:35 2020 (r527811)
@@ -307,6 +307,7 @@
%%DATADIR%%/extras/migrations/0035_deterministic_ordering.py
%%DATADIR%%/extras/migrations/0036_contenttype_filters_to_q_objects.py
%%DATADIR%%/extras/migrations/0037_configcontexts_clusters.py
+%%DATADIR%%/extras/migrations/0038_webhook_template_support.py
%%DATADIR%%/extras/migrations/__init__.py
%%DATADIR%%/extras/models.py
%%DATADIR%%/extras/querysets.py
@@ -1295,6 +1296,7 @@
%%DATADIR%%/templates/dcim/inc/poweroutlet.html
%%DATADIR%%/templates/dcim/inc/powerport.html
%%DATADIR%%/templates/dcim/inc/rack_elevation.html
+%%DATADIR%%/templates/dcim/inc/rack_elevation_header.html
%%DATADIR%%/templates/dcim/inc/rearport.html
%%DATADIR%%/templates/dcim/interface.html
%%DATADIR%%/templates/dcim/interface_connections_list.html
More information about the svn-ports-all
mailing list