net-mgmt/netbox: Update to 2.9.11
* Remove a superfluous dependency while I'm here. Changelog: Enhancements: * Allow passing Python code to nbshell using --command * Add CS and SN fiber port types Bug Fixes: * Fix setting user password via REST API * Fix uniqueness constraint for virtual machine names * Fix error when rendering config contexts when objects have multiple tags assigned * Add direct link to secret on secrets list * Fix updating secrets without setting new plaintext * Restore tags field on cable connection forms * Exclude SVG files from front/rear image upload for device types (currently unsupported) * Show assigned IP addresses in interfaces list * Fix validation for plugin version and required settings https://github.com/netbox-community/netbox/releases/tag/v2.9.11
This commit is contained in:
parent
2694d6ae22
commit
c3af6fda43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558210
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.9.10
|
||||
DISTVERSION= 2.9.11
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
@ -38,7 +38,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=3.1<3.2:www/py-django31@${PY_FLAVO
|
||||
${PYTHON_PKGNAMEPREFIX}dj31-djangorestframework>=3.11.0<3.12.0,1:www/py-dj31-djangorestframework@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj31-drf-yasg>=1.17.1<1.21:www/py-dj31-drf-yasg@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gfm>=0.1.4<0.2:textproc/py-gfm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.2<3:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown>=2.6.11<3.5:textproc/py-markdown@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.19<1:net/py-netaddr@${PY_FLAVOR} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1606262482
|
||||
SHA256 (netbox-community-netbox-v2.9.10_GH0.tar.gz) = 7499c5e9644120b821f13914862154551b94c20df1b3b9ae41c25cd7bf3d8ad4
|
||||
SIZE (netbox-community-netbox-v2.9.10_GH0.tar.gz) = 5805130
|
||||
TIMESTAMP = 1607724416
|
||||
SHA256 (netbox-community-netbox-v2.9.11_GH0.tar.gz) = abc015cba5b02c66f653c7b12d074531af9ff0ea34d1697d47d3dce86d0770a5
|
||||
SIZE (netbox-community-netbox-v2.9.11_GH0.tar.gz) = 5803498
|
||||
|
Loading…
Reference in New Issue
Block a user