From patchwork Fri Aug 1 14:07:57 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: 67893 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 DD946CA0EDB for ; Fri, 1 Aug 2025 14:08:00 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.88636.1754057271655229901 for ; Fri, 01 Aug 2025 07:07:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=otpBymgE; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=lNt7m178; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019865f5ffb7-40e96c88-1034-4a07-83ab-00e07086c5e2-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=1754057277; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jOwU7F13BZSB16tRyNSglXjQk2t4JXyxz1jzGtKRGiE=; b=otpBymgE4+6550P12Qng968CA6cJgybDmtygUmjPHUYwakrqlwsBE0BlBdGv65Y4 Hb7bwebHo4Tt9rt5gQgE4knKX6H/liqQW/fMQyV54ePckl9yNSAb50sa99T1ADD6VCC lIw7CjHLARnn6lLiwx8xTbWtESJCT9EvkdRxaEWY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1754057277; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jOwU7F13BZSB16tRyNSglXjQk2t4JXyxz1jzGtKRGiE=; b=lNt7m178LQ6vFaShiw/XDXFmhgO4PeyoIGD235KF8fcxE0PtH7wxCFXoxU7tUyjg HNxm8TpjqtD4N8yu2z4Fbvhuv1aX1L7gGVJ/h6VKppyBsT5l4mXMSC92YvNYE7ylt/C 55kAwwGrZ8J9rLg22xqrohKrxRaFfx2Gdc73HtQA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] man-pages: upgrading to 6.15 SUCCEEDED Message-ID: <0101019865f5ffb7-40e96c88-1034-4a07-83ab-00e07086c5e2-000000@us-west-2.amazonses.com> Date: Fri, 1 Aug 2025 14:07:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.01-54.240.27.30 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 ; Fri, 01 Aug 2025 14:08:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221297 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *man-pages* to *6.15* has Succeeded. Next steps: - apply the patch: git am 0001-man-pages-upgrade-6.14-6.15.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 1cd841a3f7bf2229ffc4a58b35c461bd4da37177 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Aug 2025 10:35:23 +0000 Subject: [PATCH] man-pages: upgrade 6.14 -> 6.15 --- .../{man-pages_6.14.bb => man-pages_6.15.bb} | 37 ++++++++++++++++++- 1 file changed, 35 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_6.14.bb => man-pages_6.15.bb} (66%) diff --git a/meta/recipes-extended/man-pages/man-pages_6.14.bb b/meta/recipes-extended/man-pages/man-pages_6.15.bb similarity index 66% rename from meta/recipes-extended/man-pages/man-pages_6.14.bb rename to meta/recipes-extended/man-pages/man-pages_6.15.bb index 92afff640d..e96aff5678 100644 --- a/meta/recipes-extended/man-pages/man-pages_6.14.bb +++ b/meta/recipes-extended/man-pages/man-pages_6.15.bb @@ -1,10 +1,43 @@ +# 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: +# +# --- README +# +++ README +# @@ -16,6 +16,10 @@ +# a few pages in sections 5 and 8 for the timezone utilities. +# +# Files +# + AUTHORS +# + List of individuals and organizations that have contributed +# + content to the project. +# + +# CONTRIBUTING +# CONTRIBUTING.d/* +# Instructions for reporting bugs and contributing. +# @@ -50,7 +54,7 @@ +# Configuration files for (linter) programs called by the build +# system. +# +# - man*/* +# + man/* +# Manual pages. +# +# scripts/* +# +# + SUMMARY = "Linux man-pages" DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" SECTION = "console/utils" HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT" -LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \ +LIC_FILES_CHKSUM = "file://README;md5=c2d6fa1a74bdd79c25de6f4db7332294 \ file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \ file://LICENSES/BSD-3-Clause.txt;md5=407426fcc1a243b7b2eff6e35c56aca9 \ file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \ @@ -20,7 +53,7 @@ LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \ SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz \ " -SRC_URI[sha256sum] = "a298963d8baf37fa5ecd2b07c803e1f29ab0476add405a7e263e5c63baf43588" +SRC_URI[sha256sum] = "f0ede747b98732cb6d5bd36e9ab54101ea7ae5f78a8b8d7289ced01c1a6ec937" inherit manpages lib_package