Skip to content

Commit

Permalink
net-mgmt/netbox: Update 3.7.6
Browse files Browse the repository at this point in the history
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 d4adc00)
  • Loading branch information
knobix committed Apr 23, 2024
1 parent 73bc14b commit 09685c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down Expand Up @@ -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} \
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
3 changes: 3 additions & 0 deletions net-mgmt/netbox/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09685c6

Please sign in to comment.