Date: Sat, 14 Dec 2013 12:45:51 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336440 - head Message-ID: <201312141245.rBECjpuf072023@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sat Dec 14 12:45:51 2013 New Revision: 336440 URL: http://svnweb.freebsd.org/changeset/ports/336440 Log: Add note about Berkeley DB deprecation and link to Wiki docs. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 14 12:45:40 2013 (r336439) +++ head/UPDATING Sat Dec 14 12:45:51 2013 (r336440) @@ -5,6 +5,19 @@ 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. +20131214: + AFFECTS: users of databases/db4* + AUTHOR: mandree@FreeBSD.org + + Berkeley DB versions before and excluding 4.8 have been marked + deprecated. Please see https://wiki.freebsd.org/Ports/BerkeleyDBCleanup + for upgrade instructions. + + You can add WITH_BDB_VERSION=5 or WITH_BDB_VERSION=6 to have all + applications that get rebuilt use Oracle Berkeley DB 5 or 6, respectively. + + Note that Oracle Berkeley DB 6 is under the more restrictive Affero GPL v3. + 20131209: AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0 AUTHOR: erwin@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141245.rBECjpuf072023>