pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-Net-DNS



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 20 07:06:52 UTC 2023

Modified Files:
        pkgsrc/net/p5-Net-DNS: Makefile distinfo

Log Message:
p5-Net-DNS: update to 1.38.

**** 1.38 May 9, 2023

        Mailbox.pm: Improve robustness of address parsing.
        Deprecate packet->edns->size() method.
        Deprecate rdatastr() historical RR subtype method.
        Major overhaul of pre-installation test scripts.
        Add new t/TestToolkit.pm
        Refactor socket code and control structure in
        Nameserver.pm and improve efficiency of zonefile
        data storage and retrieval.

Fix rt.cpan.org #148274
        Multicast DNS flag breaks Net::DNS::Parameters::classbyval

Fix rt.cpan.org #148273
        EDNS extended rcode not handled correctly

Fix rt.cpan.org #147507
        Nameserver.pm: peerhost undefined after $sock->accept

**** 1.37 Mar 13, 2023

        Add links to relevant RFCs in package documentation.

Fix rt.cpan.org #147038
        resolver->axfr( undef ) fails silently

Fix rt.cpan.org #145944
        Case sensitivity issue with AXFR

**** 1.36 Dec 30, 2022

        Adopt JSON as presentation notation for EDNS options.
        Disallow zero packet->id in outbound packet.
        Remove deprecated 2-argument TSIG->create() method.
        Revise TSIG test scripts and documentation.

**** 1.35 Oct 4, 2022

        Improve SVCB error reporting.

Fix rt.cpan.org #144328
        accept_reply test fails with matched consecutive "random"
        generated packet->id

Fix rt.cpan.org #144299
        Spelling errors.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/p5-Net-DNS/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-Net-DNS/Makefile
diff -u pkgsrc/net/p5-Net-DNS/Makefile:1.100 pkgsrc/net/p5-Net-DNS/Makefile:1.101
--- pkgsrc/net/p5-Net-DNS/Makefile:1.100        Tue Aug  2 09:25:56 2022
+++ pkgsrc/net/p5-Net-DNS/Makefile      Sat May 20 07:06:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2022/08/02 09:25:56 ast Exp $
+# $NetBSD: Makefile,v 1.101 2023/05/20 07:06:52 wiz Exp $
 
-DISTNAME=              Net-DNS-1.34
+DISTNAME=              Net-DNS-1.38
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}

Index: pkgsrc/net/p5-Net-DNS/distinfo
diff -u pkgsrc/net/p5-Net-DNS/distinfo:1.63 pkgsrc/net/p5-Net-DNS/distinfo:1.64
--- pkgsrc/net/p5-Net-DNS/distinfo:1.63 Tue Aug  2 09:25:56 2022
+++ pkgsrc/net/p5-Net-DNS/distinfo      Sat May 20 07:06:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2022/08/02 09:25:56 ast Exp $
+$NetBSD: distinfo,v 1.64 2023/05/20 07:06:52 wiz Exp $
 
-BLAKE2s (Net-DNS-1.34.tar.gz) = 31073d026061f7e331cd9fb7a11c7b863c20b8cc72b53da8eb9c23da0bd24dc2
-SHA512 (Net-DNS-1.34.tar.gz) = 890b5e7b574a546337571a8c7f5836650a7de41301ce2386d973041f0f1da0bd40c69cfc3625fccd01685502017b42d23cd75e95f40a1ffd7bcc796385899032
-Size (Net-DNS-1.34.tar.gz) = 260260 bytes
+BLAKE2s (Net-DNS-1.38.tar.gz) = 73b71590d99488f18d539c49b5f11d1be1d4a646d1a069c8b5f66814678f9ff3
+SHA512 (Net-DNS-1.38.tar.gz) = 08e4f6f5c7d9b75fa8358ed637d7c2e85578bf05cf7a7b6d8fccd1da4069524c42eda4f1fcafedd0e063a756a7ec27b87887c53911203ad2d4c772b40132984f
+Size (Net-DNS-1.38.tar.gz) = 255362 bytes



Home | Main Index | Thread Index | Old Index