Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 06:31:46 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/dns/p5-Net-DNS Makefile distinfo pkg-plist
Message-ID:  <201111090631.pA96Vkc7043323@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2011-11-09 06:31:46 UTC

  FreeBSD ports repository

  Modified files:
    dns/p5-Net-DNS       Makefile distinfo pkg-plist 
  Log:
  **** 0.67 Nov 4, 2011
  
  Fixes:
  ======
  
  Suppress IO::Socket::INET(6)::peerhost usage with TCP. On some systems
  it doesn't work after receiving data.
  
  Prevent TCP accepts from blocking on unfinished 3-way handshakes.
  
  Named nameserver should be reachable by IPv6 too.
  
  Typo that prevented TCP traffic from being replied from the same
  socket as it was received on.
  
  Suppress warnings of the deprecated use of qw as parentheses in
  perl 5.14.
  
  Gracefully handle corrupted incoming packets in Net::DNS::Nameserver.
  
  Make Net::DNS::Resolver load even if /etc/resolv.conf is unreadable.
  
  Assembly of segmented TCP traffic.
  
  Fix documentation to reflect code behaviour where on successful packet
  creation, the error should be ignored.
  
  A Net::DNS::Nameserver without a NotifyHandler now responds NOTIMP
  to NOTIFY requests.
  
  Documentation now reflects Net::DNS::Packet construction behaviour.
  
  Replace TSIG key with the signature of the whole packet when signing
  a packet, even when the TSIG key is not the first in the additional
  section.
  
  Various typo fixes.
  
  Enhancements:
  =============
  
  Allow ReplyHandlers to indicate that no answer should be returned
  by the Net::DNS::Nameserver.
  
  Use a class method ReplyHandler for classes inheriting from
  Net::DNS::Nameserver.
  
  New improved version of the check_soa script in the contrib section.
  
  Removed dependency on Net::IP
  
  Perform presentation to wire format conversion more efficiently.
  
  Manage serial numbers in SOA records in a modular and extensible way.
  Three modules are provided. Strictly sequential, Date Encoded and
  Time Encoded.  A contribution from Dick Franks.
  
  Provide a configurable IdleTimeout for Net::DNS::Namserver.
  
  Revision  Changes    Path
  1.78      +3 -4      ports/dns/p5-Net-DNS/Makefile
  1.49      +2 -2      ports/dns/p5-Net-DNS/distinfo
  1.25      +1 -0      ports/dns/p5-Net-DNS/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111090631.pA96Vkc7043323>