- Update from version 2.39.1 to 2.39.2 - Update of rootfile not required. - Changelog 2.39.2 Release Notes Changes between v2.39.1 and v2.39.2 build-sys: - add AX_COMPARE_VERSION [Thomas Weißschuh] chrt: - (man) add note about --sched-period lower limit [Karel Zak] column: - fix -l [Karel Zak] docs: - update AUTHORS file [Karel Zak] github: - check apt-cache in more robust way [Karel Zak] include: - define pidfd syscalls if needed [Markus Mayer] libblkid: - fix topology chain types mismatch [Karel Zak] libmount: - (python) work around python 3.12 bug [Thomas Weißschuh] - (utils) fix statx fallback [Thomas Weißschuh] - check for linux/mount.h [Markus Mayer] - check for struct statx [Markus Mayer] - cleanup --fake mode [Karel Zak] - fix typo [Debarshi Ray] - handle failure to apply flags as part of a mount operation [Debarshi Ray] - ifdef statx() call [Karel Zak] - improve EPERM interpretation [Karel Zak] - update documentation for MNT_ERR_APPLYFLAGS [Debarshi Ray] - use mount(2) for remount on Linux < 5.14 [Karel Zak] - use some MS_* flags as superblock flags [Karel Zak] lscpu: - Even more Arm part numbers (early 2023) [Jeremy Linton] meson: - add check for linux/mount.h [Thomas Weißschuh] - add check for struct statx [Thomas Weißschuh] - check for HAVE_STRUCT_STATX_STX_MNT_ID [Karel Zak] po: - merge changes [Karel Zak] - update es.po (from translationproject.org) [Antonio Ceballos Roa] - update hr.po (from translationproject.org) [Božidar Putanec] - update ja.po (from translationproject.org) [Takeshi Hamasaki] - update sr.po (from translationproject.org) [Мирослав Николић] po-man: - merge changes [Karel Zak] - update sr.po (from translationproject.org) [Мирослав Николић] setarch: - add PER_LINUX_FDPIC fallback [Karel Zak] uuidd: - improve man page for -cont-clock [Karel Zak] wall: - do not error for ttys that do not exist [Mike Gilbert] zramctl: - add hint about supported algorithms [Karel Zak]
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/util-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/util-linux b/lfs/util-linux index 066275c96..3252f8f46 100644 --- a/lfs/util-linux +++ b/lfs/util-linux @@ -24,7 +24,7 @@
include Config
-VER = 2.39.1 +VER = 2.39.2
THISAPP = util-linux-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 1c2f3a77414dc9e99d17c426ca710524f898b6fd13bee120c08ceb375e475044ff6f2668f58bd799d0e3befe36de6cc1e161a1be7102e4590a8e372b6547ec1c +$(DL_FILE)_BLAKE2 = 963c257b86f8a025a3452f102656f479382b9e03dd8ce39b9561302b484c595005aa0bbce9b91422d9be038037143772483363c2a1eec569355316fc8d5d5765
install : $(TARGET)