Skip to content
Snippets Groups Projects
Commit bcc85219 authored by J0WI's avatar J0WI Committed by A. Klitzing
Browse files

community/geth: security upgrade to 1.10.22

parent a6e065bf
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38040community/geth: security upgrade to 1.10.22
Pipeline #133656 passed
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=geth
pkgver=1.10.20
pkgrel=2
pkgver=1.10.22
pkgrel=0
pkgdesc="Official Go implementation of the Ethereum protocol"
url="https://geth.ethereum.org/"
arch="all !aarch64" # build fails
arch="all"
license="LGPL-3.0-or-later"
makedepends="go linux-headers"
checkdepends="fuse"
......@@ -13,6 +13,10 @@ options="!check chmod-clean"
source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz"
builddir="$srcdir/go-ethereum-$pkgver"
# secfixes:
# 1.10.22-r0:
# - CVE-2022-37450
export GOCACHE="$srcdir/go-cache"
export GOTMPDIR="$srcdir"
export GOMODCACHE="$srcdir/go"
......@@ -31,5 +35,5 @@ package() {
}
sha512sums="
d544f199239b9e96fe8b07b69d73bdfc05734bbd4b3371fe97a842b131af2dc21492883dc431b57a1b41e14a50408cc6c8af0af9d85c86e28a385fe53d0f54a3 geth-1.10.20.tar.gz
549f30209e9062a26c38c529c6fd29091c10e383824502f14b329fa6c14ce7fef0e6cddc342b946caace8e819c2105d2a131fccf3de07673926975e75ec1f45a geth-1.10.22.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment