Thu Apr 23 10:31:00 2020 UTC ()
prometheus: updated to 2.17.2

2.17.2:
[BUGFIX] Federation: Register federation metrics
[BUGFIX] PromQL: Fix panic in parser error handling
[BUGFIX] Rules: Fix reloads hanging when deleting a rule group that is being evaluated
[BUGFIX] TSDB: Fix a memory leak when prometheus starts with an empty TSDB WAL
[BUGFIX] TSDB: Make isolation more robust to panics in web handlers


(adam)
diff -r1.20 -r1.21 pkgsrc/databases/prometheus/Makefile
diff -r1.10 -r1.11 pkgsrc/databases/prometheus/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/databases/prometheus/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/prometheus/Makefile 2020/04/12 11:01:30 1.20
+++ pkgsrc/databases/prometheus/Makefile 2020/04/23 10:31:00 1.21
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.20 2020/04/12 11:01:30 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.21 2020/04/23 10:31:00 adam Exp $
2 2
3DISTNAME= prometheus-2.17.1 3DISTNAME= prometheus-2.17.2
4MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/} 4MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/}
5PKGREVISION= 1 
6CATEGORIES= databases 5CATEGORIES= databases
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://prometheus.io/ 9HOMEPAGE= https://prometheus.io/
11COMMENT= The Prometheus monitoring system and time series database 10COMMENT= The Prometheus monitoring system and time series database
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14GO_DIST_BASE= ${DISTNAME} 13GO_DIST_BASE= ${DISTNAME}
15GO_SRCPATH= github.com/prometheus/prometheus 14GO_SRCPATH= github.com/prometheus/prometheus
16 15
17PKG_SYSCONFSUBDIR= prometheus 16PKG_SYSCONFSUBDIR= prometheus
18 17

cvs diff -r1.10 -r1.11 pkgsrc/databases/prometheus/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/prometheus/distinfo 2020/04/03 16:39:50 1.10
+++ pkgsrc/databases/prometheus/distinfo 2020/04/23 10:31:00 1.11
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.10 2020/04/03 16:39:50 adam Exp $ 1$NetBSD: distinfo,v 1.11 2020/04/23 10:31:00 adam Exp $
2 2
3SHA1 (prometheus-2.17.1.tar.gz) = d1a42ce50a1fb3e3236954645e150df8b25f2618 3SHA1 (prometheus-2.17.2.tar.gz) = ac9b718008978008a3fb76c8c19cec415f68c321
4RMD160 (prometheus-2.17.1.tar.gz) = f18d4e10b2f34ee2721e7cdee5c83f46ad52511e 4RMD160 (prometheus-2.17.2.tar.gz) = 3af1872240277dbdf296e453a39cb8490bd144a2
5SHA512 (prometheus-2.17.1.tar.gz) = 7e8a72ca9917ea9997b909cd25a4c4b730d0458fe525cb86df543e7b06a5c6cd242ffeb0c7ba72c50f84f819df4112228f6c56cfe583022a34513e2a7b77a8dd 5SHA512 (prometheus-2.17.2.tar.gz) = d2fabe7ce7792d673547f0e4f97e61b9606e4e415dcd5d51297515ed20fa14139a9858dd12da8806723b938f0d7f09ebe90006b1432b5f78d6e0439e5786e0e8
6Size (prometheus-2.17.1.tar.gz) = 12822668 bytes 6Size (prometheus-2.17.2.tar.gz) = 12824216 bytes
7SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257 7SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
8SHA1 (patch-web_ui_ui.go) = e940f49f6f3dddf2d3bbae18a18f3b5411e68c11 8SHA1 (patch-web_ui_ui.go) = e940f49f6f3dddf2d3bbae18a18f3b5411e68c11