From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] util-linux: Update to version 2.39.2 Date: Wed, 30 Aug 2023 16:17:39 +0200 Message-ID: <20230830141742.2723629-8-adolf.belka@ipfire.org> In-Reply-To: <20230830141742.2723629-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4515818816096310431==" List-Id: --===============4515818816096310431== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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=C3=9Fschuh] 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=C3=9Fschuh] - (utils) fix statx fallback [Thomas Wei=C3=9Fschuh] - 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 R= ay] - 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=C3=9Fschuh] - add check for struct statx [Thomas Wei=C3=9Fschuh] - 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=C5=BEidar Putanec] - update ja.po (from translationproject.org) [Takeshi Hamasaki] - update sr.po (from translationproject.org) [=D0=9C=D0=B8=D1=80=D0=BE= =D1=81=D0=BB=D0=B0=D0=B2 =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B] po-man: - merge changes [Karel Zak] - update sr.po (from translationproject.org) [=D0=9C=D0=B8=D1=80=D0=BE= =D1=81=D0=BB=D0=B0=D0=B2 =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B] 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 --- 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 @@ =20 include Config =20 -VER =3D 2.39.1 +VER =3D 2.39.2 =20 THISAPP =3D util-linux-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1c2f3a77414dc9e99d17c426ca710524f898b6fd13bee120c08ceb= 375e475044ff6f2668f58bd799d0e3befe36de6cc1e161a1be7102e4590a8e372b6547ec1c +$(DL_FILE)_BLAKE2 =3D 963c257b86f8a025a3452f102656f479382b9e03dd8ce39b956130= 2b484c595005aa0bbce9b91422d9be038037143772483363c2a1eec569355316fc8d5d5765 =20 install : $(TARGET) =20 --=20 2.42.0 --===============4515818816096310431==--