Received: by mail.netbsd.org (Postfix, from userid 605) id 4A47284D8C; Wed, 16 Oct 2019 08:07:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C606084D22 for ; Wed, 16 Oct 2019 08:07:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8_T8YYU9qZP4 for ; Wed, 16 Oct 2019 08:07:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F41B84C85 for ; Wed, 16 Oct 2019 08:07:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33C9EFBF4; Wed, 16 Oct 2019 08:07:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571213241276160" MIME-Version: 1.0 Date: Wed, 16 Oct 2019 08:07:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/prometheus To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191016080721.33C9EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1571213241276160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 16 08:07:21 UTC 2019 Modified Files: pkgsrc/databases/prometheus: Makefile distinfo Log Message: prometheus: updated to 2.13.0 2.13.0: [SECURITY/BUGFIX] UI: Fix a Stored DOM XSS vulnerability with query history CVE-2019-10215. [CHANGE] Metrics: renamed prometheus_sd_configs_failed_total to prometheus_sd_failed_configs and changed to Gauge [ENHANCEMENT] Include the tsdb tool in builds. [ENHANCEMENT] Service discovery: add new node address types for kubernetes. [ENHANCEMENT] UI: show warnings if query have returned some warnings. [ENHANCEMENT] Remote write: reduce memory usage of the series cache. [ENHANCEMENT] Remote read: use remote read streaming to reduce memory usage. [ENHANCEMENT] Metrics: added metrics for remote write max/min/desired shards to queue manager. [ENHANCEMENT] Promtool: show the warnings during label query. [ENHANCEMENT] Promtool: improve error messages when parsing bad rules. [ENHANCEMENT] Promtool: more promlint rules. [BUGFIX] Promtool: fix recording inconsistency due to duplicate labels. [BUGFIX] UI: fixes service-discovery view when accessed from unhealthy targets. [BUGFIX] Metrics format: OpenMetrics parser crashes on short input. [BUGFIX] UI: avoid truncated Y-axis values. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/prometheus/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/prometheus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571213241276160 Content-Disposition: inline Content-Length: 1830 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/prometheus/Makefile diff -u pkgsrc/databases/prometheus/Makefile:1.8 pkgsrc/databases/prometheus/Makefile:1.9 --- pkgsrc/databases/prometheus/Makefile:1.8 Thu Sep 26 20:10:40 2019 +++ pkgsrc/databases/prometheus/Makefile Wed Oct 16 08:07:21 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2019/09/26 20:10:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2019/10/16 08:07:21 adam Exp $ -DISTNAME= prometheus-2.12.0 +DISTNAME= prometheus-2.13.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/} -PKGREVISION= 1 CATEGORIES= databases GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/databases/prometheus/distinfo diff -u pkgsrc/databases/prometheus/distinfo:1.4 pkgsrc/databases/prometheus/distinfo:1.5 --- pkgsrc/databases/prometheus/distinfo:1.4 Wed Aug 21 08:46:39 2019 +++ pkgsrc/databases/prometheus/distinfo Wed Oct 16 08:07:21 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2019/08/21 08:46:39 adam Exp $ +$NetBSD: distinfo,v 1.5 2019/10/16 08:07:21 adam Exp $ -SHA1 (prometheus-2.12.0.tar.gz) = 3bec6e2a0e4704bc18c699007acb4211427e5347 -RMD160 (prometheus-2.12.0.tar.gz) = 67d675dc3666b02d353441d34368c0c179b1b5f4 -SHA512 (prometheus-2.12.0.tar.gz) = 3d3b5ce3afd13714a8fa96964784fa40feb650459f657cbc695c6a7e866f89c488132b408d78ea101804532768c51c3913607bf001f27d3f05c3df9efe3cab82 -Size (prometheus-2.12.0.tar.gz) = 15221347 bytes +SHA1 (prometheus-2.13.0.tar.gz) = 63b48cdc38f843cfefc59817f6aa4265e227fb58 +RMD160 (prometheus-2.13.0.tar.gz) = 0f420962162c7ed2dc22be439b6e45623d8dea60 +SHA512 (prometheus-2.13.0.tar.gz) = 1c9ae1cbbe4e96d00c804a6a891c0b93a36c633499433a7b5f88a80cba98874bb01d2a10bd9e3b42a2a4d07580e4d16e34f50d5e07636cf6d7d7c52c967dafc3 +Size (prometheus-2.13.0.tar.gz) = 15193225 bytes SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257 --_----------=_1571213241276160--