public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dejagnu: update to 1.6.2
@ 2021-01-28 17:02 Peter Müller
  2021-01-28 17:54 ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2021-01-28 17:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1564 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dejagnu: update to 1.6.2
  2021-01-28 17:02 [PATCH] dejagnu: update to 1.6.2 Peter Müller
@ 2021-01-28 17:54 ` Michael Tremer
  2021-01-28 17:59   ` Peter Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2021-01-28 17:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1964 bytes --]

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dejagnu: update to 1.6.2
  2021-01-28 17:54 ` Michael Tremer
@ 2021-01-28 17:59   ` Peter Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Müller @ 2021-01-28 17:59 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2114 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 17:02 [PATCH] dejagnu: update to 1.6.2 Peter Müller
2021-01-28 17:54 ` Michael Tremer
2021-01-28 17:59   ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox