public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] util-linux: Update to version 2.41.2
@ 2025-10-08 20:16 Adolf Belka
  2025-10-08 20:16 ` [PATCH 2/2] core199: Ship util-linux Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-10-08 20:16 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 2.41.1 to 2.41.2
- Update of rootfiles for all architectures.
- Changelog
    2.41.2
	bash-completion:
	    - fix function name of enosys completion (by Koichi Murase)
	    - add choom and coresched (by Karel Zak)
	blkid:
	    - correct an erroneous error message (by Benno Schulenberg)
	build-sys:
	    - update release dates (by Karel Zak)
	docs:
	    - add v2.41.2-ReleaseNotes (by Karel Zak)
	findmnt:
	    - (usage) add a needed equals sign before an optional argument (by Benno
		Schulenberg)
	    - add missing newline in --raw, --pair and --list output formats (by
		Christian Goeschel Ndjomouo)
	fsck.cramfs:
	    - check buffer size for memcpy() (by Karel Zak)
	getopt:
	    - document special symbols that should not be used as option characters
		(by cgoesche)
	gitignore:
	    - Ignore tests/diff/ and test/output/ (by Jesse Rosenstock)
	hardlink:
	    - (man) add note note about ULFILEEQ_DEBUG= (by Karel Zak)
	include/mount-api-utils:
	    - avoid using sys/mount.h (by Karel Zak)
	libblkid:
	    - Fix probe_ioctl_tp assigning BLKGETDISKSEQ as physical sector size (by
		Sam Fink)
	    - (ext) reduce false positive (by 胡玮文)
	    - improve UUID_SUB= description (by Karel Zak)
	lib/color-names:
	    - fix stupid bugs (by Karel Zak)
	    - Fix color name canonicalization (by Karel Zak)
	libfdisk:
	    - (script) improve separator usage in named-fields dump (by Karel Zak)
	    - (script) fix device name separator parsing (by Karel Zak)
	liblastlog2:
	    - markup fixes for man pages (by Mario Blättermann)
	libmount:
	    - don't report fsconfig errors with "nofail" (by Karel Zak)
	lib/path:
	    - avoid double free() for cpusets (by Karel Zak)
	lib/strutils:
	    - add ul_ prefix to strrep() and strrem() functions (by Karel Zak)
	    - add ul_ prefix to split() function (by Karel Zak)
	    - add ul_ prefix to strappend() functions (by Karel Zak)
	    - add ul_ prefix to strconcat() functions (by Karel Zak)
	    - add ul_ prefix to startswith() and endswith() (by Karel Zak)
	lib/strv:
	    - use ul_ prefix for strv functions (by Karel Zak)
	logger:
	    - fix buffer overflow when read stdin (by Karel Zak)
	    - fix incorrect warning message when both --file and a message are
		specified (by Alexander Kappner)
	lsblk:
	    - fix possible use-after-free (by Karel Zak)
	    - fix memory leak [coverity scan] (by Karel Zak)
	    - use md as fallback TYPE when md/level empty (by codefiles)
	lscpu:
	    - New Arm C1 parts (by Jeremy Linton)
	    - Add NVIDIA Olympus arm64 core (by Matthew R. Ochs)
	man:
	    - Fixed incorrect ipcrm options (by Prasanna Paithankar)
	    - Replace RETURN VALUE with EXIT STATUS in section 1 (by Jesse Rosenstock)
	mkfs.cramfs:
	    - avoid uninitialized value [coverity scan] (by Karel Zak)
	more:
	    - temporarily ignore stdin when waiting for stderr (by Karel Zak)
	po:
	    - update uk.po (from translationproject.org) (by Yuri Chornoivan)
	    - update ro.po (from translationproject.org) (by Remus-Gabriel Chelu)
	    - update pl.po (from translationproject.org) (by Jakub Bogusz)
	    - update nl.po (from translationproject.org) (by Benno Schulenberg)
	    - update ko.po (from translationproject.org) (by Seong-ho Cho)
	    - update ja.po (from translationproject.org) (by YOSHIDA Hideki)
	    - update hr.po (from translationproject.org) (by Božidar Putanec)
	    - update fr.po (from translationproject.org) (by Frédéric Marchal)
	    - update es.po (from translationproject.org) (by Antonio Ceballos Roa)
	    - update de.po (from translationproject.org) (by Mario Blättermann)
	    - update cs.po (from translationproject.org) (by Petr Písař)
	po-man:
	    - merge changes (by Karel Zak)
	    - update uk.po (from translationproject.org) (by Yuri Chornoivan)
	    - update ro.po (from translationproject.org) (by Remus-Gabriel Chelu)
	    - update pl.po (from translationproject.org) (by Michał Kułach)
	    - update de.po (from translationproject.org) (by Mario Blättermann)
	    - merge changes (by Karel Zak)
	    - update es.po (from translationproject.org) (by Antonio Ceballos Roa)
	rev:
	    - add --zero option to --help output (by Christian Goeschel Ndjomouo)
	setpriv:
	    - Improve getgroups() Portability (by Karel Zak)
	sfdisk:
	    - reject spurious arguments for --reorder/--backup-pt-sectors (by Thomas
		Weißschuh)
	tests:
	    - add color names test (by Karel Zak)
	tests/helpers/test_sigstate.c:
	    - explicitly reset SIGINT to default action after trapping (by Hongxu Jia)
	tools:
	    - add git-version-next script release versioning (by Karel Zak)
	zramctl:
	    - ignore ENOENT when setting max_comp_streams (by Jiang XueQian)
	    - fix MEM-USED column description (by Jérôme Poulin)
	Misc:
	    - Add missing ;; to -m case (#1) (by Nate Drake)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/aarch64/util-linux | 2 ++
 config/rootfiles/common/riscv64/util-linux | 2 ++
 config/rootfiles/common/x86_64/util-linux  | 2 ++
 lfs/util-linux                             | 4 ++--
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/aarch64/util-linux b/config/rootfiles/common/aarch64/util-linux
index 0f71057ce..8e9f379ba 100644
--- a/config/rootfiles/common/aarch64/util-linux
+++ b/config/rootfiles/common/aarch64/util-linux
@@ -157,11 +157,13 @@ usr/sbin/rtcwake
 #usr/share/bash-completion/completions/cfdisk
 #usr/share/bash-completion/completions/chcpu
 #usr/share/bash-completion/completions/chmem
+#usr/share/bash-completion/completions/choom
 #usr/share/bash-completion/completions/chrt
 #usr/share/bash-completion/completions/col
 #usr/share/bash-completion/completions/colcrt
 #usr/share/bash-completion/completions/colrm
 #usr/share/bash-completion/completions/column
+#usr/share/bash-completion/completions/coresched
 #usr/share/bash-completion/completions/ctrlaltdel
 #usr/share/bash-completion/completions/delpart
 #usr/share/bash-completion/completions/dmesg
diff --git a/config/rootfiles/common/riscv64/util-linux b/config/rootfiles/common/riscv64/util-linux
index ce536824c..7a863a01f 100644
--- a/config/rootfiles/common/riscv64/util-linux
+++ b/config/rootfiles/common/riscv64/util-linux
@@ -157,11 +157,13 @@ usr/sbin/rtcwake
 #usr/share/bash-completion/completions/cfdisk
 #usr/share/bash-completion/completions/chcpu
 #usr/share/bash-completion/completions/chmem
+#usr/share/bash-completion/completions/choom
 #usr/share/bash-completion/completions/chrt
 #usr/share/bash-completion/completions/col
 #usr/share/bash-completion/completions/colcrt
 #usr/share/bash-completion/completions/colrm
 #usr/share/bash-completion/completions/column
+#usr/share/bash-completion/completions/coresched
 #usr/share/bash-completion/completions/ctrlaltdel
 #usr/share/bash-completion/completions/delpart
 #usr/share/bash-completion/completions/dmesg
diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/x86_64/util-linux
index af4495401..1ec026284 100644
--- a/config/rootfiles/common/x86_64/util-linux
+++ b/config/rootfiles/common/x86_64/util-linux
@@ -159,11 +159,13 @@ usr/sbin/rtcwake
 #usr/share/bash-completion/completions/cfdisk
 #usr/share/bash-completion/completions/chcpu
 #usr/share/bash-completion/completions/chmem
+#usr/share/bash-completion/completions/choom
 #usr/share/bash-completion/completions/chrt
 #usr/share/bash-completion/completions/col
 #usr/share/bash-completion/completions/colcrt
 #usr/share/bash-completion/completions/colrm
 #usr/share/bash-completion/completions/column
+#usr/share/bash-completion/completions/coresched
 #usr/share/bash-completion/completions/ctrlaltdel
 #usr/share/bash-completion/completions/delpart
 #usr/share/bash-completion/completions/dmesg
diff --git a/lfs/util-linux b/lfs/util-linux
index 5ec0fa9bc..8c2dc2648 100644
--- a/lfs/util-linux
+++ b/lfs/util-linux
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.41.1
+VER        = 2.41.2
 #          https://www.kernel.org/pub/linux/utils/util-linux/
 
 THISAPP    = util-linux-$(VER)
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0734e461837d825a8c0f770061cc005cef9238beea15dd900283481bcec66a971492a898cd44581e889fd1af25cf631e16a687d3f0df0a86a8caa15e7f45c935
+$(DL_FILE)_BLAKE2 = 96cf8022a2d727df373f717fcca750e4f3ffd365f50af35cb805fecb7fa39962dea134fab7efdb9dfdc5aa6ac721e758e2ea40254e21d3fd9e9e5e4b2d25aa91
 
 install : $(TARGET)
 
-- 
2.51.0



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

* [PATCH 2/2] core199: Ship util-linux
  2025-10-08 20:16 [PATCH 1/2] util-linux: Update to version 2.41.2 Adolf Belka
@ 2025-10-08 20:16 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-10-08 20:16 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/199/filelists/aarch64/util-linux | 1 +
 config/rootfiles/core/199/filelists/riscv64/util-linux | 1 +
 config/rootfiles/core/199/filelists/x86_64/util-linux  | 1 +
 3 files changed, 3 insertions(+)
 create mode 120000 config/rootfiles/core/199/filelists/aarch64/util-linux
 create mode 120000 config/rootfiles/core/199/filelists/riscv64/util-linux
 create mode 120000 config/rootfiles/core/199/filelists/x86_64/util-linux

diff --git a/config/rootfiles/core/199/filelists/aarch64/util-linux b/config/rootfiles/core/199/filelists/aarch64/util-linux
new file mode 120000
index 000000000..9c253c689
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/aarch64/util-linux
@@ -0,0 +1 @@
+../../../../common/aarch64/util-linux
\ No newline at end of file
diff --git a/config/rootfiles/core/199/filelists/riscv64/util-linux b/config/rootfiles/core/199/filelists/riscv64/util-linux
new file mode 120000
index 000000000..f8e680205
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/riscv64/util-linux
@@ -0,0 +1 @@
+../../../../common/riscv64/util-linux
\ No newline at end of file
diff --git a/config/rootfiles/core/199/filelists/x86_64/util-linux b/config/rootfiles/core/199/filelists/x86_64/util-linux
new file mode 120000
index 000000000..7b5558d2c
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/x86_64/util-linux
@@ -0,0 +1 @@
+../../../../common/x86_64/util-linux
\ No newline at end of file
-- 
2.51.0



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

end of thread, other threads:[~2025-10-08 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-08 20:16 [PATCH 1/2] util-linux: Update to version 2.41.2 Adolf Belka
2025-10-08 20:16 ` [PATCH 2/2] core199: Ship util-linux Adolf Belka

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