From patchwork Fri Mar 15 17:00: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: 41086 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 3C071C54F41 for ; Fri, 15 Mar 2024 17:00:17 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.1274.1710522012282469801 for ; Fri, 15 Mar 2024 10:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=emL9dLDV; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=P7XyS9bE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018e430e9f64-9f1d4acb-cd4a-4d66-ac47-37b8479b4f39-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=1710522016; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Y7wFvwDKZiypXE7tVydsO6iYXpf1ETTV/rXjOCfX67o=; b=emL9dLDVYC07dGimiJA3hyr1LykIvw8q1TtQhjMQWolTfALHDMxVQ8BRma9sdhdo kt/e76G+zZrAVohFIKDoxMRnNzEG27i0og3S92gAZ2TWW5txLqvuXDQ1bRryj435Icn 88Ju23HbuJK96y0+HCfkU0z1RSrj7HwDOfWV2VAI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522016; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Y7wFvwDKZiypXE7tVydsO6iYXpf1ETTV/rXjOCfX67o=; b=P7XyS9bE8oYQ0LFttLm5UCZRfHpmQlAZf3haIQtZjiLqVB+BKBLaFPBnWdwe2uxh SWmpL4iLoknhWiax8R/dpTvrkHB1taPJk1R7JTgWOrlqgNMBzkAQQu5hFJHqNrMQiAc twm30Qf1eQiYPNNHm1nx/gSMzdjxAMB5OCplbZnE= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libxcb: upgrading to 1.16.1 SUCCEEDED Message-ID: <0101018e430e9f64-9f1d4acb-cd4a-4d66-ac47-37b8479b4f39-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.33 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, 15 Mar 2024 17:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197244 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxcb* to *1.16.1* has Succeeded. Next steps: - apply the patch: git am 0001-libxcb-upgrade-1.16-1.16.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 87b93f6833b40daeea44a7959375be1da9d7d7b0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 13:47:31 +0000 Subject: [PATCH] libxcb: upgrade 1.16 -> 1.16.1 --- .../libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch | 7 ++----- .../xorg-lib/{libxcb_1.16.bb => libxcb_1.16.1.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcb_1.16.bb => libxcb_1.16.1.bb} (93%) diff --git a/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch b/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch index 5b159d646d..939fed32ee 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch +++ b/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch @@ -1,4 +1,4 @@ -From d55b6b1fa87700f3eae3a29522972d2e7be7d53e Mon Sep 17 00:00:00 2001 +From 68bb930f15d4d7b2042883900e8d3dc221b98a81 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 14 Jan 2023 10:11:35 -0800 Subject: [PATCH] use _Alignof to avoid UB in ALIGNOF @@ -20,7 +20,7 @@ Signed-off-by: Khem Raj 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/c_client.py b/src/c_client.py -index fd256f0..4e48f13 100644 +index 182b5de..54691f9 100644 --- a/src/c_client.py +++ b/src/c_client.py @@ -288,7 +288,6 @@ def c_open(self): @@ -40,6 +40,3 @@ index fd256f0..4e48f13 100644 % (space, 'char' if field.c_field_type == 'void' or field.type.is_switch --- -2.39.0 - diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.16.1.bb similarity index 93% rename from meta/recipes-graphics/xorg-lib/libxcb_1.16.bb rename to meta/recipes-graphics/xorg-lib/libxcb_1.16.1.bb index 04b1eaa910..de3290aa9f 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.16.1.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.xz \ file://0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch" -SRC_URI[sha256sum] = "4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71" +SRC_URI[sha256sum] = "f24d187154c8e027b358fc7cb6588e35e33e6a92f11c668fe77396a7ae66e311" BBCLASSEXTEND = "native nativesdk"