git: 5fb5c23fea3c - main - net-mgmt/netbox: Update to 3.3.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Nov 2022 06:46:37 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fb5c23fea3c912ed68a610dfaae3cbad0c21253 commit 5fb5c23fea3c912ed68a610dfaae3cbad0c21253 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-11-18 06:44:28 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-11-18 06:45:56 +0000 net-mgmt/netbox: Update to 3.3.8 Changelog: Enhancements: * Add backplane Ethernet interface types * Add location selector to power feed form * Use front/rear port colors in cable trace SVG * Include "add module type" button on manufacturer view * Add count of L2VPNs to tenant view * Include device location under cable view * Include request cookies when queuing a custom script Bug Fixes: * Ensure thread safety of change logging functions * Correct UI display for azuread-v2-tenant-oauth2 SSO backend * Fix bulk edit/delete buttons ad top of object lists * Correct cookie paths when BASE_PATH is set * Remove erroneous link for contact assignment count * Fix dark mode coloring for data on device status page * Populate tag selection list for service filter form * Fix form widget styling on FHRP group form * Fix cable creation links on power port view https://github.com/netbox-community/netbox/releases/tag/v3.3.8 MFH: 2022Q4 --- net-mgmt/netbox/Makefile | 4 ++-- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 2b454e5908c6..10250b456c3c 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.3.7 +DISTVERSION= 3.3.8 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.8<4.1:www/py-django40@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj40-django-prometheus>=2.2.0<2.3:www/py-dj40-django-prometheus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-redis>=5.2.0<6:www/py-dj40-django-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-rich>=1.4.0<2:www/py-dj40-django-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj40-django-rq>=2.5.1<2.6:devel/py-dj40-django-rq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj40-django-rq>=2.5.1<2.7:devel/py-dj40-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-tables2>=2.4.1<2.5:www/py-dj40-django-tables2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-taggit>=3.0.0<4:www/py-dj40-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-timezone-field>=5.0<6:www/py-dj40-django-timezone-field@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 1474be9b2ad5..f001c681e750 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667652976 -SHA256 (netbox-community-netbox-v3.3.7_GH0.tar.gz) = 5d8d772ec86bebf366fca92200dae18e5b0eb2e9e01af8bafb7d070686db8ef4 -SIZE (netbox-community-netbox-v3.3.7_GH0.tar.gz) = 7312013 +TIMESTAMP = 1668670130 +SHA256 (netbox-community-netbox-v3.3.8_GH0.tar.gz) = 3112d82486b582056391713aafffab5090b2e4f7260a064ffbf1b19ed353740b +SIZE (netbox-community-netbox-v3.3.8_GH0.tar.gz) = 7313062 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 8cf69de6384d..0cdee3585bad 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -582,6 +582,7 @@ %%DATADIR%%/netbox/configuration_example.py %%DATADIR%%/netbox/configuration_testing.py %%DATADIR%%/netbox/constants.py +%%DATADIR%%/netbox/context.py %%DATADIR%%/netbox/context_processors.py %%DATADIR%%/netbox/denormalized.py %%DATADIR%%/netbox/filtersets.py @@ -599,7 +600,6 @@ %%DATADIR%%/netbox/models/features.py %%DATADIR%%/netbox/navigation_menu.py %%DATADIR%%/netbox/preferences.py -%%DATADIR%%/netbox/request_context.py %%DATADIR%%/netbox/search.py %%DATADIR%%/netbox/settings.py %%DATADIR%%/netbox/signals.py @@ -663,6 +663,7 @@ %%DATADIR%%/project-static/img/netbox_touch-icon-180.png %%DATADIR%%/project-static/img/rest-api.ico %%DATADIR%%/project-static/img/tint_20.png +%%DATADIR%%/project-static/js/setmode.js %%DATADIR%%/project-static/netbox-graphiql/graphiql.scss %%DATADIR%%/project-static/netbox-graphiql/index.ts %%DATADIR%%/project-static/netbox-graphiql/package.json