svn commit: r514494 - in branches/2019Q4/net-mgmt/netbox: . files
Kai Knoblich
kai at FreeBSD.org
Tue Oct 15 07:54:03 UTC 2019
Author: kai
Date: Tue Oct 15 07:54:01 2019
New Revision: 514494
URL: https://svnweb.freebsd.org/changeset/ports/514494
Log:
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)
Modified:
branches/2019Q4/net-mgmt/netbox/Makefile
branches/2019Q4/net-mgmt/netbox/distinfo
branches/2019Q4/net-mgmt/netbox/files/pkg-message.in
branches/2019Q4/net-mgmt/netbox/pkg-plist
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/net-mgmt/netbox/Makefile
==============================================================================
--- branches/2019Q4/net-mgmt/netbox/Makefile Tue Oct 15 07:36:02 2019 (r514493)
+++ branches/2019Q4/net-mgmt/netbox/Makefile Tue Oct 15 07:54:01 2019 (r514494)
@@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6.5
+DISTVERSION= 2.6.6
CATEGORIES= net-mgmt
MAINTAINER= kai at FreeBSD.org
Modified: branches/2019Q4/net-mgmt/netbox/distinfo
==============================================================================
--- branches/2019Q4/net-mgmt/netbox/distinfo Tue Oct 15 07:36:02 2019 (r514493)
+++ branches/2019Q4/net-mgmt/netbox/distinfo Tue Oct 15 07:54:01 2019 (r514494)
@@ -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
Modified: branches/2019Q4/net-mgmt/netbox/files/pkg-message.in
==============================================================================
--- branches/2019Q4/net-mgmt/netbox/files/pkg-message.in Tue Oct 15 07:36:02 2019 (r514493)
+++ branches/2019Q4/net-mgmt/netbox/files/pkg-message.in Tue Oct 15 07:54:01 2019 (r514494)
@@ -73,4 +73,12 @@ If you have the CORS_ORIGIN_WHITELIST configuration pa
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
+}
]
Modified: branches/2019Q4/net-mgmt/netbox/pkg-plist
==============================================================================
--- branches/2019Q4/net-mgmt/netbox/pkg-plist Tue Oct 15 07:36:02 2019 (r514493)
+++ branches/2019Q4/net-mgmt/netbox/pkg-plist Tue Oct 15 07:54:01 2019 (r514494)
@@ -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
More information about the svn-ports-all
mailing list