On 2011-05-19 17:08, Jeff Trawick wrote: > Tarballs/zipballs are at http://apr.apache.org/dev/dist/. > > This corrects a regression in ldap support which could cause a crash > with httpd, updates Windows command-line build files, and fixes an > undocumented issue in ODBC configure logic. > > As the changes are trivial, 24 hours for reviewing, testing, and > voting should be sufficient. > > The zipball diffs from 1.3.11 are at > http://people.apache.org/~trawick/1.3.11-to-1.3.12.txt > > +/-1 > [ ] Release apr-util 1.3.12 as GA >
I just found a possible issue, but I'm not sure ... If test apr-util with enabled db, dbd, pgsql mysql and sqlite, then it will fail. But test with dbd alone is success. Last lines from test apr-util output. if test ! -d "./data"; then cp -r ./data data; fi teststatus=0; progfailed=""; for prog in dbd testall; do if test "$prog" = 'dbd'; then for driver in none pgsql mysql sqlite3; do if test "$driver" != 'none'; then LD_LIBRARY_PATH="`echo ".. Failed to load driver file apr_dbd_pgsql.so Failed to load driver file apr_dbd_mysql.so Failed to load driver file apr_dbd_sqlite3.so teststrmatch : SUCCESS testuri : SUCCESS testuuid : SUCCESS testbuckets : SUCCESS testpass : SUCCESS testmd4 : SUCCESS testmd5 : SUCCESS testldap : SUCCESS testdbd : FAILED 1 of 2 testdate : SUCCESS testmemcache : SUCCESS testxml : SUCCESS testxlate : SUCCESS testrmm : SUCCESS testdbm : SUCCESS testqueue : SUCCESS testreslist : SUCCESS Failed Tests Total Fail Failed % =================================================== testdbd 2 1 50.00% *** Error code 1 Stop in /mirror/tinderbox/a/builds/usr/ports/devel/apr1-dev/work/apr-util-1.3.12/test. *** Error code 1 Stop in /mirror/tinderbox/a/builds/usr/ports/devel/apr1-dev/work/apr-util-1.3.12. *** Error code 1 Stop in /usr/ports/devel/apr1-dev. :set invnumber
