mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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
This commit is contained in:
parent
896a2569c7
commit
3b357fa057
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user