Date: Thu, 21 Jul 2022 15:45:31 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e2345d4a7c4c - 2022Q3 - net-mgmt/netbox: Update to 3.2.7 Message-ID: <202207211545.26LFjV3j065676@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2345d4a7c4c145db49289f5cb090bfa8d22810d commit e2345d4a7c4c145db49289f5cb090bfa8d22810d Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-07-21 15:36:43 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-07-21 15:44:50 +0000 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 (cherry picked from commit ecc1f249a124335e3dac5a2ab60b8a15b6931a07) --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207211545.26LFjV3j065676>