From 053902c5addb86fb122fa345db3b576715f1345b Mon Sep 17 00:00:00 2001 From: brnrd Date: Wed, 12 Jul 2017 19:25:14 +0000 Subject: devel/apr1: Update to 1.6 branch - Update APR to 1.6.0 - Update APR-util to 1.6.2 - Add UPDATING entry - Ungroup APR - Add missing descriptions - Switch to using OPT_VARS - Add ODBC driver - Remove FreeTDS driver and patch - Remove Windows files from WRKDIR not WRKSRC - Cosmetic fixes - Update patches for new version Reviewed by: ohauer (maintainer) Approved by: ohauer (maintainer) Differential Revision: https://reviews.freebsd.org/D11285 --- UPDATING | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 6031e668756..dfc59fac93d 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,33 @@ 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. +20170712: + AFFECTS: users of devel/apr1 + AUTHOR: brnrd@FreeBSD.org + + APR was updated to 1.6.0 and APR-util was updated to 1.6.2 + + The Apache Portable Runtime project removed support for FreeTDS from the + APR Utilities in version 1.6. Users of FreeTDS will have to migrate + configurations to use the newly added ODBC support in conjunction with + FreeTDS using FreeTDS' ODBC capabilities. + + Please rebuild all ports which are using functions from APR/APR-util + such as Apache, Subversion, etc. Normally, you can obtain the list of + dependent software by running the following command: + + # pkg info -r libressl + + Then you should rebuild all ports depending on APR(-util) to avoid + dangling shared library dependencies. Poudriere and pkg handle this + correctly, portmaster and portupgrade users can use the following to + rebuild all dependent ports. + + Portmaster users: + portmaster -r apr1 + Portupgrade users: + portupgrade -fr devel/apr1 + 20170710: AFFECTS: users of net-im/ejabberd AUTHOR: ashish@FreeBSD.org -- cgit