From owner-svn-ports-all@FreeBSD.ORG Tue Nov 12 11:06:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3EA8EF6; Tue, 12 Nov 2013 11:06:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D41F222C1; Tue, 12 Nov 2013 11:06:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rACB6PuS001333; Tue, 12 Nov 2013 11:06:25 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rACB6PVr001332; Tue, 12 Nov 2013 11:06:25 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201311121106.rACB6PVr001332@svn.freebsd.org> From: Erwin Lansing Date: Tue, 12 Nov 2013 11:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333564 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 11:06:26 -0000 Author: erwin Date: Tue Nov 12 11:06:25 2013 New Revision: 333564 URL: http://svnweb.freebsd.org/changeset/ports/333564 Log: Add a note about the latest changes to the dns/bind9* ports. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Nov 12 10:59:20 2013 (r333563) +++ head/UPDATING Tue Nov 12 11:06:25 2013 (r333564) @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20131112: + AFFECTS: users of dns/bind9* + AUTHOR: erwin@FreeBSD.org + + All bind9 ports have been updated to support FreeBSD 10.x after + BIND was removed from the base system. It is now self-contained + in ${PREFIX}/etc/namedb, and chroot and symlinking options are + no longer supported out of the box. + + For users of FreeBSD 9.x and earlier, the LINKS option is no longer + enabled by default, but still supported. No other changes should + affect those users, and updating without changing already set options + will keep the system in the same state. + 20131103: AFFECTS: users of security/libtasn1 and any port that depends on it AUTHOR: novel@FreeBSD.org