svn commit: r481977 - head/net-mgmt/prometheus2

Jochen Neumeister joneum at FreeBSD.org
Sat Oct 13 11:39:41 UTC 2018


Author: joneum
Date: Sat Oct 13 11:39:40 2018
New Revision: 481977
URL: https://svnweb.freebsd.org/changeset/ports/481977

Log:
  Update to 2.4.3
  
  Changelog:
  
   - Fix panic when using custom EC2 API for SD
   - Fix panic when Zookeeper SD cannot connect to servers
   - Make the skip_head an optional parameter for snapshot API
  
  PR:		232186
  Submitted by:	David O'Rourke <dor.bsd at xm0.uk> (maintainer)
  Sponsored by:	Netzkommune GmbH

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

Modified: head/net-mgmt/prometheus2/Makefile
==============================================================================
--- head/net-mgmt/prometheus2/Makefile	Sat Oct 13 11:01:33 2018	(r481976)
+++ head/net-mgmt/prometheus2/Makefile	Sat Oct 13 11:39:40 2018	(r481977)
@@ -2,7 +2,7 @@
 
 PORTNAME=	prometheus
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4.2
+DISTVERSION=	2.4.3
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	dor.bsd at xm0.uk

Modified: head/net-mgmt/prometheus2/distinfo
==============================================================================
--- head/net-mgmt/prometheus2/distinfo	Sat Oct 13 11:01:33 2018	(r481976)
+++ head/net-mgmt/prometheus2/distinfo	Sat Oct 13 11:39:40 2018	(r481977)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537620695
-SHA256 (prometheus-prometheus-v2.4.2_GH0.tar.gz) = 5e327347490410f6c5491971b8e24ac02cf19fdd787354bd0bab90ea89421b76
-SIZE (prometheus-prometheus-v2.4.2_GH0.tar.gz) = 6092847
+TIMESTAMP = 1539430637
+SHA256 (prometheus-prometheus-v2.4.3_GH0.tar.gz) = 4f84697f746a81df45e434a27b4b6b2c23c08768aa0f68b7bcf88f4ee6d1d8d6
+SIZE (prometheus-prometheus-v2.4.3_GH0.tar.gz) = 6095284


More information about the svn-ports-head mailing list