From 2a12eab0a07e66ef37499ee5c78748e9becc4d1f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 6 Sep 2008 16:39:58 +0000 Subject: Update to 1.3.4: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes with APR-util 1.3.4 *) Fix a memory leak introduced in r683756 and a free call to a non malloced pointer in the case that the platform has no threads. [Jeff Trawick, Ruediger Pluem] Changes with APR-util 1.3.3 *) Add Berkeley DB 4.7 support. [Arfrever Frehtes Taifersar Arahesis ] *) PostgreSQL rows (internally) start from zero, not one. Account for it in row fetching function. [Bojan Smojver] *) Detection of PostgreSQL may fail if LIBS contains all libs returned by pg_config. Use it only as the last resort. [Bojan Smojver] *) When searching for DSOs, look in apr-util-APU_MAJOR_VERSION subdirectory of each component of APR_DSOPATH. PR 45327 [Joe Orton, William Rowe, Bojan Smojver] *) Give MySQL DBD driver reconnect option. PR 45407 [Bojan Smojver] Changes with APR-util 1.3.2 *) Fix parameter parsing error in ODBC DBD driver. [Tom Donovan] *) Older OpenLDAP implementations may have ldap_set_rebind_proc() with two args. Provide detection code and alternative implementation. [Ruediger Pluem] *) Use pool memory when setting DBD driver name into the hash. [Bojan Smojver] Changes with APR-util 1.3.1 *) Add ODBC DBD Driver. [Tom Donovan] *) Fix build of the FreeTDS and MySQL drivers. [Bojan Smojver] *) Fix build failure for no modules (--disable-dso). [Jean-Frederic Clere] *) Fix win32 build failure for no modules (empty DBD_LIST). [William Rowe] Changes with APR-util 1.3.0 *) apr_reslist: destroy all resources in apr_cleanup (don't give up on error). PR 45086 [Nick Kew] *) Add apr_brigade_split_ex for reusing existing brigades in situation where brigades need to be split often during the lifetime of a pool. [Ruediger Pluem] *) Amend apr_reslist to expire resources whose idle time exceeds ttl. PR 42841 [Tom Donovan, Nick Kew, Ruediger Pluem] *) Modularize ldap's stub with the dbd dso modular structure, and teach the apu dso's to respect the system specific shared lib path var. To link to an application without ldap libs, query `apu-1-config --avoid-ldap --libs` (in addition to the usual linker queries for compiling and linking). [William Rowe] *) Support building DBD drivers as DSOs by default; use --disable-util-dso flag to configure to use static link. [Joe Orton, Bojan Smojver] *) All DBD drivers now count rows from 1, which affects PostgreSQL and MySQL drivers in particular. Using row number zero is an error. [Bojan Smojver] *) Add support for OpenLDAP's ability to support a directory of certificate authorities. [Eric Covener] *) Better error detection for bucket allocation failures. [Jim Jagielski] *) Ensure that the LDAP code can compile cleanly on platforms that do not define the LDAP_OPT_REFHOPLIMIT symbol, most specifically Windows. [Victor , Graham Leggett] *) Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer to the value LDAP_OPT_ON, and not the value itself. XP works with both. [Victor ] *) Fix a regression in apr_brigade_partition that causes integer overflows on systems where apr_off_t > apr_size_t. [Ruediger Pluem] *) Ensure that apr_uri_unparse does not add scheme to URI if APR_URI_UNP_OMITSITEPART flag is set. PR 44044 [Michael Clark ] *) Add an LDAP rebind implementation so that authentication can be carried through referrals. [Paul J. Reder] *) Fix the make test target in the spec file. [Graham Leggett] *) Introduce apr_dbd_open_ex() [Bojan Smojver] *) Make md5 hash files portable between EBCDIC and ASCII platforms [David Jones] *) Add limited apr_dbd_freetds driver (MSSQL and Sybase) [Nick Kew] *) Commit relicensed apr_dbd_mysql driver to /trunk/ [Nick Kew] *) Support BerkeleyDB 4.6. [Arfrever Frehtes Taifersar Arahesis] *) Support Tivoli ITDS LDAP client library. [Paul Reder] *) Portably implement testdate's long-time constants to solve compilation faults where #LL isn't valid. [Curt Arnold] *) Use buffered I/O with SDBM. [Joe Schaefer] *) Unify parsing of prepared statements and add binary argument functions to DBD [Bojan Smojver with help from many on the APR list] *) Rewrite detection of expat in configure to fix build on e.g. biarch Linux platforms. PR 28205. [Joe Orton] *) Add apr_thread_pool implementation. [Henry Jen ] *) Add support for Berkeley DB 4.5 to the configure scripts. [Garrett Rooney] *) Allow apr_queue.h to be included before other APR headers. PR 40891 [Henry Jen ] *) Fix precedence problem in error checking for sdbm dbm back end. PR 40659 [Larry Cipriani ] *) Add an apr_reslist_acquired_count, for determining how many outstanding resources there are in a reslist. [Ryan Phillips ] *) Provide folding in autogenerated .manifest files for Win32 builders using VisualStudio 2005 [William Rowe] *) Implement DBD transaction modes [Bojan Smojver with help from many on the APR list] *) Implement prepared statement support in SQLite3 DBD driver [Bojan Smojver] *) Add get (column) name to apr_dbd API [Bojan Smojver ] and [Chris Darroch ] *) Make the DBD autoconf-glue use LDFLAGS instead of LIBS in several places, fixing some configure issues on Solaris. [Henry Jen ] *) Make apr_dbd.h work as a stand alone header, without needing other files to be included before it. [Henry Jen ] *) On platforms that use autoconf stop automatically linking against apr-iconv when an apr-iconv source dir is found in ../apr-iconv. Instead, add a --with-apr-iconv option to configure that lets you specify the relative path to your apr-iconv source directory. [Garrett Rooney] *) APR_FIND_APU macro now supports customisable detailed checks on each installed apr-util. [Justin Erenkrantz, Colm MacCárthaigh] *) APR_FIND_APU macro no longer checks /usr/local/apache2/ [Colm MacCárthaigh] *) Add apr_dbd_oracle driver [Nick Kew and Chris Darroch] --- devel/apr-util/Makefile | 4 ++-- devel/apr-util/PLIST | 5 ++++- devel/apr-util/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'devel/apr-util') diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile index 856741229f8..aca93d95699 100644 --- a/devel/apr-util/Makefile +++ b/devel/apr-util/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2007/10/11 09:12:25 tron Exp $ +# $NetBSD: Makefile,v 1.5 2008/09/06 16:39:58 wiz Exp $ -DISTNAME= apr-util-1.2.10 +DISTNAME= apr-util-1.3.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} diff --git a/devel/apr-util/PLIST b/devel/apr-util/PLIST index 20f5209bb24..f89ba60b98c 100644 --- a/devel/apr-util/PLIST +++ b/devel/apr-util/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/24 19:37:20 epg Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/09/06 16:39:58 wiz Exp $ bin/apu-1-config include/apr-1/apr_anylock.h include/apr-1/apr_base64.h @@ -10,9 +10,11 @@ include/apr-1/apr_hooks.h include/apr-1/apr_ldap.h include/apr-1/apr_ldap_init.h include/apr-1/apr_ldap_option.h +include/apr-1/apr_ldap_rebind.h include/apr-1/apr_ldap_url.h include/apr-1/apr_md4.h include/apr-1/apr_md5.h +include/apr-1/apr_memcache.h include/apr-1/apr_optional.h include/apr-1/apr_optional_hooks.h include/apr-1/apr_queue.h @@ -21,6 +23,7 @@ include/apr-1/apr_rmm.h include/apr-1/apr_sdbm.h include/apr-1/apr_sha1.h include/apr-1/apr_strmatch.h +include/apr-1/apr_thread_pool.h include/apr-1/apr_uri.h include/apr-1/apr_uuid.h include/apr-1/apr_xlate.h diff --git a/devel/apr-util/distinfo b/devel/apr-util/distinfo index 868114a475a..f0e8d83f046 100644 --- a/devel/apr-util/distinfo +++ b/devel/apr-util/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2007/10/11 09:12:25 tron Exp $ +$NetBSD: distinfo,v 1.4 2008/09/06 16:39:58 wiz Exp $ -SHA1 (apr-util-1.2.10.tar.gz) = 9e136a5492313a0eb3c50154a25da2c99dcabb1b -RMD160 (apr-util-1.2.10.tar.gz) = 6d577b04a4d75efcb40e132fddf15faede7b29c1 -Size (apr-util-1.2.10.tar.gz) = 654083 bytes +SHA1 (apr-util-1.3.4.tar.gz) = c538c566447cf38b849288a40cf81e5267d9117f +RMD160 (apr-util-1.3.4.tar.gz) = 741b9b8e9449ce3cae565aeac57deaeb688071d3 +Size (apr-util-1.3.4.tar.gz) = 778902 bytes SHA1 (patch-aa) = afcf1a45c408370a9094d350192c8649d0073c44 SHA1 (patch-ab) = 823c936d2ea924a73dc31761012fae0c09f0cbe1 -- cgit v1.2.3