aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-07-12 19:25:14 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-07-12 19:25:14 +0000
commitd9296f590421c08814def03dff133dc3491e2729 (patch)
tree6064b1f1b01e89acbddeb60a6647eeeb4e2d57d6 /UPDATING
parent8a0382ebc5a88d5a80a5309fa0bc95451c86ac68 (diff)
downloadports-d9296f590421c08814def03dff133dc3491e2729.tar.gz
ports-d9296f590421c08814def03dff133dc3491e2729.zip
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
Notes
Notes: svn path=/head/; revision=445601
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING27
1 files changed, 27 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6031e6687565..dfc59fac93dd 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