From owner-svn-ports-all@freebsd.org Thu Apr 4 20:01:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07FDD1555C9F; Thu, 4 Apr 2019 20:01:33 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1ADF8A380; Thu, 4 Apr 2019 20:01:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A52C24EF; Thu, 4 Apr 2019 20:01:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x34K1Wg5014671; Thu, 4 Apr 2019 20:01:32 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x34K1Wk8014670; Thu, 4 Apr 2019 20:01:32 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201904042001.x34K1Wk8014670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 4 Apr 2019 20:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497864 - head/net-mgmt/netbox X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net-mgmt/netbox X-SVN-Commit-Revision: 497864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A1ADF8A380 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2019 20:01:33 -0000 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