libapr1-1.3.3-12.2.1<>,|XJ"/=„Uӟ`@%'XB+'T+gyK[il?\Tybc&Q<^)񩳔0~'~K.WoV9 %ى h]O4թ'y?@X])\@<1UtC9^2M^ph]Jձ,q[ZͰF/qG,)XQ<G^سKlL]x|L4ᩆMH|}c{^4 x?T~ ˞R*w.6qٿ]530%_W>8A0?A d   =(,48FO     0  $D\t(,849: >>@>F?G?H?,I?DX?LY?T\?d]?|^?b?c@d@e@f@k@lAzAClibapr11.3.312.2.1Apache Portable Runtime (APR) LibraryThe mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features. The APR is used by both Open Source and Commercial projects, prominent examples being the Apache HTTP server. Authors: -------- Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHEJcnielsenopenSUSE 11.1openSUSEOther uncritical OpenSource License; The Apache Software Licensehttp://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://apr.apache.org/linuxi586XxaF?A큤JbJbJcHHNH@neba3cce76ea256901b005244d328fe3587202c20295cf6f1c88372beb49ccfd60c35ff3c4c83b89d2f076e315caac28b6ee18adc4dfadbb5716ab6ca3a4f2cbflibapr-1.so.0.3.3rootrootrootrootrootrootrootrootrootrootrootrootlibapr1-1.3.3-12.2.1.src.rpmlibapr-1.so.0libapr1@@JJ@@@@@@@@@@@@@@@@@@@@@J/sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.2)libc.so.6(GLIBC_2.3.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypt.so.1libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.2)libpthread.so.0(GLIBC_2.3.2)librt.so.1rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.2-14.4.2.3Jw@I>]I/@Ih@I HHHHH4@H4@HU@HM@HG@GLFFF1FFɂ@FGFF8}@E}H@EAmeissner@suse.dero@suse.dero@suse.depoeml@suse.deskh@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.deschwab@suse.dero@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.decrrodriguez@suse.depoeml@suse.decrrodriguez@suse.depoeml@suse.dedmueller@suse.depoeml@suse.depoeml@suse.de- applied upstream patch for CVE-2009-2412 (Overflow flaw in apr_pool and apr_rmm APIs), bnc#529591- remove ix86 from ifarch statement obsoleting 32bit package- update baselibs.conf- simplify the usage of the sles_version macro- obsolete old -XXbit packages (bnc#437293) (olh@suse.de)- update to 1.3.3 final (updating to the release tarball, which has all the patches.)- add apr-1.3.2-r684091.patch Backport r683771 from the trunk. Fix APR_PID_T_FMT detection on Solaris. - rename apr-1.3.3-patch to apr-1.3.3.patch- add post-1.3.2 patches (backports from trunk committed to the 1.3.x branch) * ) Rename apr_pool_create_core to apr_pool_create_unmanaged and deprecate the old API name. It better reflects the scope and usage of this function. [Mladen Turk] * ) Use proper return code for fcntl-based apr_proc_mutex_trylock() on platforms that return EACCES instead of EAGAIN when the lock is already held (AIX, HP-UX). [Eric Covener]- update to 1.3.2. Changes: * ) Fix getservbyname_r() detection. [Ruediger Pluem] * ) Fix win32 apr.hw to pick up XP/2003 TCP/IP multicast constants and revert to IPV6 disabled-by-default (a change present only in 1.3.0). [William Rowe] * ) Fix autoconf cached detection of atomic builtins. [Jim Jagielski] * ) Use thread safe versions of getservbyname(). [Bojan Smojver] * ) Use thread safe getpass_r on Netware. [Guenter Knauf]- skip testatomic testcase on sles9-x86_64 for now- workaround for ugly bug [bnc#400488] Xen kernel on sles9 x86_64 is set up to behave different than all other kernels- update to 1.3.0. Changes, with non-Linux relevant portions omitted (see http://www.apache.org/dist/apr/CHANGES-APR-1.3 for complete list): * ) apr_getservbyname(): Use proper method for converting port to host byte order. PR 44903. [Chris Taylor ] * ) Use /dev/urandom in preference to /dev/random as entropy source for apr_generate_random_bytes. PR 44881. [Bojan Smojver] * ) Introduce apr_pool_pre_cleanup_register() for registering a cleanup that is called before any subpool is destroyed within apr_pool_clear or apr_pool_destroy. This allows to register a cleanup that will notify subpools about its inevitable destruction. [Mladen Turk] * ) Introduce apr_pool_create_core_ex() for creation of standalone pools without parent. This function should be used for short living pools, usually ones that are created and destroyed either in a loop or inside function call. Since the pools created with this function doesn't have a parent they must be explicitly destroyed when done. [Mladen Turk] * ) Fix return value when apr_pollset_poll interrupted. PR 42580 [Basant Kumar Kukreja ] * ) Fix the make test target in the spec file. [Graham Leggett] * ) Introduce apr_file_pipe_create_ex() to portably permit one pipe end or another to be entirely blocking for non-APR applications (e.g. stdio streams) and the other (or both ends) non blocking, with a timeout of 0 by default. [William Rowe] * ) Introduce APR_NO_FILE as an option to apr_procattr_io_set() for any of the three stdio streams to cause the corresponding streams to be closed to the child process. This becomes effective in 1.3.0 across platforms (equivilant to APR_NO_PIPE in 1.2.x except on Win32.) [William Rowe] * ) Add table cloning (deep copy) convenience function. [Davi Arnaut] * ) Stop invoking the testshm* helpers upon 'make test' invocation. [Kurt Miller ] * ) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in apr_file_mktemp. [Brian J. France ] * ) Discard file buffers when running cleanups for exec. PR 41119. [Davi Arnaut , Bojan Smojver] * ) Improve thread safety of assorted file_io functions. PR 42400. [Davi Arnaut ] * ) Add the apr_pollcb API as an alternative more efficient method of polling sockets, compared to apr_pollset. [Paul Querna] * ) Fix possible crash in apr_pool_initialize() when built with verbose pool debugging. PR 41063. [Peter Steiner ] * ) Fix --disable-ipv6 build on platforms with getifaddrs(). PR 39199. [Joe Orton] * ) Portably check for EEXIST in mktemp code. PR 40818 [Kenneth Golomb ] * ) Fix apr_socket_recvfrom() to ensure the peer's address is returned through the "from" parameter. [Joe Orton] * ) Fix error checking in kqueue, epoll and event port versions of apr_pollset_create. PR 40660, 40661, 40662 [Larry Cipriani ] * ) Add some documentation on the format matched by apr_fnmatch. [David Glasser ] * ) Add apr_hash_clear. [Daniel L. Rall ] * ) Don't try to build apr_app.c on MinGW. [Matthias Miller ] * ) Fix the timeout converstion in apr_pollset with the KQueue backend. [Marco Molteni ] * ) Support MinGW. [John Vandenberg, Justin Erenkrantz] * ) Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield. [Keisuke Nishida ] * ) Make apr_socket_recvfrom initialize the port field in the from sockaddr. PR 39325 [Anthony Minessale ] * ) NetBSD: Avoid leaving zombie process when using apr_signal() to ignore SIGCHLD. PR 36750. [Todd Vierling ] * ) Implement support for apr_proc_mutex_trylock() on Unix platforms. PR 38785. [Chris Darroch ] * ) APR_FIND_APR macro now supports customisable detailed checks on each installed apr. [Justin Erenkrantz, Colm MacCarthaigh] * ) APR_FIND_APR macro no longer checks /usr/local/apache2/ [Colm MacCarthaigh] * ) Add APR_POLLSET_NOCOPY option to apr_pollset API to eliminate O(n)-time lookup in apr_pollset_remove() (currently implemented only for epoll). [Brian Pane] * ) Add apr_file_buffer_set() and apr_file_buffer_size_get() functions to support variable buffer sizes with APR file handles. [Colm MacCarthaigh] * ) Add apr_file_open_flags_std[err|out|in]() functions. [Colm MacCarthaigh] * ) stdio: apr_file_open_std[err|out|in]() functions now set the APR_WRITE or APR_READ flag as appropriate. [Colm MacCarthaigh] * ) multicast: apr_mcast_*() no longer return APR_ENOTIMPL when invoked for non-UDP/RAW sockets. The caller is expected to ensure that the socket-type is suitable for multicast. [Colm MacCarthaigh] * ) Add apr_sockaddr_ip_getbuf() function. [Joe Orton] * ) Fix handling of %pI in apr_psprintf. [Joe Orton] * ) Provide APR_VERSION_AT_LEAST() macro for applications which want to enable features based on a required level of APR. [Jeff Trawick] * ) jlibtool: Teach to use static libraries with -static. [Justin Erenkrantz] * ) Fix checks for alloca() support in configure. PR 13037. [Noah Misch ] * ) Add %pm support to apr_snprintf() for printing the error string corresponding to an apr_status_t value. [Joe Orton] * ) Add APR_ARRAY_IDX() and APR_ARRAY_PUSH() convenience macros to apr_tables.h. [Garrett Rooney] - fix testshm testcase - remove manual addition of -g, since the OBS takes care of it now.- build service supports the debuginfo flag in metadata now; remove debug_package macro from the specfile therefore.- Don't use autoreconf.- added baselibs.conf file to build xxbit packages for multilib support- update to 1.2.12 (only changes relevant on Linux listed here): * ) 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] * ) Fix --disable-ipv6 build on platforms with getifaddrs(). PR 39199. [Joe Orton] * ) Define apr_ino_t in such a way that it doesn't change definition based on the library consumer's -D'efines to the filesystem. [Lucian Adrian Grijincu ] * ) Fill in apr_fileinfo_t member st_csize on Netware and Unix (PR 41678), and refine the file times down to apr_time_t resolution if supported by a st_atimensec or st_atim.tv_nsec value by the OS. Additional msec implementations are possible if exposed through autoconf. [William Rowe, Nicklas Edmundsson ] * ) Fix apr_socket_recvfrom() to ensure the peer's port and address is returned through the "from" parameter on Unix and Win32. [Joe Orton, William Rowe]- fix missing endif in build section, fixing build on Mandriva (went unnoticed on openSUSE) - use debug_package macro only on suse, because it breaks the build on Mandriva- don't run autoreconf -fi on build platforms older than 10.3. The 'i' in that replaces config.guess, config.sub, ltmain.sh (dated 2007) with versions from, say, 2005. This will lead to a miscompile on SLE10 for instance (segfault in apr_initialize()) - don't apply the cleanup apr-1.2.8-pool-cleanups.patch when built with build_with_memory_pool_debug for now- update to 1.2.11: * ) Win32 apr_file_read; Correctly handle completion-based read-to-EOF. [Steven Naim ] * ) Fixed Win32 regression of stdout inheritance in apr_proc_create. [William Rowe] * ) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls, on WinNT (not WinCE, nor 9x) so that we toggle the inherited state of the stdin/out/err pipes. All other file handles are treated as not-inherited until apr_file_dup2'ed a std handle of this process, or while they are used by apr_proc_create. [William Rowe] * ) Define the Mac OS/X filesystem_encoding as utf-8 (in previous releases the interpretation would vary). [Erik Huelsmann ] * ) Fix day of year (tm_day) calculation for July. The bug only affects Windows builds. PR 42953. [Davi Arnaut] * ) Fix LFS detection when building over NFS. The mode must be specified when O_CREAT is in the flags to open(). PR 42821. [Rainer Jung ] * ) Avoid overwriting the hash_mutex table for applications that incorrectly calls apr_atomic_init(). PR 42760. [Davi Arnaut] * ) Allow IPv6 connectivity test to fail, avoiding a potentially fatal error. [Davi Arnaut] * ) The MinGW Windows headers effectively redefines WINADVAPI from __stdcall to empty which results in a link failure when wincrypt.h is placed after an include to apr_private.h. PR 42293. [Curt Arnold] * ) Define SEM_FAILED if it isn't already defined, as the proc mutex code already does it. Also search for the sem_open function in the realtime library. (This fixes HP-UX sem_open detection). [Davi Arnaut] * ) Define the _HPUX_SOURCE feature test macro to obtain maximum functionality. Fixes broken sendfile with LFS support on HP-UX. PR 42261. [Davi Arnaut]- first attempt to remove static libraries and libtool crap.- on SLES9, use 'autoheader; autoconf' to configure, as before, instead of autoreconf -fi, which won't work- apr 1.2.9 * ) Stop invoking the testshm* helpers upon 'make test' invocation. * ) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in apr_file_mktemp. * ) Discard file buffers when running cleanups for exec. PR 41119. * ) If apr_proc_create() fails to exec in the fork()ed child, call _exit() not exit() to avoid running atexit()-registered functions in the child. * ) Improve thread safety of assorted file_io functions. * ) Fix file pointer position calculation in apr_file_writev() on buffered file. * ) Fix formatting of unsigned integers larger than 2^63 in the vformatter/apr_*printf. * ) Fix possible EFAULT failures in apr_socket_sendfile() on 32-bit Solaris with LFS enabled * ) Fix deadlock in apr_file_gets() for a file opened with both the APR_BUFFERED and APR_XTHREAD flags. - run make ceck in the rpm check section - add missing glibc-devel dependency to -devel package- if the rpm macro build_with_memory_pool_debug is defined, build with --enable-pool-debug=verbose-alloc. (This is the case in the Apache-Pool-Debug buildservice project.) - add apr-1.2.8-pool-cleanups.patch: don't run cleanup handlers _after_ destroying subpools - add debug_package macro in buildservice (will soon be obsolete)- Fix comparison with string literal- update to 1.2.8 * ) Correctly retrieve 'empty' environment values with apr_env_get on Win32 (e.g. "VAR="), and added validation to testall suite. * ) APR_FIND_APR macro no longer checks /usr/local/apache2/. * ) Portably check for EEXIST in mktemp code. PR 40818 * ) Fix apr_snprintf/apr_vsnprintf return value to not count the NUL terminator in the overflow case. PR 39996. * ) Fix detection of pthread cross-process robust mutexes. * ) NetBSD: Avoid leaving zombie process when using apr_signal() to ignore SIGCHLD. * ) Fix apr_socket_sendv() for platforms without writev. * ) Avoid issues using >2Gb of data per call with sendfile() on 64-bit Linux platforms.- replace wrong configure switch --with-includedir with the correct one: --includedir. This fixes installation of the header files to /usr/include/apr-1 instead of /usr/include. [#164770]/sbin/ldconfig/sbin/ldconfignielsen 1255302069      h1kh1~d+d+d+d+1.3.3-12.2.1libapr-1.so.0libapr-1.so.0.3.3libapr1CHANGESLICENSENOTICE/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libapr1/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.suse.de/SUSE:openSUSE:11.1:Update:Test/standard/7e96f21e46e5a28eca6f0b65b97d9ab4-libapr1cpiolzma2i586i586-suse-linuxt}mT|6?]"k%UEdmlt?c[> JєXJ/aX/?o6J2>{_k>O-b 8ߦrQ_Q,sE{i%p=CNFuk薓Oqm ;| ;/f9:u]J\3{vė0}-<PŪot~ vAËEY&[c5h$(޳H;RoEBH@-8+HJ2H=ղ"\T-\*l7괜4ڲlE@9W %bףTd$'!*L|%pL&: e+D0F%ziߙIg/\_T>g=@}8cmI M%MåcϐY.tA]}0Ng cjZ6A>סs^ Z,]$˨Џ4z⏧ʸ/F_?k2⌫d^k⤖6,p+ۏHߜ]|=0~R<+W_~lT%CX{=@C~a'+{j{y#"Db(VIcܝ 6Ŭ[|UBT{q~mA܆?AZZ96Щ4>d2< 1W"^ͻjZ{\ZlI^u!.Ut;I04j 0zkދ)YqrJekJCC՚Y#YPluy,Rݱ&-GU?L҈Rs­X;j1[e$a9c?e'm dW5JcGG4X֘@AVdHü+LQe-ȶ,>@ga DxlC@hlPq:k}NLA Shc=(9A8M/צMPoSIZR_JYaG8^87 }Soǡa8 ycҤ'\`ئ jæ.9B;X7i]sMK hL%+7͍8X=LG$g-6Yep lU¤-{49lCuo 92\1QƫQ mtvQGc~P>Rz+8@6~?4anmp^TLjZuɏ>D~p);GIC0(2Z;ʜ4)pLTF< 2_G%2C~2CP1Cjo{kDaMJ P> ݵࠌ%8 y0- :>+ mp RPm<8W%֬Z1W!K˱*{5 X܏0cnJ9_`b`1&U6aٙ \>~aT.g̞@mqT?<עLMKFp!Qλ^+KL` DyL/F몶JnAې*M nvyIx_0R3Hlnj4)gx[8VXNLg嚹ީ쾑"A=(Da3\j.CZk5q<+Kc6{k+>{DvXa3<1'Kјr{FU1`白>D#ټ{կi'MJ9’HE=ڷסq,OֹK^&KXE8}Zzc-k[ƇeIE9_\ ^,f^eӸ yPϼw6; N3?qq|Fe4/M}YBeU<˘ ^G&iı=NıJlҩ ltnk*xJOɸ4TQ[8"jR,PNS)5.TAFT 7$Rb 1jXޞ p62/2>xՓ}ņKz;D5l0[eV5P*jEmO,Ւ/)?9GFX9j ͛ѰiҾF^_v_3=gՓ5s&zq\uҪȻ S1Kn 9qW9 e:qrEϝWYʰ|͍v*jsXuz(,YWbx2Bɲzdurםtn2atDʺ0aL59ɹ8!/BN:S n`"Yl`:=ax f-zFmfKWy8_F@3Hõbx R|/@f$\+ԮJvCO@&mP>^ 62 5Pb?nRꚺ{+yS24񈀡L% Ml!Ձ:~0bZeh0G9֙'1)&⳯0WA-:y%& _ZިqI'n.Y`))b֣f=-f8GoZΓi܈pT)n4+ $"XG8h^ӫ *`scݣhpp>U$ox]6hX"[s(%uٳ ),a}ÿ7ͤ6jKTV\ڵwT~!Z})KpmAy[ۣ[3н46~?f aQ"1H c9'SFi$ j@WkPqLv6 YW>on)pOCNH/s>Èqdh"%Q[7+ 5q[,ShHZG]uAMiǔJۚGaGo@mOKXp, @<:[IGF9J'I/`cD/Hr.v*#Pz 0?& Y\SY]=Q>p+SC3ӞG$[:t3qCELH "U#^gYkap,Q`d&<}:Y6PQh%?G +*ژ N+bbX9e'| RP bum" żtg%_d4d3*Ի4'\pTGF&DD o36(r!l"8t;4Vv.['$I[&kv-?K!5&nɥ$<|ZE1O3%]0#MCڎ($yalNT2Z;˦`ǥM3=X y?%.וQ,lS #w j^Sc0Ǿ5GQr\t]=6!ϚF}ǐi݃bg%9C؋4H==~jPt$$pQKڅ &īQ\qqja6ts$ 6  >~he/;fh7"M`xE렞ߪ@ J\l!YDLy# ت/xPGh mȇI]?n[NuTwmjPGt+;' vΧBQe#qq(.B$W zՠN4gsأ_Q2Uxb0If &:GJ*{b! GS̏:XBJê5i>hJ_{.`̑o{r;nE8:<#y_vsقLj\OIPr3Ґ͸T|,μ~>QHE<'eL2/8Nj H 1 Ȱk{3dր<Cȩh EWo_C Y_`|CU v#.xl<9ӂ /YXм֭[FpfʪVQ{ !._&s=m@PE}`ILJ¶`DGmG&(%p6sJJo2_@)Zn!Kҫ+4RpܯB˜>̴NYS= n{bf!rC ' EUDVhQBve3:ZROQĺqQGmz2^jiR9j+5=c8hp$uhMB;%'v|(gNfaIR}bQNHq4NBZO610m褖F[;GfhCu?,fB%x(4)%lDq}^~Zt$f٨{$'6nB@hڌEE8 2Sme*NA@HJU{"=so]譠xvd.CqVv75_[qcq;j)rXuNqNTP8߬:q)\L (Y SF.5wg8H7rjXiVhhy޽fc/J fiCSLSN2>jX56k{wd َdȤ[n> ;0IsX&0?֞tkur-媰H 7gOrjq=0M':YCG }VBrwՖSY{1QKA{ R*_f~GsnZ2glGG\NekBV8^ɴX\wu!A ':Rk xXV\;1bK+(_ͺ)jv i_2> G9ҹ 3oHi/+ci-)x*.@^rɚ^;fWW(>!5'@g6v;T&7Ls_!sn`J6V.0[Z1>9T' ',8E!Yyp~êid*W|UyzF.Uv&lpdj긓da˨Wlmmg:ۈJ:m߻U;l+"TQ9bajyմsP7oAzSu1g٥7ހ>Bc.%@(GIea\YFv"%Oq|>`[xADT/wfqVPl3uB/kaL}i?;((ӽ'0l3뎲eR1`'Tՙ={L|"sE,Y9S#ʤnAf=TS zYG4J#5reKWZlbO<|.+f懲΁p'-I1P" +)xt]\&̔ڟ-ceKKNC2,&b8h<^I1Y3RJ\ . GcDN'*`Kԉ+ni×}١ lמz=4eg]5}x Yq:dbv:ڍyb3̞p9Yy<:= }ir 6C$槫bEԘ4}6I*qAg'R+VcD*dw:fs#>@^čafXzd醩]IӋ$>{>ExZO')m.- b[\|5,)ә)==5y -E dt%kDN'}_+/MhJpX`R8؁WV65?j ,@[٣Ȇ2_x&aCBM6^f(TvtJATI=)Z󖳥Z Jnr#Da3HO`ii*GGy\Uv0`'QO KYȽ` tK9 0)ڹP-:vݺwdxd:VV9D K$ Y,e[{f &c ϾSJ}6X;@J%OZq-vOh˜5MhyU[E2LˆzRZ%3\+;@Β^>nkY& Kex$=* ,갫O)W-`'N5i@u.M$${&L"<7 V#Yx}5<^0U] 8IP 㹑XɬGbNC΅n;T;Sm+12DO?:/*XZ) :>1e= | gN熶I'Ah"pP3PVa|-^5z2tLn|wI)>™XW3\B,7QCע.`- Ky:a(/\d-AK{PO[UDα׸d뫈$q>ڡN=19gEdp|zR"еlE-T%joK _xD=uNo^S>j|5D劝b~؁rvo2 zp*?PQ9*Yk}Jx2 ˿<]R.0T֐fGh/Oĩl܅/4 hpqMv =ׅphg# uns )L)JϙgmUCc1E0B䅞rJ69cMh ĉ}vcAwI%% Pi %N?D6!Kb`֧Mx..a^7((8&JlT!]1ѯvc!YP|C|g31t*hdoBO'@r\-zO&|hTQ[=)`;>O0s4 Gg6z07i*rד " QQ?٥Jr3g;a+uL"H~%Nlo/jhrv׏AfrԸg?<`ZnwsNM"C* s<3.F#c}a.dΚQA6}IT ]zՆ˾",XOgAs .kǶg$;r7Xs[gη///N˯KgSrfkrgL7Ϧw%K9c#yo2g3jI2>fg? Ҷ񝇌EB'[5"lr0*iWjq5$\ŗ :VQETL Ou3x$HQFxaNlȔlY2c %]۴ɔ0ޘ6j6,s'  PzfB3S]5u~yi B)uԦ4#oo1|QlN)m49&8A-4'V<4wPU@}M*cTVۑ^o^a #vЋf;)2x1YYRȩ]D=. "~' 0Lzb7pA(f 1I(>kR'P^5%fAW4=mIgxA dץ1_b()LHޖ nw8xNU303l`Su%Gdˌ.(DQNzz4>]r=IbT &/nhYsDgP1u{L<)u7t-F ex/k?Σ(f#0cߏL3F&Tz\nu#RT[=rCt=l._' _rގ\k&(fj6H*;uڢm`|2ux{_ݛ %?2zۚi b|Սe'3)ʷ軕H0\T[LeO;.UG]Trϵ•~VD4|K[i}CE @f{k|#_b!Pn?1dm?wq ':.y1ѢhGz$͙ɉRۈF85ÒluV_}&bB3N[uhs]k $IG1J,Br%;͊|O: #`%OP?*eͶ R]6R}wnPTHy eZM-rD]nR2h&n^!.#5XX5/SlE҉N+d5DP3/ů{o!tz Ll¥ڬ i?w 9֟7b׮T5XuDfg&yc"9vF7V66D@!VAڧ 0@h"ǯ*6cЋc /PE*aYlF-xCNh=s-dN81-Ruqu$]_]K#n[mgU<ʀ8h..C >!fY8U5-Aٴ(rp%;ܻ.9Qv,-2HE""MpFei^m>HUnnb{#-xX#ua2eDb=ص,r.ng՘tDG0e!bz ;|tA*a!9Vm:\2˧; 6]09)wBhr,5ІN]EЃmҬ%#'ilNȥa0CSt!y%qkT6o;q\7r\Vq>G#Pٹ%.n 2JV8|͹5T46+o%qjTT5@HGvr,:zs;3;;Qj`m#-4X(\bcx X&@|G*Ajƒ p[<=z)/h'58R\y;dYN758b+X;>H? o9RC739 hBF^ݏXK3O([xT L~MZN#5;NTU-Oҷşvk Q7dFL(kV]^P<Ve#-r4,iNԞ#WjYܼ+Wkz8B{)T&FSZnd^0Ƥ/xAǻ@H{AZn eh}#?[LF.@8/9`)8EQkϬŅ?U=Qf7hH䅔fm53ZA9)ƢoQ!dIyy50 'Yh&U5CI:CCOglDR|Ô.Ov73?FEd l)S rnO0J\EhF_ai- YfJYE٦2{Vdᗙ%ip&]o$äDQYp_ː'> V֦B}d0qkM4A{["[52ĪE&/`3BtSy#v YUR.↖ e[bUpzQavʛa>|x"Jenㅩ7V3Oo~cF"2VpqF"h}ɋe/E