From patchwork Wed Oct 1 13:32:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 71417 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 B3DD7CCD1AA for ; Wed, 1 Oct 2025 13:32:34 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.18102.1759325552028583606 for ; Wed, 01 Oct 2025 06:32:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=HfEsbHTQ; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=g4jBHjLT; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101999ff97bad-fd75851e-c1bb-475a-b4f0-fb714881efc3-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=1759325551; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ErEDZUXYJL9/qqFP6ZoEonjFhYoOC4ZzUDU2Kx0RxNw=; b=HfEsbHTQHyAOwA+qvMmPoOvwrhBCDhmu0ISPW2Snao1PGU2UymazvBl2W52Bz9FR JsWZ6RvVGnrr+iancC+Bo62tx/HGHeTj6ivAjM6ePx0PGgIlqqI7bIhyL/pM/23hesq EwrHusLRuhGyW/yXbr1wipevK2lP9syD7e8++UzU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1759325551; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ErEDZUXYJL9/qqFP6ZoEonjFhYoOC4ZzUDU2Kx0RxNw=; b=g4jBHjLT14+xw4dTbRCDp1ZgK3PUXM7TQ+lSzzBAnLGwVbRuSGAee4Rk19iqXMzR VSN2CU/+/mjgtuWY1UOR/AhJmWkKv6dmbccs0tMuHOmIQZvaDXEgbCkgYGrsBNuTvoY rLxsidMDWEaG/hZTpifCJAA6r6OxNWF7TxxSMCfE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] freetype: upgrading to 2.14.1 SUCCEEDED Message-ID: <010101999ff97bad-fd75851e-c1bb-475a-b4f0-fb714881efc3-000000@us-west-2.amazonses.com> Date: Wed, 1 Oct 2025 13:32:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.10.01-54.240.27.29 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 ; Wed, 01 Oct 2025 13:32:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/224278 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *freetype* to *2.14.1* has Succeeded. Next steps: - apply the patch: git am 0001-freetype-upgrade-2.13.3-2.14.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 0b4d2aba78b118b3e00662c50d168a5c7767db1c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 11:43:41 +0000 Subject: [PATCH] freetype: upgrade 2.13.3 -> 2.14.1 --- ...{freetype_2.13.3.bb => freetype_2.14.1.bb} | 53 +++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) rename meta/recipes-graphics/freetype/{freetype_2.13.3.bb => freetype_2.14.1.bb} (47%) diff --git a/meta/recipes-graphics/freetype/freetype_2.13.3.bb b/meta/recipes-graphics/freetype/freetype_2.14.1.bb similarity index 47% rename from meta/recipes-graphics/freetype/freetype_2.13.3.bb rename to meta/recipes-graphics/freetype/freetype_2.14.1.bb index dbfffdb65f..b6e33c8274 100644 --- a/meta/recipes-graphics/freetype/freetype_2.13.3.bb +++ b/meta/recipes-graphics/freetype/freetype_2.14.1.bb @@ -1,3 +1,50 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.TXT +# +++ LICENSE.TXT +# @@ -35,9 +35,10 @@ +# The gzip module uses the zlib license (see `src/gzip/zlib.h`) which +# too is compatible to the above two licenses. +# +# -The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain code +# -taken almost verbatim from the HarfBuzz file `hb-ft.cc`, which uses +# -the 'Old MIT' license, compatible to the above two licenses. +# +The files `src/autofit/ft-hb-ft.c`, `src/autofit/ft-hb-decls.h`, +# +`src/autofit/ft-hb-types.h`, and `src/autofit/hb-script-list.h` +# +contain code taken (almost) verbatim from the HarfBuzz library, which +# +uses the 'Old MIT' license compatible to the above two licenses. +# +# The MD5 checksum support (only used for debugging in development +# builds) is in the public domain. +# --- docs/FTL.TXT +# +++ docs/FTL.TXT +# @@ -49,7 +49,7 @@ +# +# """ +# Portions of this software are copyright © The FreeType +# - Project (www.freetype.org). All rights reserved. +# + Project (https://freetype.org). All rights reserved. +# """ +# +# Please replace with the value from the FreeType version you +# @@ -163,7 +163,7 @@ +# +# Our home page can be found at +# +# - https://www.freetype.org +# + https://freetype.org +# +# +# --- end of FTL.TXT --- +# +# + SUMMARY = "Freetype font rendering library" DESCRIPTION = "FreeType is a software font engine that is designed to be small, efficient, \ highly customizable, and portable while capable of producing high-quality output (glyph \ @@ -8,13 +55,13 @@ BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" SECTION = "libs" LICENSE = "(FTL | GPL-2.0-or-later) & MIT" -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=843b6efc16f6b1652ec97f89d5a516c0 \ - file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ +LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=eeb073d5fb86d23c52bb9b84aa256307 \ + file://docs/FTL.TXT;md5=72d844cd2f3bcaf6a85244b508032be7 \ file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec \ " SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz" -SRC_URI[sha256sum] = "0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289" +SRC_URI[sha256sum] = "32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc" UPSTREAM_CHECK_REGEX = "freetype-(?P\d+(\.\d+)+)"