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)