From patchwork Wed Nov 1 14:25:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33286 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 5C1D4C001DB for ; Wed, 1 Nov 2023 14:25:11 +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.web10.8661.1698848704882857423 for ; Wed, 01 Nov 2023 07:25:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=MUr4bHAf; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=OYTDq6lz; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.192, mailfrom: 0101018b8b460f60-1a70b6e9-b729-4b40-8995-6268359056e3-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1698848706; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9B/whyOCOlfWYhRsTHl1k1ohZNGq4tvhyLUkvrV1xQ0=; b=MUr4bHAfYyKo7C0WNXfegtGcOs9fTl+rp2rq/tdQeMrC+UtTkg/HnAc0Yr7qf0et 18IEZqpGhy51TuaKIVLqrR0Yvai7MQDDfd6NbTZLQ0bIWNQjXJrR7QcwZZL57+AASQC 1xt0u4ufuCl2x5GdNmZwSZYbv7yUYPZX00fwHs/0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1698848706; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9B/whyOCOlfWYhRsTHl1k1ohZNGq4tvhyLUkvrV1xQ0=; b=OYTDq6lzbUbI5jWwexfGO+l5yhcu8F9Px9/rOlJC3UAZSXJUJVSIjrHBcQaZ2xML l41zSbK3Ah9+oYrzWbZQ7ZRNpISgLfxz6VCQE9ituxjfMcaDDGRa3BpLZd7/F/QDqAE QmUL/LWPgK8/DcFnU8up3a5hAJVRezzGezxSRLR0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsoup: upgrading to 3.4.4 SUCCEEDED Message-ID: <0101018b8b460f60-1a70b6e9-b729-4b40-8995-6268359056e3-000000@us-west-2.amazonses.com> Date: Wed, 1 Nov 2023 14:25:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.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 ; Wed, 01 Nov 2023 14:25:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190038 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsoup* to *3.4.4* has Succeeded. Next steps: - apply the patch: git am 0001-libsoup-upgrade-3.4.2-3.4.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 f03db61e5fa31d4ed2e69e14f604008d94bed6d2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Nov 2023 14:14:47 +0000 Subject: [PATCH] libsoup: upgrade 3.4.2 -> 3.4.4 --- .../libsoup/{libsoup_3.4.2.bb => libsoup_3.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.4.2.bb => libsoup_3.4.4.bb} (96%) diff --git a/meta/recipes-support/libsoup/libsoup_3.4.2.bb b/meta/recipes-support/libsoup/libsoup_3.4.4.bb similarity index 96% rename from meta/recipes-support/libsoup/libsoup_3.4.2.bb rename to meta/recipes-support/libsoup/libsoup_3.4.4.bb index 3996ae6836..6d382a7852 100644 --- a/meta/recipes-support/libsoup/libsoup_3.4.2.bb +++ b/meta/recipes-support/libsoup/libsoup_3.4.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] = "78c8fa37cb152d40ec8c4a148d6155e2f6947f3f1602a7cda3a31ad40f5ee2f3" +SRC_URI[sha256sum] = "291c67725f36ed90ea43efff25064b69c5a2d1981488477c05c481a3b4b0c5aa" PROVIDES = "libsoup-3.0" CVE_PRODUCT = "libsoup"