From 43e762d7b1f967019f1a8582ace0dcada66f3333 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sat, 12 Feb 2022 11:46:40 -0600 Subject: [PATCH] go: updated to version 1.17.7 --- go/.footprint | 4 ++++ go/.signature | 10 +++++----- go/Pkgfile | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/go/.footprint b/go/.footprint index c556b7019..254806568 100644 --- a/go/.footprint +++ b/go/.footprint @@ -333,6 +333,8 @@ drwxr-xr-x root/root usr/lib/go/misc/cgo/testplugin/testdata/checkdwarf/ -rw-r--r-- root/root usr/lib/go/misc/cgo/testplugin/testdata/checkdwarf/main.go drwxr-xr-x root/root usr/lib/go/misc/cgo/testplugin/testdata/common/ -rw-r--r-- root/root usr/lib/go/misc/cgo/testplugin/testdata/common/common.go +drwxr-xr-x root/root usr/lib/go/misc/cgo/testplugin/testdata/forkexec/ +-rw-r--r-- root/root usr/lib/go/misc/cgo/testplugin/testdata/forkexec/main.go drwxr-xr-x root/root usr/lib/go/misc/cgo/testplugin/testdata/host/ -rw-r--r-- root/root usr/lib/go/misc/cgo/testplugin/testdata/host/host.go drwxr-xr-x root/root usr/lib/go/misc/cgo/testplugin/testdata/iface/ @@ -11193,6 +11195,8 @@ drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue4964.dir/ -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4964.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue5002.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue5056.go +-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue50671.go +-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue50854.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue5089.go drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue5105.dir/ -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue5105.dir/a.go diff --git a/go/.signature b/go/.signature index 362669f2c..44dbd6327 100644 --- a/go/.signature +++ b/go/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31afW0MIhuGQKu4++lBxbjNzoM1UWPYqTFihgYeXQMtyzaX+/A++AW0rOBzdB/ZC9TmrKHBHSnIMkYZhuuaF1gE= -SHA256 (Pkgfile) = e37f75cda50bb1f7b85e40b6f4dc1c87ec0c7a6abce179d5621ff52c166071b6 -SHA256 (.footprint) = 6cf93b44a6f39cb159d14486174d360d1ffca08daa3815e0e6f62395f45db0ca -SHA256 (go1.17.6.src.tar.gz) = 4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8 -SHA256 (go1.17.6.linux-amd64.tar.gz) = 231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2 +RWSagIOpLGJF36JzhBvXgArcsV15qzPJROuoC8+2zhqwBjv232GnF+31RpBWdEJQTaBbOHDaQWdb6Hr2inBtnaKWIOuSLoOqkAE= +SHA256 (Pkgfile) = 097665279b224d785f7e2cb12966b3b7e8e606e1302514bf605470d3fcb07fb3 +SHA256 (.footprint) = 8cd343ff184af6863c619ce7c3d93e9fea6162f9be6d5431dddf6db11f6a0c1b +SHA256 (go1.17.7.src.tar.gz) = c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d +SHA256 (go1.17.7.linux-amd64.tar.gz) = 02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259 diff --git a/go/Pkgfile b/go/Pkgfile index 147ef28f6..5d314dcb5 100644 --- a/go/Pkgfile +++ b/go/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Matt Housh, jaeger at crux dot ninja name=go -version=1.17.6 +version=1.17.7 release=1 source=(https://golang.org/dl/go${version}.src.tar.gz \ https://golang.org/dl/go${version}.linux-amd64.tar.gz)