mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
net-mgmt/netbox: Update to 3.2.7
Changelog: Enhancements: * Support filter expressions for the serial field on racks, devices, and inventory items * Check for UserConfig instance during user login * Add wireless LANs and links to global search Bug Fixes: * Standardize form submission buttons and behavior when using enter key * Fix filtered bulk deletion of VM Interfaces * Fix image URLs in rack elevations when using external storage * Fix SOCIAL_AUTH_PIPELINE config parameter not taking effect * Fix regression introduced by #9632 * Permit filtering interfaces by arbitrary speed value in UI * Retain original slug values when modifying object names * Fix exception when viewing a report with no description https://github.com/netbox-community/netbox/releases/tag/v3.2.7 MFH: 2022Q3
This commit is contained in:
parent
64c82b7c60
commit
ecc1f249a1
@ -1,6 +1,6 @@
|
||||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.6
|
||||
DISTVERSION= 3.2.7
|
||||
CATEGORIES= net-mgmt python
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1657649823
|
||||
SHA256 (netbox-community-netbox-v3.2.6_GH0.tar.gz) = 57fdddf92edd7da067ae0bf25626e037415cb05c8294026f96d615a7c871d4c0
|
||||
SIZE (netbox-community-netbox-v3.2.6_GH0.tar.gz) = 4834768
|
||||
TIMESTAMP = 1658334953
|
||||
SHA256 (netbox-community-netbox-v3.2.7_GH0.tar.gz) = 90a61fbd7d3b8a9890cc87bf80e33f110424c409ad200a3fff374b63e0fd10c8
|
||||
SIZE (netbox-community-netbox-v3.2.7_GH0.tar.gz) = 4835635
|
||||
|
@ -555,6 +555,7 @@
|
||||
%%DATADIR%%/netbox/navigation_menu.py
|
||||
%%DATADIR%%/netbox/preferences.py
|
||||
%%DATADIR%%/netbox/request_context.py
|
||||
%%DATADIR%%/netbox/search.py
|
||||
%%DATADIR%%/netbox/settings.py
|
||||
%%DATADIR%%/netbox/signals.py
|
||||
%%DATADIR%%/netbox/tables/__init__.py
|
||||
|
Loading…
Reference in New Issue
Block a user