pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNS Update "p5-Net-DNS" package to version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a896c5cbe16
branches: trunk
changeset: 539864:9a896c5cbe16
user: tron <tron%pkgsrc.org@localhost>
date: Sat Mar 15 12:10:21 2008 +0000
description:
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:
net/p5-Net-DNS/Makefile | 4 ++--
net/p5-Net-DNS/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r dd6d165f4d86 -r 9a896c5cbe16 net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile Sat Mar 15 11:05:29 2008 +0000
+++ b/net/p5-Net-DNS/Makefile Sat Mar 15 12:10:21 2008 +0000
@@ -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 -r dd6d165f4d86 -r 9a896c5cbe16 net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo Sat Mar 15 11:05:29 2008 +0000
+++ b/net/p5-Net-DNS/distinfo Sat Mar 15 12:10:21 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index