From patchwork Sat Feb 1 13:21:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 56464 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 0AA46C282D6 for ; Sat, 1 Feb 2025 13:21:16 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.42618.1738416041146712329 for ; Sat, 01 Feb 2025 05:21:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=BihI9Ai0; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=HNUxoJ5g; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010194c1ac27ba-a3f745b2-2fff-4a8c-afe6-4f903d32f4b5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1738416072; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iHVSP0uS+/6hGtCufj5jlcrL2q2+DzzIQfoEedaSMm0=; b=BihI9Ai0dHSU3iLDCEiW/hCuyGJxNUWnRIcGxLcT/AmFhTC6W92RCuaLo8amjsmI Mc03oD2IzCIuA2LidRDAp0yQRRrIhTtPFxE70rcgnnwEwPsfzHvZwMyGYfTgKACR2r3 p/oxuM5gAZhWxqxOh1iA3c2AIK8UJFIaI1IEhDRg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416072; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iHVSP0uS+/6hGtCufj5jlcrL2q2+DzzIQfoEedaSMm0=; b=HNUxoJ5gKoIkFwZbW1ObEQaPvzRAUJ5fXSdXzx0+l5Gz40VkXowaZ886YXqPFEz5 0Mgxtzzn6C92MwQ6raA1N8+0WWG7R8c5jb1zYZIYKKJ7CBwYgLx3zT/oQ3JccRlDUhJ yU4hjMNdT7gYzxJhkywDvvjeVw7B8SVD044sFm5s= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsoup: upgrading to 3.6.4 SUCCEEDED Message-ID: <01010194c1ac27ba-a3f745b2-2fff-4a8c-afe6-4f903d32f4b5-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:21:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.192 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 01 Feb 2025 13:21:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210605 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsoup* to *3.6.4* has Succeeded. Next steps: - apply the patch: git am 0001-libsoup-upgrade-3.6.1-3.6.4.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 b5493d78e5585ced056fe7ad4ae61dab97b342a7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 13:17:08 +0000 Subject: [PATCH] libsoup: upgrade 3.6.1 -> 3.6.4 --- .../libsoup/{libsoup_3.6.1.bb => libsoup_3.6.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.6.1.bb => libsoup_3.6.4.bb} (96%) diff --git a/meta/recipes-support/libsoup/libsoup_3.6.1.bb b/meta/recipes-support/libsoup/libsoup_3.6.4.bb similarity index 96% rename from meta/recipes-support/libsoup/libsoup_3.6.1.bb rename to meta/recipes-support/libsoup/libsoup_3.6.4.bb index 6ac48fb944..4d50e1353e 100644 --- a/meta/recipes-support/libsoup/libsoup_3.6.1.bb +++ b/meta/recipes-support/libsoup/libsoup_3.6.4.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" -SRC_URI[sha256sum] = "ceb1f1aa2bdd73b2cd8159d3998c96c55ef097ef15e4b4f36029209fa18af838" +SRC_URI[sha256sum] = "9b54c76f5276b05bebcaf2b6c2a141a188fc7bb1d0624eda259dac13a6665c8a" PROVIDES = "libsoup-3.0" CVE_PRODUCT = "libsoup"