MFH: r514454

net-mgmt/netbox: Update to 2.6.6

Changelog:

Enhancements:
* Add InfiniBand interface types
* Add rack and site filters for cables
* Disallow raw HTML in Markdown-rendered fields
* Add MultiObjectVar for custom scripts
* Enable editing of individual DeviceType components
* Render text and URL fields as textareas in the custom link form
* Introduce commit_default custom script attribute to not commit changes by
  default

Bug Fixes:
* Prevent primary IP address for a device/VM from being reassigned
* Correct CSV headers for exported power feeds
* Fix device status page loading when NAPALM call fails
* Prevent erroneous redirects when editing tags
* Ensure consistent display of changelog retention period
* Change device to parent in interface editing VLAN filtering logic
* Restore label for comments field when bulk editing circuits
* Enforce view permissions on global search results
* Enforce object-form JSON for local context data on devices and VMs

https://github.com/netbox-community/netbox/releases/tag/v2.6.6

Approved by:	ports-secteam (miwi)
This commit is contained in:
Kai Knoblich 2019-10-15 07:54:01 +00:00
parent 1e2c1a3948
commit dbea8853d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=514494
4 changed files with 32 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.5
DISTVERSION= 2.6.6
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1569582543
SHA256 (digitalocean-netbox-v2.6.5_GH0.tar.gz) = 8116e1be37a6a6188a7bfc6f2d842f500813d72ffcc9072ad5ac8a70198b9c8f
SIZE (digitalocean-netbox-v2.6.5_GH0.tar.gz) = 2408180
TIMESTAMP = 1570968180
SHA256 (digitalocean-netbox-v2.6.6_GH0.tar.gz) = f211fba7b35332fb2883ababfd9ffc79de2e7a727710d94a007e0bef0b9376a2
SIZE (digitalocean-netbox-v2.6.6_GH0.tar.gz) = 2414895

View File

@ -73,4 +73,12 @@ If you have the CORS_ORIGIN_WHITELIST configuration parameter defined, note
that each origin must now include a URI scheme.
EOD
}
{ type: upgrade
maximum_version: 2.6.6
message: <<EOD
The 2.6.6 release includes a migration which automatically updates all existing
cables to enable filtering by site/rack. This migration may take several
minutes to complete on installations with tens of thousands of cables defined.
EOD
}
]

View File

@ -46,6 +46,24 @@
%%PORTDOCS%%%%DOCSDIR%%/media/screenshot2.png
%%PORTDOCS%%%%DOCSDIR%%/media/screenshot3.png
%%PORTDOCS%%%%DOCSDIR%%/netbox_logo.png
%%PORTDOCS%%%%DOCSDIR%%/release-notes/index.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.0.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.1.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.2.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.3.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.4.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.5.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.6.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.7.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.8.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.9.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.0.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.1.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.2.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.3.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.4.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.5.md
%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.6.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netboxrc.sample
%%DATADIR%%/circuits/__init__.py
%%DATADIR%%/circuits/api/__init__.py
@ -176,6 +194,7 @@
%%DATADIR%%/dcim/migrations/0072_powerfeeds.py
%%DATADIR%%/dcim/migrations/0073_interface_form_factor_to_type.py
%%DATADIR%%/dcim/migrations/0074_increase_field_length_platform_name_slug.py
%%DATADIR%%/dcim/migrations/0075_cable_devices.py
%%DATADIR%%/dcim/migrations/__init__.py
%%DATADIR%%/dcim/models.py
%%DATADIR%%/dcim/signals.py
@ -400,7 +419,7 @@
%%DATADIR%%/project-static/js/cabletrace.js
%%DATADIR%%/project-static/js/forms.js
%%DATADIR%%/project-static/js/graphs.js
%%DATADIR%%/project-static/js/jquery-3.3.1.min.js
%%DATADIR%%/project-static/js/jquery-3.4.1.min.js
%%DATADIR%%/project-static/js/livesearch.js
%%DATADIR%%/project-static/js/secrets.js
%%DATADIR%%/project-static/select2-4.0.5/LICENSE.md