From patchwork Fri Mar 1 22:05:15 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: 40344 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 4AC98C54E71 for ; Fri, 1 Mar 2024 22:05:18 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.36974.1709330716328812179 for ; Fri, 01 Mar 2024 14:05:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HfVXTC5S; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=LqfVPyoi; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018dfc0cd35f-87ffbb74-7f96-49aa-b181-5858ebdfb984-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=1709330715; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4aTxUgypQ10ck7F8ucGUzHdp91prYHtGuAYbMu1Z24U=; b=HfVXTC5SFy2Vlb88sQXLezhI/b5SbQqb5dPaFb99KgWfmgBU+xSFef5egvpWcn9x L5pL2D7KE/n27tSTgD86jBKSfnWhZh47emVtWIKNjjkrYdgwwmUDltz7iuQwpoN2ns2 8bx9PcSZtiJzGqldqljH5RNUrXOQ+7u1HaH2wACQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1709330715; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4aTxUgypQ10ck7F8ucGUzHdp91prYHtGuAYbMu1Z24U=; b=LqfVPyoimvxvbKJ32Mnv60j3KkCIqWY7MLvLt5UhX4/JKI288V66+b83FwkXiAmh UstQucVklVc7i9+8zF8GrXnT1BsJhS41sXNC6FchOT8rHqUdUevRXxoaqaGUqL3/vIC lrt6EAaBItDAWPjWs7mfhMOoPUA8bBZbz1WsMqF0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] glib-networking: upgrading to 2.78.1 SUCCEEDED Message-ID: <0101018dfc0cd35f-87ffbb74-7f96-49aa-b181-5858ebdfb984-000000@us-west-2.amazonses.com> Date: Fri, 1 Mar 2024 22:05:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.01-54.240.27.193 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 ; Fri, 01 Mar 2024 22:05:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/196471 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glib-networking* to *2.78.1* has Succeeded. Next steps: - apply the patch: git am 0001-glib-networking-upgrade-2.78.0-2.78.1.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 67359daf811251d82e4176c197f3baaff5477d2a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Mar 2024 10:53:53 +0000 Subject: [PATCH] glib-networking: upgrade 2.78.0 -> 2.78.1 --- meta/recipes-core/glib-networking/glib-networking/eagain.patch | 3 +-- .../{glib-networking_2.78.0.bb => glib-networking_2.78.1.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.78.0.bb => glib-networking_2.78.1.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 062fc0191b..6c2e3c634b 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 025bb39dfdb81dd2852deaefea228b197ef3cd8d Mon Sep 17 00:00:00 2001 +From 5604707bed4b4a4bc4658c7158a18c1774775775 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 @@ -15,7 +15,6 @@ The test should probably retry in this situation so test a patch which does this Upstream-Status: Pending [testing to see if patch resolves the issue] Signed-off-by: Richard Purdie - --- tls/tests/connection.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb similarity index 95% rename from meta/recipes-core/glib-networking/glib-networking_2.78.0.bb rename to meta/recipes-core/glib-networking/glib-networking_2.78.1.bb index 68f9a2ed78..5060d9fd7a 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.78.1.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] = "52fe4ce93f7dc51334b102894599858d23c8a65ac4a1110b30920565d68d3aba" +SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f" # 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