From patchwork Wed Aug 24 07:51:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5984 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MCJFk4mjKz3wdF for ; Wed, 24 Aug 2022 07:51:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MCJFj61zLz5Xp; Wed, 24 Aug 2022 07:51:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MCJFj6FkQz2yRn; Wed, 24 Aug 2022 07:51:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MCJFh1gPJz2xQp for ; Wed, 24 Aug 2022 07:51:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MCJFg5p0wz5Xp; Wed, 24 Aug 2022 07:51:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1661327495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=R5ZQxL5zgjzh1RMPUmc0oFjgUyAxio3mKe2+FBQvUdA=; b=go/QRtbxghzIFHpn8C59pVPJgF5qiuvQcgmGNu1KfVLlaxzq27pPmUJJAtoD76baqhuTx7 I6Llmf6PBREwTRAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1661327495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=R5ZQxL5zgjzh1RMPUmc0oFjgUyAxio3mKe2+FBQvUdA=; b=J3qhwMngyyzQgpGMEXk6U5Y10geHWfvCTDyo7WVd+uNNzewOBZ7yo6+UMFe6UeCn/mdhsW WjpqBVXMv/nnWKWZvWbhII0NC/FJSx+42+GqKHSzcIKVDoeQLk0kpzJcnaGX7y/ir6PltP /iAIXVxWxDvV0JH4gffshHjKfUJ0xB8eLmGn6dE4YE6a85RQAHJs32ZfuaOPLngn/I/c1u dTKmtMZoTsyD5cU05Ie6s7gNkmwDJWc1hdjws6ukbG887QQKkW/52jx8yKMFT+fXA2M2yg lf9Y0NMdJxcxUSxhe8zHgaO+JXDKk8CksqRpcI2H27Yb2bUeyY+nEXe4pn+Ahw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] util-linux: Update to version 2.38.1 Date: Wed, 24 Aug 2022 09:51:32 +0200 Message-Id: <20220824075132.3064-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Peter Müller --- 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)