From owner-cvs-ports@FreeBSD.ORG Fri Jan 1 00:28:07 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACE99106566B; Fri, 1 Jan 2010 00:28:07 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2A98FC08; Fri, 1 Jan 2010 00:28:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o010S7T4058265; Fri, 1 Jan 2010 00:28:07 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o010S7sI058264; Fri, 1 Jan 2010 00:28:07 GMT (envelope-from dougb) Message-Id: <201001010028.o010S7sI058264@repoman.freebsd.org> From: Doug Barton Date: Fri, 1 Jan 2010 00:28:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/p5-Net-DNS Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 00:28:07 -0000 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 . 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