diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-03-23 05:14:41 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-03-23 05:14:41 +0800 |
commit | ace399466f2c0587461fc2bae6a4a91c747a8622 (patch) | |
tree | 600a858f12de666247b25837392efc99b021e63d /UPDATING | |
parent | a93a3c44c0b3d9446cb9b8442ba79d1d1a0e81e9 (diff) | |
download | freebsd-ports-gnome-ace399466f2c0587461fc2bae6a4a91c747a8622.tar.gz freebsd-ports-gnome-ace399466f2c0587461fc2bae6a4a91c747a8622.tar.zst freebsd-ports-gnome-ace399466f2c0587461fc2bae6a4a91c747a8622.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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |