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

Kai Knoblich kai at FreeBSD.org
Wed May 1 22:50:58 UTC 2019


Author: kai
Date: Wed May  1 22:50:56 2019
New Revision: 500620
URL: https://svnweb.freebsd.org/changeset/ports/500620

Log:
  net-mgmt/prometheus2: Update to 2.9.2
  
  Changelog:
  
  * Make sure subquery range is taken into account for selection
  * Exhaust every request body before closing it
  * Cmd/promtool: return errors from rule evaluations
  * Remote Storage: string interner should not panic in release
  * Fix memory allocation regression in mergedPostings.Seek
  
  https://github.com/prometheus/prometheus/releases/tag/v2.9.2
  
  PR:		237671
  Submitted by:	David O'Rourke <dor.bsd at xm0.uk> (maintainer)
  Approved by:	mentors (implicit)

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

Modified: head/net-mgmt/prometheus2/Makefile
==============================================================================
--- head/net-mgmt/prometheus2/Makefile	Wed May  1 22:47:46 2019	(r500619)
+++ head/net-mgmt/prometheus2/Makefile	Wed May  1 22:50:56 2019	(r500620)
@@ -2,7 +2,7 @@
 
 PORTNAME=	prometheus
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.9.1
+DISTVERSION=	2.9.2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	dor.bsd at xm0.uk

Modified: head/net-mgmt/prometheus2/distinfo
==============================================================================
--- head/net-mgmt/prometheus2/distinfo	Wed May  1 22:47:46 2019	(r500619)
+++ head/net-mgmt/prometheus2/distinfo	Wed May  1 22:50:56 2019	(r500620)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556014933
-SHA256 (prometheus-prometheus-v2.9.1_GH0.tar.gz) = 3b234b15e16284ece013ed23d10c1f102041dc00c4ad39ac3af6265005494844
-SIZE (prometheus-prometheus-v2.9.1_GH0.tar.gz) = 11474112
+TIMESTAMP = 1556302564
+SHA256 (prometheus-prometheus-v2.9.2_GH0.tar.gz) = fa00bdfcd868c84c61223dfe60eb3bc67777857e49db2c826854c706c5ea4551
+SIZE (prometheus-prometheus-v2.9.2_GH0.tar.gz) = 11477683


More information about the svn-ports-all mailing list