Net-DNS: Update to 1.57

Message ID 20260902162221.3363244-1-matthias.fischer@ipfire.org
State New
Headers
Series Net-DNS: Update to 1.57 |

Commit Message

Matthias Fischer 2 Sep 2026, 4:22 p.m. UTC
For details see:
https://metacpan.org/dist/Net-DNS/changes

"**** 1.57 Sep 1, 2026
        Resync with IANA DNS parameters registry.
        EDNS: Add support for MQTYPE-QUERY option.
Fix rt.cpan.org #181125
        Unbounded recursion when re-encoding message with misplaced TSIG
Fix rt.cpan.org #180773
        UNIX resolver can fail in taint mode"

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

Patch

diff --git a/lfs/perl-Net-DNS b/lfs/perl-Net-DNS
index c2bd7e201..f004d325f 100644
--- a/lfs/perl-Net-DNS
+++ b/lfs/perl-Net-DNS
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.56
+VER        = 1.57
 
 THISAPP    = Net-DNS-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4b81b09e9c753b248a663f4ea1e1121ba62e00ab0f2abb5af4afe554d1eb3a137672cd4c3bceb85c6113d7c5eaad75994273a4db2fe6842c80541f4e72f8a060
+$(DL_FILE)_BLAKE2 = b177e850dbcf592c9da25413bb46b11b408fb9139fc65758dad1fd4bfc8e69184a2c9f294a737d52e20fdcff4973cfe214f8107d6219b5eac8144d674b325669
 
 install : $(TARGET)