From patchwork Mon Jun 8 18:23:20 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 89493 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F8E4CD8CA4 for ; Mon, 8 Jun 2026 18:24:26 +0000 (UTC) Received: from mta-65-228.siemens.flowmailer.net (mta-65-228.siemens.flowmailer.net [185.136.65.228]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.61733.1780943059722585610 for ; Mon, 08 Jun 2026 11:24:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=IFJBWyFP; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.228, mailfrom: fm-256628-20260608182416d7e153905c00020750-ozsc_i@rts-flowmailer.siemens.com) Received: by mta-65-228.siemens.flowmailer.net with ESMTPSA id 20260608182416d7e153905c00020750 for ; Mon, 08 Jun 2026 20:24:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm2; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=VOXiUN24VeyQPFQA1QVt1kEN4wGcGXEPP+sRsq1Mizg=; b=IFJBWyFPBnyweamWXnOCfQ6Mkkt3nCdKTiE8/UpziJeJRvnLPB8XCdr8Tp2YOs80vzGgOB IGfPvO9QUc8D6e3BpSxrJcSAnSNqbdvyAle7jFmW1K6c/jMxQva9ZkxFupr7XMfD13P+Ixb9 VmdGLNuY3k4HMVa1fSQ1BBMHm/SGJJZsxRHha/C3qKdkYrG1mszitZ51MLpZubxjwTZBB03l 5a2j4os8ZpDeBEVMoH7miR5XRsTquyiMdXk9t1YNM3kUR5luh1F4q8cfiY3mC2fppix/+rlM kNmss/iwkfxcwrZiCzTbfSEb8b2TDPmeKU+uiNvNbPnbzfAsuREj6iPA==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko , Mathieu Dubois-Briand , Richard Purdie Subject: [wrynose][PATCH 1/2] go: upgrade 1.26.2 -> 1.26.3 Date: Mon, 8 Jun 2026 20:23:20 +0200 Message-ID: <20260608182325.5900-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 08 Jun 2026 18:24:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238257 From: Peter Marko Upgrade to latest 1.26.x release [1]: $ git --no-pager log --oneline go1.26.2..go1.26.3 2dc996f71b (tag: go1.26.3) [release-branch.go1.26] go1.26.3 8282c628a0 [release-branch.go1.26] cmd/go: reject sumdb response lacking module hash 3baf3eec3b [release-branch.go1.26] all: avoid unsafe StringToUTF16Ptr on Windows 0bec63330d [release-branch.go1.26] net/mail: fix quadratic consumePhrase behavior 7136366ebf [release-branch.go1.26] cmd/go: invalidate test cache when -coverpkg dependencies change 722b68ceca [release-branch.go1.26] cmd/compile: keep blank nodes alive in b.loop 3ae315a8cd [release-branch.go1.26] os: avoid panic when RemoveAll fails to remove a symlink c9f97f50c4 [release-branch.go1.26] html/template: fix escaping of URLs in meta content attributes 40fa774fff [release-branch.go1.26] cmd/pack: refuse to extract files with directory components d9389d318b [release-branch.go1.26] net/mail: fix quadratic complexity in consumeComment dd29b59a2b [release-branch.go1.26] cmd/compile: fix loopvar version detection with line directives 18fa391f45 [release-branch.go1.26] crypto/fips140: add package docs e0f5c054cb [release-branch.go1.26] net: avoid double-free of cgo pointer when handling large DNS response 2992086cf8 [release-branch.go1.26] lib/fips140: add certified pointing to v1.0.0-c2097c7c f43caf8712 [release-branch.go1.26] lib/fips140: update inprocess to v1.26.0 19d2ce3401 [release-branch.go1.26] runtime: fix timespec definition on 32bits systems e9df527f06 [release-branch.go1.26] crypto/tls: wrap ML-KEM hybrids in fips140.WithoutEnforcement 73f417a37c [release-branch.go1.26] go/types, types2: handle unconstrained type parameters correctly in a few places 50856a181c [release-branch.go1.26] cmd/go: use MkdirTemp to create temp directory for "go bug" e137885d68 [release-branch.go1.26] cmd/compile/internal/devirtualize: use pointer identity for type comparison c9712872cc [release-branch.go1.26] crypto/internal/fips140/drbg: build tag out entropy generation on Wasm cb994d85ff [release-branch.go1.26] cmd/fix: change -diff to exit 1 if diffs exist 95470667eb [release-branch.go1.26] net/http/httputil: reencode queries with many parameters in proxy 9b01c04815 [release-branch.go1.26] html/template: fix escaper bypass by treating empty script type as JavaScript be12fe151c [release-branch.go1.26] runtime: use uname version check for 64-bit time on 32-bit arch codepaths ec5ebece41 [release-branch.go1.26] all: update x/net to 705de46f 710f29a758 [release-branch.go1.26] runtime: add sysUnreserve to undo sysReserve efdc0fb354 [release-branch.go1.26] cmd/compile: handle min integer step in loop ba4554f03b [release-branch.go1.26] cmd/go: specify full path to go command when running go tool covdata f4e425d342 [release-branch.go1.26] fix incorrect loop trip counts 0b4d5f85e6 [release-branch.go1.26] cmd/link: use bfd ld 2.36+ on linux/arm64 instead of gold Fixes CVE-2026-42501, CVE-2026-39825, CVE-2026-39836, CVE-2026-42499, CVE-2026-39820, CVE-2026-39819, CVE-2026-39817, CVE-2026-33814, CVE-2026-39826, CVE-2026-33811 and CVE-2026-39823. Drop patch handling gold linker as upstream implemented gold linker availability autodetection with [3]. Release information: [2] [1] https://github.com/golang/go/compare/go1.26.2...go1.26.3 [2] https://groups.google.com/g/golang-announce/c/qcCIEXso47M [3] https://github.com/golang/go/commit/0b4d5f85e68ea79b61de9989f9f37a984eb11289 Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie (From OE-Core rev: 3d8258a8d3d96dc1225172c2ff9e889fd12cf6bc) Signed-off-by: Peter Marko --- .../go/{go-1.26.2.inc => go-1.26.3.inc} | 3 +- ...e_1.26.2.bb => go-binary-native_1.26.3.bb} | 6 +- ..._1.26.2.bb => go-cross-canadian_1.26.3.bb} | 0 ...{go-cross_1.26.2.bb => go-cross_1.26.3.bb} | 0 ...osssdk_1.26.2.bb => go-crosssdk_1.26.3.bb} | 0 ...runtime_1.26.2.bb => go-runtime_1.26.3.bb} | 0 ...rcing-binutils-gold-dependency-on-aa.patch | 55 ------------------- .../go/{go_1.26.2.bb => go_1.26.3.bb} | 0 8 files changed, 4 insertions(+), 60 deletions(-) rename meta/recipes-devtools/go/{go-1.26.2.inc => go-1.26.3.inc} (83%) rename meta/recipes-devtools/go/{go-binary-native_1.26.2.bb => go-binary-native_1.26.3.bb} (80%) rename meta/recipes-devtools/go/{go-cross-canadian_1.26.2.bb => go-cross-canadian_1.26.3.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.26.2.bb => go-cross_1.26.3.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.26.2.bb => go-crosssdk_1.26.3.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.26.2.bb => go-runtime_1.26.3.bb} (100%) delete mode 100644 meta/recipes-devtools/go/go/0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch rename meta/recipes-devtools/go/{go_1.26.2.bb => go_1.26.3.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.26.2.inc b/meta/recipes-devtools/go/go-1.26.3.inc similarity index 83% rename from meta/recipes-devtools/go/go-1.26.2.inc rename to meta/recipes-devtools/go/go-1.26.3.inc index 8bb10bc89f..db7b18ed2d 100644 --- a/meta/recipes-devtools/go/go-1.26.2.inc +++ b/meta/recipes-devtools/go/go-1.26.3.inc @@ -15,6 +15,5 @@ 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 \ file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ - file://0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch \ " -SRC_URI[main.sha256sum] = "2e91ebb6947a96e9436fb2b3926a8802efe63a6d375dffec4f82aa9dbd6fd43b" +SRC_URI[main.sha256sum] = "1c646875d0aa8799133184ed57cf79ff24bdefe8c8820470602a9d3d6d9192b8" diff --git a/meta/recipes-devtools/go/go-binary-native_1.26.2.bb b/meta/recipes-devtools/go/go-binary-native_1.26.3.bb similarity index 80% rename from meta/recipes-devtools/go/go-binary-native_1.26.2.bb rename to meta/recipes-devtools/go/go-binary-native_1.26.3.bb index d9006373f6..135c7fbf5e 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.26.2.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.26.3.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] = "990e6b4bbba816dc3ee129eaeaf4b42f17c2800b88a2166c265ac1a200262282" -SRC_URI[go_linux_arm64.sha256sum] = "c958a1fe1b361391db163a485e21f5f228142d6f8b584f6bef89b26f66dc5b23" -SRC_URI[go_linux_ppc64le.sha256sum] = "62b7645dd2404052535617c59e91cf03c7aa28e332dbaddbe4c0d7de7bcc6736" +SRC_URI[go_linux_amd64.sha256sum] = "2b2cfc7148493da5e73981bffbf3353af381d5f93e789c82c79aff64962eb556" +SRC_URI[go_linux_arm64.sha256sum] = "9d89a3ea57d141c2b22d70083f2c8459ba3890f2d9e818e7e933b75614936565" +SRC_URI[go_linux_ppc64le.sha256sum] = "dbd82b50530ead2beb1fd72215117380df3cb16332b51467116dc35b3691dd75" 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.26.2.bb b/meta/recipes-devtools/go/go-cross-canadian_1.26.3.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.26.2.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.26.3.bb diff --git a/meta/recipes-devtools/go/go-cross_1.26.2.bb b/meta/recipes-devtools/go/go-cross_1.26.3.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.26.2.bb rename to meta/recipes-devtools/go/go-cross_1.26.3.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.26.2.bb b/meta/recipes-devtools/go/go-crosssdk_1.26.3.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.26.2.bb rename to meta/recipes-devtools/go/go-crosssdk_1.26.3.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.26.2.bb b/meta/recipes-devtools/go/go-runtime_1.26.3.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.26.2.bb rename to meta/recipes-devtools/go/go-runtime_1.26.3.bb diff --git a/meta/recipes-devtools/go/go/0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch b/meta/recipes-devtools/go/go/0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch deleted file mode 100644 index dda0f2bb71..0000000000 --- a/meta/recipes-devtools/go/go/0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch +++ /dev/null @@ -1,55 +0,0 @@ -From 6d265b008e3d106b2706645e5a88cd8e2fb98953 Mon Sep 17 00:00:00 2001 -From: Dirk Müller -Date: Wed, 09 Mar 2022 17:47:23 +0100 -Subject: [PATCH 11/11] cmd/link: stop forcing binutils-gold dependency on - aarch64 - -The bfd linker appears to be working just fine at least in version -2.41 or above. Reject the known broken one instead, which -avoids an architecture specific linker dependency that -is cumbersome for distributions. - -Fixes #22040. - -Change-Id: I9f377e47c22ef20497479c0978c053ed5de46a38 - -Upstream-Status: Submitted [https://go-review.googlesource.com/c/go/+/391115] ---- - src/cmd/link/internal/ld/lib.go | 21 --------------------- - 1 file changed, 21 deletions(-) - -diff --git a/src/cmd/link/internal/ld/lib.go b/src/cmd/link/internal/ld/lib.go -index dfc72e02c0..2a2a304113 100644 ---- a/src/cmd/link/internal/ld/lib.go -+++ b/src/cmd/link/internal/ld/lib.go -@@ -1701,27 +1701,6 @@ func (ctxt *Link) hostlink() { - // Use lld to avoid errors from default linker (issue #38838) - altLinker = "lld" - } -- -- if ctxt.Arch.InFamily(sys.ARM64) && buildcfg.GOOS == "linux" { -- // On ARM64, the GNU linker will fail with -- // -znocopyreloc if it thinks a COPY relocation is -- // required. Switch to gold. -- // https://sourceware.org/bugzilla/show_bug.cgi?id=19962 -- // https://go.dev/issue/22040 -- altLinker = "gold" -- -- // If gold is not installed, gcc will silently switch -- // back to ld.bfd. So we parse the version information -- // and provide a useful error if gold is missing. -- name, args := flagExtld[0], flagExtld[1:] -- args = append(args, "-fuse-ld=gold", "-Wl,--version") -- cmd := exec.Command(name, args...) -- if out, err := cmd.CombinedOutput(); err == nil { -- if !bytes.Contains(out, []byte("GNU gold")) { -- log.Fatalf("ARM64 external linker must be gold (issue #15696, 22040), but is not: %s", out) -- } -- } -- } - } - if ctxt.Arch.Family == sys.ARM64 && buildcfg.GOOS == "freebsd" { - // Switch to ld.bfd on freebsd/arm64. --- -2.25.1 - diff --git a/meta/recipes-devtools/go/go_1.26.2.bb b/meta/recipes-devtools/go/go_1.26.3.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.26.2.bb rename to meta/recipes-devtools/go/go_1.26.3.bb From patchwork Mon Jun 8 18:23:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 89492 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E284CD8C9F for ; Mon, 8 Jun 2026 18:24:26 +0000 (UTC) Received: from mta-65-228.siemens.flowmailer.net (mta-65-228.siemens.flowmailer.net [185.136.65.228]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.61733.1780943059722585610 for ; Mon, 08 Jun 2026 11:24:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=QaKTDBL2; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.228, mailfrom: fm-256628-20260608182423cbf66a4dea000207cc-zt7vf1@rts-flowmailer.siemens.com) Received: by mta-65-228.siemens.flowmailer.net with ESMTPSA id 20260608182423cbf66a4dea000207cc for ; Mon, 08 Jun 2026 20:24:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm2; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=UVCGzSTbmCCVe7xlhPlydktgcmM9wByRQFXPlq2yCsQ=; b=QaKTDBL2F+cwOnz3Psf0PJsy2GbVab0gWlQsiquMxljoVbO8EAAwO3U7YkjZ9bXb46YHwl TTpkvw4GLedO/SFeDpCSfY5HB6F4O8kZuIRxzGBaxznI20XSKWTXA7BBAevQ+LZ3kE2Aq6Qh 9hSmgJApNAuz1Rhcu/Z0xfZsM0FfRuwyhKqw4FCAgXwrs+7n72GH8Enf9Sg6yhD2S1BI9KJI ZEMmawEv/FOAYU+AzB05e1N9LAXOyXY8g4GWqRN3OD6p9jeo29af4VTh2a/amgEGdxUQes8T G9bsq1u9AbJ+nMz0TevR5Cslantz6jpn+lPt3s3tjtebe9EM3okvYfhw==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko , Mathieu Dubois-Briand , Richard Purdie Subject: [wrynose][PATCH 2/2] go: upgrade 1.26.3 -> 1.26.4 Date: Mon, 8 Jun 2026 20:23:21 +0200 Message-ID: <20260608182325.5900-2-peter.marko@siemens.com> In-Reply-To: <20260608182325.5900-1-peter.marko@siemens.com> References: <20260608182325.5900-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 08 Jun 2026 18:24:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238258 From: Peter Marko Upgrade to latest 1.26.x release [1]: $ git --no-pager log --oneline go1.26.3..go1.26.4 a9ce111d58 (tag: go1.26.4) [release-branch.go1.26] go1.26.4 babc19e1ad [release-branch.go1.26] cmd/compile: do not misscompile x+x << 63 to x << 0 on amd64 7d24489b2b [release-branch.go1.26] runtime/race: build race detector linux/arm64 syso with no-outline-atomics ce5a3e718c [release-branch.go1.26] crypto/x509: split candidate hostname only once ec1c380418 [release-branch.go1.26] net/textproto: escape arbitrary input when including them in errors 7f24db453a [release-branch.go1.26] mime: avoid quadratic complexity in WordDecoder.DecodeHeader ccffd99f3c [release-branch.go1.26] cmd/fix: pull in CL 783960 26c2ac5f94 [release-branch.go1.26] crypto/internal/fips140/drbg: fix Wasm stub Fixes CVE-2026-42504, CVE-2026-42507 and CVE-2026-27145. Release information: [2] [1] https://github.com/golang/go/compare/go1.26.3...go1.26.4 [2] https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie (From OE-Core rev: b9b3b3098eece17d29d41b1923ae5a26511d9b4b) Signed-off-by: Peter Marko --- meta/recipes-devtools/go/{go-1.26.3.inc => go-1.26.4.inc} | 2 +- ...o-binary-native_1.26.3.bb => go-binary-native_1.26.4.bb} | 6 +++--- ...cross-canadian_1.26.3.bb => go-cross-canadian_1.26.4.bb} | 0 .../go/{go-cross_1.26.3.bb => go-cross_1.26.4.bb} | 0 .../go/{go-crosssdk_1.26.3.bb => go-crosssdk_1.26.4.bb} | 0 .../go/{go-runtime_1.26.3.bb => go-runtime_1.26.4.bb} | 0 meta/recipes-devtools/go/{go_1.26.3.bb => go_1.26.4.bb} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-1.26.3.inc => go-1.26.4.inc} (90%) rename meta/recipes-devtools/go/{go-binary-native_1.26.3.bb => go-binary-native_1.26.4.bb} (80%) rename meta/recipes-devtools/go/{go-cross-canadian_1.26.3.bb => go-cross-canadian_1.26.4.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.26.3.bb => go-cross_1.26.4.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.26.3.bb => go-crosssdk_1.26.4.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.26.3.bb => go-runtime_1.26.4.bb} (100%) rename meta/recipes-devtools/go/{go_1.26.3.bb => go_1.26.4.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.26.3.inc b/meta/recipes-devtools/go/go-1.26.4.inc similarity index 90% rename from meta/recipes-devtools/go/go-1.26.3.inc rename to meta/recipes-devtools/go/go-1.26.4.inc index db7b18ed2d..8bc6f4d4de 100644 --- a/meta/recipes-devtools/go/go-1.26.3.inc +++ b/meta/recipes-devtools/go/go-1.26.4.inc @@ -16,4 +16,4 @@ SRC_URI += "\ file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ " -SRC_URI[main.sha256sum] = "1c646875d0aa8799133184ed57cf79ff24bdefe8c8820470602a9d3d6d9192b8" +SRC_URI[main.sha256sum] = "4f668a32fbfc1132e6a881fb968c2f1dada631492a339211735fbb255a42602d" diff --git a/meta/recipes-devtools/go/go-binary-native_1.26.3.bb b/meta/recipes-devtools/go/go-binary-native_1.26.4.bb similarity index 80% rename from meta/recipes-devtools/go/go-binary-native_1.26.3.bb rename to meta/recipes-devtools/go/go-binary-native_1.26.4.bb index 135c7fbf5e..3757b9f6a5 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.26.3.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.26.4.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] = "2b2cfc7148493da5e73981bffbf3353af381d5f93e789c82c79aff64962eb556" -SRC_URI[go_linux_arm64.sha256sum] = "9d89a3ea57d141c2b22d70083f2c8459ba3890f2d9e818e7e933b75614936565" -SRC_URI[go_linux_ppc64le.sha256sum] = "dbd82b50530ead2beb1fd72215117380df3cb16332b51467116dc35b3691dd75" +SRC_URI[go_linux_amd64.sha256sum] = "1153d3d50e0ac764b447adfe05c2bcf08e889d42a02e0fe0259bd47f6733ad7f" +SRC_URI[go_linux_arm64.sha256sum] = "ef758ae7c6cf9267c9c0ef080b8965f453d89ab2d25d9eb22de4405925238768" +SRC_URI[go_linux_ppc64le.sha256sum] = "53f49b8c7eace2d30389327b4a516b13321f90377fdf5929a6b63174609bc22e" 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.26.3.bb b/meta/recipes-devtools/go/go-cross-canadian_1.26.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.26.3.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.26.4.bb diff --git a/meta/recipes-devtools/go/go-cross_1.26.3.bb b/meta/recipes-devtools/go/go-cross_1.26.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.26.3.bb rename to meta/recipes-devtools/go/go-cross_1.26.4.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.26.3.bb b/meta/recipes-devtools/go/go-crosssdk_1.26.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.26.3.bb rename to meta/recipes-devtools/go/go-crosssdk_1.26.4.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.26.3.bb b/meta/recipes-devtools/go/go-runtime_1.26.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.26.3.bb rename to meta/recipes-devtools/go/go-runtime_1.26.4.bb diff --git a/meta/recipes-devtools/go/go_1.26.3.bb b/meta/recipes-devtools/go/go_1.26.4.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.26.3.bb rename to meta/recipes-devtools/go/go_1.26.4.bb