diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2023-04-14 08:04:21 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2023-04-14 08:04:21 +0000 |
commit | b363f88e5124264fbc7d02d82a789120393302b6 (patch) | |
tree | dca3ce8e1f44f274d1b2e9a622639bd0935c6f09 | |
parent | 8cdc37f0e425960e6696ac0a7a3af4840a051613 (diff) | |
download | ports-b363f88e5124264fbc7d02d82a789120393302b6.tar.gz ports-b363f88e5124264fbc7d02d82a789120393302b6.zip |
net-mgmt/netbox: Update to 3.4.8
Changelog:
Enhancements:
* Enable general purpose image attachments for device types
* Allow custom object fields to reference a user or group
* Remove unit from commit rate column header in circuits table
* Disallow changing custom field type after creation
* Display a warning banner when DEBUG is enabled
* Enable filtering of VM Interfaces by assigned VLAN
* Specify UTF-8 encoding for default export template MIME type
* Introduce the grant_token permission for controlling the creation
of API tokens on behalf of other users
Bug Fixes:
* Validate generic foreign key relations assigned via REST API requests
* Prevent existing components & component templates from being
reassigned to different devices/device types via the REST API
* Raise validation error if generic foreign key assignment does not
specify both object type and ID
* Fix cleanup of object data when deleting a custom field
* Fix KeyError exception when attempting to add module bays in bulk
* Display relevant UI tab upon bulk import validation failure
* Fix the automatic assignment of racks to devices via the REST API
* Fix exception when attempting to create a saved filter for
applied filters
* Fix bulk editing of many-to-many relationships
* Hide clone button for objects with no clonable attributes
* Fix instantiation of nested inventory item templates when
creating a device
* Fix filtered bulk deletion for various models
* Fix form layout for plugin textarea fields
* Fix tenant assignment on bulk import of L2VPNs
https://github.com/netbox-community/netbox/releases/tag/v3.4.8
MFH: 2023Q2
-rw-r--r-- | net-mgmt/netbox/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/netbox/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 36fa0054f669..d68e25e939f5 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.4.7 +DISTVERSION= 3.4.8 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -25,7 +25,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=4.1.7<4.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-cors-headers>=3.14.0<4:www/py-dj41-django-cors-headers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-django-debug-toolbar>=3.7.0<4:www/py-dj41-django-debug-toolbar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj41-django-debug-toolbar>=3.7.0<5:www/py-dj41-django-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-filter>=23.1<24:www/py-dj41-django-filter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj41-django-graphiql-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-mptt>=0.14.0<0.15:www/py-dj41-django-mptt@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index a9c463a7fcbb..095e41a1f41f 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680079147 -SHA256 (netbox-community-netbox-v3.4.7_GH0.tar.gz) = 96345a77a9985e1dcd131341e0e4e7495b317bf920d040e28f894a88fc2590cb -SIZE (netbox-community-netbox-v3.4.7_GH0.tar.gz) = 7377904 +TIMESTAMP = 1681389923 +SHA256 (netbox-community-netbox-v3.4.8_GH0.tar.gz) = 4c5becd12e29db54a3b7105ab1433635faadf553f7cb260d8c85c91af0ed3c96 +SIZE (netbox-community-netbox-v3.4.8_GH0.tar.gz) = 7408052 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 8f3bfce5075a..2934479be457 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -236,6 +236,7 @@ %%DATADIR%%/docs/integrations/rest-api.md %%DATADIR%%/docs/integrations/webhooks.md %%DATADIR%%/docs/introduction.md +%%DATADIR%%/docs/media/admin_ui_grant_permission.png %%DATADIR%%/docs/media/admin_ui_run_permission.png %%DATADIR%%/docs/media/authentication/azure_ad_add_app_registration.png %%DATADIR%%/docs/media/authentication/azure_ad_add_client_secret.png @@ -1037,7 +1038,6 @@ %%DATADIR%%/templates/wireless/wirelesslan.html %%DATADIR%%/templates/wireless/wirelesslangroup.html %%DATADIR%%/templates/wireless/wirelesslink.html -%%DATADIR%%/templates/wireless/wirelesslink_edit.html %%DATADIR%%/tenancy/__init__.py %%DATADIR%%/tenancy/api/__init__.py %%DATADIR%%/tenancy/api/nested_serializers.py |