diff mbox series

[AUH] freetype: upgrading to 2.14.1 SUCCEEDED

Message ID 010101994d3a4bed-a522bd06-ec24-4ec7-b634-79935dd59898-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] freetype: upgrading to 2.14.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2025, 11:54 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 © <year> The FreeType
+# -    Project (www.freetype.org).  All rights reserved.
+# +    Project (https://freetype.org).  All rights reserved.
+#     """
+#  
+#    Please replace <year> 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<pver>\d+(\.\d+)+)"