coreutils: update to 8.31

Message ID 7434e80c-1bc0-544a-d0a5-cc12934c9bbd@ipfire.org
State Superseded
Headers
Series coreutils: update to 8.31 |

Commit Message

Peter Müller Jan. 31, 2020, 8:56 p.m. UTC
  Refer to https://lists.gnu.org/archive/html/coreutils-announce/2019-03/msg00000.html
for release announcements.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 lfs/coreutils | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Michael Tremer Feb. 3, 2020, 2:56 p.m. UTC | #1
Hi,

Are you sure this did not change any rootfiles?

-Michael

> On 31 Jan 2020, at 20:56, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Refer to https://lists.gnu.org/archive/html/coreutils-announce/2019-03/msg00000.html
> for release announcements.
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> 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  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
> #                                                                             #
> # 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)
> 
> -- 
> 2.16.4
  
Peter Müller Feb. 3, 2020, 5:37 p.m. UTC | #2
Hello Michael,

thanks for mentioning this.

Indeed, they do. I will hand in a second version of this patch in a minute... :-/

Thanks, and best regards,
Peter Müller

> Hi,
> 
> Are you sure this did not change any rootfiles?
> 
> -Michael
> 
>> On 31 Jan 2020, at 20:56, Peter Müller <peter.mueller@ipfire.org> wrote:
>>
>> Refer to https://lists.gnu.org/archive/html/coreutils-announce/2019-03/msg00000.html
>> for release announcements.
>>
>> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
>> ---
>> 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  <info@ipfire.org>                     #
>> +# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
>> #                                                                             #
>> # 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)
>>
>> -- 
>> 2.16.4
>
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)