You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/05/19 17:03:42 UTC

svn commit: r306 - /dev/apr/

Author: trawick
Date: Thu May 19 15:03:40 2011
New Revision: 306

Log:
proposed apr-util 1.3.12

Added:
    dev/apr/CHANGES-APR-UTIL-1.3   (with props)
    dev/apr/apr-util-1.3.12-win32-src.zip   (with props)
    dev/apr/apr-util-1.3.12-win32-src.zip.asc
    dev/apr/apr-util-1.3.12-win32-src.zip.md5
    dev/apr/apr-util-1.3.12-win32-src.zip.sha1
    dev/apr/apr-util-1.3.12.tar.bz2   (with props)
    dev/apr/apr-util-1.3.12.tar.bz2.asc
    dev/apr/apr-util-1.3.12.tar.bz2.md5
    dev/apr/apr-util-1.3.12.tar.bz2.sha1
    dev/apr/apr-util-1.3.12.tar.gz   (with props)
    dev/apr/apr-util-1.3.12.tar.gz.asc
    dev/apr/apr-util-1.3.12.tar.gz.md5
    dev/apr/apr-util-1.3.12.tar.gz.sha1

Added: dev/apr/CHANGES-APR-UTIL-1.3
==============================================================================
--- dev/apr/CHANGES-APR-UTIL-1.3 (added)
+++ dev/apr/CHANGES-APR-UTIL-1.3 Thu May 19 15:03:40 2011
@@ -0,0 +1,347 @@
+                                                     -*- coding: utf-8 -*-
+Changes with APR-util 1.3.12
+
+  *) apr_ldap: Fix crash because of NULL cleanup registered by
+     apr_ldap_rebind_init().  [Rainer Jung]
+
+Changes with APR-util 1.3.11
+
+  *) apr_dbd_oracle: fix endianness issue in prepared statements.
+     PR 50690.  [Stefan Ruppert <sr myarm.com>]
+
+  *) apr_ldap: resolve possible hangs or crashes when the pool passed
+     to apr_ldap_rebind_init() is cleaned up and apr_ldap_rebind
+     is re-initted and re-used. PR50918. [Eric Covener]
+
+  *) DBD ODBC support: Fix stack buffer overwrite when an unexpected
+     number of parameters is passed to open.  Fix range checking of the
+     APR DBD type enum passed to some of the APIs.  [Jeff Trawick]
+
+  *) Add support for Berkeley DB 5.1.
+     [Rainer Jung]
+
+Changes with APR-util 1.3.10
+
+  *) SECURITY: CVE-2010-1623 (cve.mitre.org)
+     Fix a denial of service attack against apr_brigade_split_line().
+     [Stefan Fritsch]
+
+  *) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
+     Fix two buffer over-read flaws in the bundled copy of expat which
+     could cause applications to crash while parsing specially-crafted
+     XML documents.  [Joe Orton]
+
+  *) Upgrade bundled copy of expat library to 1.95.7.  [Joe Orton]
+
+  *) apr_thread_pool: Fix some potential deadlock situations.  PR 49709.
+     [Joe Mudd <Joe.Mudd sas.com>]
+
+  *) apr_thread_pool_create: Fix pool corruption caused by multithreaded
+     use of the pool when multiple initial threads are created.  PR 47843.
+     [Alex Korobka <akorobka fxcm.com>]
+
+  *) apr_thread_pool_create(): Only set the output thread pool handle on
+     success.  [Paul Querna]
+
+  *) DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() with
+     several different data types, including APR_DBD_TYPE_TIME.  PR 49645.
+     [<kappa psilambda.com>]
+
+  *) Add support for Berkeley DB 4.8 and 5.0.  PR 49866, PR 49179.
+     [Bernhard Rosenkraenzer <br blankpage.ch>, 
+      Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
+
+  *) Make bundled expat compatible with libtool 2.x.  PR 49053. 
+     [Rainer Jung]
+
+  *) Prefer libtool 1.x when searching for libtool in
+     bundled expat release process. [Rainer Jung, Jim Jagielski]
+
+  *) Improve platform detection for bundled expat by updating
+     config.guess and config.sub. [Rainer Jung]
+
+Changes with APR-util 1.3.9
+
+  *) SECURITY: CVE-2009-2412 (cve.mitre.org)
+     Fix overflow in rmm, where size alignment was taking place.
+     [Matt Lewis <ma...@google.com>, Sander Striker]
+
+  *) Make sure that "make check" is used in the RPM spec file, so that
+     the crypto, dbd and dbm tests pass. [Graham Leggett]
+
+  *) Make sure the mysql version of dbd_mysql_get_entry() respects the
+     rule that if the column number exceeds the number of columns, we
+     return NULL. [Graham Leggett]
+
+  *) Ensure the dbm module is packaged up correctly in the RPM.
+     [Graham Leggett]
+
+  *) Clarify the error messages within the dbd tests. [Graham Leggett]
+
+Changes with APR-util 1.3.8
+
+  *) Use locally scoped variables in PostgreSQL driver to avoid stomping
+     on return codes. PR 47431
+     [Wayne Jensen <wayne_jensen trendmicro.com>]
+
+  *) Fix race conditions in initialisation of DBD, DBM and DSO.
+     [Bojan Smojver]
+
+  *) Expose DBM libs in apu-1-config by default. To avoid that, use
+     apu-1-config --avoid-dbm --libs. To get just DBM libs, use
+     apu-1-config --dbm-libs.
+     [Bojan Smojver]
+
+  *) Make sure --without-ldap works.
+     [Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
+
+Changes with APR-util 1.3.7
+
+  *) SECURITY: CVE-2009-1955 (cve.mitre.org)
+     Fix a denial of service attack against the apr_xml_* interface
+     using the "billion laughs" entity expansion technique.
+     [Joe Orton]
+
+Changes with APR-util 1.3.6
+
+  *) Minor build and bug fixes.
+
+Changes with APR-util 1.3.5
+
+  *) SECURITY: CVE-2009-0023 (cve.mitre.org)
+     Fix underflow in apr_strmatch_precompile.
+     [Matthew Palmer <mpalmer debian.org>]
+
+  *) SECURITY: CVE-2009-1956 (cve.mitre.org)
+     Fix off by one overflow in apr_brigade_vprintf.
+     [C. Michael Pilato <cmpilato collab.net>]
+
+  *) APR_LDAP_SIZELIMIT should prefer LDAP_DEFAULT_LIMIT/-1 when the
+     SDK supports it, but in the absence of LDAP_DEFAULT_LIMIT (and
+     LDAP_NO_LIMIT/0) it is not safe to use a literal -1.
+     PR23356 [Eric Covener]
+
+  *) Clean up ODBC types. Warnings seen when compiling packages for
+     Fedora 11. [Bojan Smojver]
+
+  *) Use of my_init() requires my_global.h and my_sys.h. 
+     [Bojan Smojver]
+
+  *) Fix apr_memcache_multgetp memory corruption and incorrect error
+     handling. PR 46588 [Sami Tolvanen <sami.tolvanen mywot.com>]
+
+  *) Fix memcache memory leak with persistent connections.
+     PR 46482 [Sami Tolvanen <sami.tolvanen mywot.com>]
+
+  *) Add Oracle 11 support. [Bojan Smojver]
+
+  *) apr_dbd_freetds: Avoid segfault when process is NULL.
+     Do no print diagnostics to stderr. Never allow driver to exit
+     process. [Bojan Smojver]
+
+  *) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
+     or sybdb.h. [Graham Leggett]
+
+  *) LDAP detection improvements: --with-ldap now supports library names
+     containing non-alphanumeric characters, such as libldap-2.4.so.  New
+     option --with-lber can be used to override the default liblber name.
+     Fix a problem reporting the lber library from apu-N-config.
+     [Jeff Trawick]
+
+  *) Suppress pgsql column-out-of-range warning.
+     PR 46012 [Michiel van Loon <michiel van-loon.xs4all.nl>]
+
+  *) Fix a buffer overrun and password matching for SHA passwords.
+     PR 45679 [Ben Noordhuis <bnoordhuis gmail.com>]
+
+  *) Introduce DSO handling of the db, gdbm and ndbm drivers, so these are
+     loaded as .so's on first demand, unless --disable-util-dso is configured.
+     [William Rowe]
+
+  *) Fix a segfault in the DBD testcase when the DBD modules were not present.
+     [Graham Leggett]
+
+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 <arfrever.fta gmail.com>]
+
+  *) 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 <vi...@gmail.com>, 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 <vi...@gmail.com>]
+
+  *) 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 <michael metaparadigm.com>]
+
+  *) 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 <henryjen ztune.net>]
+
+  *) 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 <henryjen ztune.net>]
+
+  *) Fix precedence problem in error checking for sdbm dbm back end.
+     PR 40659 [Larry Cipriani <lvc lucent.com>]
+
+  *) Add an apr_reslist_acquired_count, for determining how many outstanding
+     resources there are in a reslist.  [Ryan Phillips <ryan trolocsis.com>]
+
+  *) 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 <bojan rexursive.com>] and
+     [Chris Darroch <chrisd pearsoncmg com>]
+
+  *) Make the DBD autoconf-glue use LDFLAGS instead of LIBS in several
+     places, fixing some configure issues on Solaris.
+     [Henry Jen <henryjen ztune.net>]
+
+  *) Make apr_dbd.h work as a stand alone header, without needing other
+     files to be included before it. [Henry Jen <henryjen ztune.net>]
+
+  *) 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]
+
+
+Changes for APR-util 1.2.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
+
+Changes for APR-util 1.1.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
+
+Changes for APR-util 1.0.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
+
+Changes for APR-util 0.9.x and later/earlier:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup

Propchange: dev/apr/CHANGES-APR-UTIL-1.3
------------------------------------------------------------------------------
    eol-style = native

Added: dev/apr/apr-util-1.3.12-win32-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/apr/apr-util-1.3.12-win32-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/apr/apr-util-1.3.12-win32-src.zip.asc
==============================================================================
--- dev/apr/apr-util-1.3.12-win32-src.zip.asc (added)
+++ dev/apr/apr-util-1.3.12-win32-src.zip.asc Thu May 19 15:03:40 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iQIcBAABCgAGBQJN1TAXAAoJEOxYLrY5/wksC9EP/331GYhQIyly4SRkhz3+0j79
+3x07phIO5pA1wasABBykzgDN8pQqnYqQzoc9HuuUZst5Y5rBRRSFdovDNzSr6Ye4
++TGxTg//z7jcLCOv2JaZnmQX+dn1xUwX+gFt52i8tPj92xG2nqdva2Ztkbt9imaQ
+FcdE6m8GulDDQOF+sZ6BacL28XsS8l9HGJKj5r6QwXx762HXSQRRc6Ba9vuDxH51
+YXzt+5zs/CdI+u3Pn01RRjR0HLwq/eZYYeAj741zb3A4xHQ92oTGgrVBJmDYOW/M
+C8Mp1tg0Pineh0jzKISFh1y/jYUQ/cYjGcIm1xiMqe1i1g9p113Q0DvCGymKpvnl
+XC57GlRiMhjXTul00204hPBB1g7g+wfFtRiNB96yIL+kGYFuW/DaYhVA3sNfe35j
+ABspi8rMMIbnWaHgvyGmWisWrhsK4zrkvSUlWzVST/p7h3wVZ7KYDk5j0m09RKXA
+HkP0XH2tmfOdNzGiQPNcq6IezLVRDf+EIDaz3NnzEiE3mrAFeus6HyRIxmeXQCPh
+yHwCHjBunwt8tHJgVZRxxD4zZG6JIJEfeGl/iuTeqj5NdYj9tchFwtNEM5mMShXF
+H+4G6Tuv/7UN8Ip4r2shnYHxygcT25RShplTpwTr4GkxFImz3vnNKraktjSztkAt
+oYuvxoJJlrWVYiGwZayn
+=1WSM
+-----END PGP SIGNATURE-----

Added: dev/apr/apr-util-1.3.12-win32-src.zip.md5
==============================================================================
--- dev/apr/apr-util-1.3.12-win32-src.zip.md5 (added)
+++ dev/apr/apr-util-1.3.12-win32-src.zip.md5 Thu May 19 15:03:40 2011
@@ -0,0 +1 @@
+2255a2a9561002e932589c68db3dce1d *apr-util-1.3.12-win32-src.zip

Added: dev/apr/apr-util-1.3.12-win32-src.zip.sha1
==============================================================================
--- dev/apr/apr-util-1.3.12-win32-src.zip.sha1 (added)
+++ dev/apr/apr-util-1.3.12-win32-src.zip.sha1 Thu May 19 15:03:40 2011
@@ -0,0 +1 @@
+7ef2e57cf124677abc5d4e076f498730c4827d26 *apr-util-1.3.12-win32-src.zip

Added: dev/apr/apr-util-1.3.12.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/apr/apr-util-1.3.12.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/apr/apr-util-1.3.12.tar.bz2.asc
==============================================================================
--- dev/apr/apr-util-1.3.12.tar.bz2.asc (added)
+++ dev/apr/apr-util-1.3.12.tar.bz2.asc Thu May 19 15:03:40 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iQIcBAABCgAGBQJN1TAWAAoJEOxYLrY5/wksk8oQALjjEvTXg+CkqcOfm/7FIW/m
+3Wo9KOx059HrPi9/D3aYkxZPOUEv2V+uTXaU4b7pe8wQ6MOPGGkwIiPJhxz6V8Og
+Z5xsxFuZTfY/gwG+9O/b9a77jGcVY9QJh5740UzwDRiVA0IsIDg5uRwfEWkxyle4
+l+aYwKBF4f4VPvgB8bo3ORjBFCybr2/BuAuUzVZhwKua8nN2lSN7QfR7nJFL88AC
+ilOCF4crMhuF6jTPVc079lzOynHGIjkIdjDlZRRjWNyFPtF/4Ad1YKG6n5RoEAcS
+zTiPPElzS3yHeBAwfBw4xlpfrdGZin5KP1yqUYjYQnxDwG2fxXSmAKULVW3+YCFy
+JCysHZ224yJFde2IpJhP6R4QWMayfyAL19HwtmP4XFKRWsgkZVCOtgNd80ptjf7N
+uiRJqn/6Cbo0mP8sCho4PRwi0BLpqPK4nKs5S4j50UwV97jEjKc1X1EDVuymPLb2
+AB7U0di3KpTlXd5zNpsiYEcPOI7jOlkeZFTdRDZru+9fCVKDD2pYJztkfU3WMmSP
+P19JeH+iPLVmptEQ5CyX1eEWhxUF4Jc8GZhH/t2qFsySRJK80lTmq7cuTxWhw+or
+dBFcJTDyqWRJnFVxy6ZRBG6QZF5jndhQjWYc3Yf/p+bx3iQJW9WhqH3iY0GXxpeW
+j/I2UjdHZ1P01JvHAV2x
+=Tw0d
+-----END PGP SIGNATURE-----

Added: dev/apr/apr-util-1.3.12.tar.bz2.md5
==============================================================================
--- dev/apr/apr-util-1.3.12.tar.bz2.md5 (added)
+++ dev/apr/apr-util-1.3.12.tar.bz2.md5 Thu May 19 15:03:40 2011
@@ -0,0 +1 @@
+0f671b037ca62751a8a7005578085560 *apr-util-1.3.12.tar.bz2

Added: dev/apr/apr-util-1.3.12.tar.bz2.sha1
==============================================================================
--- dev/apr/apr-util-1.3.12.tar.bz2.sha1 (added)
+++ dev/apr/apr-util-1.3.12.tar.bz2.sha1 Thu May 19 15:03:40 2011
@@ -0,0 +1 @@
+4902165fc5f2f077afbcc7ddf7ebbf61556a1cda *apr-util-1.3.12.tar.bz2

Added: dev/apr/apr-util-1.3.12.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/apr/apr-util-1.3.12.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/apr/apr-util-1.3.12.tar.gz.asc
==============================================================================
--- dev/apr/apr-util-1.3.12.tar.gz.asc (added)
+++ dev/apr/apr-util-1.3.12.tar.gz.asc Thu May 19 15:03:40 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iQIcBAABCgAGBQJN1TAVAAoJEOxYLrY5/wksyEMQAMaTnb0v8hRsF833JRGiwlsN
+2cZ3iZ8rZaFgEnp7xgEfAsMR4Rt1MdluvdC0uWSsmQc9aVr6fh8b+pluJ44vQzdO
+keRK7jrOqaqW2G0+rpuzfHqlAftutN+kj3OzgOq2luePvBpriRZZHgQB29mge0GF
+qIO81Raz6lKlVV6jXkEZt70cVKOxsA8WttI2coQinBObwDNEZHMcOnHYP38vrCP+
+0wUbPGiHTgEvo1tyMD50yIwVkxeyU+1ZzdDBItrOw89BqRiJ6+mugqjZ9SIkppsk
+Rhozb2qrbKgjDEe8vkZAYY9zU1zxWrvwHkAsH/C/kkscAvQd5T8SzGOINfdzYZox
+K1x1aFEU3liUUbZBpxxBpyKNbEOLCXzzAKc7gK6fYasUoj6sDAoxFn78YcstrdG+
+64USXEhJJcphXcYefhyLb0MVUqVeEo/ybHPBHxUNbVHRzeopac1SpNUtvClno5uK
+j6SegI1pY8eTHe/TDVE5qmtjJkKoHQ1rltL0qgJgc7BdqHOMqxunWoOfO/QHAIba
+Oaq3PmQPA4GewnjFGVyA9Y+wkGomJ8/qZN+fCaLUcHjn7WoxZbk9OvsQyRqhEFVU
+Hrkf4VbwJkJoscPkKMEzqnUtL/AmH2UkWK28KXc6HCOirQ55YU9616Rag7dJ9vFh
+seyjVWch+E+qWMquZF3Y
+=DbQW
+-----END PGP SIGNATURE-----

Added: dev/apr/apr-util-1.3.12.tar.gz.md5
==============================================================================
--- dev/apr/apr-util-1.3.12.tar.gz.md5 (added)
+++ dev/apr/apr-util-1.3.12.tar.gz.md5 Thu May 19 15:03:40 2011
@@ -0,0 +1 @@
+d1977289889592ef998e3f777f68efe4 *apr-util-1.3.12.tar.gz

Added: dev/apr/apr-util-1.3.12.tar.gz.sha1
==============================================================================
--- dev/apr/apr-util-1.3.12.tar.gz.sha1 (added)
+++ dev/apr/apr-util-1.3.12.tar.gz.sha1 Thu May 19 15:03:40 2011
@@ -0,0 +1 @@
+bb8c03cfff08423a240b2bc139067bab8a7af8f1 *apr-util-1.3.12.tar.gz