From patchwork Thu Sep 17 07:10:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98519 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 E3690C982D0 for ; Thu, 17 Sep 2026 07:10:18 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.33831.1789629013475259428 for ; Thu, 17 Sep 2026 00:10:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=sH0uFsJs; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=otICV25U; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101a0ae339a45-ebae6b73-b5c8-4ddf-9e2f-5ad064c91dae-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789629012; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=ssbWTEd9dEP6Hfwir6akSGNP7xSEhDQ9jx5kfQokhBg=; b=sH0uFsJsU3MGZ8vjQ5fx7WhKTtms5CWijmaC0Lp4G3LC7WiGvh28PX4H7ecELORq VgZGTOXleBvvDGdkAx3p9CZgoYIJ04HCubpp0recj0081M6yzxiqvCt1EVBDH0yPEdL FxrB0CXhxqO+Nq37myamUk6bBUb2/8cPLmxt7Sh4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789629012; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=ssbWTEd9dEP6Hfwir6akSGNP7xSEhDQ9jx5kfQokhBg=; b=otICV25UoI1jZVW/q50aUTzoXNhU42hs9/tlbdJ4NlbpOy7n5NfjCLZ6nHxE4oDW TXtx+xjt3cdzwTSwuWF4dEeVjHepDxcLDdB/wq9OKptg7II9ePCGfxmIfqavM1Md6Uy xaErgMHnmXeahEKjxBTXWR/rb3dqkbFp8RVNUmg4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] tcf-agent: upgrading to 1.11.1 FAILED Message-ID: <010101a0ae339a45-ebae6b73-b5c8-4ddf-9e2f-5ad064c91dae-000000@us-west-2.amazonses.com> Date: Thu, 17 Sep 2026 07:10:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.17-54.240.27.31 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, 17 Sep 2026 07:10:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246036 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *tcf-agent* to *1.11.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-tcf-agent-upgrade-1.11.0-1.11.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From e730a83da3fc3569f66aa30ba9b4329001ebce15 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 17 Sep 2026 06:23:24 +0000 Subject: [PATCH] tcf-agent: upgrade 1.11.0 -> 1.11.1 8e23af30 TCF Agent: fixed possible NULL pointer dereference in Processes.getCapabilities --- .../recipes-devtools/tcf-agent/tcf-agent/ldflags.patch | 10 +++++----- .../{tcf-agent_1.11.0.bb => tcf-agent_1.11.1.bb} | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-devtools/tcf-agent/{tcf-agent_1.11.0.bb => tcf-agent_1.11.1.bb} (96%) diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch b/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch index 9a911051e6..338d88d4bc 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch +++ b/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch @@ -1,4 +1,4 @@ -From 2132bc5206b5d619c74caa391bc00d6f91d6ebe2 Mon Sep 17 00:00:00 2001 +From 918ddcbb890e91e7683493115d919313c92931ad Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Wed, 26 Aug 2015 19:18:11 +0500 Subject: [PATCH] tcf-agent: obey LDFLAGS @@ -15,13 +15,13 @@ Rebased to 4a2c4baaccbc8c29ce0297705de9a4e096d57ce5 version Signed-off-by: Mark hatle --- - Makefile.inc | 2 +- + agent/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/Makefile.inc b/Makefile.inc +diff --git a/agent/Makefile.inc b/agent/Makefile.inc index 63f062b2..5da23c02 100644 ---- a/Makefile.inc -+++ b/Makefile.inc +--- a/agent/Makefile.inc ++++ b/agent/Makefile.inc @@ -111,7 +111,7 @@ NO_LINK_F ?= -c # Linker definition and flags diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.1.bb similarity index 96% rename from meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb rename to meta/recipes-devtools/tcf-agent/tcf-agent_1.11.1.bb index 01e4b7df49..5798426971 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.1.bb @@ -6,14 +6,14 @@ BUGTRACKER = "https://bugs.eclipse.org/bugs/" LICENSE = "BSD-3-Clause OR EPL-1.0" LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" -SRCREV = "3051a4806ac4b041ec7c49ffc6d07f0014b8480c" +SRCREV = "8e23af30895e085e3e6a9d694f2c5b521d844742" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" -SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master;tag=${PV} \ +SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=1.11;tag=${PV} \ file://ldflags.patch \ file://tcf-agent.init \ file://tcf-agent.service \ - " + " DEPENDS = "util-linux openssl" RDEPENDS:${PN} = "bash"