From patchwork Wed Oct 1 13:32:36 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: 71431 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 C3E03CCF9F6 for ; Wed, 1 Oct 2025 13:32:47 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.17926.1759325532268342921 for ; Wed, 01 Oct 2025 06:32:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Xxsgf3S5; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=SmuJQEb7; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101999ff99045-fb763522-e6b2-4e11-bbb8-87384bb4958d-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=1759325557; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=tQ8rzcB/xiDroyYTm78UkjVIuF4BnTc3BB3PttxsDrc=; b=Xxsgf3S5CFv2jLGXQd3fSJy25Nirn4l8e5Xi01Jg/EBL4NUNGMkQbdJvnB1XURc5 YvV63gKuQqSicmcsiO45t8A8D72JgIhgjW1Vbn9To6lSRsGEu45iHaqNBSHBfRDzeDT C9UJpOGFd+LHO9PASxKY765Og9omCo8jJ+CKrBuE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1759325557; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=tQ8rzcB/xiDroyYTm78UkjVIuF4BnTc3BB3PttxsDrc=; b=SmuJQEb75/3qCEaCqh4GgVIUWI91dMeC/arG+jAUdqdjyiZTlwysd44uXG34kHtI 2FKHYX/pW7Zy/LrWAaQ2ZcEPWB4J6TbkhOVumnI/prZaEJARbzubXfPFJlACJLora9W nQ15vUgTIwcLXDwMDrXnY1++t7BcHBfjQ1Jm4cDw= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libunistring: upgrading to 1.4 SUCCEEDED Message-ID: <010101999ff99045-fb763522-e6b2-4e11-bbb8-87384bb4958d-000000@us-west-2.amazonses.com> Date: Wed, 1 Oct 2025 13:32:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.10.01-54.240.27.31 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 ; Wed, 01 Oct 2025 13:32:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/224303 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libunistring* to *1.4* has Succeeded. Next steps: - apply the patch: git am 0001-libunistring-upgrade-1.3-1.4.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 7399c5154db605ac5386e9e5d2bd7a83b62c46a4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 13:19:22 +0000 Subject: [PATCH] libunistring: upgrade 1.3 -> 1.4 --- ...ibunistring_1.3.bb => libunistring_1.4.bb} | 62 ++++++++++++++++++- 1 file changed, 60 insertions(+), 2 deletions(-) rename meta/recipes-support/libunistring/{libunistring_1.3.bb => libunistring_1.4.bb} (37%) diff --git a/meta/recipes-support/libunistring/libunistring_1.3.bb b/meta/recipes-support/libunistring/libunistring_1.4.bb similarity index 37% rename from meta/recipes-support/libunistring/libunistring_1.3.bb rename to meta/recipes-support/libunistring/libunistring_1.4.bb index 08531acec1..a6c1152f0c 100644 --- a/meta/recipes-support/libunistring/libunistring_1.3.bb +++ b/meta/recipes-support/libunistring/libunistring_1.4.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] = "f7e39ddeca18858ecdd02c60d1d5374fcdcbbcdb6b68a391f8497cb1cb2cf3f7" inherit autotools texinfo BBCLASSEXTEND = "native nativesdk"