From patchwork Wed Feb 18 18:41:54 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: 81357 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 997A1E9A051 for ; Wed, 18 Feb 2026 18:42:00 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1394.1771440106088151191 for ; Wed, 18 Feb 2026 10:41:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=B4bgRE8T; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=U9Ksgdc/; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019c720f0cef-41fcba72-3f31-406a-a0aa-efad029519bc-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1771440115; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/ykA6Kp+E7CNk4RMA/v33pfOXFQ+KnuscEGw7c0ZHa0=; b=B4bgRE8TNW/6Rr2ljoKuMwbsr3mPCgbuniytYBJ4Om9Ix/RHGMaM8SF9qEGmyJJp wiC1yPyyhPOaBHfh35mXGs/UN1y0rp7tiLpcnf2SQs9Qo69GxkwyNPS1392M2dZSaKJ mO9c9Z25ERJrFEKvnwjXls6/eOXK13R+NStc43Oc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1771440115; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/ykA6Kp+E7CNk4RMA/v33pfOXFQ+KnuscEGw7c0ZHa0=; b=U9Ksgdc/3CuZKtoQLiR6hjnj+0qig4rGXmiuaL0BaMfMkhewWyQyWBmK9wFXoIUT rQDp9Sa7fzHxIXcwZPFR+0MbaOS9fYppxLn6y7Fo5xUhf/m45ls5i0WHXPGhoHq46mk WETvlPPC3wuXRXrc5AeFid6fAj+i0OkeEriUXUwM= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libsoup: upgrading to 3.6.6 SUCCEEDED Message-ID: <0101019c720f0cef-41fcba72-3f31-406a-a0aa-efad029519bc-000000@us-west-2.amazonses.com> Date: Wed, 18 Feb 2026 18:41:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.02.18-54.240.27.33 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 ; Wed, 18 Feb 2026 18:42:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/231406 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsoup* to *3.6.6* has Succeeded. Next steps: - apply the patch: git am 0001-libsoup-upgrade-3.6.5-3.6.6.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 67b739cddc457b37f1fe4875e6bf561088c6d9d5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 18 Feb 2026 18:28:59 +0000 Subject: [PATCH] libsoup: upgrade 3.6.5 -> 3.6.6 --- .../libsoup/{libsoup_3.6.5.bb => libsoup_3.6.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.6.5.bb => libsoup_3.6.6.bb} (95%) diff --git a/meta/recipes-support/libsoup/libsoup_3.6.5.bb b/meta/recipes-support/libsoup/libsoup_3.6.6.bb similarity index 95% rename from meta/recipes-support/libsoup/libsoup_3.6.5.bb rename to meta/recipes-support/libsoup/libsoup_3.6.6.bb index 549bbb7981..f9dd5311a4 100644 --- a/meta/recipes-support/libsoup/libsoup_3.6.5.bb +++ b/meta/recipes-support/libsoup/libsoup_3.6.6.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" -SRC_URI[archive.sha256sum] = "6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234" +SRC_URI[archive.sha256sum] = "51ed0ae06f9d5a40f401ff459e2e5f652f9a510b7730e1359ee66d14d4872740" PROVIDES = "libsoup-3.0"