From owner-svn-ports-head@freebsd.org Mon Aug 15 01:40:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6D17BB8748; Mon, 15 Aug 2016 01:40:53 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73C3E129A; Mon, 15 Aug 2016 01:40:53 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7F1eqj5092287; Mon, 15 Aug 2016 01:40:52 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7F1eqWM092286; Mon, 15 Aug 2016 01:40:52 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201608150140.u7F1eqWM092286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 15 Aug 2016 01:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420210 - 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.22 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, 15 Aug 2016 01:40:53 -0000 Author: junovitch Date: Mon Aug 15 01:40:52 2016 New Revision: 420210 URL: https://svnweb.freebsd.org/changeset/ports/420210 Log: UPDATING: document PowerDNS changes in the 3.x -> 4.x update PR: 211147 211148 Submitted by: Ralf van der Enden (PowerDNS maintainer) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Aug 15 01:39:33 2016 (r420209) +++ head/UPDATING Mon Aug 15 01:40:52 2016 (r420210) @@ -5,6 +5,16 @@ 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. +20160815: + AFFECTS: users of dns/powerdns* + AUTHOR: junovitch@FreeBSD.org + + PowerDNS Authoritive Server and Recursor 4.0.0+ introduce significant + changes to the configuration files, which need to be handled before + restarting the services. As from the Recursor changelog, "The Lua hook + infrastructure was redone using LuaWrapper; old scripts will no longer + work, but new scripts are easier to write under the new interface." + 20160811: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org