diff options
author | Sakib Sajal <sakib.sajal@windriver.com> | 2023-08-04 14:30:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:54 +0100 |
commit | a85c8a5789343fc94039268f8146f3ac167ae554 (patch) | |
tree | 4352881d06e353e6ae46e9df61c25ebf37587dd0 /meta/recipes-devtools/go | |
parent | b40619a5b3a2efd2d540b0101e47781a643a0b7a (diff) | |
download | poky-a85c8a5789343fc94039268f8146f3ac167ae554.tar.gz |
go: upgrade 1.20.6 -> 1.20.7
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
(From OE-Core rev: 039324d917ed124228a14ac1effdd66b27d9e82b)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go')
-rw-r--r-- | meta/recipes-devtools/go/go-1.20.7.inc (renamed from meta/recipes-devtools/go/go-1.20.6.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.20.7.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.20.6.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.20.7.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.20.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.20.7.bb (renamed from meta/recipes-devtools/go/go-cross_1.20.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.20.7.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.20.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.20.7.bb (renamed from meta/recipes-devtools/go/go-native_1.20.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.20.7.bb (renamed from meta/recipes-devtools/go/go-runtime_1.20.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.20.7.bb (renamed from meta/recipes-devtools/go/go_1.20.6.bb) | 0 |
8 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.20.6.inc b/meta/recipes-devtools/go/go-1.20.7.inc index 551171b255..f7974367cc 100644 --- a/meta/recipes-devtools/go/go-1.20.6.inc +++ b/meta/recipes-devtools/go/go-1.20.7.inc | |||
@@ -15,4 +15,4 @@ SRC_URI += "\ | |||
15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | 15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ | 16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ |
17 | " | 17 | " |
18 | SRC_URI[main.sha256sum] = "62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70" | 18 | SRC_URI[main.sha256sum] = "2c5ee9c9ec1e733b0dbbc2bdfed3f62306e51d8172bf38f4f4e542b27520f597" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.6.bb b/meta/recipes-devtools/go/go-binary-native_1.20.7.bb index 5b2f8f4352..3decde1954 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.20.6.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.20.7.bb | |||
@@ -9,9 +9,9 @@ PROVIDES = "go-native" | |||
9 | 9 | ||
10 | # Checksums available at https://go.dev/dl/ | 10 | # Checksums available at https://go.dev/dl/ |
11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" | 11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" |
12 | SRC_URI[go_linux_amd64.sha256sum] = "b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb" | 12 | SRC_URI[go_linux_amd64.sha256sum] = "f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44" |
13 | SRC_URI[go_linux_arm64.sha256sum] = "4e15ab37556e979181a1a1cc60f6d796932223a0f5351d7c83768b356f84429b" | 13 | SRC_URI[go_linux_arm64.sha256sum] = "44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43" |
14 | SRC_URI[go_linux_ppc64le.sha256sum] = "a1b91a42a40bba54bfd5c96c23d72250e0c424038d0d2b5c7950b828b4905822" | 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "6318a1db307c12b8afe68808bd6fae4fba1e558a85b958216096869ed506dcb3" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" | 16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" |
17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" |
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.20.6.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.7.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.20.6.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.20.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.20.6.bb b/meta/recipes-devtools/go/go-cross_1.20.7.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.20.6.bb +++ b/meta/recipes-devtools/go/go-cross_1.20.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.6.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.7.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.20.6.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.20.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.20.6.bb b/meta/recipes-devtools/go/go-native_1.20.7.bb index ddf25b2c9b..ddf25b2c9b 100644 --- a/meta/recipes-devtools/go/go-native_1.20.6.bb +++ b/meta/recipes-devtools/go/go-native_1.20.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.20.6.bb b/meta/recipes-devtools/go/go-runtime_1.20.7.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.20.6.bb +++ b/meta/recipes-devtools/go/go-runtime_1.20.7.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.20.6.bb b/meta/recipes-devtools/go/go_1.20.7.bb index 46f5fbc6be..46f5fbc6be 100644 --- a/meta/recipes-devtools/go/go_1.20.6.bb +++ b/meta/recipes-devtools/go/go_1.20.7.bb | |||