public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Net-DNS (V2): Update to 1.29_02
@ 2021-03-30  4:50 Matthias Fischer
  2021-03-30 10:08 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2021-03-30  4:50 UTC (permalink / raw)
  To: development

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

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

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/Net-DNS | 4 ++++
 lfs/Net-DNS                     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/Net-DNS b/config/rootfiles/common/Net-DNS
index 5ccee9949..069105a7c 100644
--- a/config/rootfiles/common/Net-DNS
+++ b/config/rootfiles/common/Net-DNS
@@ -31,6 +31,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/EUI64.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/GPOS.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HINFO.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HIP.pm
+usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HTTPS.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/IPSECKEY.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/ISDN.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/KEY.pm
@@ -64,6 +65,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SOA.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SPF.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SRV.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SSHFP.pm
+usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SVCB.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TKEY.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TLSA.pm
 usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TSIG.pm
@@ -118,6 +120,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/ZoneFile.pm
 #usr/share/man/man3/Net::DNS::RR::GPOS.3
 #usr/share/man/man3/Net::DNS::RR::HINFO.3
 #usr/share/man/man3/Net::DNS::RR::HIP.3
+#usr/share/man/man3/Net::DNS::RR::HTTPS.3
 #usr/share/man/man3/Net::DNS::RR::IPSECKEY.3
 #usr/share/man/man3/Net::DNS::RR::ISDN.3
 #usr/share/man/man3/Net::DNS::RR::KEY.3
@@ -151,6 +154,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/ZoneFile.pm
 #usr/share/man/man3/Net::DNS::RR::SPF.3
 #usr/share/man/man3/Net::DNS::RR::SRV.3
 #usr/share/man/man3/Net::DNS::RR::SSHFP.3
+#usr/share/man/man3/Net::DNS::RR::SVCB.3
 #usr/share/man/man3/Net::DNS::RR::TKEY.3
 #usr/share/man/man3/Net::DNS::RR::TLSA.3
 #usr/share/man/man3/Net::DNS::RR::TSIG.3
diff --git a/lfs/Net-DNS b/lfs/Net-DNS
index 5cdc2155d..8bd2356c2 100644
--- a/lfs/Net-DNS
+++ b/lfs/Net-DNS
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2020  Michael Tremer & Christian Schmidt                      #
+# 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.25
+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 = 5c0d1a6de317993e146ce6d37c897be5
+$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
 
 install : $(TARGET)
 
-- 
2.18.0


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

* Re: [PATCH] Net-DNS (V2): Update to 1.29_02
  2021-03-30  4:50 [PATCH] Net-DNS (V2): Update to 1.29_02 Matthias Fischer
@ 2021-03-30 10:08 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-03-30 10:08 UTC (permalink / raw)
  To: development

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

Thank you.

> On 30 Mar 2021, at 05:50, 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>
> ---
> config/rootfiles/common/Net-DNS | 4 ++++
> lfs/Net-DNS                     | 6 +++---
> 2 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/Net-DNS b/config/rootfiles/common/Net-DNS
> index 5ccee9949..069105a7c 100644
> --- a/config/rootfiles/common/Net-DNS
> +++ b/config/rootfiles/common/Net-DNS
> @@ -31,6 +31,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/EUI64.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/GPOS.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HINFO.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HIP.pm
> +usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HTTPS.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/IPSECKEY.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/ISDN.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/KEY.pm
> @@ -64,6 +65,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SOA.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SPF.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SRV.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SSHFP.pm
> +usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SVCB.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TKEY.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TLSA.pm
> usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TSIG.pm
> @@ -118,6 +120,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/ZoneFile.pm
> #usr/share/man/man3/Net::DNS::RR::GPOS.3
> #usr/share/man/man3/Net::DNS::RR::HINFO.3
> #usr/share/man/man3/Net::DNS::RR::HIP.3
> +#usr/share/man/man3/Net::DNS::RR::HTTPS.3
> #usr/share/man/man3/Net::DNS::RR::IPSECKEY.3
> #usr/share/man/man3/Net::DNS::RR::ISDN.3
> #usr/share/man/man3/Net::DNS::RR::KEY.3
> @@ -151,6 +154,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/ZoneFile.pm
> #usr/share/man/man3/Net::DNS::RR::SPF.3
> #usr/share/man/man3/Net::DNS::RR::SRV.3
> #usr/share/man/man3/Net::DNS::RR::SSHFP.3
> +#usr/share/man/man3/Net::DNS::RR::SVCB.3
> #usr/share/man/man3/Net::DNS::RR::TKEY.3
> #usr/share/man/man3/Net::DNS::RR::TLSA.3
> #usr/share/man/man3/Net::DNS::RR::TSIG.3
> diff --git a/lfs/Net-DNS b/lfs/Net-DNS
> index 5cdc2155d..8bd2356c2 100644
> --- a/lfs/Net-DNS
> +++ b/lfs/Net-DNS
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2020  Michael Tremer & Christian Schmidt                      #
> +# 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.25
> +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 = 5c0d1a6de317993e146ce6d37c897be5
> +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
> 


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

end of thread, other threads:[~2021-03-30 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  4:50 [PATCH] Net-DNS (V2): Update to 1.29_02 Matthias Fischer
2021-03-30 10:08 ` Michael Tremer

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