git: 09685c6c87fc - 2024Q2 - net-mgmt/netbox: Update 3.7.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 12:02:48 UTC
The branch 2024Q2 has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=09685c6c87fc4e8850dd6eee7f92fec57e424722
commit 09685c6c87fc4e8850dd6eee7f92fec57e424722
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-04-23 11:34:59 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-04-23 12:02:26 +0000
net-mgmt/netbox: Update 3.7.6
Changelog:
Enhancements:
* Improve rendering of JSON data in configuration form
* Enable compatibility with non-Amazon S3 providers for remote
data sources
* Add global search support for L2VPN identifiers
* Introduce new configuration parameters for enabling HTTP Strict
Transport Security (HSTS)
Bug Fixes:
* Restore ability to modify assigned component template when
adding/modifying an inventory item template
* Fix permission constraints for synchronization of remote data sources
* Correct OpenAPI schema definitions for read-only fields which may
return null values
* Extend plugin removal instruction to include reindexing the global
search cache
* Fix AttributeError exception when attempting to save an incomplete
tunnel termination
* Fix permission required to display virtual disks tab on virtual
machine UI view
* Allow filtering cables by decimal values using UI filter form
* Add missing ike_policy & ike_policy_id filters for IKE proposals
* Include id in list of supported fields for all bulk import forms
* Fix live preview support for EventRule comments
https://github.com/netbox-community/netbox/releases/tag/v3.7.6
MFH: 2024Q2
(cherry picked from commit d4adc005cbdb7d83ad2ef2ee92a6017cf94080b7)
---
net-mgmt/netbox/Makefile | 8 ++++----
net-mgmt/netbox/distinfo | 6 +++---
net-mgmt/netbox/pkg-plist | 3 +++
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 1b88446af897..dc32398c2d77 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 3.7.5
+DISTVERSION= 3.7.6
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -45,8 +45,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.11<4.3:www/py-django42@${PY_FL
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.11<7:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3<4:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=3.5.2<3.7:textproc/py-markdown@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.17<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.24.2<1:textproc/py-mkdocstrings@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.18<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.24.3<1:textproc/py-mkdocstrings@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>=1.2.1<2:net/py-netaddr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=10.3.0:graphics/py-pillow@${PY_FLAVOR} \
@@ -58,7 +58,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.11<4.3:www/py-django42@${PY_FL
${PYTHON_PKGNAMEPREFIX}tablib>=3.6.1<4:textproc/py-tablib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzdata>=2024.1:devel/py-tzdata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=6.0.1<7:devel/py-yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gunicorn>=21.2.0<22:www/py-gunicorn@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}gunicorn>=21.2.0<23:www/py-gunicorn@${PY_FLAVOR}
USES= cpe pgsql:12+ python
CPE_VENDOR= netbox
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index e899a48bc1d9..a4719429f130 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712292590
-SHA256 (netbox-community-netbox-v3.7.5_GH0.tar.gz) = 8cb105ee4a62056ac294468ecf0b6b931d458fa44c41b3d5c5aa26c68bfd46d2
-SIZE (netbox-community-netbox-v3.7.5_GH0.tar.gz) = 9323418
+TIMESTAMP = 1713844612
+SHA256 (netbox-community-netbox-v3.7.6_GH0.tar.gz) = 8098a29cc08888c97bad2f692b53fd522c9ebef71305675beb0a28d0a6da0fb7
+SIZE (netbox-community-netbox-v3.7.6_GH0.tar.gz) = 9324360
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 24f70a105516..3017b3f39d20 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -485,6 +485,8 @@
%%DATADIR%%/docs/plugins/development/templates.md
%%DATADIR%%/docs/plugins/development/views.md
%%DATADIR%%/docs/plugins/index.md
+%%DATADIR%%/docs/plugins/installation.md
+%%DATADIR%%/docs/plugins/removal.md
%%DATADIR%%/docs/reference/conditions.md
%%DATADIR%%/docs/reference/filtering.md
%%DATADIR%%/docs/reference/markdown.md
@@ -1033,6 +1035,7 @@
%%DATADIR%%/templates/dcim/inventoryitem_bulk_delete.html
%%DATADIR%%/templates/dcim/inventoryitem_edit.html
%%DATADIR%%/templates/dcim/inventoryitemrole.html
+%%DATADIR%%/templates/dcim/inventoryitemtemplate_edit.html
%%DATADIR%%/templates/dcim/location.html
%%DATADIR%%/templates/dcim/manufacturer.html
%%DATADIR%%/templates/dcim/module.html