From patchwork Sat Nov 15 16:39:05 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: 74733 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 D600ACEDDB4 for ; Sat, 15 Nov 2025 16:39:18 +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.msgproc02-g2.12139.1763224746437543697 for ; Sat, 15 Nov 2025 08:39:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=i2qInTbT; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=fNdHPihl; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019a886277b1-2135039b-9b94-458b-ae70-d98a7d203c9e-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=1763224746; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6uQddpNSurw5H4ZrGkskXCedA7obxfpWhasaH2NAjYY=; b=i2qInTbTdo/x+iWqlZwanSJ7jC+SnIPqztAo5iUhIw/iDCyoKJEm9/9FdfJlfOZj 9XuocRNyd6eZ2fmcyVc7FDDdTr7eOG2s0OPWunmDc3XenaoLhMmRDvzAfZWi5SWyd82 wI0qK+OvLDC3annm4p+TOWcux0xpJmh+xKjZF6dE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224746; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6uQddpNSurw5H4ZrGkskXCedA7obxfpWhasaH2NAjYY=; b=fNdHPihl1JQgBevrlJPxkJJ879kYUAO15ytfm7no5GzVhNAMuynktwuwBiH6raqV dCkIL1KECM3uCS1OEAmlDBpxwzkoraNHwUYpaBnBUFCfbApyIdoiRr4HdLKQ5pUT11q 2jM8Lh9fzUXCwHZ31L1yFDNDO7VEhgtRgafIaYI4= 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: <0101019a886277b1-2135039b-9b94-458b-ae70-d98a7d203c9e-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:39:05 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.29 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 ; Sat, 15 Nov 2025 16:39:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226421 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 c927eba372d2065424c56e0eab27f18331eda439 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 13:54:39 +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+)+)"