From patchwork Thu Jun 29 17:04:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6964 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 4QsPvZ63psz3wlZ for ; Thu, 29 Jun 2023 17:04:58 +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 4QsPvX30qwz2SF; Thu, 29 Jun 2023 17:04:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QsPvX0KDgz30HT; Thu, 29 Jun 2023 17:04:56 +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 4QsPvV31Dcz2ySq for ; Thu, 29 Jun 2023 17:04:54 +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 4QsPvV19F4z1ch; Thu, 29 Jun 2023 17:04:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1688058294; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yPc+jpScUDvdmj2Er3PECcqrtKtYbfhbzr3bcf9w3CM=; b=h3+X3NkLzfU9HU7xK+nct0JC/bhgrKpPqrZVqngpVbfGF/Gz+zE3pexnL5AbJsEYAQj1fq hH5FpCQ3k3qVU5BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1688058294; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yPc+jpScUDvdmj2Er3PECcqrtKtYbfhbzr3bcf9w3CM=; b=TKsPrP6fmLvXNDW6TxcHGoyZbDXHpqozpAjLTnS6uUgti9OukLEijVPxW3HENaq4+lyEzA U+HwHVWmwC7nn1NC+rUv9e+Wd3+10O74cNKjyVq8VV5Eo+4TNSeoNW7ZNoxP+C+MF11Uk1 klpyqBvYcR7WTckWBqEvoRTkRGxCivBb34ciwK6K7NuBaQva4Qa1OUuEbQh0x7Q8zWymdX 7w7+zQW1ou1KNRr1DSe27rxx3EHaJonDK6Qxt3J74FzVDEyNbPcqAjGo06vRKya374KZtz elhhAmMgoP6Pt+Hu67tQLopSkUXoiX/O8RfcIoHhm3TJKhAzNiD9cRH1Jg6T/g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] util-linux: Update to version 2.39.1 Date: Thu, 29 Jun 2023 19:04:45 +0200 Message-ID: <20230629170445.2717143-3-adolf.belka@ipfire.org> In-Reply-To: <20230629170445.2717143-1-adolf.belka@ipfire.org> References: <20230629170445.2717143-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.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 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/x86_64/util-linux | 11 +++++++++++ lfs/util-linux | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/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 @@ include Config -VER = 2.38.1 +VER = 2.39.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 = a0e86ca62f82adaccc01ad6ec5a058dac429b81c310989cbad136f96c2770c60bbd4287067817520e8e0653146a10f13128e0af32122402bab416e1c2d6680b8 +$(DL_FILE)_BLAKE2 = 1c2f3a77414dc9e99d17c426ca710524f898b6fd13bee120c08ceb375e475044ff6f2668f58bd799d0e3befe36de6cc1e161a1be7102e4590a8e372b6547ec1c install : $(TARGET)