Skip to content
Snippets Groups Projects
Commit 34f18483 authored by Kai Knoblich's avatar Kai Knoblich
Browse files

net-mgmt/netbox: Update to 3.0.11

Enhancements:
* Add missing q filters for necessary models
* Add virtual chassis filters for device components
* Add Markdown support for strikethrough formatting
* Add optional VLAN group column to prefixes table
* Improve live reloading of custom scripts
* Add IEEE 802.15.1 interface type

Bug Fixes:
* Fix excessive CPU utilization when AUTH_LDAP_FIND_GROUP_PERMS
  is enabled
* Make change logging middleware thread-safe
* Fix initialization of custom script MultiObjectVar field with
  multiple values
* Fix permissions evaluation when displaying VLAN group VLANs table
* Fix exception when tracing cable across circuit with no far
  end termination
* Fix handling of errors during export template rendering
* Add missing cluster name filter for virtual machines
* Fix ordering IP addresses by assignment status
* Fix styling of form widgets under cable connection views
* power_port can be null when creating power outlets via REST API
* REST API should support null values for console port speeds

https://github.com/netbox-community/netbox/releases/tag/v3.0.11
parent 08c6efbc
No related branches found
No related tags found
No related merge requests found
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.10
DISTVERSION= 3.0.11
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
......@@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.9<3.3:www/py-django32@${PY_FLA
${PYTHON_PKGNAMEPREFIX}dj32-django-mptt>=0.13.4<0.14:www/py-dj32-django-mptt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-prometheus>=2.1.0<2.2:www/py-dj32-django-prometheus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-redis>=5.0.0<5.1:www/py-dj32-django-redis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-rq>=2.4.1<2.5:devel/py-dj32-django-rq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-rq>=2.4.1<2.6:devel/py-dj32-django-rq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-tables2>=2.4.1<2.5:www/py-dj32-django-tables2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-taggit>=1.5.1<2:www/py-dj32-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-timezone-field>=4.1.2<5:www/py-dj32-django-timezone-field@${PY_FLAVOR} \
......
TIMESTAMP = 1636739254
SHA256 (netbox-community-netbox-v3.0.10_GH0.tar.gz) = f308edde78c131e75fb289b9cb2838518d7cac12584cfa58e52a88c62ff92bc4
SIZE (netbox-community-netbox-v3.0.10_GH0.tar.gz) = 4494794
TIMESTAMP = 1637860697
SHA256 (netbox-community-netbox-v3.0.11_GH0.tar.gz) = b71887f1a2ef0d0cafd57c16377c250ec3e901e3d1e722f9363b95d037873d7d
SIZE (netbox-community-netbox-v3.0.11_GH0.tar.gz) = 4497162
......@@ -432,6 +432,7 @@
%%DATADIR%%/netbox/middleware.py
%%DATADIR%%/netbox/models.py
%%DATADIR%%/netbox/navigation_menu.py
%%DATADIR%%/netbox/request_context.py
%%DATADIR%%/netbox/settings.py
%%DATADIR%%/netbox/signals.py
%%DATADIR%%/netbox/tests/__init__.py
......@@ -839,6 +840,7 @@
%%DATADIR%%/utilities/management/commands/__init__.py
%%DATADIR%%/utilities/management/commands/makemigrations.py
%%DATADIR%%/utilities/management/commands/migrate.py
%%DATADIR%%/utilities/markdown.py
%%DATADIR%%/utilities/mptt.py
%%DATADIR%%/utilities/ordering.py
%%DATADIR%%/utilities/paginator.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment