From owner-cvs-all@FreeBSD.ORG Tue Feb 15 01:47:13 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 999521065670; Tue, 15 Feb 2011 01:47:13 +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 898B98FC08; Tue, 15 Feb 2011 01:47:13 +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 p1F1lDNB043812; Tue, 15 Feb 2011 01:47:13 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F1lD40043811; Tue, 15 Feb 2011 01:47:13 GMT (envelope-from dougb) Message-Id: <201102150147.p1F1lD40043811@repoman.freebsd.org> From: Doug Barton Date: Tue, 15 Feb 2011 01:47:13 +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/bind97 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 01:47:13 -0000 dougb 2011-02-15 01:47:13 UTC FreeBSD ports repository Modified files: dns/bind97 Makefile distinfo Log: Update to 9.7.3, the latest from ISC: * Zones may be dynamically added and removed with the "rndc addzone" and "rndc delzone" commands. These dynamically added zones are written to a per-view configuration file. Do not rely on the configuration file name nor contents as this will change in a future release. This is an experimental feature at this time. * A new command "rndc secroots" was added to dump a combined summary of the currently managed keys combined with statically configured trust anchors. * Added support to load new keys into managed zones without signing immediately with "rndc loadkeys". Added support to link keys with "dnssec-keygen -S" and "dnssec-settime -S". Revision Changes Path 1.15 +2 -2 ports/dns/bind97/Makefile 1.12 +4 -4 ports/dns/bind97/distinfo