From owner-cvs-ports@FreeBSD.ORG Fri Dec 17 22:48:56 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 16D32106564A; Fri, 17 Dec 2010 22:48:56 +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 05CA28FC13; Fri, 17 Dec 2010 22:48:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBHMmtWc068596; Fri, 17 Dec 2010 22:48:55 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBHMmtCc068595; Fri, 17 Dec 2010 22:48:55 GMT (envelope-from dougb) Message-Id: <201012172248.oBHMmtCc068595@repoman.freebsd.org> From: Doug Barton Date: Fri, 17 Dec 2010 22:48:55 +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 Makefile ports/dns/bind98 Makefile distinfo pkg-descr 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, 17 Dec 2010 22:48:56 -0000 dougb 2010-12-17 22:48:55 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/bind98 Makefile distinfo pkg-descr pkg-plist Log: Add a -devel port for 9.8.0a1, which will allow people to experiment with DNS64. Once 9.8.0 is released officially the -devel tag will be removed. BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support BIND 9.8 includes a number of changes from BIND 9.7 and earlier releases, including: Preliminary DNS64 support (AAAA synthesis only initially) See the CHANGES file for more information on features. WWW: https://www.isc.org/software/bind Revision Changes Path 1.123 +1 -0 ports/dns/Makefile 1.1 +227 -0 ports/dns/bind98/Makefile (new) 1.1 +4 -0 ports/dns/bind98/distinfo (new) 1.1 +22 -0 ports/dns/bind98/pkg-descr (new) 1.1 +283 -0 ports/dns/bind98/pkg-plist (new)