mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
net-mgmt/netbox: Update to 2.11.11
Changelog: Enhancements: * Add C21 & C22 power types * Employ a sandbox when rendering Jinja2 code for increased security Bug Fixes: * Add import button to VM interfaces list * Fix validation of unit ranges when creating a rack reservation * Fix validation of IP address assigned as device/VM primary via NAT relation * Populate device field when cloning device components * Allow assignment of scope to VLAN groups upon import * Remove extraneous site column from VLAN group import form * Fix exception on invalid CSV import column name * Fix return URL persistence when adding multiple objects sequentially * Remove extraneous columns from inventory item and device bay tables * Add missing parent column to inventory item import form https://github.com/netbox-community/netbox/releases/tag/v2.11.11
This commit is contained in:
parent
12bc543eb7
commit
ecc74cda08
@ -1,6 +1,6 @@
|
||||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.11.10
|
||||
DISTVERSION= 2.11.11
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
# - www/py-dj32-django-tables2
|
||||
# - www/py-dj32-djangorestframework (in conjunction with www/py-dj32-drf-yasg)
|
||||
#
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.5<3.3:www/py-django32@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.6<3.3:www/py-django32@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-cacheops>=6.0<7.0:www/py-dj32-django-cacheops@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.7.0<3.8:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.1<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1627502411
|
||||
SHA256 (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 057e379e86fd4bc0e3c60a2c8b2b2a5e41f62ba6f1e978a173424a13816f3e30
|
||||
SIZE (netbox-community-netbox-v2.11.10_GH0.tar.gz) = 7110691
|
||||
TIMESTAMP = 1628798768
|
||||
SHA256 (netbox-community-netbox-v2.11.11_GH0.tar.gz) = 641892dec08b08a66a9ab4e2b4ed9597bc3282aa851ec95f0f622a92fde20146
|
||||
SIZE (netbox-community-netbox-v2.11.11_GH0.tar.gz) = 7123432
|
||||
|
Loading…
Reference in New Issue
Block a user