Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6AD7A781EA0 for <~alpine/aports@lists.alpinelinux.org>; Tue, 18 May 2021 15:38:15 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1621352293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=smUVZy8n8RJ5qBKbfQjUa5gUagt3m2s57DnqlllyghE=; b=GCoIjh5SdhQDBKmsAfcP8pnVWsUaLLA7ms4fN/m3NCXcRS39Uex2NYkUii/CN6YsrKxPN6 77+BvGyUoTaAhCDEk9jx1SKyVvBkske9UO7lqlhnK7DlZs0bLb0tmBsqpi/OWvrRUZ5hpJ QlU+jThhBQKGiQ/hHfaGGKw7WIqA94duI3N5t1/0zoPfbuIs5hDdZzLRswViO3+UPOXxjK ye4APfcYIdrmk6YVTx+Jbaj2IuamlRNhvPbMpCVgFdRddwoeQCRmeSZnR1gbrYtYQ0OJbA ftyqux8d/3eaBpPJeHe8tFlvKV2a4qI79zQ9NIhFuMLJihP5EC5OjCXMD1+fiQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.27.1 Date: Tue, 18 May 2021 11:38:10 -0400 Message-Id: <20210518153810.30797-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com This upgrade addresses CVE-2021-29622 --- community/prometheus/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 174e67d3b4..8ffd7f9cc7 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.27.0 +pkgver=2.27.1 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -84,7 +84,7 @@ package() { } sha512sums=" -e20fd7aba2cf6ebe8dc3ce71c184b25415dba1bc9700ff0da6d527ba38c53cf08c380cc9924eb6af75e5558b87f80cd59c4fd3c3b62a5714603c3693083f1fe9 prometheus-2.27.0.tar.gz +5f35add37a982c7160498ecb61c62d6d837b2a66bc9e7c0c9df60909d47e4817452d38161ba3179db9c148d86d1f25e41cc7eb7d1ffb7899ac25f0d0a7b8bcea prometheus-2.27.1.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.31.1