diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2026-08-02 09:14:17 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2026-08-02 09:14:17 +0000 |
| commit | dd7576137f736f5dc724b2d4db6084c7e062cf08 (patch) | |
| tree | 5625f48c9fe7a202c89dd87e5ff2b17e30b3ab72 | |
| parent | 7932b158a543476c90138973465f2040109bed1b (diff) | |
net-mgmt/netbox: Update to 4.6.7
Changelog:
Performance Improvements:
* Skip cached scope rebuild for sites and locations when scope fields
are unchanged
* Avoid extraneous database queries when fetching custom field data via
the GraphQL API
* Avoid an extra database query when including rack reservation units
via the GraphQL API
* Avoid extraneous database queries when fetching the IP address or
prefix family via the GraphQL API
Bug Fixes:
* Correctly evaluate IP availability for users whose permissions are
constrained by a custom field on a related object
* Filter circuit group assignments by member type to avoid displaying
assignments belonging to a virtual circuit with the same ID
https://github.com/netbox-community/netbox/releases/tag/v4.6.7
MFH: 2026Q3
| -rw-r--r-- | net-mgmt/netbox/Makefile | 4 | ||||
| -rw-r--r-- | net-mgmt/netbox/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index d2bd0e27f2f3..663f96930977 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 4.6.6 +DISTVERSION= 4.6.7 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -69,7 +69,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django60>=6.0.7<6.1:www/py-django60@${PY_FLA ${PYTHON_PKGNAMEPREFIX}tzdata>=2026.3:devel/py-tzdata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.3<7:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=26.0.0:www/py-gunicorn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zensical>=0.0.51<1:textproc/py-zensical@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}zensical>=0.0.52<1:textproc/py-zensical@${PY_FLAVOR} USES= cpe pgsql:14+ python:3.12+ CPE_VENDOR= netbox diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 344ea88a9933..3702a310e52f 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1785424296 -SHA256 (netbox-community-netbox-v4.6.6_GH0.tar.gz) = 1c3ff1815ca0aebd41caf831aaf3cbd21952ea29fecf34b232ada2c7424269d3 -SIZE (netbox-community-netbox-v4.6.6_GH0.tar.gz) = 20079606 +TIMESTAMP = 1785518136 +SHA256 (netbox-community-netbox-v4.6.7_GH0.tar.gz) = f64d8c5964d10851af0e0f95ede2bd7baa2c4e0d9362430e2c0980194bce941e +SIZE (netbox-community-netbox-v4.6.7_GH0.tar.gz) = 20091357 |
