Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AAF9E780E06 for <~alpine/aports@lists.alpinelinux.org>; Mon, 15 Nov 2021 09:55:18 +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=1636970118; 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=AOnYfxRCB8xH2gorUhcUW7qO3cpVMlOM/GDOF6hHw48=; b=RM5RVpoku/VegM96gqnNwCJ/w2c1FZTfbaSM1nkx45CDoAfoGQdgczh4TbHzqBFWF5XR8v sGqc9XA6ybd+N7Cj0fH/DR6A4up3unnKK3ZE6k1521bjrXEXoYvzx81JGBPpzh8cqQHWhJ ZqKNZIf/jfylzJkmcjvcQ7Qn2sso+vIC2dwjb9P9obaBv6gy8mtLd3xo2+NoFXEqI1bvcA BIirwnrMVspCgvveBtfNGN2gLUyBdhqd6L40nByspAbx35LhFmRl5CtvpNKQ9g2rTcLNMH jqUkf/Xy/1SYZr9aF5A/XcXApmkJZYjSa0qUr+A4zQ31mG5yzUlrnn1NLfwiUw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.31.1 Date: Mon, 15 Nov 2021 10:55:17 +0100 Message-Id: <20211115095517.12995-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/prometheus/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 5a941bac75..96c7edee97 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.30.3 +pkgver=2.31.1 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -21,14 +21,14 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/prometheus/prometheus/archiv # - CVE-2021-29622 build() { - cd web/ui/react-app + cd "$builddir"/web/ui/react-app yarn --frozen-lockfile yarn lint - cd ../../../ - ./scripts/build_react_app.sh - cd web/ui + cd "$builddir"/web/ui + npm run build + npm run build:module go generate -x -v - cd ../../ + cd "$builddir" gofmt -w ./web/ui GOLDFLAGS="-X github.com/prometheus/common/version.Version=$pkgver @@ -88,7 +88,7 @@ package() { } sha512sums=" -9b6715350429d0991d51c5f5c6e5f19284e1a5ed2b0db93915f21770b0a52c858e0a3f87029338ce0f1403071a673e9514b7be8899a195ba1e467335ac77cb39 prometheus-2.30.3.tar.gz +ca811c0e44b6dcb6fd7631928fe5c83ea3300868891d6492b52f42f79835c41c0ad7eced94a9e67558cb30cca149f61f4b531a2b36c44fc5231aeeacc41c7ecd prometheus-2.31.1.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.33.1