From: Peter Marko Date: Sun, 27 Oct 2024 13:39:06 +0000 (+0100) Subject: go: upgrade 1.22.7 -> 1.22.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6808b3b618b377fb5e723c8921c12de7cddb7ff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go: upgrade 1.22.7 -> 1.22.8 Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.7..go1.22.8 aeccd613c8 (tag: go1.22.8) [release-branch.go1.22] go1.22.8 b4086b7c16 [release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, document 6fab4b9a9e [release-branch.go1.22] runtime: size maps.Clone destination bucket array safely 71655f14ce [release-branch.go1.22] cmd/cgo: correct padding required by alignment [1] https://github.com/golang/go/compare/go1.22.7...go1.22.8 Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (cherry picked from commit 552b9913b25107d7a34611b499b7811896b5f098) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/go/go-1.22.7.inc b/meta/recipes-devtools/go/go-1.22.8.inc similarity index 89% rename from meta/recipes-devtools/go/go-1.22.7.inc rename to meta/recipes-devtools/go/go-1.22.8.inc index e54a9027418..542519b9308 100644 --- a/meta/recipes-devtools/go/go-1.22.7.inc +++ b/meta/recipes-devtools/go/go-1.22.8.inc @@ -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] = "66432d87d85e0cfac3edffe637d5930fc4ddf5793313fe11e4a0f333023c879f" +SRC_URI[main.sha256sum] = "df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8" diff --git a/meta/recipes-devtools/go/go-binary-native_1.22.7.bb b/meta/recipes-devtools/go/go-binary-native_1.22.8.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.22.7.bb rename to meta/recipes-devtools/go/go-binary-native_1.22.8.bb index aba317fd38c..98799eb5031 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.22.7.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.22.8.bb @@ -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] = "fc5d49b7a5035f1f1b265c17aa86e9819e6dc9af8260ad61430ee7fbe27881bb" -SRC_URI[go_linux_arm64.sha256sum] = "ed695684438facbd7e0f286c30b7bc2411cfc605516d8127dc25c62fe5b03885" -SRC_URI[go_linux_ppc64le.sha256sum] = "a6441d5da40a961039ec22b0aadbc8b513f52b31bb8919c359a7e2c3c5bcf26a" +SRC_URI[go_linux_amd64.sha256sum] = "5f467d29fc67c7ae6468cb6ad5b047a274bae8180cac5e0b7ddbfeba3e47e18f" +SRC_URI[go_linux_arm64.sha256sum] = "5c616b32dab04bb8c4c8700478381daea0174dc70083e4026321163879278a4a" +SRC_URI[go_linux_ppc64le.sha256sum] = "c546f27866510bf8e54e86fe6f58c705af0e894341e5572c91f197a734152c27" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.22.7.bb b/meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.22.7.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb diff --git a/meta/recipes-devtools/go/go-cross_1.22.7.bb b/meta/recipes-devtools/go/go-cross_1.22.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.22.7.bb rename to meta/recipes-devtools/go/go-cross_1.22.8.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.22.7.bb b/meta/recipes-devtools/go/go-crosssdk_1.22.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.22.7.bb rename to meta/recipes-devtools/go/go-crosssdk_1.22.8.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.22.7.bb b/meta/recipes-devtools/go/go-runtime_1.22.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.22.7.bb rename to meta/recipes-devtools/go/go-runtime_1.22.8.bb diff --git a/meta/recipes-devtools/go/go_1.22.7.bb b/meta/recipes-devtools/go/go_1.22.8.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.22.7.bb rename to meta/recipes-devtools/go/go_1.22.8.bb