From patchwork Sat Jun 1 17:33:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 44526 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 201C2C27C51 for ; Sat, 1 Jun 2024 17:33:39 +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.web11.42209.1717263218027920139 for ; Sat, 01 Jun 2024 10:33:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Dnn7F1Uh; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=A6o9KTsk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018fd4dd31ad-11e0315b-a0a7-4bed-bc18-8d2efc54f288-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=1717263217; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Ah3jhPd/bE5c4FyR1RLOcLJoI5MLBB1KDVBPlpvDnLo=; b=Dnn7F1Uh9PZAB0pYzSVApgqLT1X72AS0/YImlsRc+90XDuHYZL9SlDAqfsipMTnm F6loom0Oq7N98G6pkOraamzcCABmyGIdMCTS8/b7oNhBE8HHylAYORSF9R0avqiposM xXRIaEByD+GNVry7nH15DGyYc9YwGYh8lN2I3E88= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1717263217; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Ah3jhPd/bE5c4FyR1RLOcLJoI5MLBB1KDVBPlpvDnLo=; b=A6o9KTskocuWxrXBD541yhcHf1gnuRlJiKF9sm9hMGduk2+7MuWIPukCtF52WCO9 qMIgDZTyiKMCzOl47rbHBo9IE/xrH57aFwS/yc9x03U8YVPGxidKGuI7gLRw+hZ0Mv9 IdqxsPa58W4Fx+xUWZKcOw4xS7W0nw6fXBiTB0KQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] glib-networking: upgrading to 2.80.0 SUCCEEDED Message-ID: <0101018fd4dd31ad-11e0315b-a0a7-4bed-bc18-8d2efc54f288-000000@us-west-2.amazonses.com> Date: Sat, 1 Jun 2024 17:33:37 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.01-54.240.27.31 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 Jun 2024 17:33:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200125 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glib-networking* to *2.80.0* has Succeeded. Next steps: - apply the patch: git am 0001-glib-networking-upgrade-2.78.1-2.80.0.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 ae78bb41416f675eadba1ab1e7d8cd25bf2f796a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jun 2024 08:02:38 +0000 Subject: [PATCH] glib-networking: upgrade 2.78.1 -> 2.80.0 --- meta/recipes-core/glib-networking/glib-networking/eagain.patch | 2 +- .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%) diff --git a/meta/recipes-core/glib-networking/glib-networking/eagain.patch b/meta/recipes-core/glib-networking/glib-networking/eagain.patch index 6c2e3c634b..643ba3869a 100644 --- a/meta/recipes-core/glib-networking/glib-networking/eagain.patch +++ b/meta/recipes-core/glib-networking/glib-networking/eagain.patch @@ -1,4 +1,4 @@ -From 5604707bed4b4a4bc4658c7158a18c1774775775 Mon Sep 17 00:00:00 2001 +From 6a90678b21139973cb06f8e4ec405110e8a35019 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 6 May 2023 12:18:50 +0100 Subject: [PATCH] In autobuilder testing we regularly see glib-networking ptest diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb similarity index 95% rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb index 5060d9fd7a..c8a1355548 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ SECTION = "libs" DEPENDS = "glib-2.0-native glib-2.0" -SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f" +SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf" # Upstream note that for the openssl backend, half the tests where this backend don't return # the expected error code or don't work as expected so default to gnutls