./net/p5-Net-DNS, Perl5 module for DNS resolution

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.44, Package name: p5-Net-DNS-1.44, Maintainer: pkgsrc-users

Net::DNS is a Perl interface to the DNS resolver. It allows the
programmer to perform any type of DNS query from a Perl script.
For details and examples, please read the Net::DNS documentation page
('perldoc Net::DNS')

Features include a simple nameserver (Net::DNS::Nameserver), dynamic
DNS updates, signed queries (TSIG), support for DNAME resource records
and IPv6.

The author invites feedback on Net::DNS, especially on new features
like dynamic updates und TSIG. If there's something you'd like to
have added, please let him know (http://www.net-dns.org/).

Future versions may contain some C to increase speed or for those who
wish to link against libresolv or libbind.


Required to run:
[lang/perl5] [net/p5-Socket6] [net/p5-Net-IP] [security/p5-Digest-HMAC] [net/p5-IO-Socket-INET6]

Required to build:
[pkgtools/cwrappers]

Package options: inet6

Master sites: (Expand)

Filesize: 255.826 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-25 09:33:37 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Net-DNS: update to 1.44.

**** 1.44 Feb 15, 2024

	Simplify testing of resolver error paths.
	Prevent read beyond end of RDATA in corrupt SVCB RR.
   2024-01-28 12:55:27 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Net-DNS: update to 1.43.

**** 1.43 Jan 26, 2024

	Update b.root-servers.net addresses in resolver hints.
	Improve accuracy and completeness of dependency metadata.
	Nameserver: hangs on persistent TCP connection (Windows).
	IPSECKEY: leave gateway undefined for gatetype 0.
	Remove remaining support for GOST.

Fix rt.cpan.org #151240
	Nameserver.pm: DoS vulnerability in TCP handling

Fix rt.cpan.org #151232
	Net::DNS::Resolver::new hangs for 150s on Win32 with no active DNS

Fix rt.cpan.org #151075
	Bug in Net::DNS::Resolver::Recurse::_referral

Fix rt.cpan.org #151074
	Deep recursion in Net::DNS::Resolver::Recurse
   2024-01-04 11:59:30 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Net-DNS: update to 1.42.

**** 1.42 Dec 24, 2023

Fix rt.cpan.org #150695
	Hang in Net::DNS::Nameserver on Windows

**** 1.41 Nov 28, 2023

	Accept inbound Ethernet "Jumbo" UDP packet.
	Facilitate decoding of mDNS/SD packets with compressed RDATA.
	Update Parameters.pm to resync with IANA registry.

Fix rt.cpan.org #150550
	Error trying to use Socket macro SO_REUSEPORT in Windows
   2023-12-17 08:42:12 by Thomas Klausner | Files touched by this commit (2)
Log message:
**** 1.40 Aug 30, 2023

	Add support for SVCB dohpath and ohttp parameters.
	More robust test of bgbusy() SpamAssassin workaround.

Fix rt.cpan.org #149456
	t/05-SOA.t test fails in 2038

Fix rt.cpan.org #149280
	Deep recursion on subroutine "Net::DNS::Resolver::Recurse::_recurse"

**** 1.39 Jun 1, 2023

Fix rt.cpan.org #148340
	udpsize uninitialized value
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-05-20 09:06:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
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.
   2022-08-02 11:25:56 by Adrian Steinmann | Files touched by this commit (2) | Package updated
Log message:
net/p5-Net-DNS update to 1.34
 . Improve robustness of EDNS option compose/decompose functions.
 . Simplify code in Makefile.PL.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36