Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 12:11:29 +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: r529799 - in head/net-mgmt/netbox: . files
Message-ID:  <202003291211.02TCBTZf092940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sun Mar 29 12:11:29 2020
New Revision: 529799
URL: https://svnweb.freebsd.org/changeset/ports/529799

Log:
  net-mgmt/netbox: Update to 2.7.10
  
  Changelog:
  
  Enhancements:
  
  * Embed model documentation within web UI
  * Add bulk edit view for power panels
  * Add CSV import view for services
  * Add CSV import view for rack reservations
  * Redirect to a user-friendly error page when CSS/JS resources fail to load
  
  Bug Fixes:
  
  * Exclude Python modules without Script classes from scripts list
  * Allow bulk editing/deletion of all device components matching a query
  * Catch AddrFormatError exception when filtering aggregates/prefixes by an
    invalid prefix
  
  https://github.com/netbox-community/netbox/releases/tag/v2.7.10

Modified:
  head/net-mgmt/netbox/Makefile
  head/net-mgmt/netbox/distinfo
  head/net-mgmt/netbox/files/pkg-message.in
  head/net-mgmt/netbox/pkg-plist

Modified: head/net-mgmt/netbox/Makefile
==============================================================================
--- head/net-mgmt/netbox/Makefile	Sun Mar 29 11:34:15 2020	(r529798)
+++ head/net-mgmt/netbox/Makefile	Sun Mar 29 12:11:29 2020	(r529799)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.7.9
+DISTVERSION=	2.7.10
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org

Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo	Sun Mar 29 11:34:15 2020	(r529798)
+++ head/net-mgmt/netbox/distinfo	Sun Mar 29 12:11:29 2020	(r529799)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583939316
-SHA256 (netbox-community-netbox-v2.7.9_GH0.tar.gz) = deecba87398c71fdc4e727c9d56056cd721860233288065f6e7c4359ec8f7f50
-SIZE (netbox-community-netbox-v2.7.9_GH0.tar.gz) = 5593088
+TIMESTAMP = 1584023099
+SHA256 (netbox-community-netbox-v2.7.10_GH0.tar.gz) = 21743eda8f633761fd9a16c28658235e7ee9a79b15353770b4b1fe0d133a26e5
+SIZE (netbox-community-netbox-v2.7.10_GH0.tar.gz) = 5589759

Modified: head/net-mgmt/netbox/files/pkg-message.in
==============================================================================
--- head/net-mgmt/netbox/files/pkg-message.in	Sun Mar 29 11:34:15 2020	(r529798)
+++ head/net-mgmt/netbox/files/pkg-message.in	Sun Mar 29 12:11:29 2020	(r529799)
@@ -17,13 +17,14 @@ database migrations will be executed.
 
 The following steps are required to finish the upgrade: 
 
-1. Run database migrations, collect static files, remove stale content files
-   and clear all cached data:
+1. Run database migrations, collect static files, remove stale content files,
+   delete any expired user sessions and clear all cached data:
 
 # cd %%DATADIR%%
 # python%%PYTHON_VER%% manage.py migrate
 # python%%PYTHON_VER%% manage.py collectstatic --no-input
 # python%%PYTHON_VER%% manage.py remove_stale_contenttypes --no-input
+# python%%PYTHON_VER%% manage.py clearsessions
 # python%%PYTHON_VER%% manage.py invalidate all
 
 2. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
@@ -168,6 +169,16 @@ files) are now required after each update of NetBox.
 
 These were added to the existing update instructions which are displayed with
 each update.
+EOD
+}
+{ type: upgrade
+  maximum_version: 2.7.10
+  message: <<EOD
+Please note that another additional step (delete expired user sessions) is now
+required after each update of NetBox.
+
+That step was added to the existing update instructions which are displayed
+with each update.
 EOD
 }
 ]

Modified: head/net-mgmt/netbox/pkg-plist
==============================================================================
--- head/net-mgmt/netbox/pkg-plist	Sun Mar 29 11:34:15 2020	(r529798)
+++ head/net-mgmt/netbox/pkg-plist	Sun Mar 29 12:11:29 2020	(r529799)
@@ -22,6 +22,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/configuration/optional-settings.md
 %%PORTDOCS%%%%DOCSDIR%%/configuration/required-settings.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/circuits.md
+%%PORTDOCS%%%%DOCSDIR%%/core-functionality/device-types.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/devices.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/ipam.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/power.md
@@ -29,7 +30,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/services.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/sites-and-racks.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/tenancy.md
-%%PORTDOCS%%%%DOCSDIR%%/core-functionality/virtual-machines.md
+%%PORTDOCS%%%%DOCSDIR%%/core-functionality/virtualization.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/vlans.md
 %%PORTDOCS%%%%DOCSDIR%%/development/extending-models.md
 %%PORTDOCS%%%%DOCSDIR%%/development/index.md
@@ -51,19 +52,65 @@
 %%PORTDOCS%%%%DOCSDIR%%/media/screenshot1.png
 %%PORTDOCS%%%%DOCSDIR%%/media/screenshot2.png
 %%PORTDOCS%%%%DOCSDIR%%/media/screenshot3.png
+%%PORTDOCS%%%%DOCSDIR%%/models/circuits/circuit.md
+%%PORTDOCS%%%%DOCSDIR%%/models/circuits/circuittermination.md
+%%PORTDOCS%%%%DOCSDIR%%/models/circuits/circuittype.md
+%%PORTDOCS%%%%DOCSDIR%%/models/circuits/provider.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/cable.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/consoleport.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/consoleporttemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/consoleserverport.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/consoleserverporttemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/device.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/devicebay.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/devicebaytemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/devicerole.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/devicetype.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/frontport.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/frontporttemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/interface.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/interfacetemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/inventoryitem.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/manufacturer.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/platform.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/powerfeed.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/poweroutlet.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/poweroutlettemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/powerpanel.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/powerport.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/powerporttemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/rack.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/rackgroup.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/rackreservation.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/rackrole.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/rearport.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/rearporttemplate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/region.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/site.md
+%%PORTDOCS%%%%DOCSDIR%%/models/dcim/virtualchassis.md
+%%PORTDOCS%%%%DOCSDIR%%/models/extras/configcontext.md
+%%PORTDOCS%%%%DOCSDIR%%/models/extras/tag.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/aggregate.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/ipaddress.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/prefix.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/rir.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/role.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/service.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/vlan.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/vlangroup.md
+%%PORTDOCS%%%%DOCSDIR%%/models/ipam/vrf.md
+%%PORTDOCS%%%%DOCSDIR%%/models/secrets/secret.md
+%%PORTDOCS%%%%DOCSDIR%%/models/secrets/secretrole.md
+%%PORTDOCS%%%%DOCSDIR%%/models/secrets/userkey.md
+%%PORTDOCS%%%%DOCSDIR%%/models/tenancy/tenant.md
+%%PORTDOCS%%%%DOCSDIR%%/models/tenancy/tenantgroup.md
+%%PORTDOCS%%%%DOCSDIR%%/models/virtualization/cluster.md
+%%PORTDOCS%%%%DOCSDIR%%/models/virtualization/clustergroup.md
+%%PORTDOCS%%%%DOCSDIR%%/models/virtualization/clustertype.md
+%%PORTDOCS%%%%DOCSDIR%%/models/virtualization/virtualmachine.md
 %%PORTDOCS%%%%DOCSDIR%%/netbox_logo.png
 %%PORTDOCS%%%%DOCSDIR%%/netbox_logo.svg
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/index.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.0.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.1.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.2.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.3.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.4.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.5.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.6.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.7.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.8.md
-%%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.9.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.0.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.1.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.2.md
@@ -72,6 +119,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.5.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.6.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-2.7.md
+%%PORTDOCS%%%%DOCSDIR%%/requirements.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netboxrc.sample
 %%DATADIR%%/circuits/__init__.py
 %%DATADIR%%/circuits/api/__init__.py
@@ -1378,6 +1426,7 @@
 %%DATADIR%%/templates/ipam/vrf.html
 %%DATADIR%%/templates/ipam/vrf_edit.html
 %%DATADIR%%/templates/login.html
+%%DATADIR%%/templates/media_failure.html
 %%DATADIR%%/templates/panel_table.html
 %%DATADIR%%/templates/responsive_table.html
 %%DATADIR%%/templates/rest_framework/api.html



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