libapr-util1-dbd-pgsql-1.3.9-2.1>t  DH`pJܦ  !nB%)9S P4Aj6Ѷd"lQ-M.]1C2鳉F/9Y@L=^;3j"XgS9c^pKk$ 6R樮]4=lhՑ-RkYgt(CXF<=}1'dw c)'@<-=xb&+6b34d0b74d4951d70a5121399f4226a7377888f5fhJܦ5F?Fd # =$ =Ypv|     "DP  o (8#9$#: #FDGDHEIE XEYE\E4]E@^EubEcFdFpeFufFzlF|zFClibapr-util1-dbd-pgsql1.3.92.1DBD driver for PostgreSQLDBD driver for PostgreSQL. Authors: -------- Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHEJܦbuild24YopenSUSE 11.2openSUSEOther uncritical OpenSource License ; Apache Software License ..http://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://apr.apache.org/linuxi586VTEJܦJܦJܦ4949ec1cb8ccdbcafd80313c8c5e5b873fca0b6cdeefd8571cb49ee75a151be7apr_dbd_pgsql-1.sorootrootrootrootrootrootlibapr-util1-1.3.9-2.1.src.rpmapr_dbd_pgsql-1.solibapr-util1-dbd-pgsqllibapr-util1-dbd-pgsql(x86-32)  @@@@@ libapr-util1rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libpq.so.5libpthread.so.0rpmlib(PayloadIsLzma)1.3.94.0-13.0.4-14.4.6-14.7.1J JT@J,@IIsI HHoHoH5@H5@HHH4@HW@HU@HM@G@G,@G,@GLFF1FҼFFFF37@E%E, 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 MacCarthaigh] * ) APR_FIND_APU macro no longer checks /usr/local/apache2/ [Colm MacCarthaigh] * ) Add apr_dbd_oracle driver [Nick Kew and Chris Darroch] - remove obsolete patches: apr-util-1.2.12-ac_configure_args.patch apr-util-1.2.12-no_linkage.patch apr-util-1.2.12-dso.patch apr-util-1.2.12-link.patch apr-util-1.2.8-r521327.patch DSO build is now handled by the build system and it is also the default now. - remove manual run of the testsuite, this has also been fixed upstreams. - the DBD dsos now live in /usr/lib*/apr-util-1.- build service supports the debuginfo flag in metadata now; remove debug_package macro from the specfile therefore.- added baselibs.conf file to build xxbit packages for multilib support- re-fix build of apr_dbd_mysql module on SLES_9 (must have been broken on Tue Aug 21 2007)- fix DSO build so it doesn't incur linkage to the database libs, which happened since the 1.2.12, and which I hadn't time to fix yet. Patches from PLD and Oden Eriksson (Mandrake) very much appreciated. +Patch10: apr-util-1.2.12-no_linkage.patch +Patch11: apr-util-1.2.12-dso.patch +Patch12: apr-util-1.2.12-link.patch - another patch was rebased and renamed: - Patch: apr-util-1.2.7.diff +Patch: apr-util-1.2.12-ac_configure_args.patch - build DSOs manually (by changing build-outputs.mk to not make dbd/apr_dbd_[^ ]*\.lo. Thereby avoiding database symbols in the resulting libaprutil-1 shared object - fix up apu-1-config LDFLAGS and INCLUDES in the end - update the run of testcases - remove openldap2 from BuildRequires, because that part is the server component which is never needed for building. - added requires for openldap2-devel db-devel to the devel package as apu-1-config returns the libs (change from Factory)- update to 1.2.12: * ) Wakeup threads waiting for a reslist resource after a resource was invalidated. [Ruediger Pluem] * ) Fix GMT offset for several date formats and add a new format. [Maxime Petazzoni ] * ) Numerous fixes to the test/ framework, including better handling of long size_t comparisons and more consistent Makefile.(in|win) setup for authoring new tests. [William Rowe] * ) Win32 build fixes including a Makefile.win scheme, fixes for 64P model x86_64 compiles and VC8 builds. [William Rowe] * ) Type mismatch between apr_datum_t and GDBM's datum type could yield a corrupt apr_datum_t when reading from a GDBM database. PR 43025. [Björn Wiberg , Davi Arnaut] * ) Add the #define APR_LDAP_SIZELIMIT that is set appropriately for the LDAP SDK that is being used. Also include ZOS as an LDAP Platform. PR 37814. [David Jones , Davi Arnaut] * ) Fix exported LDFLAGS with new expat detection. PR 43337. [Justin Erenkrantz] * ) Add MySQL DBD driver [Nick Kew, Bojan Smojver] - drop source file apr_dbd_mysql.c, which was distributed separately until now. Functional changes to the previous version are: * added mysql_thread_init() (see http://www.nabble.com/-PATCH--apr_dbd_mysql.c-t4314862.html) * allow groups=xyz in the DBDParams setting - drop apr-util-1.2.8-dso.patch, apr-util-1.2.12-dbd.patch, apr-util-1.2.8_dbd_mysql_buildconf.patch - adjust apr-util-1.2.8-dbd.patch - fix empty rpm macro "helpdir", which lead to an error- use debug_package macro only on suse, because it breaks the build on Mandriva- update to 1.2.10: * ) Support BerkeleyDB 4.6. [Arfrever Frehtes Taifersar Arahesis] * ) Test improvements to validate testmd4 and testdbm, unattended. [Bojan Smojver] * ) Ensure that an apr_reslist shrinks back to SMAX via the TTL by reorganising the resource list from a queue to a stack. PR 40348. [Christian BOITEL ] * ) Fix Solaris 2.8+ fdatasync() detection. The fdatasync() function is marked as part of the Realtime library functions. PR 37343. [Davi Arnaut] * ) Change configure's expat detection to use standard linker-based tests, fixing build on e.g. biarch Linux systems. PR 28205. [Joe Orton, Ruediger Pluem] * ) Portably implement testdate's long-time constants to solve compilation faults where #LL isn't valid. [Curt Arnold] * ) APR_FIND_APU macro no longer checks /usr/local/apache2/. PR 42089. [Colm MacCárthaigh] * ) Fix handling of attribute namespaces in apr_xml_to_text() when a namespace map is provided. PR 41908. [Joe Orton] - update apr_dbd_mysql.c to r54 - Rework for unified parsing of prepared statements - Add binary argument functions - Update Licensing http://bahumbug.wordpress.com/2007/01/09/re-licensing-apr_dbd_mysql/- add apr-util-1.2.8-r521327.patch: dbd/apr_dbd.c (apr_dbd_get_driver): Ensure driver DSOs have the same lifetime as the hash table. Backport from trunk (r521327)- first attempt to remove static libraries and libtool crap- fixed wrong rpm tag (Buildrequires -> Requires libexpat-devel)- make last fix buildservice compatible - add debug_package macro in buildservice (will soon be obsolete)- Add libexpat-devel to build requires.- fix sqlite plugin building for sqlite2, it wasn't linked against the lib - work around mysql plugin build on SLES9 with a kludge (libmysqlclient_r was missing the .so link at SLES9 time- DSO-ify the build of dbd backends- add sqlite and pgsql support, and rpm-macroize it- added apr-util-1.2.8_dbd_mysql_buildconf.patch and http://apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c: the patch and the additional .c file add mysql support to apr-dbd- update to 1.2.8 * ) Add support for Berkeley DB 4.5 to the configure scripts. * ) Allow apr_queue.h to be included before other APR headers. * ) Implement prepared statement support in SQLite3 DBD driver * ) Fix to ensure that "deprecated" LDAP interfaces are still exposed if using OpenLDAP 2.3. * ) Fix incorrect byte order and incorrect timestamp type in the fallback UUID generator used when no external UUID generator is detected by APR.- libexpat.la was removed, look for libexpat.a also in lib64 (214240) build parallel- fix Buildrequires on FC and Mandrivabuild24 1255974428y981.3.9-2.11.3.9-2.1apr_dbd_pgsql-1.soapr_dbd_pgsql.laapr_dbd_pgsql.so/usr/lib/apr-util-1/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/15cf7aab3e4ef15fdbe0b8488c59376d-libapr-util1cpiolzma2i586-suse-linux $44aHCO?] b2 5a48- HQv6Q#`k8 Ɩ6zp~xݦb2KzTnf#C C7%S#Lg)!vXD (Z8O6/"^ hؘ<}C x+F~D9!E (3<_z+ W ogAebb 9EbǴh|4 k>i_y$+7wV!h0#+R#rdlDjeٗR>1!Kq! awB?$#:9ߕzȫ_/㷥ĺ2Rw6%+,+e?H|{Uɘbs-i#XRD/L pH~QE<<)'Bmx9zڔ~]D\ Sru e0 g*mC%b˲tQh[~s3ϖ.$yyL$I(|4aò8)4췿LMsc?]AL8ZL|#~W! Lue0!փ*,8Zp((U%YRG&(¸&2=Y}D^X}EXq< #ͫdMU>;ApmA-6B|CkY$:C ]BaMl:443P Q?eژ^Ku>2֏PlZ""͖@7ksHPKY›w2wa41_rrh`Z݁ABݬ%SQ6*$27y1ɌCz3:eKxYWُY0,wRSj2pu^3{>w%W22_8ѓ[SSfCʿcLHֈ.1>Cltw.  (7xZ}5GZ* ~N"9Oi=Ҭ=%=Z:S%ΟD \<\g :hǑm 4-p&>H 6Z:URV3<[+ن-( NvrKmUȨ,ՙ KC֞T!P'5~"Lxz q`K渢Yk Vst!|=_d#^0AjG@Owsys8VADT:Ċ>su/f~tOQn0`.ؠu%CvA$JAVNKjwΛT}-g"OZUD{1&d],h{(3a&hi"hӻ(͘cЬbjO-C x6ފ2 Z= _ j2;gtw* ݖG[H /ن%?l n$~T/Z.T%y,^;z ;G͢=y_-/lΚ>eAj ^e$G# Lq {Q :ޅ5} 'Z=%eMf3(0yA;k{,XۅҰ.+om2J Q޻oҚ (N<(NS il}`"9$֪_j$vK26D'A^S<iasXlA ~Cs*5lf‚ r4iN'1wkOX? '0NJ6@:7 oe7<}v=}AZlmI{~Nǎx`hyU lnWЭY(aZRR16+To}gjg䃇-++G.C tA>3Q4tϏ`?6n >'HAL@u(bda QB{_]n_e[ivV!xX_LkEko91k \?Ưx9Dz#E%SȴvݤhX{1m4uۨ>II l~@8Ω ط+ر"9:6)*fsoD ~r ]ܕV7u҂@D=Ⱥ"4G-Jᑘ[a}luB槯DGτt3<g?#K\tI&n *ٔ ?Pzo=5"P#=un%%lY0A٠4YZf^n1 wcቑQʕ҇R:P#qPNFl"oi6bAt}Knt}pt?'Z HQbZ@<\Ňԕ ~E߯c 8\ӑ]8}p[m BbcZ]d1jM>8 qjՇXDBGk J@¼D ~ m㣔*Ock)״QMY ƈǓQs}]νsQRg^Y,O;c`(wNX})en%& /6@V D.v K& !(<( x1ZcgX wRjKtmoSC} rhM ajiT"Fz~7X2A}IkZBJc(T6M'g˳'0J3S<=?ICdG*` -ipă**a2dܾK-\x!㖭6@"@Ȫ2b ry MSI`prWhGU>LZ2n6O diRGCn) X (*A*+Gr7˔SủBqh4CҚ;SgW)TazѠ!оI?RG"R:v13+􎇬)5k'p ItUMW(3هĜeAPŗfO'HQ_S !ۘnևhf'ב{6Oy89sBJiT4{Q#QMV4JҔ%4caC}툟.Hp(C5# *rXՌ<6у@jm! 'MЃ,cHͯZD %xP}7l5H{6u-x"S"{sӦoQ*,հ*$d_d V֝Y;szb}5 96zhu=ACHPVu89>3BqAȖL ם] 6>#&tJI~%JȭgvKRF/4!x9c]Do5o"ͧ.Yx }t1A)16'Ln.IZUktO 9r.v;zЯ T:9BY7`\Om)Lߒ۾fmXG&uuXLvTD=X8ԡ?#I7m%C͜cˢ; YQ)sumivO]Ɛm `|7Tnu0QFQuFsj Dڛk."{ -IOE>ҫQ#Pݬ~qÌWsj3 Wߨ|\\ěg oF|ce%i,ܙlsăG5/)RQy ]ِ9ɕ>_erșRh~P-c gv_{;BUPYH.cM!kI-1i-?EP[_8}xENͣFvJu٪^FʧROO pԪn2d$R)(tĩNA"FIY{[zс%nCğ]dk}ES4SvQEIzB]"F9t Dl8 ?ƟnClzQݞgfTURZuh\0<('ъg_}vQYfȂ6J"j1rv,I?]B'b(|5c,|ۚp$v*nZ<0LdԛFR՝۬\{?1u72W'LZOeQ=5ye,n퀏\yvcfJHH4i5R^XgҬTV?U Goߵ'1PZF{lwW_4d-fܕ5uNW4 Dx *O$޽ nI~[v(Z9#bYW<EBTH@F3׳a%dw1ܥNMjB1@.Ple)u2:yiFK_ GK!h/hl"ߎ'cFG0Lm܌75lwY!n9|"**{tq:cbZ#dTTեIO{W evjJ 7`*$@G;& M(`*r;obb.)r.gBjX ҸE%yM y'[i4"4L̈́^Ið h̝niʖ|UKnuV{4E83院+}7-*? S2ge }Ÿ^e I 3ʥK]pyYJ4uilI )>SK5uO:kSoe X'KKm ?uȜTb'qr 3g$6‰X1_D!W,:q=-_] f`(=}٥w\O\lu"/n?~2KXMF#MU.$vX&=`M/ 읡ͤ#ueT,I~).[!Nz{!~W߽p7͕ /~QR활y$ LK?^oP_h^- Ɯbғw/‰Y"p2OJ P% ["m\ǝм?as]Ӗ̨h峽 `S]9pm[,D!KvfFhK;QggMpz>Ν[!T*7#_