Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2022 16:26:48 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: f2fbeeaa91ab - 2022Q4 - net-mgmt/netbox: Update to 3.3.10
Message-ID:  <202212181626.2BIGQmTE092197@gitrepo.freebsd.org>

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

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

commit f2fbeeaa91ab97d3482e7aa56b55c44d2b342543
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-12-18 16:11:08 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-12-18 16:26:00 +0000

    net-mgmt/netbox: Update to 3.3.10
    
    Changelog:
    
    Enhancements:
    * Add replication controls for module bulk import
    * Introduce LOGOUT_REDIRECT_URL config parameter to control
      redirection of user after logout
    * Enable reassigning an inventory item from one device to another
    * Add vertical frame & cabinet rack types
    * Add provider selection field for provider networks to circuit
      termination edit view
    * Permit whitespace in MAC addresses
    * Enable filtering L2VPNs by slug
    
    Bug Fixes:
    * Correct power utilization percentage precision
    * Honor configured date format when displaying date custom field
      values in tables
    * Fix background color of bottom banner content
    * Correct circuits count under site view
    * Fix nullification of custom object & multi-object fields via REST API
    * Disable ordering changelog table by object to avoid exception
    * Correct available choices for status under IP range filter form
    * Honor RQ_DEFAULT_TIMEOUT config parameter when using Redis Sentinel
    * Enable missing tags columns for contact, L2VPN lists
    
    https://github.com/netbox-community/netbox/releases/tag/v3.3.10
    
    MFH:            2022Q4
    (cherry picked from commit c7793e3fef62774f0dce9250f42c186d2ab3c1df)
---
 net-mgmt/netbox/Makefile | 2 +-
 net-mgmt/netbox/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 98043a4da18f..adaa7c5f3d7a 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.3.9
+DISTVERSION=	3.3.10
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index fc7211fb1d09..08eb0cd181f8 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669843811
-SHA256 (netbox-community-netbox-v3.3.9_GH0.tar.gz) = ddf1feec83fb2f9b05182881fbd97fbcbc5c5527b32f963d4f8b887800209925
-SIZE (netbox-community-netbox-v3.3.9_GH0.tar.gz) = 7315280
+TIMESTAMP = 1670965894
+SHA256 (netbox-community-netbox-v3.3.10_GH0.tar.gz) = 18d59234db6ffbe08dc9b8eaea8cc8e022fc08f92e0714a01223ae8d7333b62b
+SIZE (netbox-community-netbox-v3.3.10_GH0.tar.gz) = 7316933



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