From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] util-linux: Update to version 2.39.1 Date: Sat, 01 Jul 2023 19:15:00 +0000 Message-ID: <17ba609b-e917-3d54-e85b-8675694e3b40@ipfire.org> In-Reply-To: <20230629170445.2717143-3-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4484346647596648320==" List-Id: --===============4484346647596648320== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.38.1 to 2.39.1 > - Update of rootfile made for x86_64 but not for aarch64 or riscv64 > - Changelog can only be reviewed by looking at the commits in the git repo > https://github.com/util-linux/util-linux/commits/master >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/x86_64/util-linux | 11 +++++++++++ > lfs/util-linux | 6 +++--- > 2 files changed, 14 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/c= ommon/x86_64/util-linux > index de78f65c2..bee6382df 100644 > --- a/config/rootfiles/common/x86_64/util-linux > +++ b/config/rootfiles/common/x86_64/util-linux > @@ -4,6 +4,7 @@ bin/lsblk > bin/lsfd > bin/more > bin/mount > +#bin/pipesz > bin/umount > bin/wdctl > #etc/fcron.daily > @@ -21,6 +22,7 @@ lib/libuuid.so.1.3.0 > sbin/agetty > sbin/blkdiscard > sbin/blkid > +#sbin/blkpr > sbin/blkzone > sbin/blockdev > sbin/cfdisk > @@ -57,6 +59,7 @@ usr/bin/choom > #usr/bin/colrm > #usr/bin/column > usr/bin/eject > +#usr/bin/fadvise > usr/bin/fallocate > usr/bin/fincore > usr/bin/flock > @@ -102,6 +105,7 @@ usr/bin/uclampset > #usr/bin/unshare > usr/bin/uuidgen > usr/bin/uuidparse > +#usr/bin/waitpid > #usr/bin/whereis > #usr/bin/x86_64 > #usr/include/blkid > @@ -158,6 +162,7 @@ usr/sbin/rtcwake > #usr/share/bash-completion/completions/delpart > #usr/share/bash-completion/completions/dmesg > #usr/share/bash-completion/completions/eject > +#usr/share/bash-completion/completions/fadvise > #usr/share/bash-completion/completions/fallocate > #usr/share/bash-completion/completions/fdisk > #usr/share/bash-completion/completions/fincore > @@ -207,6 +212,7 @@ usr/sbin/rtcwake > #usr/share/bash-completion/completions/nsenter > #usr/share/bash-completion/completions/partx > #usr/share/bash-completion/completions/pg > +#usr/share/bash-completion/completions/pipesz > #usr/share/bash-completion/completions/pivot_root > #usr/share/bash-completion/completions/prlimit > #usr/share/bash-completion/completions/readprofile > @@ -235,6 +241,7 @@ usr/sbin/rtcwake > #usr/share/bash-completion/completions/uuidd > #usr/share/bash-completion/completions/uuidgen > #usr/share/bash-completion/completions/uuidparse > +#usr/share/bash-completion/completions/waitpid > #usr/share/bash-completion/completions/wall > #usr/share/bash-completion/completions/wdctl > #usr/share/bash-completion/completions/whereis > @@ -252,6 +259,7 @@ usr/sbin/rtcwake > #usr/share/man/man1/column.1 > #usr/share/man/man1/dmesg.1 > #usr/share/man/man1/eject.1 > +#usr/share/man/man1/fadvise.1 > #usr/share/man/man1/fallocate.1 > #usr/share/man/man1/fincore.1 > #usr/share/man/man1/flock.1 > @@ -276,6 +284,7 @@ usr/sbin/rtcwake > #usr/share/man/man1/namei.1 > #usr/share/man/man1/nsenter.1 > #usr/share/man/man1/pg.1 > +#usr/share/man/man1/pipesz.1 > #usr/share/man/man1/prlimit.1 > #usr/share/man/man1/rename.1 > #usr/share/man/man1/renice.1 > @@ -291,6 +300,7 @@ usr/sbin/rtcwake > #usr/share/man/man1/unshare.1 > #usr/share/man/man1/uuidgen.1 > #usr/share/man/man1/uuidparse.1 > +#usr/share/man/man1/waitpid.1 > #usr/share/man/man1/whereis.1 > #usr/share/man/man3/libblkid.3 > #usr/share/man/man3/uuid.3 > @@ -312,6 +322,7 @@ usr/sbin/rtcwake > #usr/share/man/man8/agetty.8 > #usr/share/man/man8/blkdiscard.8 > #usr/share/man/man8/blkid.8 > +#usr/share/man/man8/blkpr.8 > #usr/share/man/man8/blkzone.8 > #usr/share/man/man8/blockdev.8 > #usr/share/man/man8/cfdisk.8 > diff --git a/lfs/util-linux b/lfs/util-linux > index 1ae03bab6..066275c96 100644 > --- a/lfs/util-linux > +++ b/lfs/util-linux > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2023 IPFire Team = # > # = # > # 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 @@ > =20 > include Config > =20 > -VER =3D 2.38.1 > +VER =3D 2.39.1 > =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 a0e86ca62f82adaccc01ad6ec5a058dac429b81c310989cbad13= 6f96c2770c60bbd4287067817520e8e0653146a10f13128e0af32122402bab416e1c2d6680b8 > +$(DL_FILE)_BLAKE2 =3D 1c2f3a77414dc9e99d17c426ca710524f898b6fd13bee120c08c= eb375e475044ff6f2668f58bd799d0e3befe36de6cc1e161a1be7102e4590a8e372b6547ec1c > =20 > install : $(TARGET) > =20 --===============4484346647596648320==--