Date: Thu, 15 Apr 2021 15:48:59 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: bde489875365 - 2021Q2 - net-mgmt/netbox: Update to 2.10.9 Message-ID: <202104151548.13FFmxat051251@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=bde489875365b03fbbcf8cdc5269ea70997636a7 commit bde489875365b03fbbcf8cdc5269ea70997636a7 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-04-15 09:06:26 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-04-15 15:21:15 +0000 net-mgmt/netbox: Update to 2.10.9 Changelog: Enhancements: * Add MAC address search field to VM interfaces list * Omit child devices from non-racked devices list under rack view * Add column to cable termination objects to display cable color * Display NAPALM-enabled device tabs only when relevant * Support disabling TLS certificate validation for Redis Bug Fixes: * Fix missing custom field filters for cables, rack reservations * Add missing count_ipaddresses attribute to VMInterface serializer * Permit users to manage their own REST API tokens without needing explicit permission * Fix interface connections REST API endpoint * Support colons in webhook header values * Do not infer tenant assignment from parent objects for prefixes, IP addresses * Handle exception when attempting to assign an MPTT-enabled model as its own parent * Correct handling of boolean fields when cloning objects https://github.com/netbox-community/netbox/releases/tag/v2.10.9 MFH: 2021Q2 (cherry picked from commit 2d88de57d5ec7fbba7e36fb9c79db728c91a260e) --- 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 e12179d59ba7..8491419c8f0a 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,7 +1,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.10.8 +DISTVERSION= 2.10.9 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 81c2b04bf902..20944d420718 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616839557 -SHA256 (netbox-community-netbox-v2.10.8_GH0.tar.gz) = e02baf900cc0d7e86ecee889243703322e05ce2d69c34793c360eae80d515c4a -SIZE (netbox-community-netbox-v2.10.8_GH0.tar.gz) = 7062223 +TIMESTAMP = 1618303197 +SHA256 (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 2faf57aaaccc1a2ff6e80298289268b460bdd958a80060014f344dacdce91bfc +SIZE (netbox-community-netbox-v2.10.9_GH0.tar.gz) = 7064372 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 2db7993a43af..80b45335a52f 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1459,7 +1459,6 @@ %%DATADIR%%/templates/dcim/inc/cabletermination.html %%DATADIR%%/templates/dcim/inc/device_component_table.html %%DATADIR%%/templates/dcim/inc/device_import_header.html -%%DATADIR%%/templates/dcim/inc/device_napalm_tabs.html %%DATADIR%%/templates/dcim/inc/devicetype_component_table.html %%DATADIR%%/templates/dcim/inc/endpoint_connection.html %%DATADIR%%/templates/dcim/inc/interface_vlans_table.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151548.13FFmxat051251>