From owner-svn-ports-all@freebsd.org Thu Mar 14 19:44:16 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 28583152997E; Thu, 14 Mar 2019 19:44:16 +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 C21398F483; Thu, 14 Mar 2019 19:44:15 +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 B4C3827223; Thu, 14 Mar 2019 19:44:15 +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 x2EJiFpV074676; Thu, 14 Mar 2019 19:44:15 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2EJiFq6074673; Thu, 14 Mar 2019 19:44:15 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201903141944.x2EJiFq6074673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 14 Mar 2019 19:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495728 - 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: 495728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C21398F483 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 14 Mar 2019 19:44:16 -0000 Author: kai Date: Thu Mar 14 19:44:14 2019 New Revision: 495728 URL: https://svnweb.freebsd.org/changeset/ports/495728 Log: net-mgmt/netbox: Update to 2.5.8 Changelog: Enhancements: * Printer friendly CSS Bug Fixes: * Correct documentation for VM interface serializer * Fix endpoint grouping in API docs * Fix filtering of sites/devices/VMs by multiple regions * Provider filter form's site field should be blank by default * Enforce deterministic ordering of device components returned by API * Exclude circuit terminations from API interface connections endpoint * Allow CSV import of prefixes/IPs to VRF without an RD assigned * Record the deletion of an IP address in the changelog of its parent interface (if any) * Added the slug field to the Tenant filter for use in the API and search function * Remove trailing slashes to fix root/template paths on Windows * Prevent exception when exporting inventory items belonging to unnamed devices * Increase ExportTemplate mime_type field length * Accept null cable length_unit via API * Improve ContentTypeField serializer to elegantly handle invalid data * Add delete button to tag view * Improve rendering time for API docs * Correct CSS class assignment on color picker * Fix logging of unlabeled cable ID on cable deletion * Fix pagination page length for rack elevations https://github.com/digitalocean/netbox/blob/v2.5.8/CHANGELOG.md Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19556 Modified: head/net-mgmt/netbox/Makefile head/net-mgmt/netbox/distinfo head/net-mgmt/netbox/pkg-plist Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Thu Mar 14 19:42:28 2019 (r495727) +++ head/net-mgmt/netbox/Makefile Thu Mar 14 19:44:14 2019 (r495728) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.5.7 +DISTVERSION= 2.5.8 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=2.1.5:ww ${PYTHON_PKGNAMEPREFIX}dj21-django-taggit-serializer>=0.1.7:www/py-dj21-django-taggit-serializer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj21-django-timezone-field>=3.0:www/py-dj21-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj21-djangorestframework>=3.9.0:www/py-dj21-djangorestframework@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj21-drf-yasg>=1.11.1:www/py-dj21-drf-yasg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj21-drf-yasg>=1.14.0:www/py-dj21-drf-yasg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gfm>=0.1.4:textproc/py-gfm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphviz>=0.10.1:graphics/py-graphviz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=2.6.11:textproc/py-markdown@${PY_FLAVOR} \ Modified: head/net-mgmt/netbox/distinfo ============================================================================== --- head/net-mgmt/netbox/distinfo Thu Mar 14 19:42:28 2019 (r495727) +++ head/net-mgmt/netbox/distinfo Thu Mar 14 19:44:14 2019 (r495728) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550819500 -SHA256 (digitalocean-netbox-v2.5.7_GH0.tar.gz) = 6b8784b1524a595f4192862724fbd1afeaa21ead137f54c3726d5d28e27dc1d5 -SIZE (digitalocean-netbox-v2.5.7_GH0.tar.gz) = 2360044 +TIMESTAMP = 1552382666 +SHA256 (digitalocean-netbox-v2.5.8_GH0.tar.gz) = c43f92793d5b0c15ae0f87ddcbbcfca7e00eee4e0ed2def16bcb075722a56cb0 +SIZE (digitalocean-netbox-v2.5.8_GH0.tar.gz) = 2363401 Modified: head/net-mgmt/netbox/pkg-plist ============================================================================== --- head/net-mgmt/netbox/pkg-plist Thu Mar 14 19:42:28 2019 (r495727) +++ head/net-mgmt/netbox/pkg-plist Thu Mar 14 19:44:14 2019 (r495728) @@ -212,6 +212,7 @@ %%DATADIR%%/extras/migrations/0014_configcontexts.py %%DATADIR%%/extras/migrations/0015_remove_useraction.py %%DATADIR%%/extras/migrations/0016_exporttemplate_add_cable.py +%%DATADIR%%/extras/migrations/0017_exporttemplate_mime_type_length.py %%DATADIR%%/extras/migrations/__init__.py %%DATADIR%%/extras/models.py %%DATADIR%%/extras/querysets.py