wok diff perl-net-dns/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-dns/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +Net::DNS is a collection of Perl modules that act as a Domain Name System
     1.5 +(DNS) resolver.
     1.6 +It allows the programmer to perform DNS queries that are beyond the
     1.7 +capabilities of "gethostbyname" and "gethostbyaddr".
     1.8 +
     1.9 +The programmer should be familiar with the structure of a DNS packet.
    1.10 +See RFC 1035 or DNS and BIND (Albitz & Liu) for details.