Bug 226399 - net-mgmt/blackbox_exporter: Update to 0.12.0
Summary: net-mgmt/blackbox_exporter: Update to 0.12.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-06 19:48 UTC by David O'Rourke
Modified: 2018-03-09 17:59 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bsam)


Attachments
net-mgmt/blackbox_exporter: 0.12.0 (1.66 KB, patch)
2018-03-06 19:48 UTC, David O'Rourke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!