]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: upgrade 1.20.6 -> 1.20.7
authorSakib Sajal <sakib.sajal@windriver.com>
Fri, 4 Aug 2023 21:30:20 +0000 (14:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Aug 2023 08:18:49 +0000 (09:18 +0100)
Upgrade to latest 1.20.x release [1]:

$ git log --oneline go1.20.6..go1.20.7 origin/release-branch.go1.20
adb775e309 (tag: go1.20.7, origin/release-branch.go1.20) [release-branch.go1.20] go1.20.7
659f2a2207 [release-branch.go1.20] crypto/tls: restrict RSA keys in certificates to <= 8192 bits
10d85fa0f6 [release-branch.go1.20] cmd/asm, cmd/internal/obj: generate proper atomic ops for riscv64
bd3a1f24e7 [release-branch.go1.20] net: tolerate permission errors in interface tests
6211a024b4 [release-branch.go1.20] cmd/compile: on PPC64, fix sign/zero extension when masking

[1] https://github.com/golang/go/compare/go1.20.6...go1.20.7

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/go/go-1.20.7.inc [moved from meta/recipes-devtools/go/go-1.20.6.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.20.7.bb [moved from meta/recipes-devtools/go/go-binary-native_1.20.6.bb with 78% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.20.7.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.20.6.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.20.7.bb [moved from meta/recipes-devtools/go/go-cross_1.20.6.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.20.7.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.20.6.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.20.7.bb [moved from meta/recipes-devtools/go/go-native_1.20.6.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.20.7.bb [moved from meta/recipes-devtools/go/go-runtime_1.20.6.bb with 100% similarity]
meta/recipes-devtools/go/go_1.20.7.bb [moved from meta/recipes-devtools/go/go_1.20.6.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.20.6.inc
rename to meta/recipes-devtools/go/go-1.20.7.inc
index 551171b255f2971a345d9fc24da476b28315c34a..f7974367ccf404c7cae9719e0628a7df137245a2 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] = "62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70"
+SRC_URI[main.sha256sum] = "2c5ee9c9ec1e733b0dbbc2bdfed3f62306e51d8172bf38f4f4e542b27520f597"
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.20.6.bb
rename to meta/recipes-devtools/go/go-binary-native_1.20.7.bb
index 5b2f8f4352376857389b497a09709cbe60703896..3decde195491ecf63cc58cc1678c174d11cea577 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] = "b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb"
-SRC_URI[go_linux_arm64.sha256sum] = "4e15ab37556e979181a1a1cc60f6d796932223a0f5351d7c83768b356f84429b"
-SRC_URI[go_linux_ppc64le.sha256sum] = "a1b91a42a40bba54bfd5c96c23d72250e0c424038d0d2b5c7950b828b4905822"
+SRC_URI[go_linux_amd64.sha256sum] = "f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44"
+SRC_URI[go_linux_arm64.sha256sum] = "44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43"
+SRC_URI[go_linux_ppc64le.sha256sum] = "6318a1db307c12b8afe68808bd6fae4fba1e558a85b958216096869ed506dcb3"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"