From owner-cvs-ports@FreeBSD.ORG Mon Dec 14 06:25:17 2009 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 829C61065679; Mon, 14 Dec 2009 06:25:17 +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 726D28FC14; Mon, 14 Dec 2009 06:25:17 +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 nBE6PHqo039822; Mon, 14 Dec 2009 06:25:17 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBE6PHQx039821; Mon, 14 Dec 2009 06:25:17 GMT (envelope-from dougb) Message-Id: <200912140625.nBE6PHQx039821@repoman.freebsd.org> From: Doug Barton Date: Mon, 14 Dec 2009 06:25:17 +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/bind97 Makefile distinfo pkg-descr pkg-message 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: Mon, 14 Dec 2009 06:25:17 -0000 dougb 2009-12-14 06:25:17 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/bind97 Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add BIND 9.7.0rc1 with a -devel suffix for now so that people can start testing it sooner rather than later. When the final version is released the -devel will be removed. Some of the new features of BIND 9.7.x are: - Fully automatic signing of zones by "named" - Simplified configuration of DNSSEC Lookaside Validation (DLV) - Simplified configuration of Dynamic DNS, using the "ddns-confgen" command line tool or the "local" update-policy option - New named option "attach-cache" that allows multiple views to share a single cache - DNS rebinding attack prevention - New default values for dnssec-keygen parameters - Support for RFC 5011 automated trust anchor maintenance (see README.rfc5011 for additional details) - Smart signing: simplified tools for zone signing and key maintenance - Improved PKCS#11 support Revision Changes Path 1.110 +1 -0 ports/dns/Makefile 1.1 +229 -0 ports/dns/bind97/Makefile (new) 1.1 +6 -0 ports/dns/bind97/distinfo (new) 1.1 +20 -0 ports/dns/bind97/pkg-descr (new) 1.1 +18 -0 ports/dns/bind97/pkg-message (new) 1.1 +285 -0 ports/dns/bind97/pkg-plist (new)