From patchwork Mon Aug 24 17:43:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 96199 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 0659DC5DF9C for ; Mon, 24 Aug 2026 17:46:03 +0000 (UTC) Received: from mta-65-227.siemens.flowmailer.net (mta-65-227.siemens.flowmailer.net [185.136.65.227]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.3407.1787593560463404246 for ; Mon, 24 Aug 2026 10:46:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=huiCi6Hl; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.227, mailfrom: fm-256628-2026082417455737b18c1d7d00020715-hthoij@rts-flowmailer.siemens.com) Received: by mta-65-227.siemens.flowmailer.net with ESMTPSA id 2026082417455737b18c1d7d00020715 for ; Mon, 24 Aug 2026 19:45:57 +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=reEXKGK/ZXQxH4hv5sZhhAsjJRsHbIba015L9CQrl3s=; b=huiCi6HljsnD/PBXbws8RMECpOIcJLZoCNCvlNSqmK05WrODM3LjSVSqitJnnQX2dGgOof fTCGvb1l13ipElHg7BzvGPKF5npIH+M0+br2u57D/Vn7O3QF9Jpaksrn+Cbph34q9gvIrikr 68dyzptS3F/pCK18gQ0RP2EA9mh7BBk+FB98ZvgJ/G8s0PGEtsL4rchkGYUK+0SvlB/kZCaj RLydFM/2NWiI+dXcdyAZ6WDAshD/cAZMT3RfAoIGHef/HxzqsboaIWmKkItTY/CcOIyAKaay kKAclXDqf7EBjxeRSeMQWUxcMNx1owD4xk+Ry61RJ7jTtkABMmOa7LDw==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [wrynose][PATCH] go: upgrade 1.26.6 -> 1.26.7 Date: Mon, 24 Aug 2026 19:43:57 +0200 Message-ID: <20260824174357.24307-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, 24 Aug 2026 17:46:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244147 From: Peter Marko Upgrade to latest 1.26.x release [1]: $ git --no-pager log --oneline go1.26.6..go1.26.7 e3336a22ad (tag: go1.26.7) [release-branch.go1.26] go1.26.7 50e5b59e9c [release-branch.go1.26] net/http: clear ReadHeaderTimeout after accepting an unencrypted h2 conn 98e6631a5a [release-branch.go1.26] cmd/internal/moddeps: restore tests This minor release includes a fix to address a breakage affecting unencrypted HTTP/2 (h2c) connections caused by a security patch included in last week’s release. See go.dev/issue/80876 for details. Release information: [2] [1] https://github.com/golang/go/compare/go1.26.6...go1.26.7 [2] https://groups.google.com/g/golang-announce/c/qA6Vpj2UA-4 Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (From OE-Core rev: e6739374b865cae8d6f105c7a600a52736579c25) Signed-off-by: Peter Marko --- meta/recipes-devtools/go/{go-1.26.6.inc => go-1.26.7.inc} | 2 +- ...o-binary-native_1.26.6.bb => go-binary-native_1.26.7.bb} | 6 +++--- ...cross-canadian_1.26.6.bb => go-cross-canadian_1.26.7.bb} | 0 .../go/{go-cross_1.26.6.bb => go-cross_1.26.7.bb} | 0 .../go/{go-crosssdk_1.26.6.bb => go-crosssdk_1.26.7.bb} | 0 .../go/{go-runtime_1.26.6.bb => go-runtime_1.26.7.bb} | 0 meta/recipes-devtools/go/{go_1.26.6.bb => go_1.26.7.bb} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-1.26.6.inc => go-1.26.7.inc} (90%) rename meta/recipes-devtools/go/{go-binary-native_1.26.6.bb => go-binary-native_1.26.7.bb} (80%) rename meta/recipes-devtools/go/{go-cross-canadian_1.26.6.bb => go-cross-canadian_1.26.7.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.26.6.bb => go-cross_1.26.7.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.26.6.bb => go-crosssdk_1.26.7.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.26.6.bb => go-runtime_1.26.7.bb} (100%) rename meta/recipes-devtools/go/{go_1.26.6.bb => go_1.26.7.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.26.6.inc b/meta/recipes-devtools/go/go-1.26.7.inc similarity index 90% rename from meta/recipes-devtools/go/go-1.26.6.inc rename to meta/recipes-devtools/go/go-1.26.7.inc index fa6b0a50a1..fed87015b2 100644 --- a/meta/recipes-devtools/go/go-1.26.6.inc +++ b/meta/recipes-devtools/go/go-1.26.7.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] = "a0721c54c688901448d77ad9b3ec7ea7c474730755ff891382e92ecb93ff2cb1" +SRC_URI[main.sha256sum] = "0ed24eac755105085b89fe9cabc2742b91a0ad7b94b59d3ad364918ebc8956ad" diff --git a/meta/recipes-devtools/go/go-binary-native_1.26.6.bb b/meta/recipes-devtools/go/go-binary-native_1.26.7.bb similarity index 80% rename from meta/recipes-devtools/go/go-binary-native_1.26.6.bb rename to meta/recipes-devtools/go/go-binary-native_1.26.7.bb index 2913fb6515..753f1b13bb 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.26.6.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.26.7.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] = "708effb774be8237570d0add163225abbdfaf4fca28b2611df167beba4feef89" -SRC_URI[go_linux_arm64.sha256sum] = "d0507e9e9d7fe012aae570108cbd76c15de879e17130ab8cb90d4d7445cb1f2e" -SRC_URI[go_linux_ppc64le.sha256sum] = "232b65543a42eda95df6a63f76235c1795bb535eba5c74e509faec71bc648388" +SRC_URI[go_linux_amd64.sha256sum] = "ffb5f8de10c62550dfddab66b36b57030721e0a44a3218e9e1181d7b59f121ca" +SRC_URI[go_linux_arm64.sha256sum] = "5a4ec883379d51ee9ce1040d5e87f8d35e20387574dd8c947feb01eabc3c1b37" +SRC_URI[go_linux_ppc64le.sha256sum] = "22d3b362d557175fd16b79651cab0cad64f8aaaedca745f66d16f44d56bc5de1" 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.6.bb b/meta/recipes-devtools/go/go-cross-canadian_1.26.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.26.6.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.26.7.bb diff --git a/meta/recipes-devtools/go/go-cross_1.26.6.bb b/meta/recipes-devtools/go/go-cross_1.26.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.26.6.bb rename to meta/recipes-devtools/go/go-cross_1.26.7.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.26.6.bb b/meta/recipes-devtools/go/go-crosssdk_1.26.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.26.6.bb rename to meta/recipes-devtools/go/go-crosssdk_1.26.7.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.26.6.bb b/meta/recipes-devtools/go/go-runtime_1.26.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.26.6.bb rename to meta/recipes-devtools/go/go-runtime_1.26.7.bb diff --git a/meta/recipes-devtools/go/go_1.26.6.bb b/meta/recipes-devtools/go/go_1.26.7.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.26.6.bb rename to meta/recipes-devtools/go/go_1.26.7.bb