man-pages: Update to version 6.05.01

Message ID 20231203150235.16796-1-adolf.belka@ipfire.org
State Accepted
Commit 928ec065a2c9e7b0894f2fe612a10bd7e549b4f7
Headers
Series man-pages: Update to version 6.05.01 |

Commit Message

Adolf Belka Dec. 3, 2023, 3:02 p.m. UTC
  - IPFire-3.x
- Update from version 6.03 to 6.05.01
- Changelog
    6.05.01
	-  Build system:
	   -  Ignore dot-dirs within $MANDIR
    6.05
	New and rewritten pages
		man2/
			ioctl_pipe.2
		man3/
			regex.3
		man5/
			erofs.5
	Newly documented interfaces in existing pages
		bpf.2
			EAGAIN
		ioctl_userfaultfd.2
			UFFD_FEATURE_EXACT_ADDRESS
		prctl.2
			PR_GET_AUXV
		recv.2
			MSG_CMSG_CLOEXEC
		statx.2
			STAT_ATTR_MOUNT_ROOT
		syscall.2
			ENOSYS
		resolv.conf.5
			no-aaaa
			RES_NOAAAA
		tmpfs.5
			CONFIG_TRANSPARENT_HUGEPAGE
		ip.7
			IP_LOCAL_PORT_RANGE
		rtnetlink.7
			IFLA_PERM_ADDRESS
	New and changed links
		man3type/
			regex_t.3type				(regex(3))
			regmatch_t.3type			(regex(3))
			regoff_t.3type				(regex(3))
	Global changes
	-  Types:
	   -  Document functions using off64_t as if they used off_t (except
	      for lseek64()).
	-  Build system:
	   -  Keep file modes in the release tarball.
	   -  Fix symlink installation (`make install LINK_PAGES=symlink`).
	   -  Add support for using bzip2(1), lzip(1), and xz(1) when installing
	      pages and creating release tarballs.
	   -  Create reproducible release tarballs.
	   -  Move makefiles from lib/ to share/mk/.
	   -  Support mdoc(7) pages.
	   -  Relicense Makefiles as GPL-3.0-or-later.
	   -  Build PostScript and PDF manual pages.
	   -  Add support for running our build system on arbitrary source
	      trees; this makes it possible to easily run our linters on another
	      project's manual pages as easily as `make lint MANDIR=~/src/groff`
	-  Licenses:
	   -  Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft.
	   -  Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later.
	   -  Use new SPDX license identifiers:
	      -  Linux-man-pages-1-para                 (was VERBATIM_ONE_PARA)
	      -  Linux-man-pages-copyleft-2-para        (was VERBATIM_TWO_PARA)
	      -  Linux-man-pages-copyleft-var           (was VERBATIM_PROF)
	-  ffix:
	   -  use `\%`
	   -  un-bracket tbl(1) tables
	Changes to individual pages
		The manual pages (and other files in the repository) have been improved
		beyond what this changelog covers.  To learn more about changes applied
		to individual pages, use git(1).
    6.04
	Newly documented interfaces in existing pages
		proc.5
			KPF_PGTABLE			(Linux 4.18)
		landlock.7
			LANDLOCK_ACCESS_FS_REFER	(Linux 5.19)
			LANDLOCK_ACCESS_FS_TRUNCATE	(Linux 6.02)
		udp.7
			UDP_GRO				(Linux 5.0)
			UDP_SEGMENT			(Linux 4.18)
	Global changes
		-  Sections:
		   -  Add HISTORY.
		   -  HISTORY: Restore C89 references.
		   -  Repurpose VERSIONS.
		   -  Simplify STANDARDS.
		   -  SYNOPSIS: Mark several functions as deprecated.
		-  Build system:
		   -  Support installing in different mandirs
		      (e.g., man3typedir='/usr/share/man/man3').
		   -  Support installing compressed pages (Z='.gz').
		   -  Support installing link pages as symlinks (LINK_PAGES='symlink').
		   -  Add make(1) 'check' target.  This has been split from 'lint'.
		      'lint' will check the source code, and 'check' will check the
		      rendered pages (as a user will read them).  There are currently
		      several pages that fail this `make check`, and distributors that
		      depend on this can workaround it by touching a few files:
			      $ make check -k -j >/dev/null 2>/dev/null;
			      $ make check -k 2>/dev/null;
			      GREP	.tmp/man/man1/memusage.1.check-catman.touch
			      TROFF	.tmp/man/man2/fanotify_init.2.cat.set
			      TROFF	.tmp/man/man2/gettimeofday.2.cat.set
			      TROFF	.tmp/man/man2/s390_sthyi.2.cat.set
			      GREP	.tmp/man/man3/mallopt.3.check-catman.touch
			      TROFF	.tmp/man/man3/unlocked_stdio.3.cat.set
			      TROFF	.tmp/man/man4/console_codes.4.cat.set
			      TROFF	.tmp/man/man4/lirc.4.cat.set
			      GREP	.tmp/man/man4/smartpqi.4.check-catman.touch
			      GREP	.tmp/man/man4/veth.4.check-catman.touch
			      TROFF	.tmp/man/man5/proc.5.cat.set
			      GREP	.tmp/man/man5/slabinfo.5.check-catman.touch
			      TROFF	.tmp/man/man5/tzfile.5.cat.set
			      TROFF	.tmp/man/man7/address_families.7.cat.set
			      TROFF	.tmp/man/man7/ascii.7.cat.set
			      TROFF	.tmp/man/man7/bpf-helpers.7.cat.set
			      GREP	.tmp/man/man7/keyrings.7.check-catman.touch
			      GREP	.tmp/man/man7/uri.7.check-catman.touch
			      TROFF	.tmp/man/man8/tzselect.8.cat.set
			      TROFF	.tmp/man/man8/zdump.8.cat.set
			      TROFF	.tmp/man/man8/zic.8.cat.set
		      After touching the previous files, `make check` will succeed:
			      $ make check -k 2>/dev/null | awk '{print $2}' | xargs touch;
			      $ make check -j >/dev/null;
			      $ echo $?
			      0
	Changes to individual pages
		The manual pages (and other files in the repository) have been improved
		beyond what this changelog covers.  To learn more about changes applied
		to individual pages, use git(1).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 man-pages/man-pages.nm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
  

Patch

diff --git a/man-pages/man-pages.nm b/man-pages/man-pages.nm
index dafd46c99..a6b10bb65 100644
--- a/man-pages/man-pages.nm
+++ b/man-pages/man-pages.nm
@@ -4,7 +4,7 @@ 
 ###############################################################################
 
 name       = man-pages
-version    = 6.03
+version    = 6.05.01
 release    = 1
 
 groups     = Base Documentation
@@ -21,8 +21,6 @@  source_dl  = http://www.kernel.org/pub/linux/docs/man-pages/
 sources    = %{thisapp}.tar.xz
 
 build
-	arches = noarch
-
 	prepare_cmds
 		# Remove deprecated/unneeded stuff: