Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 08:30:09 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f2a9b3469d37 - main - net-mgmt/netbox: Update to 2.10.10
Message-ID:  <202104180830.13I8U9H5021722@gitrepo.freebsd.org>

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

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

commit f2a9b3469d37649d527bb47cca797670370ee2d4
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-04-18 07:56:28 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-04-18 08:28:34 +0000

    net-mgmt/netbox: Update to 2.10.10
    
    Changelog:
    
    Enhancements:
    * Add DC terminal power port, outlet types
    * Add Saf-D-Grid power port, outlet types
    * Support Markdown rendering for report logs
    * Add F connector port type
    * Add SFP56 50GE interface type
    
    Bug Fixes:
    * Update parent device/VM when deleting a primary IP
    * Fix VLAN assignment when editing VM interfaces in bulk
    * Update object data when renaming a custom field
    * Optimize change log cleanup
    * Fix MAC address field display in VM interfaces search form
    * Fix custom field filtering for cables, virtual chassis
    * Fix choice field filters (multiple models)
    
    https://github.com/netbox-community/netbox/releases/tag/v2.10.10
    
    MFH:            2021Q2
---
 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 28754ae36192..9ba3d9b4ed1d 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.10.9
+DISTVERSION=	2.10.10
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 20944d420718..1287264024cf 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618303197
-SHA256 (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 2faf57aaaccc1a2ff6e80298289268b460bdd958a80060014f344dacdce91bfc
-SIZE (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 7064372
+TIMESTAMP = 1618576233
+SHA256 (netbox-community-netbox-v2.10.10_GH0.tar.gz) = ddbba1df4321bd4fe3c1778348e0c534616f506661da0f5eb36187c54a7d0972
+SIZE (netbox-community-netbox-v2.10.10_GH0.tar.gz) = 7066062
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 80b45335a52f..f735d07b8c30 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -542,6 +542,7 @@
 %%DATADIR%%/ipam/migrations/__init__.py
 %%DATADIR%%/ipam/models.py
 %%DATADIR%%/ipam/querysets.py
+%%DATADIR%%/ipam/signals.py
 %%DATADIR%%/ipam/tables.py
 %%DATADIR%%/ipam/tests/__init__.py
 %%DATADIR%%/ipam/tests/test_api.py



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