From patchwork Thu Feb 15 17:32:26 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: 39368 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 B7C97C54E55 for ; Thu, 15 Feb 2024 17:32:32 +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.web10.20157.1708018344555640532 for ; Thu, 15 Feb 2024 09:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Nc+em0JX; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=HcwdFcNk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018dadd3aa35-7e5f6243-e122-4411-9fb2-98187db7823c-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=1708018346; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=EzeQBbyA94Yq7KVo1i1ehMXFOZBaNjiukVXa8J8NxsE=; b=Nc+em0JXH4PXJP0M/IBzDdbytGLYfPrvHwh4RwlFWPCRIRTCZ0lgXV6YPt4uDh5s vh120iFwZa9fuJ8nFKFHSF4JfTftMJX0vNx9Z2SBiX0YImskjmGHsQx8B3a6cEzAIVF 6IHVYRm4n14mkhPIDDqdfiKSE9Wm+qPKZwHOFcmc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018346; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=EzeQBbyA94Yq7KVo1i1ehMXFOZBaNjiukVXa8J8NxsE=; b=HcwdFcNkbLZ4fyRRfv4voOAlT56QlZkYYku6/2kHOkC72r+Mb7qjTYxQWN009gdY AHZKJK4oKeal+luLfooUNbIH3VyGJzmV6DE2PZaua56RONa/Yx9LImCy8eOwfmF+mIk gEYcew6TeJeyrGey0zI1w5xgM/svTNSnJYsDESdk= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libxext: upgrading to 1.3.6 SUCCEEDED Message-ID: <0101018dadd3aa35-7e5f6243-e122-4411-9fb2-98187db7823c-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:26 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195650 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxext* to *1.3.6* has Succeeded. Next steps: - apply the patch: git am 0001-libxext-upgrade-1.3.5-1.3.6.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 09370674ea3c75e4afc72ab91495d3276e43b5fa Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 14:20:55 +0000 Subject: [PATCH] libxext: upgrade 1.3.5 -> 1.3.6 --- .../xorg-lib/{libxext_1.3.5.bb => libxext_1.3.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxext_1.3.5.bb => libxext_1.3.6.bb} (89%) diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb similarity index 89% rename from meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb rename to meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb index 7d0597ef1d..275926a885 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb @@ -21,4 +21,4 @@ PE = "1" XORG_PN = "libXext" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "db14c0c895c57ea33a8559de8cb2b93dc76c42ea4a39e294d175938a133d7bca" +SRC_URI[sha256sum] = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753"