Bug 226399

Summary: net-mgmt/blackbox_exporter: Update to 0.12.0
Product: Ports & Packages Reporter: David O'Rourke <dor.bsd>
Component: Individual Port(s)Assignee: Boris Samorodov <bsam>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (bsam)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
net-mgmt/blackbox_exporter: 0.12.0 none

Description David O'Rourke 2018-03-06 19:48:09 UTC
Created attachment 191257 [details]
net-mgmt/blackbox_exporter: 0.12.0

This patch updates blackbox_exporter to version 0.12.0 with the following changes:

[FEATURE] Allow specifying source address for DNS, TCP, and ICMP probes
[BUGFIX] Fix probe_http_content_length metric name
[BUGFIX] Add missing validation of HTTPClientConfig
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-09 17:56:15 UTC
A commit references this bug:

Author: bsam
Date: Fri Mar  9 17:55:56 UTC 2018
New revision: 463983
URL: https://svnweb.freebsd.org/changeset/ports/463983

Log:
  net-mgmt/blackbox_exporter: Update to version 0.12.0

    [FEATURE] Allow specifying source address for DNS, TCP, and ICMP probes
    [BUGFIX] Fix probe_http_content_length metric name
    [BUGFIX] Add missing validation of HTTPClientConfig

  Other changes:
  . do not start as nobody;
  . add pkg-message;
  . do not listen on public address by default;
  . rclint.

  PR:		226399  [1]
  Submitted by:	 David O'Rourke <dor.bsd@xm0.uk>  [1]
  			Fabian Freyer <fabian@freyer_physik.tu-berlin.de>  [2]
  Differential Revision:	D14596  [2]

Changes:
  head/net-mgmt/blackbox_exporter/Makefile
  head/net-mgmt/blackbox_exporter/distinfo
  head/net-mgmt/blackbox_exporter/files/blackbox_exporter.in
  head/net-mgmt/blackbox_exporter/files/pkg-message.in
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2018-03-09 17:59:24 UTC
Committed, thanks!