From 3b357fa057077e6bd3e905a3472334bb174070ed Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sat, 29 Apr 2023 20:16:46 +0200 Subject: [PATCH] net-mgmt/netbox: Update to 3.4.10 Changelog since 3.4.8: Enhancements: * Show peer racks as a dropdown list under rack view * Introduce CSRF_COOKIE_SECURE, SECURE_SSL_REDIRECT, and SESSION_COOKIE_SECURE configuration parameters * Hide PSK strings under wireless LAN & link views * Sanitize rendered custom links to mitigate malicious links * Enable setting user name & email values via remote authenticate headers * Enable anonymized reporting of census data Bug Fixes: * Fix custom object field assignments made via REST API for for cables * Fix ordering of search results when sorting by object name * Fix escaping of certain characters in URL when rendering custom links * Fix ordering of global search results by object type * Fix import of inventory items for devices with duplicated names * Improve error message for API token IP prefix validation failures * Restore the ability to move inventory items among devices * Fix pre-population of list values when creating a saved filter * Fix "mark connected" form field for bulk editing front & rear ports https://github.com/netbox-community/netbox/releases/tag/v3.4.10 https://github.com/netbox-community/netbox/releases/tag/v3.4.9 MFH: 2023Q2 --- net-mgmt/netbox/Makefile | 3 +-- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index ac7c8fa007b9..0c9cf80e93b7 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,7 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.4.8 -PORTREVISION= 1 +DISTVERSION= 3.4.10 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 095e41a1f41f..71f35602f686 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681389923 -SHA256 (netbox-community-netbox-v3.4.8_GH0.tar.gz) = 4c5becd12e29db54a3b7105ab1433635faadf553f7cb260d8c85c91af0ed3c96 -SIZE (netbox-community-netbox-v3.4.8_GH0.tar.gz) = 7408052 +TIMESTAMP = 1682759435 +SHA256 (netbox-community-netbox-v3.4.10_GH0.tar.gz) = 1b334caa0d1f7c65f58e969d33480c55d95ea8aa1a6986b7c25861a9fcd4bde8 +SIZE (netbox-community-netbox-v3.4.10_GH0.tar.gz) = 7413821 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 2934479be457..6788fab4a36e 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -729,6 +729,7 @@ %%DATADIR%%/project-static/src/buttons/markdownPreview.ts %%DATADIR%%/project-static/src/buttons/moveOptions.ts %%DATADIR%%/project-static/src/buttons/reslug.ts +%%DATADIR%%/project-static/src/buttons/secretToggle.ts %%DATADIR%%/project-static/src/buttons/selectAll.ts %%DATADIR%%/project-static/src/buttons/selectMultiple.ts %%DATADIR%%/project-static/src/clipboard.ts @@ -764,6 +765,7 @@ %%DATADIR%%/project-static/src/stores/objectDepth.ts %%DATADIR%%/project-static/src/stores/previousPkCheck.ts %%DATADIR%%/project-static/src/stores/rackImages.ts +%%DATADIR%%/project-static/src/stores/secret.ts %%DATADIR%%/project-static/src/tableConfig.ts %%DATADIR%%/project-static/src/tables/index.ts %%DATADIR%%/project-static/src/tables/interfaceTable.ts