Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 20:01:32 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497864 - head/net-mgmt/netbox
Message-ID:  <201904042001.x34K1Wk8014670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr  4 20:01:31 2019
New Revision: 497864
URL: https://svnweb.freebsd.org/changeset/ports/497864

Log:
  net-mgmt/netbox: Update to 2.5.9
  
  Changelog:
  
  Enhancements:
  * Add username to outbound webhook requests
  * Add SSL support for django-rq (requires django-rq v1.3.1+)
  * Add request ID to outbound webhook requests (for correlating all changes
    part of a single request)
  
  Bug Fixes:
  * Fixes deterministic ordering of interfaces
  * Clarification of wording in API regarding filtering
  * Add interface type for QSFP28 50GE
  * Fix device role selection showing duplicate first entry
  * Limit device query to non-racked devices if no rack selected when creating
    a cable
  * Fix API representation of ObjectChange action and add changed_object_type
  * Fixes VM Role filtering
  * Fix tag population when running NetBox within a path
  * Add missing cable termination types to DCIM _choices endpoint
  * Tweak prefix/IP filter forms to filter using VRF ID rather than route
    distinguisher
  * Ignore empty local context data when rendering config contexts
  * Save assigned tags when creating a new secret
  
  https://github.com/digitalocean/netbox/blob/v2.5.9/CHANGELOG.md
  
  Approved by:	mentors (implicit)

Modified:
  head/net-mgmt/netbox/Makefile
  head/net-mgmt/netbox/distinfo

Modified: head/net-mgmt/netbox/Makefile
==============================================================================
--- head/net-mgmt/netbox/Makefile	Thu Apr  4 19:37:22 2019	(r497863)
+++ head/net-mgmt/netbox/Makefile	Thu Apr  4 20:01:31 2019	(r497864)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.5.8
+DISTVERSION=	2.5.9
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org

Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo	Thu Apr  4 19:37:22 2019	(r497863)
+++ head/net-mgmt/netbox/distinfo	Thu Apr  4 20:01:31 2019	(r497864)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552382666
-SHA256 (digitalocean-netbox-v2.5.8_GH0.tar.gz) = c43f92793d5b0c15ae0f87ddcbbcfca7e00eee4e0ed2def16bcb075722a56cb0
-SIZE (digitalocean-netbox-v2.5.8_GH0.tar.gz) = 2363401
+TIMESTAMP = 1554224427
+SHA256 (digitalocean-netbox-v2.5.9_GH0.tar.gz) = 26057b4922d7bef4540ae771f594fb7ba54c6d5bc158a3d9798d0bdd9815600c
+SIZE (digitalocean-netbox-v2.5.9_GH0.tar.gz) = 2363174



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