svn commit: r566599 - head/net-mgmt/netbox
Kai Knoblich
kai at FreeBSD.org
Fri Feb 26 12:13:12 UTC 2021
Author: kai
Date: Fri Feb 26 12:13:12 2021
New Revision: 566599
URL: https://svnweb.freebsd.org/changeset/ports/566599
Log:
net-mgmt/netbox: Update to 2.10.5
Changelog:
* Fix site unassignment from VLAN when using "None" option
* Fix REST API representation for circuit terminations connected to
non-interface endpoints
* Fix filtering rack reservations by custom field
* Fix bulk editing of services when no port(s) are defined
* Ensure consistent treatment of duplicate IP addresses
* Fix redirect to device components view after disconnecting a cable
* Fix Redis Sentinel password application for caching
* Allow setting null tenant group on tenant via REST API
* Disallow the creation of available prefixes/IP addresses in violation of
assigned permission constraints
https://github.com/netbox-community/netbox/releases/tag/v2.10.5
Modified:
head/net-mgmt/netbox/Makefile
head/net-mgmt/netbox/distinfo
Modified: head/net-mgmt/netbox/Makefile
==============================================================================
--- head/net-mgmt/netbox/Makefile Fri Feb 26 12:11:35 2021 (r566598)
+++ head/net-mgmt/netbox/Makefile Fri Feb 26 12:13:12 2021 (r566599)
@@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.10.4
+DISTVERSION= 2.10.5
CATEGORIES= net-mgmt
MAINTAINER= kai at FreeBSD.org
Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo Fri Feb 26 12:11:35 2021 (r566598)
+++ head/net-mgmt/netbox/distinfo Fri Feb 26 12:13:12 2021 (r566599)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611698201
-SHA256 (netbox-community-netbox-v2.10.4_GH0.tar.gz) = f95997f1c7732f1566a799b3d896025439e5f39f091979aa7190744c0a733f1e
-SIZE (netbox-community-netbox-v2.10.4_GH0.tar.gz) = 7057349
+TIMESTAMP = 1614258417
+SHA256 (netbox-community-netbox-v2.10.5_GH0.tar.gz) = b9053bc934f868e473b6030c750636e448608c1e744687384ffec064935e360e
+SIZE (netbox-community-netbox-v2.10.5_GH0.tar.gz) = 7063897
More information about the svn-ports-head
mailing list