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 <a...@yoctoproject.org> 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 <INSTALL> file, and run 'make help'. +# + Makefile, share/mk/* +# + Build system. For help, consult the <INSTALL> file, and run +# + 'make help'. +# +# lsm +# Linux software map. See also <https://lsm.qqx.org/>. +# @@ -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 +# - <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>. +# + Tarballs +# + <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/> +# +# - The git(1) repository can be found at: +# + Git +# <git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git> +# + <https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/> +# +# A secondary git(1) repository can be found at: +# <git://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git> +# + <http://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/> +# +# -Caveats +# - Some projects provide their own manual pages, not related to the Linux +# - man-pages project. +# + Online man-pages +# + PDF +# + <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/book/> +# +# -Bugs +# - See the <CONTRIBUTING> file. +# +History +# + Tarballs +# + Tarballs of man-pages-1.* releases are available at: +# + <https://www.win.tue.nl/~aeb/ftpdocs/linux-local/manpages.archive/> +# +# -Maintainers +# + Maintainers +# Alejandro Colomar <a...@kernel.org> <http://www.alejandro-colomar.es/> +# 2020 - present (5.09 - HEAD) +# Michael Kerrisk <mtk.manpa...@gmail.com> <https://man7.org/> +# - 2004 - 2021 (2.00 - 5.13) +# + 2004 - 2021 (2.00 - 5.13) +# Andries Brouwer <a...@cwi.nl> <https://www.win.tue.nl/~aeb> +# 1995 - 2004 (1.6 - 1.70) +# Rik Faith <https://www.cs.unc.edu/~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 <CONTRIBUTING> file. +# + +# Copyright +# - Several free/open source licenses. See the <LICENSES/> directory, and +# - the comment at the top of each source file. +# + Several free/open source licenses. See the <LICENSES/> +# + directory, and the comment at the top of each source file. +# +# See also +# man-pages(7) +# +# Website +# <http://www.kernel.org/doc/man-pages/index.html>. +# + +# + Downstream packages +# + Arch man-pages +# + <https://archlinux.org/packages/core/any/man-pages/> +# + Debian manpages +# + <https://tracker.debian.org/pkg/manpages> +# + Fedora rpms/man-pages +# + <https://src.fedoraproject.org/rpms/man-pages> +# + Gentoo sys-apps/man-pages +# + <https://packages.gentoo.org/packages/sys-apps/man-pages> +# + openSUSE man-pages +# + <https://software.opensuse.org/package/man-pages> +# + +# + Related projects +# + Debian manpages-l10n +# + <https://manpages-l10n-team.pages.debian.net/manpages-l10n/> +# + GNU C Library (glibc) +# + <https://www.gnu.org/software/libc/> +# + GNU Compiler Collection (GCC) +# + <https://gcc.gnu.org/> +# + GNU roff (groff) +# + <https://www.gnu.org/software/groff/> +# + Linux kernel +# + <https://www.kernel.org/doc/html/latest/ +# + man-db +# + <https://man-db.gitlab.io/man-db/> +# + mandoc +# + <https://mandoc.bsd.lv/> +# +# + 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 -- 2.39.2
packages/core2-32-poky-linux/man-pages: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages: SRC_URI changed from "https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-6.04.tar.gz" to "https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-6.05.01.tar.gz" packages/core2-32-poky-linux/man-pages/man-pages-dbg: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages-dbg: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages-dev: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages-dev: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages-doc: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages-doc: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages-locale: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages-locale: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages-src: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages-src: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages-staticdev: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages-staticdev: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages: PV changed from "6.04" to "6.05.01" packages/core2-32-poky-linux/man-pages/man-pages: PKGV changed from 6.04 [default] to 6.05.01 [default] packages/core2-32-poky-linux/man-pages/man-pages: FILELIST: added "/usr/share/man/man2/ioctl_pipe.2 /usr/share/man/man5/erofs.5" packages/core2-32-poky-linux/man-pages/man-pages: PKGSIZE changed from 7479281 to 7494777 (+0%)
0001-man-pages-upgrade-6.04-6.05.01.patch
Description: Binary data
packages/core2-32-poky-linux/man-pages/man-pages: FILELIST: added "/usr/share/man/man2/ioctl_pipe.2 /usr/share/man/man5/erofs.5"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187090): https://lists.openembedded.org/g/openembedded-core/message/187090 Mute This Topic: https://lists.openembedded.org/mt/101111384/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-