pkgsrc-Bugs archive

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

pkg/34383: [update] net/p5-Net-DNS



>Number:         34383
>Category:       pkg
>Synopsis:       [update] net/p5-Net-DNS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:20:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
        miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.58

- Changelog

*** 0.58 July 4, 2006

Feature: hooks for DLV support in Net::DNS::SEC

   added hooks for DLV support which is/will be available in
   Net::DNS::SEC as of subversion version 592 (Tests are done agains
   the subversion number, not against the perl release version)
   Net::DNS::SEC version 0.15 will have DLV support.

Partly Fixed rt.cpan.org 18940

   djhale noticed a number of error conditions under which de
   udp_connection in Nameserver dies. We now print a warning instead
   of dying.


Fix rt.cpan.org 18958

   Fixed typebyname croak for SIGZERO. Acknowledgements to djhale.


Optimize rt.cpan.org 11931

   Hanno Stock optimized the method to get the list of available
   interfaces in Win32.  I have only done very rudimentary tests on
   my Windows XP system.

Fix dependency on "CC" rt.cpan.org 19352

   The Makefile.PL depended on availabliltity of "cc" and would bail
   out on systems where gcc is exclusivly available. Thanks to Rob
   Windsor for noticing and patching.

Fix compressed dnames in NAPTR/SRV

    Clayton O'Neill noted that the the domain names in in the NAPTR
    and SRV RRs rdata were subject to name compression which is not
    conform the specs. Also see RFC 2782 and 2915.


Fix rt.cpan.org 18897

   Zero-length rdata in TXT fixed (Acknowledgements to Roy Arends)

Fix rt.cpan.org 18785

   SPF would not work unless the TXT RR was not loaded first. No
   wonder, SPF fully inherits TXT and loading of TXT.pm is therefore a
   prerequisit.


Fix rt.cpan.org 18713

    Net::DNS::Resolver now deals gracefully with persistent sockets
    that got disconnected. It will first try to connect again to the
    socket and if that fails it will try to connect to the next
    available nameserver. tcp_timeout() is the parameter that
    determines how long to wait during a reconnect.

Fix rt.cpan.org 18268

     Added reference to RFC in croak message for label length > 63 in
     dn_comp().

Fix rt.cpan.org  18113

    The inet6 tests contained another bug when online-tests were disabled.
    Klaus Heinz discovered and provided a patch.


>How-To-Repeat:





>Fix:


--- p5-Net-DNS.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/net/p5-Net-DNS/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile    12 Mar 2006 00:10:16 -0000      1.31
+++ Makefile    30 Aug 2006 07:38:27 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.31 2006/03/12 00:10:16 heinz Exp $
 
-DISTNAME=              Net-DNS-0.57
+DISTNAME=              Net-DNS-0.58
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5ndn
 CATEGORIES=            net perl5
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/net/p5-Net-DNS/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo    12 Mar 2006 00:10:16 -0000      1.15
+++ distinfo    30 Aug 2006 07:39:20 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.15 2006/03/12 00:10:16 heinz Exp $
 
-SHA1 (Net-DNS-0.57.tar.gz) = 12623cf8c6b72850db06aee8fc0ce4e148b8d0dd
-RMD160 (Net-DNS-0.57.tar.gz) = 04be1c23446b4fe70370ea215c6abe3c80fcf94d
-Size (Net-DNS-0.57.tar.gz) = 131596 bytes
+SHA1 (Net-DNS-0.58.tar.gz) = 3043df5d183efc58d04124e2a12dae6e6de7a1b3
+RMD160 (Net-DNS-0.58.tar.gz) = 2108deb3f39152a111cab0b38c8918c5a2e5f85e
+Size (Net-DNS-0.58.tar.gz) = 136609 bytes
--- p5-Net-DNS.diff ends here ---






Home | Main Index | Thread Index | Old Index