public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] iana-etc: Update to version 20250505
@ 2025-05-20  9:09 Adolf Belka
  2025-05-20  9:09 ` [PATCH] iperf3: Update to version 3.19 Adolf Belka
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adolf Belka @ 2025-05-20  9:09 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 20250311 to 20250505
- Update of rootfile not required
- No changelog provided

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/iana-etc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/iana-etc b/lfs/iana-etc
index efc86acdf..2590432cb 100644
--- a/lfs/iana-etc
+++ b/lfs/iana-etc
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 20250311
+VER        = 20250505
 #		https://github.com/Mic92/iana-etc
 
 THISAPP    = iana-etc-$(VER)
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c49fe6730a4cadf932c8522bbe60c853f99ada19cc1e63d5127d09cbb347059dff4577e346a7899fc53a75b324f0738a3764a10794baf60da83b403c9dd51656
+$(DL_FILE)_BLAKE2 = e210ce0eb0eb656623482bb02b70c7f2041c4f66ebe2c10f828d7c1654200c03974af609218a7c2d2b164f0178a76bddbfc813fa9f849d7d27705ff9b62edf08
 
 install : $(TARGET)
 
-- 
2.49.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] iperf3: Update to version 3.19
  2025-05-20  9:09 [PATCH] iana-etc: Update to version 20250505 Adolf Belka
@ 2025-05-20  9:09 ` Adolf Belka
  2025-05-20  9:09 ` [PATCH] libgcrypt: Update to version 1.11.1 Adolf Belka
  2025-05-20  9:09 ` [PATCH] man-pages: Update to version 6.14 Adolf Belka
  2 siblings, 0 replies; 4+ messages in thread
From: Adolf Belka @ 2025-05-20  9:09 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 3.16 to 3.19
- Update of rootfile not required
- CVE fix in version 3.18 and another in 3.17. The CVE fix in 3.17 results in a breaking
   change. The vulnerable option can be enabled in the build but that doesn't seem to be
   a good approach for IPFire. I am not sure that the non backwards compatible changed
   padding on encrypted strings would create a problem for us. I suspect this is more
   if iperf3 is being used in a continuous measuring mode and in IPFire it is an addon
   that is used to measure throughput rates when required.
- Changelog
    3.19
	    Notable user-visible changes
	        iperf3 now supports the use of Multi-Path TCP (MPTCPv1) on Linux
	         with the use of the -m or --mptcp flag. (PR #1661)
	        iperf3 now supports a --cntl-ka option to enable TCP keepalives
	         on the control connection. (#812, #835, PR #1423)
	        iperf3 now supports the MSG_TRUNC receive option, specified by
	         the --skip-rx-copy. This theoretically improves the rated
	         throughput of tests at high bitrates by not delivering network
	         payload data to userspace. (#1678, PR #1717)
	        A bug that caused the bitrate setting to be ignored when bursts
	         are set, has been fixed. (#1773, #1820, PR #1821, PR #1848)
	        The congestion control protocol setting, if used, is now
	         properly reset between tests. (PR #1812)
	        iperf3 now exits with a non-error 0 exit code if exiting via a
	         SIGTERM, SIGHUP, or SIGINT. (#1009, PR# 1829)
	        The current behavior of iperf3 with respect to the -n and -k
	         options is now documented as correct. (#1768, #1775, #596, PR #1800)
	    Notable developer-visible changes
	        iperf3 now supports a callback function to get the JSON output
	         strings. (#1711, PR #1798)
	        iperf3 now builds correctly with gcc-15 (#1838, PR #1805)
	        Various memory leaks were fixed (#1881, PR#1823, #1814, PR#1822)
	        A potential segfault crash was fixed (#1807)
	        Improved warning messages when reading malformed JSON messages
	         (PR #1817)
	        The Github CI configuration was changed to use a more up-to-date
	         set of runners (PR #1864)
    3.18
	    Notable user-visible changes
	        SECURITY NOTE: Thanks to Leonid Krolle Bi.Zone for discovering a
	         JSON type security vulnerability that caused a
	         segmentation fault in the
	         server. (CVE-2024-53580) This has now been
	         fixed. (PR#1810)
	        UDP packets per second now reports the correct number of
	         packets, by reporting NET_SOFTERROR if there's a EAGAIN/EINTR
	         errno if no data was sent (#1367/PR#1379).
	        Several segmentation faults related to threading were fixed. One
	         where pthread_cancel was called on an improperly initialized
	         thread (#1801), another where threads were being recycled
	         (#1760/PR#1761), and another where threads were improperly
	         handling signals (#1750/PR#1752).
	        A segmentation fault from calling freeaddrinfo with NULL was
	         fixed (PR#1755).
	        Some JSON options were fixed, including checking the size for
	         json_read (PR#1709), but the size limit was removed for
	         received server output (PR#1779).
	        A rcv-timeout error has been fixed. The Nread timeout was
	         hardcoded and timed out before the --rcv-timeout option
	         (PR#1744).
	        There is no longer a limit on the omit time period
	         (#1770/PR#1774).
	        Fixed an output crash under 32-bit big-endian systems (PR#1713).
	        An issue was fixed where CPU utilization was unexpectedly high
	         during limited baud rate tests. The --pacing-timer option was
	         removed, but it is still available in the library
	         (#1741/PR#1743).
	        Add SCTP information to --json output and fixed compile error
	         when SCTP is not supported (#1731).
	        --fq-rate was changed from a uint to a uint64 to allow pacing above
	         32G. Not yet tested on big-endian systems (PR#1728).
	    Notable developer-visible changes
	        Clang compilation failure on Android were fixed (PR#1687).
	        iperf_time_add() was optimizated to improve performance
	         (PR#1742).
	        Debug messages were added when the state changes (PR#1734).
	        To increase performance, the old UDP prot_listener is cleared
	         and removed after each test (PR#1708).
	        A file descriptor leak was closed (PR#1619).
    3.17.1
	    Notable user-visible changes
	        Version number has been corrected. (#1699)
	    Notable developer-visible changes
	        No longer signing tags
    3.17
	    Notable user-visible changes
	        BREAKING CHANGE: iperf3's authentication features, when used with
	         OpenSSL prior to 3.2.0, contain a vulnerability to a side-channel
	         timing attack. To address this flaw, a change has been made to the
	         padding applied to encrypted strings. This change is not backwards
	         compatible with older versions of iperf3 (before 3.17). To restore
	         the older (vulnerable) behavior, and hence
	         backwards-compatibility, use the --use-pkcs1-padding flag. The
	         iperf3 team thanks Hubert Kario from RedHat for reporting this
	         issue and providing feedback on the fix. (CVE-2024-26306)(PR#1695)
	        iperf3 no longer changes its current working directory in --daemon
	         mode. This results in more predictable behavior with relative
	         paths, in particular finding key and credential files for
	         authentication. (PR#1672)
	        A new --json-stream option has been added to enable a streaming
	         output format, consisting of a series of JSON objects (for the
	         start of the test, each measurement interval, and the end of the
	         test) separated by newlines (#444, #923, #1098).
	        UDP tests now work correctly between different endian hosts
	         (#1415).
	        The --fq-rate parameter now works for --reverse tests (#1632, PR#1667).
	        The statistics reporting interval is now available in the --json
	         start test object (#1663).
	        A negative time test duration is now properly flagged as an error
	         (IS#1662 / PR#1666).
	    Notable developer-visible changes
	        Fixes have been made to better (unofficially) support builds on
	         Android (#1641 / #1651) and VxWorks (#1595).
	        iperf3 now builds correctly on architectures without native
	         support for 64-bit atomic types, by linking with the libatomic
	         library (#1611).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/iperf3 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/lfs/iperf3 b/lfs/iperf3
index 4ea5a7e69..dbbc5a5ce 100644
--- a/lfs/iperf3
+++ b/lfs/iperf3
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A tool to measure network performance
 
-VER        = 3.16
+VER        = 3.19
 
 THISAPP    = iperf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = iperf3
-PAK_VER    = 7
+PAK_VER    = 8
 
 DEPS       =
 
@@ -51,7 +51,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4ca930b58c54d5ae5b0c8b14aca2556224ff2c7b943d32e65486dc2a7e1abd2d26b229e9f759358c326be8754e88a203e11a3ab0f029daa982375a880c3f1cbd
+$(DL_FILE)_BLAKE2 = b6f5e9bdef5ee3fc38bef893144bc6ad003ccbc7b3db4793dbd2aec5998faa55cac215a0db06ab37729dc1c05787ebacbf09db8a6e6517f82492a6c67ec3d9e6
 
 install : $(TARGET)
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
@@ -84,7 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
-	cd $(DIR_APP) && ./configure --prefix=/usr
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.49.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] libgcrypt: Update to version 1.11.1
  2025-05-20  9:09 [PATCH] iana-etc: Update to version 20250505 Adolf Belka
  2025-05-20  9:09 ` [PATCH] iperf3: Update to version 3.19 Adolf Belka
@ 2025-05-20  9:09 ` Adolf Belka
  2025-05-20  9:09 ` [PATCH] man-pages: Update to version 6.14 Adolf Belka
  2 siblings, 0 replies; 4+ messages in thread
From: Adolf Belka @ 2025-05-20  9:09 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 1.11.0 to 1.11.1
- Update of rootfile
- Changelog
    1.11.1
	 * Bug fixes:
	   - Fix build regression on 32 bit Windows using Clang. [T7175]
	   - Fix build regression on macOS due to symbol naming.  [T7170]
	   - Fix Kyber secret-dependent branch introduced by recent versions
	     of Clang.  [rCf765778e82]
	   - Fix build regression due to the use of AVX512 in Blake.  [T7184]
	   - Do not build i386 asm on amd64 and vice versa.  [T7220]
	   - Fix build regression on armhf with gcc-14.  [T7226]
	   - Return the proper error code on malloc failure in hex2buffer.
	     [rCc51151f5b0]
	   - Fix long standing bug for PRIME % 2 == 0.  [rC639b0fca15]
	 * Performance:
	   - Add AES Vector Permute intrinsics implementation for AArch64.
	     [rC94a63aedbb]
	   - Add GHASH AArch64/SIMD intrinsics implementation.  [rCfec871fd18]
	   - Add RISC-V vector permute AES.  [rCb24ebd6163]
	   - Add GHASH RISC-V Zbb+Zbc implementation.  [rC0f1fec12b0]
	   - Add ChaCha20 RISC-V vector intrinsics implementation.
	     [rC8dbee93ac2]
	   - Add SHA3 acceleration for RISC-V Zbb extension.  [rC1a660068ba]
	 * Other:
	   - Add CET support for i386 and amd64 assembly.  [T7220]
	   - Add PAC/BTI support for AArch64 asm.  [T7220]
	   - Apply changes to Kyber from upstream for final FIPS 203.
	     [rCcc95c36e7f]
	   - Introduce an internal API for a revampled FIPS service indicator.
	     [T7340]
	   - Several improvements for constant time operation by the
	     introduction of Least Leak Intended (LLI) variants of internal
	     functions.  [T7519,T7490]
	   - Remove WindowsCE support.  [T7486]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/libgcrypt |  2 +-
 lfs/libgcrypt                     | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt
index d00f191b7..ce09b2bf4 100644
--- a/config/rootfiles/common/libgcrypt
+++ b/config/rootfiles/common/libgcrypt
@@ -5,7 +5,7 @@
 #usr/lib/libgcrypt.la
 #usr/lib/libgcrypt.so
 usr/lib/libgcrypt.so.20
-usr/lib/libgcrypt.so.20.5.0
+usr/lib/libgcrypt.so.20.5.1
 #usr/lib/pkgconfig/libgcrypt.pc
 #usr/share/aclocal/libgcrypt.m4
 #usr/share/info/gcrypt.info
diff --git a/lfs/libgcrypt b/lfs/libgcrypt
index 341683bfb..47b8626d2 100644
--- a/lfs/libgcrypt
+++ b/lfs/libgcrypt
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.11.0
+VER        = 1.11.1
 
 THISAPP    = libgcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = fe3f42480c0b9a0c50c24f4c54197404b4e1056d8baa9c0c07c671c9c05b90777580b4cbcde931b50ecb4dd93f5ddad89cea99aa36a35f86f796a003e3816f7d
+$(DL_FILE)_BLAKE2 = 6416c6a782665e8a8d1c7993d94e620c586cfb65f273bde3d609bd7ca729a92d7ac3e156dabea42c34dbe50af7ce9b16333f63115f968aebb2b4a6dd37d4b99c
 
 install : $(TARGET)
 
@@ -71,10 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
-	cd $(DIR_APP) && \
-		./configure \
-			--prefix=/usr \
-			--enable-noexecstack
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr \
+				--enable-noexecstack
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.49.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] man-pages: Update to version 6.14
  2025-05-20  9:09 [PATCH] iana-etc: Update to version 20250505 Adolf Belka
  2025-05-20  9:09 ` [PATCH] iperf3: Update to version 3.19 Adolf Belka
  2025-05-20  9:09 ` [PATCH] libgcrypt: Update to version 1.11.1 Adolf Belka
@ 2025-05-20  9:09 ` Adolf Belka
  2 siblings, 0 replies; 4+ messages in thread
From: Adolf Belka @ 2025-05-20  9:09 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 6.9.1 to 6.14
- Update of rootfile
- -R had to be added in to make command. See changelog Global changes for version 6.11
   The -R will be able to be removed after make version 4.5 has been released.
- Changelog
    6.14
	New and rewritten pages
		man2const/
			UFFDIO_MOVE.2const

		man7/
			mctp.7
	Newly documented interfaces in existing pages
		man2/
			fanotify_init.2
				FAN_REPORT_FD_ERROR
				FAN_REPORT_MNT
			fanotify_mark.2
				FAN_PRE_ACCESS
				FAN_MARK_MNTNS
				FAN_MNT_ATTACH, FAN_MNT_DETACH
			open_by_handle_at.2
				AT_HANDLE_CONNECTABLE
				AT_HANDLE_MNT_ID_UNIQUE
		man2const/
			TIOCLINUX.2const
				TIOCL_SELCHAR
				TIOCL_SELWORD
				TIOCL_SELLINE
				TIOCL_SELPOINTER
				TIOCL_SELCLEAR
				TIOCL_SELMOUSEREPORT
		man3/
			abs.3
				uabs(3)
				ulabs(3)
				ullabs(3)
				uimaxabs(3)
		man7/
			fanotify.7
				FAN_DENY_ERRNO()
				FAN_REPORT_FD_ERROR
				FAN_PRE_ACCESS
				FAN_RESPONSE_INFO_AUDIT_RULE
				FAN_REPORT_MNT
				FAN_MNT_ATTACH, FAN_MNT_DETACH
				FAN_EVENT_INFO_TYPE_MNT
	New and changed links
		man3/
			uabs.3					(abs(3))
			ulabs.3					(abs(3))
			ullabs.3				(abs(3))
			uimaxabs.3				(abs(3))
	Global changes
		-  CREDITS, *
		   -  Move in-source contribution records to a new CREDITS file, and
		      update copyright notices to be uniform across the project.
		-  man/
		   -  Use GNU forward declarations of parameters for sizes of array
		      parameters.
		   -  \fX => \f[X]
		   -  Use 'path' instead of 'pathname' for parameters.
    6.13
	Newly documented interfaces in existing pages
		man7/
			landlock.7
				Landlock ABI v6
				LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET
				LANDLOCK_SCOPE_SIGNAL
	Global changes
		-  Build system:
		   -  PDF book:
		      -  Add support for UNIX V10 sources.
		   -  Makefiles:
		      -  Don't pass an escaped # to grep(1).  Use a trick to work with
		         both new and old systems.  This fixes a regressions in the
		         build system from man-pages-6.11, which was itself introduced
		         while fixing a regression introduced in man-pages-6.10.
    6.12
	Newly documented interfaces in existing pages
		man2/
			mbind.2
				MPOL_PREFERRED_MANY
			set_mempolicy.2
				MPOL_PREFERRED_MANY
	Global changes
		-  Build system:
		   -  Use ifndef and := instead of ?= (fixes regression introduced in
		      6.11, which affected at least the version string).
    6.11
	New and rewritten pages
		man7/
			pathname.7
	Global changes
		-  Build system:
		   -  [Breaking change!]
		      Require the user to pass '-R' to make(1).  This is necessary to be
		      able to do the following change.  When GNU make(1) releases a new
		      version, it will not be necessary to pass -R, but in current
		      versions of make(1) it is necessary.
		   -  [Breaking change!]
		      Use '?=' assignments instead of ':=', to support setting make(1)
		      variables in the environment.  Now one can do this:
			$ export prefix=/usr
			$ make -R
			$ sudo make install -R
		      (The -R is only necessary in GNU make(1) versions prior to the
		       yet-unreleased 4.5.)
		   -  Escape '#' in regexes, to support old versions of GNU make(1).
		      This fixes a regression in man-pages-6.10, which caused issues in
		      users with an old-enough version of GNU make(1), such as the one
		      present in Debian old-old-stable.
		   -  Fix duplicate overview-panel entries in the PDF book.
		-  CONTRIBUTING.d/:
		   -  Add C coding style guide.
		-  RELEASE:
		   -  Document the production of the book.
		-  man/:
		   -  Refresh bpf-helpers(7) from Linux v6.13.
    6.10
	New and rewritten pages
		man1/
			diffman-git.1
			mansect.1
			pdfman.1
			sortman.1
		man2/
			keyctl.2				(split into many pages)
			listmount.2
			statmount.2
			uretprobe.2
		man2const/
			KEYCTL_ASSUME_AUTHORITY.2const		(previously, keyctl.2)
			KEYCTL_CHOWN.2const			(previously, keyctl.2)
			KEYCTL_CLEAR.2const			(previously, keyctl.2)
			KEYCTL_DESCRIBE.2const			(previously, keyctl.2)
			KEYCTL_DH_COMPUTE.2const		(previously, keyctl.2)
			KEYCTL_GET_KEYRING_ID.2const		(previously, keyctl.2)
			KEYCTL_GET_PERSISTENT.2const		(previously, keyctl.2)
			KEYCTL_GET_SECURITY.2const		(previously, keyctl.2)
			KEYCTL_INSTANTIATE.2const		(previously, keyctl.2)
			KEYCTL_INVALIDATE.2const		(previously, keyctl.2)
			KEYCTL_JOIN_SESSION_KEYRING.2const	(previously, keyctl.2)
			KEYCTL_LINK.2const			(previously, keyctl.2)
			KEYCTL_READ.2const			(previously, keyctl.2)
			KEYCTL_RESTRICT_KEYRING.2const		(previously, keyctl.2)
			KEYCTL_REVOKE.2const			(previously, keyctl.2)
			KEYCTL_SEARCH.2const			(previously, keyctl.2)
			KEYCTL_SESSION_TO_PARENT.2const		(previously, keyctl.2)
			KEYCTL_SETPERM.2const			(previously, keyctl.2)
			KEYCTL_SET_REQKEY_KEYRING.2const	(previously, keyctl.2)
			KEYCTL_SET_TIMEOUT.2const		(previously, keyctl.2)
			KEYCTL_UNLINK.2const			(previously, keyctl.2)
			KEYCTL_UPDATE.2const			(previously, keyctl.2)
			PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
		man3/
			__riscv_flush_icache.3
			timespec_get.3
			wcscasecmp.3			(merged wcsncasecmp.3 with it)
			wcsncasecmp.3			(merged into wcsncasecmp.3)
	Newly documented interfaces in existing pages
		man2/
			io_submit.2
				RWF_ATOMIC
				RWF_NOAPPEND
			landlock_add_rule.2
				Landlock ABI v4
			landlock_create_ruleset.2
				Landlock ABI v4
			madvise.2
				MADV_GUARD_INSTALL
				MADV_GUARD_REMOVE
			perf_event_open.2
				struct perf_event_attr::inherit && cpus=-1
			posix_fadvise.2
				POSIX_FADV_NOREUSE
			prctl.2
				PR_RISCV_SET_ICACHE_FLUSH_CTX
			process_madvise.2
				All flags permitted for calling process
			readv.2
				RWF_ATOMIC
				RWF_NOAPPEND
			stat.2
				AT_EMPTY_PATH && NULL
			statx.2
				AT_EMPTY_PATH && NULL
				STATX_DIO_READ_ALIGN
				STATX_MNT_ID_UNIQUE
				STATX_SUBVOL
				STATX_WRITE_ATOMIC
		man3/
			dlinfo.3
				RTLD_DI_PHDR
			fnmatch.3
				FNM_IGNORECASE
		man7/
			landlock.7
				Landlock ABI v4
				Landlock ABI v5
			rtnetlink.7
				struct ifa_cacheinfo
	New and changed links
		man2/
			riscv_flush_icache.2		(__riscv_flush_icache(3))
		man2const/
			KEYCTL_INSTANTIATE_IOV.2const	(KEYCTL_INSTANTIATE(2const))
			KEYCTL_NEGATE.2const		(KEYCTL_INSTANTIATE(2const))
			KEYCTL_REJECT.2const		(KEYCTL_INSTANTIATE(2const))
		man3/
			timespec_getres.3		(timespec_get(3))
			wcsncasecmp.3			(wcscasecmp(3))
	Global changes
		-  src/bin/
		   -  Add a few programs that are useful for maintaining manual pages:
		      diffman-git(1), mansect(1), pdfman(1), sortman(1)
		-  SPONSORS
		   -  Add file listing the sponsors of this project.
		-  CONTRIBUTING*
		   -  Expand documentation for contributing to the project.  Especially,
		      regarding help using git(1).
		-  man/
		   -  Split keyctl.2
		   -  man2/, man3/: SYNOPSIS: Rename function parameters for consistency
		      and correctness.
		   -  man2/, man3/: SYNOPSIS: Use typeof() to improve readability of
		      function pointers.
		   -  man1/: SYNOPSIS: Use .SY/.YS for formatting commands.
		-  share/mk/
		   -  Refactor *FLAGS and LDLIBS variables, as requested by some
		      distros.
		-  LICENSES/
		   -  Add GPL-3.0-or-later.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/man-pages | 48 +++++++++++++++++++++++++++++++
 lfs/man-pages                     |  8 +++---
 2 files changed, 52 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/common/man-pages b/config/rootfiles/common/man-pages
index 771fc1a83..06c818bd6 100644
--- a/config/rootfiles/common/man-pages
+++ b/config/rootfiles/common/man-pages
@@ -1,13 +1,21 @@
+#usr/local/bin/diffman-git
+#usr/local/bin/mansect
+#usr/local/bin/pdfman
+#usr/local/bin/sortman
+#usr/local/share/man/man1/diffman-git.1
 #usr/local/share/man/man1/getent.1
 #usr/local/share/man/man1/iconv.1
 #usr/local/share/man/man1/intro.1
 #usr/local/share/man/man1/ldd.1
 #usr/local/share/man/man1/locale.1
 #usr/local/share/man/man1/localedef.1
+#usr/local/share/man/man1/mansect.1
 #usr/local/share/man/man1/memusage.1
 #usr/local/share/man/man1/memusagestat.1
 #usr/local/share/man/man1/mtrace.1
+#usr/local/share/man/man1/pdfman.1
 #usr/local/share/man/man1/pldd.1
+#usr/local/share/man/man1/sortman.1
 #usr/local/share/man/man1/sprof.1
 #usr/local/share/man/man1/time.1
 #usr/local/share/man/man2/_Exit.2
@@ -208,6 +216,7 @@
 #usr/local/share/man/man2/link.2
 #usr/local/share/man/man2/linkat.2
 #usr/local/share/man/man2/listen.2
+#usr/local/share/man/man2/listmount.2
 #usr/local/share/man/man2/listxattr.2
 #usr/local/share/man/man2/llistxattr.2
 #usr/local/share/man/man2/llseek.2
@@ -340,6 +349,7 @@
 #usr/local/share/man/man2/renameat2.2
 #usr/local/share/man/man2/request_key.2
 #usr/local/share/man/man2/restart_syscall.2
+#usr/local/share/man/man2/riscv_flush_icache.2
 #usr/local/share/man/man2/rmdir.2
 #usr/local/share/man/man2/rt_sigaction.2
 #usr/local/share/man/man2/rt_sigpending.2
@@ -448,6 +458,7 @@
 #usr/local/share/man/man2/stat64.2
 #usr/local/share/man/man2/statfs.2
 #usr/local/share/man/man2/statfs64.2
+#usr/local/share/man/man2/statmount.2
 #usr/local/share/man/man2/statx.2
 #usr/local/share/man/man2/stime.2
 #usr/local/share/man/man2/stty.2
@@ -491,6 +502,7 @@
 #usr/local/share/man/man2/unlink.2
 #usr/local/share/man/man2/unlinkat.2
 #usr/local/share/man/man2/unshare.2
+#usr/local/share/man/man2/uretprobe.2
 #usr/local/share/man/man2/uselib.2
 #usr/local/share/man/man2/userfaultfd.2
 #usr/local/share/man/man2/ustat.2
@@ -555,6 +567,31 @@
 #usr/local/share/man/man2const/KDSKBMETA.2const
 #usr/local/share/man/man2const/KDSKBMODE.2const
 #usr/local/share/man/man2const/KDSKBSENT.2const
+#usr/local/share/man/man2const/KEYCTL_ASSUME_AUTHORITY.2const
+#usr/local/share/man/man2const/KEYCTL_CHOWN.2const
+#usr/local/share/man/man2const/KEYCTL_CLEAR.2const
+#usr/local/share/man/man2const/KEYCTL_DESCRIBE.2const
+#usr/local/share/man/man2const/KEYCTL_DH_COMPUTE.2const
+#usr/local/share/man/man2const/KEYCTL_GET_KEYRING_ID.2const
+#usr/local/share/man/man2const/KEYCTL_GET_PERSISTENT.2const
+#usr/local/share/man/man2const/KEYCTL_GET_SECURITY.2const
+#usr/local/share/man/man2const/KEYCTL_INSTANTIATE.2const
+#usr/local/share/man/man2const/KEYCTL_INSTANTIATE_IOV.2const
+#usr/local/share/man/man2const/KEYCTL_INVALIDATE.2const
+#usr/local/share/man/man2const/KEYCTL_JOIN_SESSION_KEYRING.2const
+#usr/local/share/man/man2const/KEYCTL_LINK.2const
+#usr/local/share/man/man2const/KEYCTL_NEGATE.2const
+#usr/local/share/man/man2const/KEYCTL_READ.2const
+#usr/local/share/man/man2const/KEYCTL_REJECT.2const
+#usr/local/share/man/man2const/KEYCTL_RESTRICT_KEYRING.2const
+#usr/local/share/man/man2const/KEYCTL_REVOKE.2const
+#usr/local/share/man/man2const/KEYCTL_SEARCH.2const
+#usr/local/share/man/man2const/KEYCTL_SESSION_TO_PARENT.2const
+#usr/local/share/man/man2const/KEYCTL_SETPERM.2const
+#usr/local/share/man/man2const/KEYCTL_SET_REQKEY_KEYRING.2const
+#usr/local/share/man/man2const/KEYCTL_SET_TIMEOUT.2const
+#usr/local/share/man/man2const/KEYCTL_UNLINK.2const
+#usr/local/share/man/man2const/KEYCTL_UPDATE.2const
 #usr/local/share/man/man2const/KIOCSOUND.2const
 #usr/local/share/man/man2const/NS_GET_NSTYPE.2const
 #usr/local/share/man/man2const/NS_GET_OWNER_UID.2const
@@ -606,6 +643,7 @@
 #usr/local/share/man/man2const/PR_MPX_DISABLE_MANAGEMENT.2const
 #usr/local/share/man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const
 #usr/local/share/man/man2const/PR_PAC_RESET_KEYS.2const
+#usr/local/share/man/man2const/PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 #usr/local/share/man/man2const/PR_SET_CHILD_SUBREAPER.2const
 #usr/local/share/man/man2const/PR_SET_DUMPABLE.2const
 #usr/local/share/man/man2const/PR_SET_ENDIAN.2const
@@ -705,6 +743,7 @@
 #usr/local/share/man/man2const/UFFDIO_API.2const
 #usr/local/share/man/man2const/UFFDIO_CONTINUE.2const
 #usr/local/share/man/man2const/UFFDIO_COPY.2const
+#usr/local/share/man/man2const/UFFDIO_MOVE.2const
 #usr/local/share/man/man2const/UFFDIO_POISON.2const
 #usr/local/share/man/man2const/UFFDIO_REGISTER.2const
 #usr/local/share/man/man2const/UFFDIO_UNREGISTER.2const
@@ -889,6 +928,7 @@
 #usr/local/share/man/man3/__ppc_set_ppr_very_low.3
 #usr/local/share/man/man3/__ppc_yield.3
 #usr/local/share/man/man3/__realloc_hook.3
+#usr/local/share/man/man3/__riscv_flush_icache.3
 #usr/local/share/man/man3/__setfpucw.3
 #usr/local/share/man/man3/_flushlbf.3
 #usr/local/share/man/man3/a64l.3
@@ -2264,6 +2304,8 @@
 #usr/local/share/man/man3/timercmp.3
 #usr/local/share/man/man3/timerisset.3
 #usr/local/share/man/man3/timersub.3
+#usr/local/share/man/man3/timespec_get.3
+#usr/local/share/man/man3/timespec_getres.3
 #usr/local/share/man/man3/timezone.3
 #usr/local/share/man/man3/tmpfile.3
 #usr/local/share/man/man3/tmpnam.3
@@ -2289,9 +2331,13 @@
 #usr/local/share/man/man3/twalk_r.3
 #usr/local/share/man/man3/tzname.3
 #usr/local/share/man/man3/tzset.3
+#usr/local/share/man/man3/uabs.3
 #usr/local/share/man/man3/ualarm.3
+#usr/local/share/man/man3/uimaxabs.3
+#usr/local/share/man/man3/ulabs.3
 #usr/local/share/man/man3/ulckpwdf.3
 #usr/local/share/man/man3/ulimit.3
+#usr/local/share/man/man3/ullabs.3
 #usr/local/share/man/man3/undocumented.3
 #usr/local/share/man/man3/ungetc.3
 #usr/local/share/man/man3/ungetwc.3
@@ -2840,6 +2886,7 @@
 #usr/local/share/man/man7/man-pages.7
 #usr/local/share/man/man7/man.7
 #usr/local/share/man/man7/math_error.7
+#usr/local/share/man/man7/mctp.7
 #usr/local/share/man/man7/mount_namespaces.7
 #usr/local/share/man/man7/mq_overview.7
 #usr/local/share/man/man7/namespaces.7
@@ -2851,6 +2898,7 @@
 #usr/local/share/man/man7/operator.7
 #usr/local/share/man/man7/packet.7
 #usr/local/share/man/man7/path_resolution.7
+#usr/local/share/man/man7/pathname.7
 #usr/local/share/man/man7/persistent-keyring.7
 #usr/local/share/man/man7/pid_namespaces.7
 #usr/local/share/man/man7/pipe.7
diff --git a/lfs/man-pages b/lfs/man-pages
index 4a662bb91..6fbcea9f9 100644
--- a/lfs/man-pages
+++ b/lfs/man-pages
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.9.1
+VER        = 6.14
 
 THISAPP    = man-pages-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 04c502e10f16cb75e5879b8c1db0795d0f53b58c8d4715b0401cbea99b879951aef3418bb8c4cbae1a74c1d40206c6e523a1de33e3eafba6793c15fea51d0aa3
+$(DL_FILE)_BLAKE2 = 4e6e325b579072f5f4daca5dd7f31fb9eceb0ab04982bf1f541e01e723499b8cf997cd3d818bf3a2d4e8da5a49b3289649f2ea67ad428e00b60df004f7ee944c
 
 install : $(TARGET)
 
@@ -70,6 +70,6 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && make $(MAKETUNING) install
+	cd $(DIR_APP) && make -R $(MAKETUNING) install
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
-- 
2.49.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-05-20  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-20  9:09 [PATCH] iana-etc: Update to version 20250505 Adolf Belka
2025-05-20  9:09 ` [PATCH] iperf3: Update to version 3.19 Adolf Belka
2025-05-20  9:09 ` [PATCH] libgcrypt: Update to version 1.11.1 Adolf Belka
2025-05-20  9:09 ` [PATCH] man-pages: Update to version 6.14 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox