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.38.1 Date: Sun, 11 Sep 2022 14:00:31 +0000 Message-ID: In-Reply-To: <20220824075132.3064-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7342505942182785202==" List-Id: --===============7342505942182785202== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.38 to 2.38.1 > - Update of rootfile not required > - Changelog > util-linux 2.38.1 Release Notes > BSD: > - Use byteswap.h and endian.h defined macos when present [Warner Losh] > column: > - fix buffer overflow when -l specified [Karel Zak] > - fix greedy mode on -l [Karel Zak] > configure.ac: > - add lsns option [Fabrice Fontaine] > dmesg: > - fix --since and --until [Karel Zak] > docs: > - update AUTHORS file [Karel Zak] > fstrim: > - Remove all skipped entries before de-duplication [Scott Shambarger] > - check for ENOSYS when using --quiet-unsupported [Narthorn] > hardlink: > - Document '-c' option in manpage [FeRD (Frank Dana)] > - Fix man page docs for '-v/--verbose' [FeRD (Frank Dana)] > - Move -c option in --help [FeRD (Frank Dana)] > - require statfs_magic.h only when reflink support enabled [Karel Zak] > - use info rather than warning message [Karel Zak] > irqtop: > - fix compiler warning [-Werror=3Dformat-truncation=3D] [Karel Zak] > - remove unused variable [Karel Zak] > lib/fileutils: > - fix compiler warning [Karel Zak] > lib/logindefs: > - fix compiler warning [-Werror=3Dformat-truncation=3D] [Karel Zak] > lib/strutils: > - add ul_strchr_escaped() [Karel Zak] > libblkid: > - (bsd) fix buffer pointer use [fuzzing] [Karel Zak] > - (hfs) fix label use [fuzzing] [Karel Zak] > - (hfs) fix make sure buffer is large enough [Karel Zak] > - (mac) make sure block size is large enough [fuzzing] [Karel Zak] > - (probe) fix size and offset overflows [fuzzing] [Karel Zak] > - (swap) fix magic string memcmp [fuzzing] [Karel Zak] > - simplify 'leaf' detection [Karel Zak] > - update documentation of BLOCK_SIZE tag [Andrey Albershteyn] > libfdisk: > - (gpt) Add UUID for Marvell Armada 3700 Boot partition [Pali Roh=C3= =A1r] > - meson.build fix typo [Anatoly Pugachev] > libmount: > - fix and improve utab update on MS_MOVE [Karel Zak] > - when moving a mount point, all sub mount entries in utab should also = be updated [Franck Bui] > libuuid: > - (man) uuid_copy() -- add missing parenthesis [Andrew Price] > - improve cache handling [d032747] > logger: > - make sure structured data are escaped [Karel Zak] > loopdev: > - set block_size when using LOOP_CONFIGURE [Hideki EIRAKU] > losetup: > - Fix typo for the --sector-size docs [Alberto Ruiz] > lsblk: > - fix JSON output when without --bytes [Karel Zak] > lscpu: > - keep bogomips locale output locale sensitive [Karel Zak] > lsfd: > - add static modifier to nodev_table [Masatake YAMATO] > - delete __unused__ attribute for an used parameter [Masatake YAMATO] > - fix compiler warning [-Werror=3Dmaybe-uninitialized] [Karel Zak] > - fix crash triggered by an empty filter expression [Masatake YAMATO] > lsirq: > - improve --sort IRQ [Karel Zak] > lslogins: > - fix free() invalid pointer [Karel Zak] > - improve prefixes interpretation [Karel Zak] > lsns: > - (man) add ip-netns to "SEE ALSO" section [Masatake YAMATO] > - improve dependence on NS_GET_ ioctls [Karel Zak] > meson: > - fix compilation without systemd [Rosen Penev] > - fix when HAVE_CLOCK_GETTIME is set [Nicolas Caramelli] > more: > - avoid infinite loop on --squeeze [Karel Zak] > po: > - merge changes [Karel Zak] > - update de.po (from translationproject.org) [Mario Bl=C3=A4ttermann] > - update hr.po (from translationproject.org) [Bo=C5=BEidar Putanec] > - update ja.po (from translationproject.org) [Takeshi Hamasaki] > - update uk.po (from translationproject.org) [Yuri Chornoivan] > po-man: > - merge changes [Karel Zak] > - update fr.po (from translationproject.org) [Fr=C3=A9d=C3=A9ric March= al] > - update uk.po (from translationproject.org) [Yuri Chornoivan] > sfdiks: > - (man) fix example [Karel Zak] > sulogin: > - fix includes [Karel Zak] > switch_root: > - (man) fix return code description [Karel Zak] > taskset: > - fix use of err_affinity() [csbo98] > tests: > - don't compile lsfd/mkfds helper on macos, since it's linux only [Ana= toly Pugachev] > - fdisk/bsd update expected output for ppc64le [Chris Hofstaedtler] > - fix misc/setarch run in a docker environment [Anatoly Pugachev] > - make libmount tests more portable [Karel Zak] > - report failed tests [Karel Zak] > unshare: > - Fix "you (user xxxx) don't exist" error when uid differs from primary= gid [Sol Boucher] > uuidd: > - allow AF_INET in systemd service [Karel Zak] > - remove also PrivateNetwork=3Dyes from systemd service [Karel Zak] > zramctl: > - fix compiler warning [-Werror=3Dmaybe-uninitialized] [Karel Zak] >=20 > Signed-off-by: Adolf Belka > --- > lfs/util-linux | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/util-linux b/lfs/util-linux > index 422774136..1ae03bab6 100644 > --- a/lfs/util-linux > +++ b/lfs/util-linux > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.38 > +VER =3D 2.38.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 dd3b2abb3fedd91e35cc5665b49f1913aa93927cbb6eb5c9715a= 9f2ce06269d43c28fe96f6c67be88c210ca20e574177b06780ab4798cbbb0d7c76df07f3eeab > +$(DL_FILE)_BLAKE2 =3D a0e86ca62f82adaccc01ad6ec5a058dac429b81c310989cbad13= 6f96c2770c60bbd4287067817520e8e0653146a10f13128e0af32122402bab416e1c2d6680b8 > =20 > install : $(TARGET) > =20 --===============7342505942182785202==--