From: Jose Quaresma Date: Fri, 23 Feb 2024 11:39:43 +0000 (+0000) Subject: go: update 1.20.13 -> 1.20.14 X-Git-Tag: yocto-5.2~3565 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44f81b6239f0f08877ccd6507c2a81f3650f193b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-1.20.13.inc b/meta/recipes-devtools/go/go-1.20.14.inc similarity index 89% rename from meta/recipes-devtools/go/go-1.20.13.inc rename to meta/recipes-devtools/go/go-1.20.14.inc index b6eeb651c9e..7e425effe59 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 similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.20.13.bb rename to meta/recipes-devtools/go/go-binary-native_1.20.14.bb index d99bab71e1d..95211e66969 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\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 similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.20.13.bb rename to 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 similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.20.13.bb rename to 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 similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.20.13.bb rename to 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 similarity index 100% rename from meta/recipes-devtools/go/go-native_1.20.13.bb rename to 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 similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.20.13.bb rename to 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 ced0be19989..8f5ad04e5cb 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 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 similarity index 100% rename from meta/recipes-devtools/go/go_1.20.13.bb rename to meta/recipes-devtools/go/go_1.20.14.bb