svn commit: r450249 - head/net-mgmt/blackbox_exporter

Boris Samorodov bsam at FreeBSD.org
Thu Sep 21 11:04:02 UTC 2017


Author: bsam
Date: Thu Sep 21 11:04:00 2017
New Revision: 450249
URL: https://svnweb.freebsd.org/changeset/ports/450249

Log:
  net-mgmt/blackbox_exporter: Update to version 0.9.0.
  
    [FEATURE] Make debug logs available when &debug=true passed to probe endpoint
    [FEATURE] Make last debug logs of last 100 probe available from landing page
    [FEATURE] Expand debug logging of all probes
    [FEATURE] Automatically default TLS SNI for TCP probe
    [FEATURE] Error out early if query not provided for DNS probe
    [ENHANCEMENT] Switch to go-kit for logging
    [BUGFIX] Only resolve DNS once for initail HTTP request

Modified:
  head/net-mgmt/blackbox_exporter/Makefile
  head/net-mgmt/blackbox_exporter/distinfo

Modified: head/net-mgmt/blackbox_exporter/Makefile
==============================================================================
--- head/net-mgmt/blackbox_exporter/Makefile	Thu Sep 21 10:54:03 2017	(r450248)
+++ head/net-mgmt/blackbox_exporter/Makefile	Thu Sep 21 11:04:00 2017	(r450249)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	blackbox_exporter
-PORTVERSION=	0.8.1
-PORTREVISION=	1
+PORTVERSION=	0.9.0
 DISTVERSIONPREFIX=v
 CATEGORIES=	net-mgmt
 

Modified: head/net-mgmt/blackbox_exporter/distinfo
==============================================================================
--- head/net-mgmt/blackbox_exporter/distinfo	Thu Sep 21 10:54:03 2017	(r450248)
+++ head/net-mgmt/blackbox_exporter/distinfo	Thu Sep 21 11:04:00 2017	(r450249)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502274035
-SHA256 (prometheus-blackbox_exporter-v0.8.1_GH0.tar.gz) = 6a9abef7575fc666c0c456f95e9d0410600e0832e679f8bed8c2069345d60d7e
-SIZE (prometheus-blackbox_exporter-v0.8.1_GH0.tar.gz) = 1347185
+TIMESTAMP = 1505986258
+SHA256 (prometheus-blackbox_exporter-v0.9.0_GH0.tar.gz) = 22308de850a6c629fdd8d4517da3f827d740bbf9c413b795c4ccbe9b5cb1c083
+SIZE (prometheus-blackbox_exporter-v0.9.0_GH0.tar.gz) = 529019


More information about the svn-ports-all mailing list