aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-03-22 21:14:41 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-03-22 21:14:41 +0000
commit6afbffa4f5e7bf02a3dbab1edad638713545c551 (patch)
tree600a858f12de666247b25837392efc99b021e63d /UPDATING
parent8b121466130fc60ed55c6081ac1ee8b2563aee7e (diff)
downloadports-6afbffa4f5e7bf02a3dbab1edad638713545c551.tar.gz
ports-6afbffa4f5e7bf02a3dbab1edad638713545c551.zip
- update to apr-1.5.0
- add fix for FreeBSD 10 obtained from http://svn.apache.org/viewvc?view=revision&revision=1551672 - bump USE_BDB=42+ -> USE_BDB=48+ [1] - add entry to UPDATING Changes for APR 1.5.0 (shortened) http://www.apache.org/dist/apr/CHANGES-APR-1.5 *) Add apr_sockaddr_is_wildcard() to check if a socket address refers to the wildcard address for the protocol family (e.g., 0.0.0.0/INADDR_ANY for IPv4). [Jeff Trawick] *) Add the apr_escape interface. [Graham Leggett] *) Add apr_skiplist family. [Jim Jagielski] *) Add the apr_table_getm() call, which transparently handles the merging of keys with multiple values. [Graham Leggett] *) Add apr_hash_this_key(), apr_hash_this_key_len(), and apr_hash_this_val() for easier access to those attributes from a hash iterator. [Hyrum K. Wright <hyrum_wright mail.utexas.edu>] *) Improve platform detection by updating config.guess and config.sub. [Rainer Jung] *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389. [Armin MÃŒller <mueller itestra com>] *) Enable platform specific support for the opening of a file or pipe in non-blocking mode through the APR_FOPEN_NONBLOCK flag. [Graham Leggett] [1] requested by Pavel Timofeev, Sean Bruno with hat apache@ PR: ports/186441 PR: ports/186899
Notes
Notes: svn path=/head/; revision=348807
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e71ad3975d68..fccceeb47477 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20140322:
+ AFFECTS: users of devel/apr1
+ AUTHOR: ohauer@FreeBSD.org
+
+ APR was updated to 1.5.0, BDB requirement was bumped to 48+
+
+ Please rebuild all ports which are using functions from APR/APR-util
+ such as Apache, Subversion, etc.
+
+ # portmaster -r apr
+ or
+ # portupgrade -r devel/apr1
+ or
+ # pkg install -fR devel/apr1
+
20140318:
AFFECTS: users of net/openldap24-server
AUTHOR: delphij@FreeBSD.org