]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: update 1.20.8 -> 1.20.9
authorJose Quaresma <quaresma.jose@gmail.com>
Mon, 9 Oct 2023 16:40:37 +0000 (16:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Oct 2023 06:53:16 +0000 (07:53 +0100)
Upgrade to latest 1.20.x release [1]:

$ git log --oneline go1.20.8..go1.20.9
68f9a6e2ad (tag: go1.20.9) [release-branch.go1.20] go1.20.9
31d5b604ac [release-branch.go1.20] cmd/compile: use absolute file name in isCgo check
83dce45959 [release-branch.go1.20] cmd/link: suppress -bind_at_load deprecation warning for ld-prime
08c544db98 [release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode on darwin
071f03a8e5 [release-branch.go1.20] cmd/link: force old Apple linker in plugin mode

[1] https://github.com/golang/go/compare/go1.20.8...go1.20.9

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.20.9.inc [moved from meta/recipes-devtools/go/go-1.20.8.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.20.9.bb [moved from meta/recipes-devtools/go/go-binary-native_1.20.8.bb with 78% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.20.9.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.20.8.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.20.9.bb [moved from meta/recipes-devtools/go/go-cross_1.20.8.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.20.9.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.20.8.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.20.9.bb [moved from meta/recipes-devtools/go/go-native_1.20.8.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.20.9.bb [moved from meta/recipes-devtools/go/go-runtime_1.20.8.bb with 100% similarity]
meta/recipes-devtools/go/go_1.20.9.bb [moved from meta/recipes-devtools/go/go_1.20.8.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.20.8.inc
rename to meta/recipes-devtools/go/go-1.20.9.inc
index 958d75132392877f5c1151816cde45274ab84d23..775208c00790d4748f6e51c9054610a6ea55a687 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] = "38d71714fa5279f97240451956d8e47e3c1b6a5de7cb84137949d62b5dd3182e"
+SRC_URI[main.sha256sum] = "4923920381cd71d68b527761afefa523ea18c5831b4795034c827e18b685cdcf"
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.20.8.bb
rename to meta/recipes-devtools/go/go-binary-native_1.20.9.bb
index cd6dbcb5e97b2d4582d0597164fe03c3511fe0a9..3fcb923ca07dc8de76ba2a8ab7afa00472edd6e0 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] = "cc97c28d9c252fbf28f91950d830201aa403836cbed702a05932e63f7f0c7bc4"
-SRC_URI[go_linux_arm64.sha256sum] = "15ab379c6a2b0d086fe3e74be4599420e66549edf7426a300ee0f3809500f89e"
-SRC_URI[go_linux_ppc64le.sha256sum] = "a5034a9c7eac6c5bcc650c2605c5edb4039c7b6064e2a2ea43c415c8af91f5f6"
+SRC_URI[go_linux_amd64.sha256sum] = "8921369701afa749b07232d2c34d514510c32dbfd79c65adb379451b5f0d7216"
+SRC_URI[go_linux_arm64.sha256sum] = "da7fca78f85b90b495382cd74b2d0a1c0b6aaa200e7feb27ae7198352b2317fa"
+SRC_URI[go_linux_ppc64le.sha256sum] = "2db0628914522d9d2dbc7070877131dd9d1f8f74387f2f32314b5cfb5e45ff82"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"