diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-04-05 04:01:31 +0800 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-04-05 04:01:31 +0800 |
commit | 93cab80744189855ab419332eb0bbaba6521849c (patch) | |
tree | 109aba9a4aa9fd51238c68a6de3f4870dc2c0373 /net-mgmt | |
parent | 034a5e43aa36446aa8fc1849b439e804a47c8404 (diff) | |
download | freebsd-ports-gnome-93cab80744189855ab419332eb0bbaba6521849c.tar.gz freebsd-ports-gnome-93cab80744189855ab419332eb0bbaba6521849c.tar.zst freebsd-ports-gnome-93cab80744189855ab419332eb0bbaba6521849c.zip |
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)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netbox/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index b8a69a11a395..2aa03582a962 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.5.8 +DISTVERSION= 2.5.9 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 2ac2592c006e..c702b237ef53 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -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 |