From patchwork Thu Aug 20 16:41:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 95933 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 29B48C5DF85 for ; Thu, 20 Aug 2026 16:41:36 +0000 (UTC) Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2443.1787244090043901065 for ; Thu, 20 Aug 2026 09:41:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=H75bB98g; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.225, mailfrom: fm-256628-202608201641267766a60703000207f5-jhstfa@rts-flowmailer.siemens.com) Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 202608201641267766a60703000207f5 for ; Thu, 20 Aug 2026 18:41:27 +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=qLiOL+dXongnm8yrvBd1Ub5qIo6RqW97mvQuoWkQ9x8=; b=H75bB98gF5tTx9lDZLhxNWS3rQZHpAgXletoZI1KwlCYsKGF3bEf2pzh6WMt+mqILdLXYm 1CySJZGZ/Zzt+6PMGrGTLPw8Ro8VMOBCyJiDaaUgUTuDHKp5zJjwrredKe0Sv1rR6qr5CHXa I0t21X8q3vlvx80+GqNPrOF+iD/KKpEAQBjZpX+0lItgf45GCync8b2yovbprcsHltiZ6/1C Biq/U2u1sM9aMhKaSxPSBx9VTLbWpQt/InYbU/PTWKyj6uZH9/EmZ50OSVZgaOgzFyWfFJLG /8JnyAsnGxAZbUbvzMwbar2pdpHXevg7eAJ4LEU/pYXtwWsXLiwyrGWA==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko , Richard Purdie Subject: [PATCH] go: upgrade 1.26.6 -> 1.26.7 Date: Thu, 20 Aug 2026 18:41:14 +0200 Message-ID: <20260820164114.2720049-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 ; Thu, 20 Aug 2026 16:41:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243872 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 --- 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