From patchwork Wed Nov 5 23:16:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 73805 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 B0A2CCD4F34 for ; Wed, 5 Nov 2025 23:16:50 +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.msgproc01-g2.2345.1762384574473537591 for ; Wed, 05 Nov 2025 15:16:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=MNqCIE49; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=bHPG/9Fj; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019a564ef75e-f7bbadaf-1744-43ad-b6ba-a007ffa79ee2-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=1762384607; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=nAUJNeC3GieceWJTt9nnHxhucB4LMnd7M7Us3rCsovE=; b=MNqCIE49w0g25TsG206Wk9BgA76iu8bd7XahxqJo7DBL+wMCVtzObmdETWTJ87rl bKv18Vv+xHttaOCuygBGX1ZaZepc7gTWV7yuAyMB79IoP/ObkXoGdYqYJfZnphq5M8X pghuhPnhTpg24XNDcI139EGtPeMfrbT+UXgjVNV4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384607; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=nAUJNeC3GieceWJTt9nnHxhucB4LMnd7M7Us3rCsovE=; b=bHPG/9FjIZI+ezkV/4ChdKuNYW5NTQsY2XEjgyaCvGAIYPE4aCEp8ZloRi8usahg Az0zsWxMP8UqyLK1QQwf6+B79Rrt5+q7TMR2QNPlHwSiQ7f4bbf2Mnsnv79hJb/+XGF bBF63Pm5j9UU+i/bXeGIP9F2O/nImBPZXh5Do8Rg= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libunistring: upgrading to 1.4.1 SUCCEEDED Message-ID: <0101019a564ef75e-f7bbadaf-1744-43ad-b6ba-a007ffa79ee2-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-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 ; Wed, 05 Nov 2025 23:16:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225924 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libunistring* to *1.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-libunistring-upgrade-1.3-1.4.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 2c9a9143821bb369790ee02a3ad94c31f20c437e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 23:05:50 +0000 Subject: [PATCH] libunistring: upgrade 1.3 -> 1.4.1 --- ...unistring_1.3.bb => libunistring_1.4.1.bb} | 62 ++++++++++++++++++- 1 file changed, 60 insertions(+), 2 deletions(-) rename meta/recipes-support/libunistring/{libunistring_1.3.bb => libunistring_1.4.1.bb} (37%) diff --git a/meta/recipes-support/libunistring/libunistring_1.3.bb b/meta/recipes-support/libunistring/libunistring_1.4.1.bb similarity index 37% rename from meta/recipes-support/libunistring/libunistring_1.3.bb rename to meta/recipes-support/libunistring/libunistring_1.4.1.bb index 08531acec1..197dbc79ab 100644 --- a/meta/recipes-support/libunistring/libunistring_1.3.bb +++ b/meta/recipes-support/libunistring/libunistring_1.4.1.bb @@ -1,3 +1,61 @@ +# 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: +# +# --- doc/libunistring.texi +# +++ doc/libunistring.texi +# @@ -3,7 +3,18 @@ +# @setfilename libunistring.info +# @documentencoding UTF-8 +# @settitle GNU libunistring +# + +# +@c Remove the black boxes generated in the GPL appendix. +# @finalout +# + +# +@c In PDF output, use a brown colour for interactive links, +# +@c like it was before commit +# +@c https://git.savannah.gnu.org/gitweb/?p=texinfo.git;a=commitdiff;h=b4f50b9f4c083327e81ec5c7cde9b87234a19646 +# +@tex +# +\global\def\linkcolor{\rgbDarkRed} +# +\global\def\urlcolor{\rgbDarkRed} +# +@end tex +# + +# @c Indices: +# @c am = autoconf macro @amindex +# @c cp = concept @cindex +# @@ -17,6 +28,7 @@ +# @syncodeindex am cp +# @syncodeindex fn cp +# @syncodeindex tp cp +# + +# @ifclear texi2html +# @firstparagraphindent insert +# @end ifclear +# @@ -98,7 +110,7 @@ +# +# @ignore +# @c This was: @copying but it triggers a makeinfo 4.13 bug +# -Copyright (C) 2001-2024 Free Software Foundation, Inc. +# +Copyright (C) 2001-2025 Free Software Foundation, Inc. +# +# This manual is free documentation. It is dually licensed under the +# GNU FDL and the GNU GPL. This means that you can redistribute this +# @@ -129,7 +141,7 @@ +# @page +# @vskip 0pt plus 1filll +# @c @insertcopying +# -Copyright (C) 2001-2024 Free Software Foundation, Inc. +# +Copyright (C) 2001-2025 Free Software Foundation, Inc. +# +# This manual is free documentation. It is dually licensed under the +# GNU FDL and the GNU GPL. This means that you can redistribute this +# +# + SUMMARY = "Library for manipulating C and Unicode strings" DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\ @@ -16,12 +74,12 @@ SECTION = "devel" LICENSE = "LGPL-3.0-or-later | GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ file://README;beginline=45;endline=65;md5=3a896a943b4da2c551e6be1af27eff8d \ - file://doc/libunistring.texi;md5=36b7d20daef7fbcc032333ae2429aa94 \ + file://doc/libunistring.texi;md5=55cc91e1fe09c7aec78b6dc932202300 \ " DEPENDS = "gperf-native" SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz" -SRC_URI[sha256sum] = "8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7" +SRC_URI[sha256sum] = "12542ad7619470efd95a623174dcd4b364f2483caf708c6bee837cb53a54cb9d" inherit autotools texinfo BBCLASSEXTEND = "native nativesdk"