cvs commit: ports/dns/p5-Net-DNS Makefile distinfo pkg-plist

Doug Barton dougb at FreeBSD.org
Fri Jan 1 00:28:07 UTC 2010


dougb       2010-01-01 00:28:07 UTC

  FreeBSD ports repository

  Modified files:
    dns/p5-Net-DNS       Makefile distinfo pkg-plist 
  Log:
  Update to version 0.66, which is a major upgrade. Users are cautioned
  to thoroughly test this version before updating production systems.
  
  For the port, introduce a new dependency, security/p5-Digest-SHA
  
  Changes in this version, in addition to numerous minor bug fixes:
  
  Feature: Truncation for Nameserver
      TAKE CARE:
      this feature may cause unexpected behavior for your nameservers
  
      Net::DNS::Packet::truncate is a new method that is called from
      within Net::DNS::Nameserver that truncates a packet according to
      the rules of RFC2181 section 9.
  
  Feature: Added Net::DNS::Domain
      Net::DNS::Domain is an attemt to consistently approach the various
      ways we interface with what RFC 1035 calls <domain-name>.
  
  Feature: KX RR
      Added support for the KX RR, RFC2230
  
  Feature: HIP RR
      Added support for the HIP RR, RFC5205
  
  Feature: DHCID RR
      Added rudimentary support for the DHCID RR.
  
  Fix improved fuzzy matching of CLASS and TYPE in the Question
      constructor method.
  
  Fix AAAA dynamic update
  
  Revision  Changes    Path
  1.74      +4 -1      ports/dns/p5-Net-DNS/Makefile
  1.47      +3 -3      ports/dns/p5-Net-DNS/distinfo
  1.24      +4 -0      ports/dns/p5-Net-DNS/pkg-plist


More information about the cvs-ports mailing list