From patchwork Sun Mar 15 13:42:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 83466 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 8C2E2F013E4 for ; Sun, 15 Mar 2026 13:42:11 +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.msgproc01-g2.28808.1773582123036488567 for ; Sun, 15 Mar 2026 06:42:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=hoQ+ID7x; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=dz3k8pcx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019cf1bb7fed-263c4548-ddd4-4474-b40c-d5f5f53957fa-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1773582123; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iMILcNxNbEUO9mpJ/kdwaQQtnymkYSQbJszfAdFq5gU=; b=hoQ+ID7xjvftW+wTsuRY88Yy46qTVb/+crnPgBn0fBef3jmj558CWFkm5g2rRS6b UtgEiG04M51ByqdFTjUGhQZcYggDoNN0Mcz0U8PNj2e2Y/lRGyQTLAFcOCbwGAS9fMa uxe+5N0sRi/FmOd3do7hlzI0XirNynjHlCS1mdVM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1773582123; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iMILcNxNbEUO9mpJ/kdwaQQtnymkYSQbJszfAdFq5gU=; b=dz3k8pcxOQ/r1xS/3fEm7URsx9oySZAd7nqrUtA9qP1ikFv6JTE7XWe7lNHvgsGR +WtC514Dij0RzpJnTzQGGVVnsG1VcwA7HzmA7Do3e7G4qRxxUIJLubNJw8+2kVwynL3 fSwym94OY2ZgJOx9bUnGL9h4D/73bLvkzv4grjAw= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] harfbuzz: upgrading to 13.1.1 SUCCEEDED Message-ID: <0101019cf1bb7fed-263c4548-ddd4-4474-b40c-d5f5f53957fa-000000@us-west-2.amazonses.com> Date: Sun, 15 Mar 2026 13:42:03 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.03.15-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 15 Mar 2026 13:42:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233172 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *harfbuzz* to *13.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-harfbuzz-upgrade-12.3.2-13.1.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 dc0c1e6c2053cb87e1f30654d8f2ca993064766c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Mar 2026 10:31:47 +0000 Subject: [PATCH] harfbuzz: upgrade 12.3.2 -> 13.1.1 --- .../harfbuzz/{harfbuzz_12.3.2.bb => harfbuzz_13.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_12.3.2.bb => harfbuzz_13.1.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_12.3.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_13.1.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_12.3.2.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_13.1.1.bb index 12bebc4bee..30a19a84fe 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_12.3.2.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_13.1.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "6f6db164359a2da5a84ef826615b448b33e6306067ad829d85d5b0bf936f1bb8" +SRC_URI[sha256sum] = "e7f3b8bac3fdcc529985be8e84fbd65c675ac47ee58512b15a5dd620c79ffe2a" DEPENDS += "glib-2.0-native"