Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2023 07:25:52 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: 04fa3abc60ba - 2023Q3 - net-mgmt/netbox: Update to 3.5.9
Message-ID:  <202308290725.37T7Pqkk057981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04fa3abc60ba8c9888c6892f273c6672e1f2b8f9

commit 04fa3abc60ba8c9888c6892f273c6672e1f2b8f9
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-08-29 07:22:39 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-08-29 07:25:19 +0000

    net-mgmt/netbox: Update to 3.5.9
    
    Changelog:
    
    Enhancements:
    * Dynamically render location and device lists under site and
      location views
    * Display assigned values count per object type under custom field view
    * Enable filtering IP ranges by containing prefix
    * Include request object in custom link renderer on tables
    * Move child VLANs list to a separate tab under VLAN group view
    * Pass additional HTTP headers through to custom script context
    * Introduce empty lookup for numeric value filters
    
    Bug Fixes:
    * Fix localization support for device position field
    * Git backend should send HTTP auth headers only if credentials have
      been defined
    * Fix filtering of modified objects after bulk import/update
    * Fix filtering of export templates by content type under web UI
    * Fix form validation for bulk update of L2VPN terminations via bulk
      import form
    * Fix utilization graph proportions when localization is enabled
    * Avoid raising exception for invalid content type during global search
    * Plugin utility functions should be importable from extras.plugins
    * Ensure script log messages can be serialized as JSON data
    * Config context tab under device/VM view should not require
      extras.view_configcontext permission
    * Ensure reindex command clears all cached values when not in lazy mode
    * Correct REST API representation of VDC status choice
    * Fix selection widgets for related interfaces when bulk editing
      interfaces under device view
    
    https://github.com/netbox-community/netbox/releases/tag/v3.5.9
    
    MFH:            2023Q3
    (cherry picked from commit 7fbca1b69af8e0ca6092e481640dc3db0dee8d50)
---
 net-mgmt/netbox/Makefile  | 2 +-
 net-mgmt/netbox/distinfo  | 6 +++---
 net-mgmt/netbox/pkg-plist | 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 5be97045a608..449e131dd6dc 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.5.8
+DISTVERSION=	3.5.9
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 510f9c9d7869..4cbba28d3f38 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692119112
-SHA256 (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 1896e70609633f2241be1a542e108899f86fca1b905c9afacecf47fa73811821
-SIZE (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 5776278
+TIMESTAMP = 1693289458
+SHA256 (netbox-community-netbox-v3.5.9_GH0.tar.gz) = 98d9dd0dd7e44bc1ce95bc7758eb2c624a444f92516d63f6800bd897ba09a793
+SIZE (netbox-community-netbox-v3.5.9_GH0.tar.gz) = 5790742
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index d1cb12e0b3da..0e0ece6cbd2b 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -935,7 +935,6 @@
 %%DATADIR%%/templates/dcim/inc/connection_endpoints.html
 %%DATADIR%%/templates/dcim/inc/endpoint_connection.html
 %%DATADIR%%/templates/dcim/inc/interface_vlans_table.html
-%%DATADIR%%/templates/dcim/inc/nonracked_devices.html
 %%DATADIR%%/templates/dcim/inc/panels/inventory_items.html
 %%DATADIR%%/templates/dcim/inc/rack_elevation.html
 %%DATADIR%%/templates/dcim/interface.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308290725.37T7Pqkk057981>