git: 949b5bcf73c2 - 2025Q1 - net-mgmt/netbox: Update to 4.1.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jan 2025 09:44:34 UTC
The branch 2025Q1 has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=949b5bcf73c2bcee2aa01d317ec092331bb9fc6d
commit 949b5bcf73c2bcee2aa01d317ec092331bb9fc6d
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-01-17 20:30:15 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-01-18 09:28:18 +0000
net-mgmt/netbox: Update to 4.1.11
Changelog:
Bug Fixes:
* Fix duplicate entries appearing on VLAN list when filtering by
interface assignment
* Pass event rule action data to webhooks as context data
* Fix recalculation of cable paths when modifying cable terminations via
the REST API
* Require only encryption or authentication algorithm when creating an
IPSec proposal via the REST API
* Enable ordering modules and module types by created & last
updated times
https://github.com/netbox-community/netbox/releases/tag/v4.1.11
MFH: 2025Q1
(cherry picked from commit 1fbfdf73b0edfdfc8e1104d8701523659e67dc67)
---
net-mgmt/netbox/Makefile | 10 +++++-----
net-mgmt/netbox/distinfo | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 8264824d1ad4..208d894ab1ce 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 4.1.10
+DISTVERSION= 4.1.11
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -33,14 +33,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.10<5.1:www/py-django50@${PY_FL
${PYTHON_PKGNAMEPREFIX}dj50-django-redis>=5.4.0<6:www/py-dj50-django-redis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-django-rich>=1.13.0<2:www/py-dj50-django-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-django-rq>=3.0<3.1:devel/py-dj50-django-rq@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj50-django-tables2>=2.7.0<2.8:www/py-dj50-django-tables2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj50-django-tables2>=2.7.5<2.8:www/py-dj50-django-tables2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-django-taggit>=6.1.0<7:www/py-dj50-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-django-timezone-field>=7.0<8:www/py-dj50-django-timezone-field@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>=3.15.2<3.16.0:www/py-dj50-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular>=0.28.0<1:www/py-dj50-drf-spectacular@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular-sidecar>=2024.12.1:www/py-dj50-drf-spectacular-sidecar@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.254.0<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.52.0<1:www/py-dj50-strawberry-graphql-django@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.256.1<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.53.1<1:www/py-dj50-strawberry-graphql-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.11<7:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.4<4:devel/py-Jinja2@${PY_FLAVOR} \
@@ -55,7 +55,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.10<5.1:www/py-django50@${PY_FL
${PYTHON_PKGNAMEPREFIX}psycopg-c>=3.1.20<4:databases/py-psycopg-c@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg-pool>=3.2.3<4:databases/py-psycopg-pool@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.32.3<3:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rq>=2.0<3:devel/py-rq@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rq>=2.1.0<3:devel/py-rq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}social-auth-app-django>=5.4.2<6:www/py-social-auth-app-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.5.4<5:security/py-social-auth-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.3<2:graphics/py-svgwrite@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 94a36f872de6..085ccebd818b 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735241268
-SHA256 (netbox-community-netbox-v4.1.10_GH0.tar.gz) = 765cb6c51dfef7af0e2dc377256f097fd1082c1267fe7691cba12b3ba01dc0e9
-SIZE (netbox-community-netbox-v4.1.10_GH0.tar.gz) = 18109535
+TIMESTAMP = 1736254561
+SHA256 (netbox-community-netbox-v4.1.11_GH0.tar.gz) = 90916473b371fbd1f9c4a3b757fba15332a76bd5d7e238c7eb9cad3db57b1ffe
+SIZE (netbox-community-netbox-v4.1.11_GH0.tar.gz) = 18113538