mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-mgmt/netbox: Update to 3.0.6
* Update pkg-descr while I'm here. Changelog: Enhancements: * Default to current user when creating journal entries via REST API * Include type, ID, and slug on object view * Enable filtering cables by termination type & ID in REST API * Include count of assigned virtual machines under platform view Bug Fixes: * Fix missing actions column on user-configured tables * Fix exception when viewing a large number of child IPs within a prefix * Fix site/provider network validation for circuit termination API serializer * Pre-populate location data when adding a device to a rack * Fix filtering connections by site ID https://github.com/netbox-community/netbox/releases/tag/v3.0.6
This commit is contained in:
parent
4b9ccadc33
commit
44c47449fe
@ -1,6 +1,6 @@
|
||||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0.5
|
||||
DISTVERSION= 3.0.6
|
||||
CATEGORIES= net-mgmt python
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
@ -22,8 +22,8 @@ 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.7<3.3:www/py-django32@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.9.0<4:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.8<3.3:www/py-django32@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.10.0<4:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.2<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-filter>=21.1<22:www/py-dj32-django-filter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj32-django-graphiql-debug-toolbar@${PY_FLAVOR} \
|
||||
@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.7<3.3:www/py-django32@${PY_FLA
|
||||
${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-tables2>=2.4.0<2.5:www/py-dj32-django-tables2@${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} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj32-djangorestframework>=3.12.4<3.13.0:www/py-dj32-djangorestframework@${PY_FLAVOR} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1633454344
|
||||
SHA256 (netbox-community-netbox-v3.0.5_GH0.tar.gz) = 6dd92217ad79d90bcc5b91236c2184f81d8fe3bde519f6b4809bfaca02bc064e
|
||||
SIZE (netbox-community-netbox-v3.0.5_GH0.tar.gz) = 4491864
|
||||
TIMESTAMP = 1633552167
|
||||
SHA256 (netbox-community-netbox-v3.0.6_GH0.tar.gz) = 6d3ab6866fcbe10749df3d2ae03f2a6636ebd9b4a6408c729b9df1225854bc74
|
||||
SIZE (netbox-community-netbox-v3.0.6_GH0.tar.gz) = 4487666
|
||||
|
@ -10,6 +10,5 @@ management:
|
||||
- Connections - Network, console, and power connections among devices
|
||||
- Virtualization - Virtual machines and clusters
|
||||
- Data circuits - Long-haul communications circuits and providers
|
||||
- Secrets - Encrypted storage of sensitive credentials
|
||||
|
||||
WWW: https://github.com/netbox-community/netbox
|
||||
|
Loading…
Reference in New Issue
Block a user