From patchwork Mon Feb 3 17:39:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2746 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48BFSM6HFXz3xyG for ; Mon, 3 Feb 2020 17:39:15 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48BFSM1LmXz3Z4; Mon, 3 Feb 2020 17:39:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48BFSL5TMtz2xpg; Mon, 3 Feb 2020 17:39:14 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48BFSJ4P5gz2xpg for ; Mon, 3 Feb 2020 17:39:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48BFSF3nsTz2cr for ; Mon, 3 Feb 2020 17:39:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1580751551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YZNG+l0l+x5vOmfTxiBI/XyTz4iqAnbHAuuB6rzFKfE=; b=willQtuXIVXBXghzSQFibzVxbsWlT+cpqOp9n+CgNI0yaE6zotHJGUFlcPJGVFn2zgG7HU /IuADOC7CyNDKsDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1580751551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YZNG+l0l+x5vOmfTxiBI/XyTz4iqAnbHAuuB6rzFKfE=; b=ZlIwO2/a1/BG7DIfxsyKrW06zNPYfupsZK/XM8lijBjqfShHOZxasXbp6nBFqSTtkU01lM Xtqp9NZ+83mK3czzqiQ8nnNj42EWTqbtGQ5CcxFR+ROyVOyDaiAhwzchB3CQAAGJVIDr6F JdwQY8Kfl3Kd1Hjd/jr2bJXGIpAHy4HTHr2MAwTvzJL9Jk07rixw40j77iXkoQ16zOV5x/ x+53mHQt/Q0jkSnVsu4D0oPwBtZUVneqHyuvgV9tmZvqyTW1/Aoo0EE+UzMCrx0HK3hdQy Wz/Tdd6NxguO9K06yTqgF5kgRYx371B46WSunWMlbkaBYCqy6WUbA7Y3MIy9AA== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH v2 1/2] coreutils: update to 8.31 Message-ID: <024c4769-62e2-c284-a183-5e87e59cd7d8@ipfire.org> Date: Mon, 03 Feb 2020 17:39:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org 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" Refer to https://lists.gnu.org/archive/html/coreutils-announce/2019-03/msg00000.html for release announcements. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/coreutils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/coreutils b/lfs/coreutils index 2c282b194..90af0cc87 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 = 8.30 +VER = 8.31 THISAPP = coreutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -63,7 +63,7 @@ objects =$(DL_FILE) $(DL_FILE)= $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ab06d68949758971fe744db66b572816 +$(DL_FILE)_MD5 = 0009a224d8e288e8ec406ef0161f9293 install : $(TARGET) From patchwork Mon Feb 3 17:39:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2747 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48BFTF3GpBz3xyG for ; Mon, 3 Feb 2020 17:40:01 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48BFTD5kjmz3pC; Mon, 3 Feb 2020 17:40:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48BFTD1r6Bz2yYx; Mon, 3 Feb 2020 17:40:00 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48BFTB6Gnpz2xmg for ; Mon, 3 Feb 2020 17:39:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48BFT96FSTz3P2 for ; Mon, 3 Feb 2020 17:39:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1580751598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QYgzw8lBpx9O14DCyCt0RjQ1nJD1MSltHzOVTcqoabo=; b=/NeXAq1EPb1LaGXKyeYscnVY19NtHYGdnUVYGp/aZzoi3V5rbEpyRmvgZv6hyNBDJahTSs WOs6rJ2lcm0Y1qAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1580751598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QYgzw8lBpx9O14DCyCt0RjQ1nJD1MSltHzOVTcqoabo=; b=gyK5DOX+86AWv2uUDOOpug/r9EdS6tVpaKyDGCQbj9vpT+WLDE2OkLSWWOMMweXIDHcE0S lo1BTGhLqg4T41QaFjm0EAXQHkeh7NpuwjQ/6pVZd98i5Qis91l2+sEqORNX1Pjd5+MBX1 RcaW7im0c4kMNb7e6duHa4GqhcbM0toUy8I52UuX5Ds9zybcvJMsM5tUPsWzLDb+offyzD 4OJIV7EJjV1yGT6JBJUKKNiR4calC/P3aM22GLLjN0PXbphAH8f729cbzHtRlYCYd5b6kk Bm52K6tKYDM02qzfy24b+KAbd/EzkBeBtR44jJ8GAJh+che7ctB4280hYv8bMw== Subject: [PATCH v2 2/2] coreutils: update rootfiles From: =?utf-8?q?Peter_M=C3=BCller?= To: "IPFire: Development-List" References: <024c4769-62e2-c284-a183-5e87e59cd7d8@ipfire.org> Message-ID: Date: Mon, 03 Feb 2020 17:39:00 +0000 MIME-Version: 1.0 In-Reply-To: <024c4769-62e2-c284-a183-5e87e59cd7d8@ipfire.org> Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org 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" Cc: Michael Tremer Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- config/rootfiles/common/coreutils | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/coreutils b/config/rootfiles/common/coreutils index 5bd787cbf..da86e9b7e 100644 --- a/config/rootfiles/common/coreutils +++ b/config/rootfiles/common/coreutils @@ -26,6 +26,7 @@ usr/bin/b2sum usr/bin/base32 usr/bin/base64 usr/bin/basename +usr/bin/basenc usr/bin/chcon usr/bin/cksum usr/bin/comm @@ -204,8 +205,6 @@ usr/sbin/chroot #usr/share/locale/pl/LC_MESSAGES/coreutils.mo #usr/share/locale/pl/LC_TIME #usr/share/locale/pl/LC_TIME/coreutils.mo -#usr/share/locale/pt -#usr/share/locale/pt/LC_MESSAGES #usr/share/locale/pt/LC_MESSAGES/coreutils.mo #usr/share/locale/pt/LC_TIME #usr/share/locale/pt/LC_TIME/coreutils.mo @@ -250,6 +249,7 @@ usr/sbin/chroot #usr/share/man/man1/base32.1 #usr/share/man/man1/base64.1 #usr/share/man/man1/basename.1 +#usr/share/man/man1/basenc.1 #usr/share/man/man1/cat.1 #usr/share/man/man1/chcon.1 #usr/share/man/man1/chroot.1 @@ -271,10 +271,13 @@ usr/sbin/chroot #usr/share/man/man1/head.1 #usr/share/man/man1/hostid.1 #usr/share/man/man1/id.1 +#usr/share/man/man1/install.1 #usr/share/man/man1/join.1 #usr/share/man/man1/link.1 #usr/share/man/man1/logname.1 +#usr/share/man/man1/ls.1 #usr/share/man/man1/md5sum.1 +#usr/share/man/man1/mknod.1 #usr/share/man/man1/mktemp.1 #usr/share/man/man1/nice.1 #usr/share/man/man1/nl.1 @@ -292,6 +295,7 @@ usr/sbin/chroot #usr/share/man/man1/pwd.1 #usr/share/man/man1/readlink.1 #usr/share/man/man1/realpath.1 +#usr/share/man/man1/rm.1 #usr/share/man/man1/runcon.1 #usr/share/man/man1/seq.1 #usr/share/man/man1/sha1sum.1