From patchwork Sun Oct 1 18:13:12 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: 31542 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 6CF22E7848B for ; Sun, 1 Oct 2023 18:13:20 +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.65012.1696183989899449159 for ; Sun, 01 Oct 2023 11:13:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ECQ9Ap67; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=igox75RA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018aec71bf81-94a71a90-4a12-4cbe-9a06-1ebc1365f4c2-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=1696183992; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=17Za2RZF9f9yVZcU5nN14uO9buMjUYAMPyg4iEcpN6I=; b=ECQ9Ap67Z6Bq7CliMCoe9+PKdBhFjl7qmBmc/u7OW2UbpzHzx+Ka0g94e1FgVB2e rBR3rl4JlkXlD6MtOAkwDBJv78tobDqa+i8xYQKnK/aDgraVJfoe3O3MK1xcn1EY/JR YoS1tPOmNoYIgcnjIe2iagIQCqrgrbvXNg0px414= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1696183992; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=17Za2RZF9f9yVZcU5nN14uO9buMjUYAMPyg4iEcpN6I=; b=igox75RAoPWO4A0htoF/4QPvzUAnJU8kwdTKWQiA/FVUP90RTRuhlbUnlgBVAQvF 01lA6/8b1jdjMxB/7scxAbBAZzkUROgEDosnHjZbRxsoQLApsz6tPDuP6AYJGE8MmI3 Z+bs8bgwY3TYhH1fEJSpzyDOgof5+au7v8FNzeTg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsoup: upgrading to 3.4.3 SUCCEEDED Message-ID: <0101018aec71bf81-94a71a90-4a12-4cbe-9a06-1ebc1365f4c2-000000@us-west-2.amazonses.com> Date: Sun, 1 Oct 2023 18:13:12 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.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 ; Sun, 01 Oct 2023 18:13:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/188585 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsoup* to *3.4.3* has Succeeded. Next steps: - apply the patch: git am 0001-libsoup-upgrade-3.4.2-3.4.3.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 64386a1909e839732707ba2bff6e23f8b4effed6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Oct 2023 18:06:00 +0000 Subject: [PATCH] libsoup: upgrade 3.4.2 -> 3.4.3 --- .../libsoup/{libsoup_3.4.2.bb => libsoup_3.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.4.2.bb => libsoup_3.4.3.bb} (96%) diff --git a/meta/recipes-support/libsoup/libsoup_3.4.2.bb b/meta/recipes-support/libsoup/libsoup_3.4.3.bb similarity index 96% rename from meta/recipes-support/libsoup/libsoup_3.4.2.bb rename to meta/recipes-support/libsoup/libsoup_3.4.3.bb index 3996ae6836..4e0d651a27 100644 --- a/meta/recipes-support/libsoup/libsoup_3.4.2.bb +++ b/meta/recipes-support/libsoup/libsoup_3.4.3.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] = "b7f1bbaeeb43f5812daba3ee258a72e1b4b14c2fd91f4a1a75d4eea10dcf288f" PROVIDES = "libsoup-3.0" CVE_PRODUCT = "libsoup"