Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 12F5B78112A for <~alpine/aports@lists.alpinelinux.org>; Wed, 15 Dec 2021 10:02:31 +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=1639562082; 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=lh7mBg6LJqCEUaHO0wid9hhG795PpiVVt+Fru1xRZAk=; b=C6Rqu61P+R+PRatpL0Zu0eduXaA67q8XdtLIiW3qFbmu+f49JRnTcqaIPjlCTs+rQ6CvFO O4+rDAkIfBI0+t6wgDJRcGswgeUN3vMWbnbCRGahVLBGumrDplHDqf98Fu7lGvsU+8P/6T 7zL5g+hPrKrP49NMy99TAAfrnXD5Ax/56xVIgBzwJuUtU6tzwDGNYIxKNO08usXanSI23J FARExcFgwcOmoZnk/CF1zVcgQCumYjG8188UKxgu4XaLkWQd8aJsFB3lmOG2Oa2D22d5Fr c9HhuhO8igbIMYawdO6p+WaXl+eF6KCivPMup2jG1YZ6Ph0wIt0YlKOL1Qc6mQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.32.0 Date: Wed, 15 Dec 2021 10:54:40 +0100 Message-Id: <20211215095440.4065-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/prometheus/APKBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index ed84ec0b8c..2eed1db49f 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.31.2 +pkgver=2.32.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -20,6 +20,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/prometheus/prometheus/archiv # 2.27.1-r0: # - CVE-2021-29622 +prepare() { + # Disable linter: https://github.com/prometheus/prometheus/issues/10020 + sed -i web/ui/react-app/package.json -e 's/eslint --fix/true/g' +} + build() { cd "$builddir"/web/ui/react-app yarn --frozen-lockfile @@ -88,7 +93,7 @@ package() { } sha512sums=" -14c33d20a8a42ca3210e70e070bee9acbe97fc7c9c5d709daa00e220953840792e57c5d9bff9dfe0505cb91d3f6573c9f23cfe97ee6545f26601e4217ddc789a prometheus-2.31.2.tar.gz +1b0fbef255d412ae7add8575b71270a1dd0f8f3f64dae5db2d06f4237a5498468997d4978678c4c6ae90893218c8b4243b5f89f0e22af5521edcfa32e37efb8a prometheus-2.32.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.34.1