public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Net-DNS: Update to 1.29_02
@ 2021-03-27 16:15 Matthias Fischer
  2021-03-27 20:25 ` Peter Müller
  2021-03-29 20:23 ` Michael Tremer
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Fischer @ 2021-03-27 16:15 UTC (permalink / raw)
  To: development

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

For details see:
https://metacpan.org/changes/distribution/Net-DNS

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/Net-DNS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/Net-DNS b/lfs/Net-DNS
index 452416aee..8bd2356c2 100644
--- a/lfs/Net-DNS
+++ b/lfs/Net-DNS
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  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.27
+VER        = 1.29_02
 
 THISAPP    = Net-DNS-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 204e08e5c8042ce0e7d7f0851af46d50
+$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
 
 install : $(TARGET)
 
-- 
2.18.0


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

* Re: [PATCH] Net-DNS: Update to 1.29_02
  2021-03-27 16:15 [PATCH] Net-DNS: Update to 1.29_02 Matthias Fischer
@ 2021-03-27 20:25 ` Peter Müller
  2021-03-29 20:23 ` Michael Tremer
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Müller @ 2021-03-27 20:25 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> For details see:
> https://metacpan.org/changes/distribution/Net-DNS
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/Net-DNS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/Net-DNS b/lfs/Net-DNS
> index 452416aee..8bd2356c2 100644
> --- a/lfs/Net-DNS
> +++ b/lfs/Net-DNS
> @@ -1,7 +1,7 @@
>  ###############################################################################
>  #                                                                             #
>  # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2020  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.27
> +VER        = 1.29_02
>  
>  THISAPP    = Net-DNS-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 204e08e5c8042ce0e7d7f0851af46d50
> +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
>  
>  install : $(TARGET)
>  
> 

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

* Re: [PATCH] Net-DNS: Update to 1.29_02
  2021-03-27 16:15 [PATCH] Net-DNS: Update to 1.29_02 Matthias Fischer
  2021-03-27 20:25 ` Peter Müller
@ 2021-03-29 20:23 ` Michael Tremer
  2021-03-29 20:36   ` Matthias Fischer
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2021-03-29 20:23 UTC (permalink / raw)
  To: development

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

Hello,

This did not apply, because we are on 1.25 in next?!

-Michael

> On 27 Mar 2021, at 16:15, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> For details see:
> https://metacpan.org/changes/distribution/Net-DNS
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/Net-DNS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/Net-DNS b/lfs/Net-DNS
> index 452416aee..8bd2356c2 100644
> --- a/lfs/Net-DNS
> +++ b/lfs/Net-DNS
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2020  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.27
> +VER        = 1.29_02
> 
> THISAPP    = Net-DNS-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 204e08e5c8042ce0e7d7f0851af46d50
> +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
> 


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

* Re: [PATCH] Net-DNS: Update to 1.29_02
  2021-03-29 20:23 ` Michael Tremer
@ 2021-03-29 20:36   ` Matthias Fischer
  2021-03-29 20:36     ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2021-03-29 20:36 UTC (permalink / raw)
  To: development

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

On 29.03.2021 22:23, Michael Tremer wrote:
> Hello,
> 
> This did not apply, because we are on 1.25 in next?!

Oh no, not again - my branch was on 1.27 already.

Sorry, I'll send a new patch.

> -Michael
> 
>> On 27 Mar 2021, at 16:15, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>> 
>> For details see:
>> https://metacpan.org/changes/distribution/Net-DNS
>> 
>> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
>> ---
>> lfs/Net-DNS | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/lfs/Net-DNS b/lfs/Net-DNS
>> index 452416aee..8bd2356c2 100644
>> --- a/lfs/Net-DNS
>> +++ b/lfs/Net-DNS
>> @@ -1,7 +1,7 @@
>> ###############################################################################
>> #                                                                             #
>> # IPFire.org - A linux based firewall                                         #
>> -# Copyright (C) 2007-2020  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.27
>> +VER        = 1.29_02
>> 
>> THISAPP    = Net-DNS-$(VER)
>> DL_FILE    = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>> 
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>> 
>> -$(DL_FILE)_MD5 = 204e08e5c8042ce0e7d7f0851af46d50
>> +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
>> 
>> install : $(TARGET)
>> 
>> -- 
>> 2.18.0
>> 
> 


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

* Re: [PATCH] Net-DNS: Update to 1.29_02
  2021-03-29 20:36   ` Matthias Fischer
@ 2021-03-29 20:36     ` Michael Tremer
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2021-03-29 20:36 UTC (permalink / raw)
  To: development

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

No problem :)

> On 29 Mar 2021, at 21:36, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> On 29.03.2021 22:23, Michael Tremer wrote:
>> Hello,
>> 
>> This did not apply, because we are on 1.25 in next?!
> 
> Oh no, not again - my branch was on 1.27 already.
> 
> Sorry, I'll send a new patch.
> 
>> -Michael
>> 
>>> On 27 Mar 2021, at 16:15, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>> 
>>> For details see:
>>> https://metacpan.org/changes/distribution/Net-DNS
>>> 
>>> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
>>> ---
>>> lfs/Net-DNS | 6 +++---
>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>> 
>>> diff --git a/lfs/Net-DNS b/lfs/Net-DNS
>>> index 452416aee..8bd2356c2 100644
>>> --- a/lfs/Net-DNS
>>> +++ b/lfs/Net-DNS
>>> @@ -1,7 +1,7 @@
>>> ###############################################################################
>>> #                                                                             #
>>> # IPFire.org - A linux based firewall                                         #
>>> -# Copyright (C) 2007-2020  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.27
>>> +VER        = 1.29_02
>>> 
>>> THISAPP    = Net-DNS-$(VER)
>>> DL_FILE    = $(THISAPP).tar.gz
>>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>> 
>>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>> 
>>> -$(DL_FILE)_MD5 = 204e08e5c8042ce0e7d7f0851af46d50
>>> +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
>>> 
>>> install : $(TARGET)
>>> 
>>> -- 
>>> 2.18.0
>>> 
>> 
> 


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

end of thread, other threads:[~2021-03-29 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 16:15 [PATCH] Net-DNS: Update to 1.29_02 Matthias Fischer
2021-03-27 20:25 ` Peter Müller
2021-03-29 20:23 ` Michael Tremer
2021-03-29 20:36   ` Matthias Fischer
2021-03-29 20:36     ` Michael Tremer

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