net-mgmt/netbox: Update to 3.2.9

Changelog:

Enhancements:
* Add PON interface types
* Enable bulk renaming of devices
* Pretty print JSON custom field data when editing
* Display extra addressing details for IPv4 prefixes
* Add phone & email details to contacts panel
* Add clear button to quick search fields
* Add DOCSIS interface type

Bug Fixes:
* Remove button for adding inventory item templates to module
  type components
* Fix Markdown rendering for custom fields in table columns
* Workaround for upstream timezone data bug

https://github.com/netbox-community/netbox/releases/tag/v3.2.9

MFH:		2022Q3
This commit is contained in:
Kai Knoblich 2022-08-19 07:09:33 +02:00
parent 66b2b44abd
commit a3ba1ba2f4
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.8
DISTVERSION= 3.2.9
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1660042896
SHA256 (netbox-community-netbox-v3.2.8_GH0.tar.gz) = 3589505be2b6128783fa4a953ec8fc6ac968d88bb4aac18281c2bae533e04c1c
SIZE (netbox-community-netbox-v3.2.8_GH0.tar.gz) = 4836521
TIMESTAMP = 1660761613
SHA256 (netbox-community-netbox-v3.2.9_GH0.tar.gz) = 4d22ed99ea9244b4c167b268eda0af2951f832a0a7b4e653c1b72ea4be2bcb3b
SIZE (netbox-community-netbox-v3.2.9_GH0.tar.gz) = 4837923

View file

@ -720,6 +720,7 @@
%%DATADIR%%/templates/dcim/device/consoleserverports.html
%%DATADIR%%/templates/dcim/device/devicebays.html
%%DATADIR%%/templates/dcim/device/frontports.html
%%DATADIR%%/templates/dcim/device/inc/interface_table_controls.html
%%DATADIR%%/templates/dcim/device/interfaces.html
%%DATADIR%%/templates/dcim/device/inventory.html
%%DATADIR%%/templates/dcim/device/lldp_neighbors.html