summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2024-02-23 11:39:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-24 16:10:19 +0000
commit44f81b6239f0f08877ccd6507c2a81f3650f193b (patch)
tree03349f60e9b98ab48aefb9ec2f199da6cdb47d9b
parente8c64921de7206bf617fc42433286867ae3c931d (diff)
downloadopenembedded-core-44f81b6239f0f08877ccd6507c2a81f3650f193b.tar.gz
go: update 1.20.13 -> 1.20.14
Upgrade to latest 1.20.x release [1]: $ git log --oneline go1.20.13..go1.20.14 90a870f1dc (tag: go1.20.14, origin/release-branch.go1.20) [release-branch.go1.20] go1.20.14 a2f4a5a6e7 [release-branch.go1.20] Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 746a072791 [release-branch.go1.20] crypto/x509: properly gate test on macos version d7df7f4fa0 [release-branch.go1.20] runtime: properly model rwmutex in lock ranking $ git log --oneline go1.20.13..go1.20.14 [1] https://github.com/golang/go/compare/go1.20.13...go1.20.14 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/go/go-1.20.14.inc (renamed from meta/recipes-devtools/go/go-1.20.13.inc)2
-rw-r--r--meta/recipes-devtools/go/go-binary-native_1.20.14.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.20.13.bb)6
-rw-r--r--meta/recipes-devtools/go/go-cross-canadian_1.20.14.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb)0
-rw-r--r--meta/recipes-devtools/go/go-cross_1.20.14.bb (renamed from meta/recipes-devtools/go/go-cross_1.20.13.bb)0
-rw-r--r--meta/recipes-devtools/go/go-crosssdk_1.20.14.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.20.13.bb)0
-rw-r--r--meta/recipes-devtools/go/go-native_1.20.14.bb (renamed from meta/recipes-devtools/go/go-native_1.20.13.bb)0
-rw-r--r--meta/recipes-devtools/go/go-runtime_1.20.14.bb (renamed from meta/recipes-devtools/go/go-runtime_1.20.13.bb)0
-rw-r--r--meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch8
-rw-r--r--meta/recipes-devtools/go/go_1.20.14.bb (renamed from meta/recipes-devtools/go/go_1.20.13.bb)0
9 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/go/go-1.20.13.inc b/meta/recipes-devtools/go/go-1.20.14.inc
index b6eeb651c9..7e425effe5 100644
--- a/meta/recipes-devtools/go/go-1.20.13.inc
+++ b/meta/recipes-devtools/go/go-1.20.14.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] = "0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e"
+SRC_URI[main.sha256sum] = "1aef321a0e3e38b7e91d2d7eb64040666cabdcc77d383de3c9522d0d69b67f4e"
diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.13.bb b/meta/recipes-devtools/go/go-binary-native_1.20.14.bb
index d99bab71e1..95211e6696 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.20.13.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.20.14.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] = "9a9d3dcae2b6a638b1f2e9bd4db08ffb39c10e55d9696914002742d90f0047b5"
-SRC_URI[go_linux_arm64.sha256sum] = "a2d811cef3c4fc77c01195622e637af0c2cf8b3814a95a0920cf2f83b6061d38"
-SRC_URI[go_linux_ppc64le.sha256sum] = "5f632b83323e16f8c6ceb676cd570b3f13f1826e06a81d92985d1301b643a7d3"
+SRC_URI[go_linux_amd64.sha256sum] = "ff445e48af27f93f66bd949ae060d97991c83e11289009d311f25426258f9c44"
+SRC_URI[go_linux_arm64.sha256sum] = "2096507509a98782850d1f0669786c09727053e9fe3c92b03c0d96f48700282b"
+SRC_URI[go_linux_ppc64le.sha256sum] = "237b1da9b65629a9b0fcf1f3ca75b4c84ef55fca1fc3eadf1681da7bbcb2e9cd"
UPSTREAM_CHECK_URI = "https://golang.org/dl/"
UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.14.bb
index 7ac9449e47..7ac9449e47 100644
--- a/meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb
+++ b/meta/recipes-devtools/go/go-cross-canadian_1.20.14.bb
diff --git a/meta/recipes-devtools/go/go-cross_1.20.13.bb b/meta/recipes-devtools/go/go-cross_1.20.14.bb
index 80b5a03f6c..80b5a03f6c 100644
--- a/meta/recipes-devtools/go/go-cross_1.20.13.bb
+++ b/meta/recipes-devtools/go/go-cross_1.20.14.bb
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.14.bb
index 1857c8a577..1857c8a577 100644
--- a/meta/recipes-devtools/go/go-crosssdk_1.20.13.bb
+++ b/meta/recipes-devtools/go/go-crosssdk_1.20.14.bb
diff --git a/meta/recipes-devtools/go/go-native_1.20.13.bb b/meta/recipes-devtools/go/go-native_1.20.14.bb
index ddf25b2c9b..ddf25b2c9b 100644
--- a/meta/recipes-devtools/go/go-native_1.20.13.bb
+++ b/meta/recipes-devtools/go/go-native_1.20.14.bb
diff --git a/meta/recipes-devtools/go/go-runtime_1.20.13.bb b/meta/recipes-devtools/go/go-runtime_1.20.14.bb
index 63464a1501..63464a1501 100644
--- a/meta/recipes-devtools/go/go-runtime_1.20.13.bb
+++ b/meta/recipes-devtools/go/go-runtime_1.20.14.bb
diff --git a/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch b/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch
index ced0be1998..8f5ad04e5c 100644
--- a/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch
+++ b/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch
@@ -18,10 +18,10 @@ Signed-off-by: Alexander J Kube <alexander.j.kube@gmail.com>
1 file changed, 3 insertions(+)
diff --git a/src/cmd/link/internal/ld/lib.go b/src/cmd/link/internal/ld/lib.go
-index 03b9f11..e91c92f 100644
+index 6eae900..0462ee8 100644
--- a/src/cmd/link/internal/ld/lib.go
+++ b/src/cmd/link/internal/ld/lib.go
-@@ -1504,6 +1504,7 @@ func (ctxt *Link) hostlink() {
+@@ -1508,6 +1508,7 @@ func (ctxt *Link) hostlink() {
argv = append(argv, "-Wl,-z,relro")
}
argv = append(argv, "-shared")
@@ -29,7 +29,7 @@ index 03b9f11..e91c92f 100644
if ctxt.HeadType == objabi.Hwindows {
argv = addASLRargs(argv, *flagAslr)
} else {
-@@ -1519,6 +1520,7 @@ func (ctxt *Link) hostlink() {
+@@ -1523,6 +1524,7 @@ func (ctxt *Link) hostlink() {
argv = append(argv, "-Wl,-z,relro")
}
argv = append(argv, "-shared")
@@ -37,7 +37,7 @@ index 03b9f11..e91c92f 100644
case BuildModePlugin:
if ctxt.HeadType == objabi.Hdarwin {
argv = append(argv, "-dynamiclib")
-@@ -1527,6 +1529,7 @@ func (ctxt *Link) hostlink() {
+@@ -1531,6 +1533,7 @@ func (ctxt *Link) hostlink() {
argv = append(argv, "-Wl,-z,relro")
}
argv = append(argv, "-shared")
diff --git a/meta/recipes-devtools/go/go_1.20.13.bb b/meta/recipes-devtools/go/go_1.20.14.bb
index 46f5fbc6be..46f5fbc6be 100644
--- a/meta/recipes-devtools/go/go_1.20.13.bb
+++ b/meta/recipes-devtools/go/go_1.20.14.bb