From owner-svn-ports-head@FreeBSD.ORG Mon Dec 9 08:11:11 2013 Return-Path: Delivered-To: svn-ports-head@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 5F3E12F1; Mon, 9 Dec 2013 08:11:11 +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 4BF251F87; Mon, 9 Dec 2013 08:11:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB98BBtX094732; Mon, 9 Dec 2013 08:11:11 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB98BBpw094731; Mon, 9 Dec 2013 08:11:11 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201312090811.rB98BBpw094731@svn.freebsd.org> From: Erwin Lansing Date: Mon, 9 Dec 2013 08:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335953 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 08:11:11 -0000 Author: erwin Date: Mon Dec 9 08:11:10 2013 New Revision: 335953 URL: http://svnweb.freebsd.org/changeset/ports/335953 Log: Add note about named.conf being replaced on FreeBSD 10.0 on BIND versions before their _2 revision. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Dec 9 06:35:44 2013 (r335952) +++ head/UPDATING Mon Dec 9 08:11:10 2013 (r335953) @@ -5,6 +5,14 @@ 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. +20131209: + AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0 + AUTHOR: erwin@FreeBSD.org + + Bind versions before 9.6.3.2.ESV.R10_2, 9.8.6_2, and 9.9.4_2 on + FreeBSD 10.0 will replace named.conf on upgrade. Make sure to + backup any local changes before upgrading to the _2 versions. + 20131208: AFFECTS: users of java/subversion-java AUTHOR: ohauer@FreeBSD.org