From patchwork Thu May 1 15:33:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 62285 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 EA0BCC54F47 for ; Thu, 1 May 2025 15:33:57 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.1790.1746113616210310166 for ; Thu, 01 May 2025 08:33:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=jF5jeBDW; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=nKQecxVH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101968c7ba4d7-cce0836a-eab1-4841-8de8-cc0a2575c00c-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=1746113635; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=96N0gXJdPjX1ft9UnzRCmmvLjT5lt84O1gUo7muGHyw=; b=jF5jeBDWkpU9fOFnTH6limk+X9N/mUlq1fwRuARadCvA8OeFf5+ZsiBqyC1DULDe +s51oX7pzRjOjy6k1XUTikdg9WaqCb2loEFPyFIXbHJ9S0v0mZIjm+epcNaV0wsfu0t yGx2xotNZjr73R71oG9RMm9XWB/DcndB9jrCJ50U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113635; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=96N0gXJdPjX1ft9UnzRCmmvLjT5lt84O1gUo7muGHyw=; b=nKQecxVHSS2JN5F5/2lmoUOus2l4pxmXfDyBBb9vGZPPluf6XAwTM9jAHHkJuQlj l6J2ku9fWj76OzSThYsLxkw6wbd5oLEnSLAnLvmCSSrjH0SBJlgXEs9JC+r4bs/t5/j lXsnGnbd/Q5r4ma1IomGPuC6hIHwWhGwAQ1XbDAk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pixman: upgrading to 0.46.0 SUCCEEDED Message-ID: <010101968c7ba4d7-cce0836a-eab1-4841-8de8-cc0a2575c00c-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.23 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, 01 May 2025 15:33:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215874 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pixman* to *0.46.0* has Succeeded. Next steps: - apply the patch: git am 0001-pixman-upgrade-0.44.2-0.46.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 c8431a9481521e9937bfefa380f06d86b0e21d92 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 13:09:11 +0000 Subject: [PATCH] pixman: upgrade 0.44.2 -> 0.46.0 --- .../xorg-lib/{pixman_0.44.2.bb => pixman_0.46.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.44.2.bb => pixman_0.46.0.bb} (95%) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb similarity index 95% rename from meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb rename to meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb index 2e5bb172f5..c1c71fd420 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb @@ -8,7 +8,7 @@ SECTION = "x11/libs" DEPENDS = "zlib" SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466" +SRC_URI[sha256sum] = "02d9ff7b8458ef61731c3d355f854bbf461fd0a4d3563c51f1c1c7b00638050d" # see http://cairographics.org/releases/ - only even minor versions are stable UPSTREAM_CHECK_REGEX = "pixman-(?P\d+\.(\d*[02468])+(\.\d+)+)"