]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: upgrade 1.22.8 -> 1.22.9
authorPeter Marko <peter.marko@siemens.com>
Tue, 28 Jan 2025 18:39:41 +0000 (19:39 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 29 Jan 2025 14:42:16 +0000 (06:42 -0800)
Upgrade to latest 1.22.x release [1]:

$ git --no-pager log --oneline go1.22.8..go1.22.9
8af39d30a4 (tag: go1.22.9) [release-branch.go1.22] go1.22.9
c19e5887f4 [release-branch.go1.22] cmd/cgo/internal/testcarchive: remove 1-minute timeout
e3fd4ba7f9 [release-branch.go1.22] cmd/link: generate Mach-O UUID when -B flag is specified
29252e4c5a [release-branch.go1.22] runtime: fix TestGdbAutotmpTypes on gdb version 15

[1] https://github.com/golang/go/compare/go1.22.8...go1.22.9

(From OE-Core rev: 4f2f202506bcefb4d6c46a11738e159e261a4a4b)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-1.22.9.inc [moved from meta/recipes-devtools/go/go-1.22.8.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.22.9.bb [moved from meta/recipes-devtools/go/go-binary-native_1.22.8.bb with 78% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.22.9.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.22.9.bb [moved from meta/recipes-devtools/go/go-cross_1.22.8.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.22.9.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.22.8.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.22.9.bb [moved from meta/recipes-devtools/go/go-runtime_1.22.8.bb with 100% similarity]
meta/recipes-devtools/go/go_1.22.9.bb [moved from meta/recipes-devtools/go/go_1.22.8.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.22.8.inc
rename to meta/recipes-devtools/go/go-1.22.9.inc
index 542519b9308a35577557f756654c6bd55bb6146a..8fe2a8e39c9cfc8356d6b19876324972326f6617 100644 (file)
@@ -15,4 +15,4 @@ SRC_URI += "\
     file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
     file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \
 "
-SRC_URI[main.sha256sum] = "df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8"
+SRC_URI[main.sha256sum] = "e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22"
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.22.8.bb
rename to meta/recipes-devtools/go/go-binary-native_1.22.9.bb
index 98799eb50310b7c25ee95764437f91990fbdec36..040091be7970da3088a9e0ef871bd0ebc989468c 100644 (file)
@@ -9,9 +9,9 @@ PROVIDES = "go-native"
 
 # Checksums available at https://go.dev/dl/
 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] = "5f467d29fc67c7ae6468cb6ad5b047a274bae8180cac5e0b7ddbfeba3e47e18f"
-SRC_URI[go_linux_arm64.sha256sum] = "5c616b32dab04bb8c4c8700478381daea0174dc70083e4026321163879278a4a"
-SRC_URI[go_linux_ppc64le.sha256sum] = "c546f27866510bf8e54e86fe6f58c705af0e894341e5572c91f197a734152c27"
+SRC_URI[go_linux_amd64.sha256sum] = "84a8f05b7b969d8acfcaf194ce9298ad5d3ddbfc7034930c280006b5c85a574c"
+SRC_URI[go_linux_arm64.sha256sum] = "5beec5ef9f019e1779727ef0d9643fa8bf2495e7222014d2fc4fbfce5999bf01"
+SRC_URI[go_linux_ppc64le.sha256sum] = "dcee55b402eaf46e7ffb2018b9e30b27ae5e821367697d8f8ff1ed1cecfd7948"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"