From patchwork Sat Sep 2 10:29:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 29833 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 00BECCCF963 for ; Sat, 2 Sep 2023 10:29:15 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.5682.1693650553639672904 for ; Sat, 02 Sep 2023 03:29:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=QSj7Ko2o; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=PGMt/tgy; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018a55708cb9-494533fc-f285-428c-9020-44a57bc7191e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1693650554; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=vqjMEmNBBVPhTUhZdNCBRIbG6oYYyXqoDqi3EnA871w=; b=QSj7Ko2o1Lbswe1SJdLagFalDtKUlep3nmKguyHx6V+F29D6WH5rPVPJcOAYmkju tZN9JZKUot5YpSxAFx5pfAVFZTIqV9z5ONVjiO9ya9vgLVGwp1gXVxQ41qhsMcuGJcd eFCyVlzSu8YdhwRA9teI96aB2TxrUOY43BFO9rDA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650554; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=vqjMEmNBBVPhTUhZdNCBRIbG6oYYyXqoDqi3EnA871w=; b=PGMt/tgyARl5ZAfpxQCDoB5t0WL2/J8ui9nl1Ci43bZBdxTT2g5lS8odGgAEKC8w Vk65UqK6yfhdYNYhT6o6Gl6qRigye+vN/AbVjCDzFydhWS06w/dRlTwvzEOOJa7hvpM KaqEXzM7DhUp92pZWPDsH9Q5F3TND/HVQByfcDFU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] man-pages: upgrading to 6.05.01 SUCCEEDED Message-ID: <0101018a55708cb9-494533fc-f285-428c-9020-44a57bc7191e-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:14 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-54.240.27.193 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 ; Sat, 02 Sep 2023 10:29:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187090 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *man-pages* to *6.05.01* has Succeeded. Next steps: - apply the patch: git am 0001-man-pages-upgrade-6.04-6.05.01.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 1f4fc9dca8c30e4980939f09ee5baa0d0c0190fc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Sep 2023 20:13:50 +0000 Subject: [PATCH] man-pages: upgrade 6.04 -> 6.05.01 --- ...man-pages_6.04.bb => man-pages_6.05.01.bb} | 160 +++++++++++++++++- 1 file changed, 158 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_6.04.bb => man-pages_6.05.01.bb} (23%) diff --git a/meta/recipes-extended/man-pages/man-pages_6.04.bb b/meta/recipes-extended/man-pages/man-pages_6.05.01.bb similarity index 23% rename from meta/recipes-extended/man-pages/man-pages_6.04.bb rename to meta/recipes-extended/man-pages/man-pages_6.05.01.bb index fee57e3fbd..88d9d189a1 100644 --- a/meta/recipes-extended/man-pages/man-pages_6.04.bb +++ b/meta/recipes-extended/man-pages/man-pages_6.05.01.bb @@ -1,10 +1,166 @@ +# 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 +# @@ -2,17 +2,18 @@ +# Linux man-pages - manual pages for GNU/Linux +# +# Synopsis +# - This package contains GNU/Linux manual pages for sections 1 through 8. +# + This package contains GNU/Linux manual pages for sections 1 +# + through 8. +# +# Description +# - The manual pages in this project document primarily the Linux kernel +# - and the GNU C library, but also consider relevant differences in other +# - kernels or C libraries. +# + The manual pages in this project document primarily the Linux +# + kernel and the GNU C library, but also consider relevant +# + differences in other kernels or C libraries. +# +# These pages are most of the section 2, 3, 4, 5, 7 man pages for +# - GNU/Linux. A few pages are provided in sections 1 and 8 for commands +# - that are not documented in other packages, and there are a few pages in +# - sections 5 and 8 for the timezone utilities. +# + GNU/Linux. A few pages are provided in sections 1 and 8 for +# + commands that are not documented in other packages, and there are +# + a few pages in sections 5 and 8 for the timezone utilities. +# +# Files +# CONTRIBUTING +# @@ -31,11 +32,12 @@ +# Instructions for releasing and distributing new versions. +# +# Changes, Changes.old +# - Change log. Includes most relevant changes. However, it's not as +# - complete as the git(1) log. +# + Change log. Includes most relevant changes. However, it's not +# + as complete as the git(1) log. +# +# - Makefile, lib/*.mk +# - Build system. For help, consult the file, and run 'make help'. +# + Makefile, share/mk/* +# + Build system. For help, consult the file, and run +# + 'make help'. +# +# lsm +# Linux software map. See also . +# @@ -47,7 +49,8 @@ +# Licenses in use by the project. +# +# etc/* +# - Configuration files for (linter) programs called by the build system. +# + Configuration files for (linter) programs called by the build +# + system. +# +# man*/* +# Manual pages. +# @@ -59,38 +62,77 @@ +# Default directory for files created by the build system. +# +# Versions +# - Tarballs of releases starting from 2.00 are available at +# - . +# + Tarballs +# + +# +# - The git(1) repository can be found at: +# + Git +# +# + +# +# A secondary git(1) repository can be found at: +# +# + +# +# -Caveats +# - Some projects provide their own manual pages, not related to the Linux +# - man-pages project. +# + Online man-pages +# + PDF +# + +# +# -Bugs +# - See the file. +# +History +# + Tarballs +# + Tarballs of man-pages-1.* releases are available at: +# + +# +# -Maintainers +# + Maintainers +# Alejandro Colomar +# 2020 - present (5.09 - HEAD) +# Michael Kerrisk +# - 2004 - 2021 (2.00 - 5.13) +# + 2004 - 2021 (2.00 - 5.13) +# Andries Brouwer +# 1995 - 2004 (1.6 - 1.70) +# Rik Faith +# 1993 - 1995 (1.0 - 1.5) +# +# +Caveats +# + Some projects provide their own manual pages, not related to the +# + Linux man-pages project. +# + +# +Bugs +# + See the file. +# + +# Copyright +# - Several free/open source licenses. See the directory, and +# - the comment at the top of each source file. +# + Several free/open source licenses. See the +# + directory, and the comment at the top of each source file. +# +# See also +# man-pages(7) +# +# Website +# . +# + +# + Downstream packages +# + Arch man-pages +# + +# + Debian manpages +# + +# + Fedora rpms/man-pages +# + +# + Gentoo sys-apps/man-pages +# + +# + openSUSE man-pages +# + +# + +# + Related projects +# + Debian manpages-l10n +# + +# + GNU C Library (glibc) +# + +# + GNU Compiler Collection (GCC) +# + +# + GNU roff (groff) +# + +# + Linux kernel +# + +# + mandoc +# + +# +# + 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 & MIT" -LIC_FILES_CHKSUM = "file://README;md5=5b7d7488344f5af8841dc13aaec49cdf \ +LIC_FILES_CHKSUM = "file://README;md5=cbd51cd3dd298230df8ddd4637e65c37 \ file://LICENSES/BSD-2-Clause.txt;md5=d0f280d1058e77e66264a9b9e10e6c89 \ file://LICENSES/BSD-3-Clause.txt;md5=71f739ef75581cae312e8c711bcdab16 \ file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \ @@ -16,7 +172,7 @@ LIC_FILES_CHKSUM = "file://README;md5=5b7d7488344f5af8841dc13aaec49cdf \ " SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz" -SRC_URI[sha256sum] = "590623b99bf1f8ee958483c35cc0aaef2363e42998c4d927d1f705890d15d51e" +SRC_URI[sha256sum] = "b2dd44ca0342b50923291f06bdba38c42438e10c04843ce1f731cf3f50631e0a" inherit manpages