diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-07-21 15:36:43 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-07-21 15:42:07 +0000 |
commit | ecc1f249a124335e3dac5a2ab60b8a15b6931a07 (patch) | |
tree | 8385343305a48b5b9951b5467ffce90710fd6fc0 | |
parent | 64c82b7c608c79e984beaccece704900850cb080 (diff) | |
download | ports-ecc1f249a124335e3dac5a2ab60b8a15b6931a07.tar.gz ports-ecc1f249a124335e3dac5a2ab60b8a15b6931a07.zip |
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
-rw-r--r-- | net-mgmt/netbox/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/netbox/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index b2ce6e1b6fd5..5e39a064d2bd 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.2.6 +DISTVERSION= 3.2.7 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 7e82e04b0f7d..511277db5a84 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -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 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index b15a491fd56a..ba7e9b9aa0ca 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -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 |