From patchwork Wed Nov 5 23:16:38 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: 73791 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 CEAFECD4849 for ; Wed, 5 Nov 2025 23:16:48 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.2351.1762384575994735130 for ; Wed, 05 Nov 2025 15:16:39 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=HESNWuyM; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Yavd2NN2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019a564ed5d9-5a32dde0-41f8-4095-b0a3-0701f9f023fa-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=1762384598; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=UvZFvWY2VL7StXD+QlD1F+laajTelI1H55/hVWRJQjM=; b=HESNWuyMvt6U/yG6IX1HpeFkekxru3OZcPz/0tEbUoeo15/Vs/NLW1NtME8MQl21 wdLltFjwVlQzj67ZdxjHoTSy5xOE+DCGZ3FnXA8ePgMdOUm9Zo72MAxV/jo2JblX3bu vZvKR8ZgPO/nMsYAd5Pw/cXSiLsW47Am7US8v+po= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384598; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=UvZFvWY2VL7StXD+QlD1F+laajTelI1H55/hVWRJQjM=; b=Yavd2NN2Q+RAgHaCOTQJVA0PgN2AKeXD2c1tZ6UbiDztw5bvyVD71AxlTQO9UxGk 5fw+dkyx0SlCDBr1HlGcSpMdYIWdPU4/FQ6g8QcthM45Nn6y1UwWyHf+83DTSxPI+eK 0NbUE9KGnwjO9HJRjWiZQaIDzg6o6UfE2RC65+gE= 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: <0101019a564ed5d9-5a32dde0-41f8-4095-b0a3-0701f9f023fa-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.45 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 ; Wed, 05 Nov 2025 23:16:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225884 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 65cc9316b5e86d20564578d9b02efbdfee63a518 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 20:16: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+)+)"