summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-05-23 06:03:23 -1000
committerSteve Sakoman <steve@sakoman.com>2022-05-24 04:34:23 -1000
commitbcbfff47e212627b355c54ab782f38708ed12d4c (patch)
tree943e9f8e0ce3602a2c7ca877ec1ef44c5125a43c /meta/recipes-devtools
parent61e8e3c7f0b7161ff678a0ef4992261c7a1b96b0 (diff)
downloadopenembedded-core-contrib-bcbfff47e212627b355c54ab782f38708ed12d4c.tar.gz
go: upgrade 1.17.8 -> 1.17.10
go1.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/go/go-1.17.10.inc (renamed from meta/recipes-devtools/go/go-1.17.8.inc)2
-rw-r--r--meta/recipes-devtools/go/go-binary-native_1.17.10.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.17.8.bb)4
-rw-r--r--meta/recipes-devtools/go/go-cross-canadian_1.17.10.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb)0
-rw-r--r--meta/recipes-devtools/go/go-cross_1.17.10.bb (renamed from meta/recipes-devtools/go/go-cross_1.17.8.bb)0
-rw-r--r--meta/recipes-devtools/go/go-crosssdk_1.17.10.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.17.8.bb)0
-rw-r--r--meta/recipes-devtools/go/go-native_1.17.10.bb (renamed from meta/recipes-devtools/go/go-native_1.17.8.bb)0
-rw-r--r--meta/recipes-devtools/go/go-runtime_1.17.10.bb (renamed from meta/recipes-devtools/go/go-runtime_1.17.8.bb)0
-rw-r--r--meta/recipes-devtools/go/go_1.17.10.bb (renamed from meta/recipes-devtools/go/go_1.17.8.bb)0
8 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.8.inc b/meta/recipes-devtools/go/go-1.17.10.inc
index 649c09ec1d..e71feb5d02 100644
--- a/meta/recipes-devtools/go/go-1.17.8.inc
+++ b/meta/recipes-devtools/go/go-1.17.10.inc
@@ -17,7 +17,7 @@ SRC_URI += "\
file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \
file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
"
-SRC_URI[main.sha256sum] = "2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a"
+SRC_URI[main.sha256sum] = "299e55af30f15691b015d8dcf8ecae72412412569e5b2ece20361753a456f2f9"
# Upstream don't believe it is a signifiant real world issue and will only
# fix in 1.17 onwards where we can drop this.
diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.8.bb b/meta/recipes-devtools/go/go-binary-native_1.17.10.bb
index 1b85cd50d6..0f49cebcb7 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.17.8.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.17.10.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
PROVIDES = "go-native"
SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99"
-SRC_URI[go_linux_arm64.sha256sum] = "57a9171682e297df1a5bd287be056ed0280195ad079af90af16dcad4f64710cb"
+SRC_URI[go_linux_amd64.sha256sum] = "87fc728c9c731e2f74e4a999ef53cf07302d7ed3504b0839027bd9c10edaa3fd"
+SRC_URI[go_linux_arm64.sha256sum] = "649141201efa7195403eb1301b95dc79c5b3e65968986a391da1370521701b0c"
UPSTREAM_CHECK_URI = "https://golang.org/dl/"
UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.10.bb
index 7ac9449e47..7ac9449e47 100644
--- a/meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb
+++ b/meta/recipes-devtools/go/go-cross-canadian_1.17.10.bb
diff --git a/meta/recipes-devtools/go/go-cross_1.17.8.bb b/meta/recipes-devtools/go/go-cross_1.17.10.bb
index 80b5a03f6c..80b5a03f6c 100644
--- a/meta/recipes-devtools/go/go-cross_1.17.8.bb
+++ b/meta/recipes-devtools/go/go-cross_1.17.10.bb
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.8.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.10.bb
index 1857c8a577..1857c8a577 100644
--- a/meta/recipes-devtools/go/go-crosssdk_1.17.8.bb
+++ b/meta/recipes-devtools/go/go-crosssdk_1.17.10.bb
diff --git a/meta/recipes-devtools/go/go-native_1.17.8.bb b/meta/recipes-devtools/go/go-native_1.17.10.bb
index 76c0ab73a6..76c0ab73a6 100644
--- a/meta/recipes-devtools/go/go-native_1.17.8.bb
+++ b/meta/recipes-devtools/go/go-native_1.17.10.bb
diff --git a/meta/recipes-devtools/go/go-runtime_1.17.8.bb b/meta/recipes-devtools/go/go-runtime_1.17.10.bb
index 63464a1501..63464a1501 100644
--- a/meta/recipes-devtools/go/go-runtime_1.17.8.bb
+++ b/meta/recipes-devtools/go/go-runtime_1.17.10.bb
diff --git a/meta/recipes-devtools/go/go_1.17.8.bb b/meta/recipes-devtools/go/go_1.17.10.bb
index 34dc89bb0c..34dc89bb0c 100644
--- a/meta/recipes-devtools/go/go_1.17.8.bb
+++ b/meta/recipes-devtools/go/go_1.17.10.bb