dejagnu: update to 1.6.2

Message ID ba5f3383-0ff2-93eb-b43e-3c76978a9c29@ipfire.org
State Dropped
Headers
Series dejagnu: update to 1.6.2 |

Commit Message

Peter Müller Jan. 28, 2021, 5:02 p.m. UTC
  The full list of changes can be found in the source codes' ChangeLog
file and is unfortunately too long to include it here. Nevertheless,
dejagnu 1.6.2 has been released 2018-11-28, and does neither change any
(root)files nor is it breaking anything.

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

Comments

Michael Tremer Jan. 28, 2021, 5:54 p.m. UTC | #1
Hello,

Thank you. Since we only have this in the the toolchain, I will keep this patch on the list until we update the toolchain.

That should happen soon because we have ccache 4.x and the new kernel coming up.

Is that okay?

-Michael

> On 28 Jan 2021, at 17:02, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> The full list of changes can be found in the source codes' ChangeLog
> file and is unfortunately too long to include it here. Nevertheless,
> dejagnu 1.6.2 has been released 2018-11-28, and does neither change any
> (root)files nor is it breaking anything.
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> lfs/dejagnu | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/dejagnu b/lfs/dejagnu
> index a54cd28b8..316c017b4 100644
> --- a/lfs/dejagnu
> +++ b/lfs/dejagnu
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2021  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        = 1.6
> +VER        = 1.6.2
> 
> THISAPP    = dejagnu-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 1fdc2eb0d592c4f89d82d24dfdf02f0b
> +$(DL_FILE)_MD5 = e1b07516533f351b3aba3423fafeffd6
> 
> install : $(TARGET)
> 
> -- 
> 2.26.2
  
Peter Müller Jan. 28, 2021, 5:59 p.m. UTC | #2
Hello Michael,

yes, I am fine with that.

Thanks, and best regards,
Peter Müller


> Hello,
> 
> Thank you. Since we only have this in the the toolchain, I will keep this patch on the list until we update the toolchain.
> 
> That should happen soon because we have ccache 4.x and the new kernel coming up.
> 
> Is that okay?
> 
> -Michael
> 
>> On 28 Jan 2021, at 17:02, Peter Müller <peter.mueller@ipfire.org> wrote:
>>
>> The full list of changes can be found in the source codes' ChangeLog
>> file and is unfortunately too long to include it here. Nevertheless,
>> dejagnu 1.6.2 has been released 2018-11-28, and does neither change any
>> (root)files nor is it breaking anything.
>>
>> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
>> ---
>> lfs/dejagnu | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/lfs/dejagnu b/lfs/dejagnu
>> index a54cd28b8..316c017b4 100644
>> --- a/lfs/dejagnu
>> +++ b/lfs/dejagnu
>> @@ -1,7 +1,7 @@
>> ###############################################################################
>> #                                                                             #
>> # IPFire.org - A linux based firewall                                         #
>> -# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
>> +# Copyright (C) 2007-2021  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        = 1.6
>> +VER        = 1.6.2
>>
>> THISAPP    = dejagnu-$(VER)
>> DL_FILE    = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = 1fdc2eb0d592c4f89d82d24dfdf02f0b
>> +$(DL_FILE)_MD5 = e1b07516533f351b3aba3423fafeffd6
>>
>> install : $(TARGET)
>>
>> -- 
>> 2.26.2
>
  

Patch

diff --git a/lfs/dejagnu b/lfs/dejagnu
index a54cd28b8..316c017b4 100644
--- a/lfs/dejagnu
+++ b/lfs/dejagnu
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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        = 1.6
+VER        = 1.6.2
 
 THISAPP    = dejagnu-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1fdc2eb0d592c4f89d82d24dfdf02f0b
+$(DL_FILE)_MD5 = e1b07516533f351b3aba3423fafeffd6
 
 install : $(TARGET)