From: "Peter Müller" <peter.mueller@ipfire.org>
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 [thread overview]
Message-ID: <c6b62e37-8ff2-306c-8a08-e6c22f4a0f3e@ipfire.org> (raw)
In-Reply-To: <20220824075132.3064-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5886 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - 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=format-truncation=] [Karel Zak]
> - remove unused variable [Karel Zak]
> lib/fileutils:
> - fix compiler warning [Karel Zak]
> lib/logindefs:
> - fix compiler warning [-Werror=format-truncation=] [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ár]
> - 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=maybe-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ättermann]
> - update hr.po (from translationproject.org) [Božidar 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édéric Marchal]
> - 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 [Anatoly 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=yes from systemd service [Karel Zak]
> zramctl:
> - fix compiler warning [-Werror=maybe-uninitialized] [Karel Zak]
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/util-linux | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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 @@
>
> include Config
>
> -VER = 2.38
> +VER = 2.38.1
>
> 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 = dd3b2abb3fedd91e35cc5665b49f1913aa93927cbb6eb5c9715a9f2ce06269d43c28fe96f6c67be88c210ca20e574177b06780ab4798cbbb0d7c76df07f3eeab
> +$(DL_FILE)_BLAKE2 = a0e86ca62f82adaccc01ad6ec5a058dac429b81c310989cbad136f96c2770c60bbd4287067817520e8e0653146a10f13128e0af32122402bab416e1c2d6680b8
>
> install : $(TARGET)
>
prev parent reply other threads:[~2022-09-11 14:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 7:51 Adolf Belka
2022-09-11 14:00 ` Peter Müller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c6b62e37-8ff2-306c-8a08-e6c22f4a0f3e@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox