From patchwork Mon Sep 15 11:54:50 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: 70232 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 83FB6CAC5A0 for ; Mon, 15 Sep 2025 11:54:59 +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.web10.30887.1757937280016281415 for ; Mon, 15 Sep 2025 04:54:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ZRtggusi; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=LuW2KsIY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101994d3a4bed-a522bd06-ec24-4ec7-b634-79935dd59898-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=1757937290; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=R56+04xB7PuPG5cUIl9t3RNkbfa9h+j1/DcaK2koVAQ=; b=ZRtggusiXDDoDcp0e/BkKN44uPRN2Koyc2fVhN4H8HBX7zfAw0J9lTuxFguOoZAR L41t6JDSLIRn31L66Vs1cq9zejKfu4mKZEkh317ODqptgR0L4bXgTP0cOg7y1Kq4L8b dpd/pB2NLMop7Csk+G+nmfJQB8S+itVT0CQJa/5I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937290; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=R56+04xB7PuPG5cUIl9t3RNkbfa9h+j1/DcaK2koVAQ=; b=LuW2KsIYFZ9+TbwGvJYh+gMNlCI9zi+H0wdxh2hJs2ShIHdahVlOA0iR4yeC/kLO Kj3MeMwFQJ/82aiNqB45cq6wStYmvalUL+wOcSRIyW5htDMxjalCpOUknYybfkLTQA0 6A/03cDgo5/P7LmEAPEAp0mCskRVmQeqxmmafY6I= 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: <010101994d3a4bed-a522bd06-ec24-4ec7-b634-79935dd59898-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-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 ; Mon, 15 Sep 2025 11:54:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223455 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 082f415faad08ed542b95aa13726f43a66431f69 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 09:58:46 +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} (46%) diff --git a/meta/recipes-graphics/freetype/freetype_2.13.3.bb b/meta/recipes-graphics/freetype/freetype_2.14.1.bb similarity index 46% rename from meta/recipes-graphics/freetype/freetype_2.13.3.bb rename to meta/recipes-graphics/freetype/freetype_2.14.1.bb index 100a7d95b6..501132a385 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+)+)"