diff options
author | tron <tron@pkgsrc.org> | 2008-03-15 12:10:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-03-15 12:10:21 +0000 |
commit | 3fbd4350e3e3df3e5c456e42aab8d375870c9c67 (patch) | |
tree | 13128a85fbcd14f7e1c8d3c30d99b05db8aa7f01 /net/p5-Net-DNS | |
parent | e0394bac7cafca7d598c5f59c3ae3bf8802aadce (diff) | |
download | pkgsrc-3fbd4350e3e3df3e5c456e42aab8d375870c9c67.tar.gz |
Update "p5-Net-DNS" package to version 0.63.
Changes since version 0.62:
===========================
*** 0.63, 8 Feb 2008
This version contains a Security Fix.
Feature NotifyHandler in Nameserver
The NotifyHandler is a new attribute to the nameserver used in the
same way as the ReplyHandler except that it is executed when the
opcode is NS_NOTIFY (RFC1996). It takes the same arguments as the
reply handler (i.e. $qname, $qclass, $qtype, $peerhost, and $query).
Corrections made in the documentation.
Fix rt.cpan.org #32937: 5.11 introduces new warning on uc(undef)
The patch supplied fixes for methods where undefined arguments were
likely. For methods where undefined arguments don't make the warning
will be printed.
Fix rt.cpan.org #32147: Default LocalAddr broken in Net::DNS::Nameserver 0.62
Listen on the default address if LocalAddr not defined.
Fix rt.cpan.org #30316 Security issue with Net::DNS Resolver.
Net/DNS/RR/A.pm in Net::DNS 0.60 build 654 allows remote attackers
to cause a denial of service (program "croak") via a crafted DNS
response (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6341). Packet
parsing routines are now enclosed in eval blocks to trap exception
and avoid premature termination of user program.
Bug: mbox-dname and txt-dname were not allowed to be empty in the RP RR.
Fix by Peter Koch
Diffstat (limited to 'net/p5-Net-DNS')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 4546a7f4439..0fb66efde5f 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2008/01/08 19:29:45 heinz Exp $ +# $NetBSD: Makefile,v 1.38 2008/03/15 12:10:21 tron Exp $ -DISTNAME= Net-DNS-0.62 +DISTNAME= Net-DNS-0.63 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index 9a53adfe97d..46d1b6f060a 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2008/01/08 19:29:45 heinz Exp $ +$NetBSD: distinfo,v 1.21 2008/03/15 12:10:21 tron Exp $ -SHA1 (Net-DNS-0.62.tar.gz) = b8f8d8a9a720e8d04b37cb80fc1ee7935486f498 -RMD160 (Net-DNS-0.62.tar.gz) = 1897fd754ef206398782bc6ba2cfb05d5f92a5e9 -Size (Net-DNS-0.62.tar.gz) = 148827 bytes +SHA1 (Net-DNS-0.63.tar.gz) = 58fa1272706067e7e0e56d53ee52e8ffff492fbe +RMD160 (Net-DNS-0.63.tar.gz) = da8bc35bb37fcf99d7201c56c44296e2e92bb533 +Size (Net-DNS-0.63.tar.gz) = 149488 bytes |