From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 20:56:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC1B33A6; Mon, 14 Jul 2014 20:56:30 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D986222D2; Mon, 14 Jul 2014 20:56:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EKuUgX090639; Mon, 14 Jul 2014 20:56:30 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EKuUWg090638; Mon, 14 Jul 2014 20:56:30 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201407142056.s6EKuUWg090638@svn.freebsd.org> From: Matthias Andree Date: Mon, 14 Jul 2014 20:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361833 - 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.18 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: Mon, 14 Jul 2014 20:56:31 -0000 Author: mandree Date: Mon Jul 14 20:56:30 2014 New Revision: 361833 URL: http://svnweb.freebsd.org/changeset/ports/361833 QAT: https://qat.redports.org/buildarchive/r361833/ Log: Document db6 upgrade. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jul 14 20:51:21 2014 (r361832) +++ head/UPDATING Mon Jul 14 20:56:30 2014 (r361833) @@ -6,6 +6,17 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20140714: + AFFECTS: users of databases/db6 + AUTHOR: mandree@FreeBSD.org + + Oracle Berkeley DB 6 has been upgraded to version 6.1.19. Since the + previous 6.0 version, the log file format has changed in 6.1. + Depending on applications used, you may need to take action BEFORE you + upgrade. For details, please see the online upgrade manual at + + + +20140714: AFFECTS: users of net/linphone-base AUTHOR: tijl@FreeBSD.org