libjson-c3-32bit-0.13-lp150.1.3 >  A Z/=„$٨; 偃..>4fgKʚ? Awg!޸@.>$!ݾ7L9h9}y[N رpߩ(/ځ TR"+J~`mmAe%BPq*}k4e`= DH .N#mJ2uq']RGSRb1cEK/md#QUUL!dC"y&UL&!Ow)Sr $ZCma7e51cf38ef4d773ca4b39612adaf9b60fe4223a67ab68eda76c05a9fda5f3810fade1d2bd1b1addc90fbb60070138f3c67cf300Z/=„(;v۴Z?4>&/nb%f}_a4 (|YrcU:d K<:B{k{DS]>5:f@O؂K HMD !gn^ ˜AAݞʜn(fZ,[?  4㒥rYըp61@n_&D15^&#Wh¤o9z!?#O1Av5f_KNe-Z22]]׌Je-6>p>-?,d " 8DHPTgpt     > T\fp *(P8X9:>*G*$H*,I*4X*8Y*D\*d]*l^*b*c+Vd+e+f+l+u+v+w,lx,ty,| ,,,,Clibjson-c3-32bit0.13lp150.1.3JSON-C shared libraryJSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. This package includes the JSON library.ZDlamb194openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/json-c/json-c/wikilinuxx86_64/sbin/ldconfig4ZZb8e47182327cb750dce5ae44e88b304160e5193bc9cfaaa5cb712f51a89085f1libjson-c.so.3.0.1rootrootrootrootjson-c-0.13-lp150.1.3.src.rpmlibjson-c.so.3libjson-c3-32bitlibjson-c3-32bit(x86-32)@@@@@@@@@    /bin/shld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZDXӸWTl@SB@R@RʚQ() - modify the value of existing json_object's without the need to recreate them. Also add a json_object_int_inc function to adjust an int's' value. - json_util_get_last_err() - retrieve the string describing the cause of errors, instead of printing to stderr. - perllike hash function for strings * json_global_set_string_hash() * json_c_visit() - a way to iterate over a tree of json-c objects. + Notable bug fixes and other improvements: * Make reference increment and decrement atomic to allow passing json objects between threads. * Fix json_object_object_foreach to avoid uninitialized variable warnings. * Improve performance by removing unneeded data items from hashtable code and reducing duplicate hash computation. * Performance: store small strings inside json_object * Performance: of json_object_to_json_string by removing variadic printf * Fix parsing of "-Infinity", and avoid needlessly copying the input when doing so. * Fix stack buffer overflow in json_object_double_to_json_string_format() * Fix various potential null ptr deref and int32 overflows * Fix a long-standing bug in array_list_put_idx() where it would attempt to free previously free'd entries due to not checking the current array length. * use uselocale() instead of setlocale() in json_tokener to behave better in threaded environments. * Fix out of bounds read when handling unicode surrogate pairs. * Ensure doubles that happen to be a whole number are emitted with ".0" * Visual Studio: use a snprintf/vsnprintf wrapper that ensures the string is terminated. * Fix double to int cast overflow in json_object_get_int64. * Clamp double to int32 when narrowing in json_object_get_int. * Use strtoll() to parse ints - instead of sscanf * usual code linting + Build changes: * Add Appveyor and Travis build support * Support for MacOS and Windows through CMake * Silent build by default * Link against libm when needed * Add support for building with AddressSanitizer * Add support for building with Clang * Add a --enable-threading configure option, and only use the (slower) __sync_add_and_fetch()/__sync_sub_and_fetch() function when it is specified. - cleanup with spec-cleaner - remove fix-set-but-not-used.patch + fixed: https://github.com/json-c/json-c/issues/240 - remove gcc7-fix.patch + fixed in 014924ba899f659917bb64392bbff7d3c803afc2- Added gcc7-fix.patch- Update to upstream release 0.12.1 - Removed upstream fixed json-c-0.12-unused_variable_size.patch - Added fix-set-but-not-used.patch- json-c 0.12 Fixes for security issues contained in this release have been previously patched into this package, but listed for completeness: * Address security issues: * CVE-2013-6371: hash collision denial of service * CVE-2013-6370: buffer overflow if size_t is larger than int - Further changes: * Avoid potential overflow in json_object_get_double * Eliminate the mc_abort() function and MC_ABORT macro. * Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. * change the floating point output format to %.17g so values with more than 6 digits show up in the output. * Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. * When supported by the linker, add the -Bsymbolic-functions flag. * Make strict mode more strict: * number must not start with 0 * no single-quote strings * no comments * trailing char not allowed * only allow lowercase literals * Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. * Add support NaN and Infinity - packaging changes: * json-c-hash-dos-and-overflow-random-seed-4e.patch is upstream * Move from json-c-lfs.patch which removed warning errors and autoconf call to json-c-0.12-unused_variable_size.patch from upstream which fixes the warning * except for SLE 11 where autoreconf call is required * add licence file to main package- Add json-c-hash-dos-and-overflow-random-seed-4e.patch to fix CVE-2013-6370 and CVE-2013-6371 (bnc#870147)- Update metadata (description, RPM groups), and remove .la file in %install, not %check.- Upgrade to 0.11 version: - SONAME change. - Fix provides and obsoletes accordingly - symlink the .pc file to the oldname for software that needs it - Remove json-c-fix-headers.patch integrated upstream- add json-c-fix-headers.patch from master branch to fix compilation of apps using the lib- Update to 0.10 version : * Add a json_object_to_json_string_ext() function to allow output to be formatted in a more human readable form. * Add json_object_object_get_ex(), a NULL-safe get object method, to be able to distinguish between a key not present and the value being NULL. * Add an alternative iterator implementation, see json_object_iterator.h * Make json_object_iter public to enable external use of the json_object_object_foreachC macro. * Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. * Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects and handle NULL passed to json_objct_object_get(). * Rename boolean type to json_bool. * Fix various compile issues for Visual Studio and MinGW. * Allow json_tokener_parse_ex() to be re-used to parse multiple object. Also, fix some parsing issues with capitalized hexadecimal numbers and number in E notation. * Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. * Various improvements to the documentation of many functions. * Add new json_object_array_sort() function. * Fix a bug in json_object_get_int(), which would incorrectly return 0 when called on a string type object. Eric Haszlakiewicz * Add a json_type_to_name() function. Eric Haszlakiewicz * Add a json_tokener_parse_verbose() function. Jehiah Czebotar * Improve support for null bytes within JSON strings. Jehiah Czebotar * Fix file descriptor leak if memory allocation fails in json_util Zachary Blair, zack_blair at hotmail dot com * Add int64 support. Two new functions json_object_net_int64 and json_object_get_int64. Binary compatibility preserved. Eric Haszlakiewicz, EHASZLA at transunion com Rui Miguel Silva Seabra, rms at 1407 dot org * Fix subtle bug in linkhash where lookup could hang after all slots were filled then successively freed. Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com * Make json_object_from_file take const char *filename Spotted by Vikram Raj V, vsagar at attinteractive dot com * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am) Brent Miller, bdmiller at yahoo dash inc dot com * Correction to comment describing printbuf_memappend in printbuf.h Brent Miller, bdmiller at yahoo dash inc dot com - Packaging : * upgrade upstream location https://gitub.com/json-c/json-c/wiki * cleanup old patches included now upstream . json-c-0.9-linkhash.patch . json-c-0.9-json_tokener.patch . json-c-0.9-json_object_from_file.patch . json-c-0.9-base.patch * Redone lfs patch against new 0.10 release * Removed empty NEWS file- Fix LFS support in x86. - Do not build with -Werror - Remove "la" files - tune up autotools scripts as well ensure config.h is included everywhere- Remove redundant/unwanted tags/section (cf. specfile guidelines)- add libtool as explicit buildrequire to avoid implicit dependency from prjconf- add baselibs.conf for pulseaudio to use - use original sources- initial pkg 0.9/bin/sh0.13-lp150.1.30.13-lp150.1.3libjson-c.so.3libjson-c.so.3.0.1/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/f3f3193432f450c43920cbf2903b4701-json-ccpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d5ec72a4fe3ddf4559e6a938371f16d9814687fc, stripped PRR RRRRRRRutf-86e98e60391fa465a27c40d0fe64fdff1d3bb4223c5808deac57dc2ed4a57469d? 7zXZ !t/`] cr$x#NL8kkސn5u"Φ %qq/?y [zRNvFX)G qd +H$tIX w10H73ofv-jSSLa&&IIO Ғۚ4(,1ՔTTGF' Fbgq!311qħ>[!r.5#ún])׬#F"ԏ" ]bc!v\FhhT 1u9HR~FZmEqΕ$*z` |}$==|yQolַpњ! N8V0?YVa˘k?WB6cyD@k,f7krW@I#}wkiJoF7}:SwK|İΔM/.D[ ;1MI)wԉneU]uĒ?mX9Ԃ."{ϥ;E\v_byyr`%~Ҙ~{8Psbħ̔Nق{بuot3:z 3H{l۵cԎ]s>l8Ay2dǧSOţ=m,ĀESÒޟ~BTA`-aQy'XjۚM..~82d4TލR0=<:tkkb搬ϳ5_+cvm6t'lXX{;wc@!4Z>UfcTE& -D4NFֹJǶdh9±m–o `M'Ҥ {eL.ﴊE03Ņ$=XOM-vTB{I.ڒ-g3%؏Xm7N[ki樅uC<,}r&+n 'bnk9y;K<$bη)APg!_5ήZE !Ua//Z$P8HW@53J9]*OB pvCK hId8 ysG ǔ bwDD16ΘA&0Eq)VT.k56 kLy<#Y6 LUr~SqNb:)o=Oeb60/9=-\>/z"Q~붚7WrF)h$s?!&|>^'ۚdX{X#}WLPs=RӤKA&(ԣޯ:PDI|?pEO[%&C/>@ :Ljp ΀x35֟7+]ϊ2]ZqxP} l;vxcW} ϵUژ]TnD u=y63?D垗 hP* b͏*Y!LJt݃};4W(<X&v0er6ڡ ֕͝_DM1#0[g`oFmkE"KF'a!z}P9EpBx?Ě:9}5O,Yg}3'H,dx3ljI63:CrOE-q(HjSQtmd; pA2cr~{Mn'Ѳ2r\x8+2+E};k<44s^H'حV`ط緢 f|l`.9QcK#TRҐWpCmX%tE{  y esq {#<"Sc (1:NhP ?]qgk?%g[c'%Gt{@G~E!%3TM0bN?[ } D>v@?P0F,3Hd( jw&[K B6쌓| 0UyQ̜MC c|E?l n)Epba,!o-6* 6𒰚lٚFpuI/@qdRN`f6icjx9{Xb ~ɪ$bvH9V07Q&;"H`(ar&IrwB 7( 4{>_c"n!JXJ}\Z8gYn툌Dž(wnCh"[VC;*Oq"OC8O`g#^B:/18R\[v{ʡN ԧ*<2?]g8|:NHuPDoZ1.p4S̥ 7"?WI. k+@/3],9Ce'BuBNA)LK!}%i44t!;I@H^QVޝX0L"ucp#khu\7$RLW`E;MmG| KRZGS(}FÍ2 I@kDl{3k+d&86Q 7`S =+s;n'D,6Sۺ~3#T课sr}9'~e1f TdsC0v^3?[?-6,B,Gq d6{]B۰{dsٛ`)2/WcI:Z/iS=Xa]1cT ]~! ($JqWg~hfz+%%HƊeeXg˙h6<`p} fGQ|ȑe-28ԭGb41(6  Ķ79EE4~$YeR]A ²Yl81 r_6/[3ay/Oӗzwɶn{2*\~T3_6V gvLT\㉤TTZ$9ɘ񌢡ŢLaSQ, ;9 e+Sc O~ XaOp\Zl% #/ˆI7jvOv+ $~ `\a5L%{ۏEb[JBnZ*#ACu\(- AD j5ԙС[D㺯6tLRx`d2/Ԍ ]s1èp@kJ-Z/"av[j7N1 3|TvMTA JTs&G]' ~{=32{ wk3V(3`H)>)0l1 }mHl>nh>U[(k@9 J-P)WX~1nHz߹Q.a+d]-&x[tb3U&k^$5SSq)՟v̵l-kckO'TyzQX(o9_xKӈ;C1m,|L\j ß '/(#(V}|4g\[cqv7FD1Q2CLw>AenUGU w8E , |Wgnwf m\[n+Bd\E5c|lU:>5E%Qa ZkTHRxI꿱7cJ13[ÂVy x*@[k#=`[,ltBW_'js3?j)s&YC`:GU'0c`ivH<kYKv};uc{cf}$}@V76l10㰏Y+ȌPx‚͍z@_HZڍHss2d__La;'$$^1GH9h lيqgXks6G !K+nM Օ8)аIW001h(J#[5N|W+U^kuA2&yf"ڻ"ʘH(;ˉY+' D@oc Ԇ[R=CL\8󪳨vOx)(D@!gig(; Dǒ]4s f}Zՙ.շ*g'MU%%' Yp%w˜VPdCE|S*Er9e\[ Lu#~8BHe_=G>? gѴ‰WcB˞tUxݖco<+,ּ9`>C(EtmvRI䴀rX}"tThX_5y}r*Õ`jJÔ('rP2 5\Rusi|YP1L@F~CU:L4~yO ^Gí!6.Ϣr"QhBԾ&B|;u6/UeIU2:^͈^ Hd-fRhʂ&[< GOL&qj20JDΡH߭gpL3-t ΊpꞾmԠ5P(5P5IL]EPCsE.]369-a6#bdͬuB(hQʖEGbۉpi0hɺx.I#= KH,xw "eBvJ#Vw2K@̋?&q*z jK:_.g*ڹ.PP4=Q*=Zܬ/5Nxb!h{DU{m-3XT[آFVZ2=qW~&T^O&˪_N_#PQMq\bQEt߿5S<-XS;<rlZ:*Zxp ^!jNB~!UQl:{!5 %EA{3ǡ:EoFF蜗G}X Na6VzY~Tj/a@}GLk^OZ\U@><Ʃ>c Bң{yyw]ޟ+M,BGƻr6>cvOȶ[ˆYB90?wHQ45wYD*`6N8oi,LM7gLDlsSH5mm;H9vs'xYS% `3ld=)w3(z2%>jX8F8uxDo{#TR[]0Ԝ@ Bc8?GS%UK8> ~|L`@> MEoz\>HٚFq^=f.tml1yt<=A~e4'Tk#:f?IbB++Doj=ϯϞ*3 Y_tM=uU#Ҥ% ¯_Ǯ "+$ҲVqo(DF!H*U9p Lrzʶ23+Bw%0fhl $TP.Ykm[B:]>)uBZѫnj2 69U%f;2Ќ!w=WsMJ hɫ kqVhWgt/yCUG气²+kf#a͈񫟙<;\H6-6PSm  ٪(WT#޷Άr1g|_cv:NZ;X t!WTȌsʺUq_-,]Y/pD3 - ^*!JrsLEfMu  T}iQ=zZ6IcwI[*H[v87ïWSXz-[5eX/h1Gե <'s*Y[4OK[z26Y/ v#8hpJّAPC|k_4ЃySw`Xxg|1aIWF$\s{qfV_%V~_q*^(9PT*G;B) EAϵU/Hkē&I=ٗD0b =xEH y,qRf5}ffmDo+MpjEs|o =p#PvхlP_ }?EC '$g,,l:$IIjY#\db'Mߏk<3HJbl=-&xR1(y|6E w1Y׬f=0]פTvmz#R`A]ʹ(eG IéxR8”o-кCJGi#S8<1^ ߩ&l!V }k gp=xA|@LsLK-åyl& לi9/8pSϺd"X_yƾ^~w+V<|HX p7ow(#fpImY rda&qA4vUlOGX1xuR|>cƑ's(%%'8cziEcU!%g SS`ABBO҇f޵]왌Xa`S:wCeWZ3lWAϐ%X'o46q$ᏈCAF_ 60HK\(G*U!ޒꌔ]^SV28xmw8P8N.n2) E])PawI@˲х*D Pϥ@*O,( D4:mc~4|ԠK>Φv }V>՘U(m9{q±YqXru' Dkw` %3v1f"hdL}'[wnDvf!i;b.2^|FM`CAEAI̓͒䴩> mkӭeXNv7CiȳmkK<99guJLJɋ"wO-7MZohp'7HW0&Jlőj}Ua1/} A4ڇaetb;.; ("LUڰa:T6hdXoA$ym'PSYrF3מ߄ YfފLs(hH|:JlaZ\{kPd_%Kkl-G^ C՟ F7-t.&^}%m=ڢRC0$`|qj!rGVL~@SK~3~ ڧX~>b5g;,;@Lq\{e#edOcV$pЏ7Ʒ<"wԶ dK ןCUq ix`y 3UŞ:X^"g̦梑.T]hcG; 1)Y2C&GY^8lVxKf¿.9{&9hOju6XݸA[ ?ː>~ZM0%,*VI񰵪 C&J6Ɵj?>ekxǹG DZp+6.aqar?M̈́^zi)u-bWB:Py喑 m{rEpt:ȑV5 :q$P6qc)AkQ_"jbA1XW6c罬6d+\U :቟gk5{ULIn-3Qp0y}O|ĝU 8?Ăm*@uM!=©;@ZZ"{nlZ 2 ߌVƢ O y-$/pB@+6?eyFdnձirv܉#-迲v|,?MOV"mPfyA>B4MZ?*$A=p}|Ήx/z(92GRp!|ӹfFr+ZEJw J8VmOVf xI<^V(f*i,G<:ˌ@A? ml;A:Jau嬆)7l~ؚI8|~ؕd]Џ^AU+Ԣo6YH GuU;._bvɫ8 @`K188*'4i"f^㬽 lѡ}&J.TpkBQ{*ͷ?\S0JTْE $Э Vg4H2睄Һ*i$T.!gVxB`Ř?f;Y\?*)Zm=s\jH.lbײ:f[kcq<=Yk|Qk!k P"<:4]utu oɧ(03+D ctpQ/HYTG+")p>e7ɋH[֡_68 )ޑ a oSo/j'J Y)/m/N8[8q*J 7<asB*ҺUsޗsެ^(TꒉW)F,°ƸYS.<˔r."t_\P4}"% 7B2&hw5dēgc bQ ]398ăchFѹD~w66l,8۶W *||ƻ=gy_~e+C~H r估o};ul߈&tydmnд !A%QH&N QgA((qsV.J J0/9éhBыJA = Y`mʅ*`UEI LaV#iAhDcEL=x޹ɫm^&.6#Jvwh(; D]r[> k|UrX pwKcΕRP>i'T^l=*e;gzg_[\=썋<8L 63 yLۨǏ䱻m&MCV&8ufTԿW ( Bfo.ꦫ%GǴɌ Z m! z2qP(9Z^^\yf'aO N6Vf@ dof8 NndZG4whOe LQ7d%ڗʸLwsK71N^IMEߋ E? ']Ʉ6fS,"/N/e&۲c(ZnwMXa\=2lsvήW!Q,3r J-sQx怅VC޺sؠ[/?91QgX 7 w |l) Satz)z+C(XLތxU{Uz=gZ;sf#K6i^e 'F9(<zM3Gn.Rtg*WpVB3 R"Z_i#Ybw4?]c4sW}a匒ΊH,ǔJK#/)Ol"ad^npDro|E'߯>2dkedGR,j<//qq"/yDg*\b5Ý0}Ꜫ.:2׭%u9'zޜ>qR':H%3dU>Y wvrſ|bC 5#"Px7/uZXO%e K:j)N#)GUM-Õ䡚([kϯX/ߥCL_7 Ò2Eml]~1\;L_ʞmDH|Z}zy1odۿMzWլ-+]AP̲[;,c}?R;پO$mly:ɲs-ɇrL9s~Xr6 ulREY\t JDuvD\_?i{$ yz+P>Ö:42Ǡcҋo|9U=Hn鄌MNP<%4]6&2+͞NFcHkG10C3aREx ďS}dǎI )uMG'{;;x@qh,7}$VXhg޼F'^$mL О$/(#[D(%!NjgEVڛ(SQ*pCItԄf:5 b>ݠT-p%cm>34)Gsu8 [)?/|9sƻƖZe 6NeVL-ĪiMus]H)t0>pzN~M G Ȇ}Z"3{ /!ٴC|]bO>Ef AS̼=]rsr,f=MXɯVTXB|}l'NPq𺯻EH̒FJhӹN=T-S«#7|CIeMJy ꯈ9VC` {іyRzŇe~ ;˔y|sZ2+!`~g~in'Q˪NK %ӯUmkM ŗע-61w9cL5aS]'T6VA$u: ^Ϝ1)TvP#cFT7cE;'ynvWc1,%֋&.|3,*ę*D mDW(.V&Qm[P?( 1Hbӈb&H~+ʎ+$Rm9؎ewAgZKўBreѹ wg.;,}*K㡙ļ8>[M0m{Ͳy+-A0 NQrgGC8TղUPP4FC͙\ P[1+"AU,O,MGνNis~v&T؍`pʺuǟNƃȃR>c zdJ hk/dґ#R  AJeO gEz(s[Q1^l%>\n ǯktųtATa>Yv?!-'n u4 (,q]Fmh,ƓܛxȨ^4·HFc$/ (1e3a#dE륶~lf-~ݵ3}]R IH;Z6շ'PZFM5g wǑYz1Qxʦ]]H_D" YܬJ)fkஎ'T̵+v &O(ܔ-Pk29Fp|nOcygJyGFjf<]3FƐu:+y񃧘m@x}_5>ZY|V0(Lv>.-u >a^].BڛQP݄RG{d܆V vhF}d`QUG9bhA 8&bRzx{mO&.aS#ȼX4]'|Ge:  Ki79YPcZj`vS#Ŏ濔UPR̞҂3?cEZ/TψXJ=lܹ>_~ޱѸijP(Öޣ]"e3`~~A],C!Jl8K-iy˭ۖVIiӥ0MIsx0/)9.ӆxp:5G?'F|q,]V6lRW8)cЉf,p}U ]ũf*1opBE신NKڅ@ڋl AxB Zxz=vU+aW(34hdoV 2൤hm*Ft;z_䔫HyaM8zd@tŠ#{fm^ \t(@/f`#ep 죠(‡1jYG;ۂXxxNq^rL 3.tfsk[[qJ͢,wJII)ubeCVDPm<4VN]7gή<F#SM? W9oGɅwsy4u_b,]Bl{B^YiKWH;*JA=yQorT23=ݘ_@:DK)faKΖ-6+;͈ Y< KC Pg/ Dm`?XZgOg)/A X?YؿV6 "HcEW}FK9Tߨ!\c21T~K"O2m.sb:w&CژWqtTrF{4 ⭐^b?[^Pl| #IL׏6|F%~lҦ,p.O3c)Qs֨q`<96/hsBhIs@>/JF:Mk88 |IMo'x[4%'JLduWgjbאo20 yI{= 5hͷp_Ts m+9wW}{Ch&\WP ܽmMb#+ `䱳.@|R S|~,#AZJ!&6j4(u֮R,Gɡȳaܫ05I"%oxz ՅqO4#$P*]rem, Nw-o9 zBM1`4."!`9oaP)_ȇQ18 /}m}GW=xwT7mukK/f@ hYpzv |{ؤW꛷)xwr$zi})a0ShwVm KNIg>`Ej}b(6{Wg #JXF2$gGBƲLZ|k0{etՏ@/Ha"yPńJ ajLR%늟܈$: $/eX;)fn 'dN]xjcRtE (m.eIr]=K߀;ҠNy6uK3Md,_E4HOSVVK9́$^-E$aqQWCSc [ S)sRI=eIo][bdUY[DthMe/OMK3Br.iMӌm? ՏoKb ϶l`L<>1Tw\eA]qƗ0jI6_-<#0$O1`sY$ͻw1:ZXKh.W &|Fo '. ]p 쾾]0h믵Qg/Egr~AERLZqyY>;e;'x ǯ,BLe@޴ #ϟX(^!/C.(9TLf);O t)_+@ .1ȠYF"g#Œ\y Wϟ0IjΩ@ 2,Ci=o 54R8uJZHMSx#īܐE9лNYw!~lA<Ž<.*.I6C]{@r%ùOCws}pײEPr'lk\=g&#ύ@ƝKPڅig.]Moz@i蚡5W*s;+@ZHQC[8H %8垩vA֕ UTGd6LCHMp1wlԃ"UlMz{IgUv3dq_uIH,Z;wY-M徴ȗ#KxXJX05Zwk%YK3ڞq:rdRV05*!C8_rN\%/f|T3^B, M~V!_ӭ.O#ϾhRI/UsT؋BA{Azhvh|N<.6l j>>sAoxRu'݅uX 5-|mTʆ%5*94Cpg#)+h1k^~s͞yU6M'Tq;CAp N3ƏSdE>-Y/jY F:vRތ*> KY Q{$6_Bש5)4,5m9 YwZں4(?&T*#O3@!CdV>0;c}E# LuJb*X1šhopP2+=y~Ւ'g 5 L9€)CmàZ{ߥj;r9>k?µ2LETVXвdgBFYWVNjOEc:~"TaOGIߝaMi;3k.{ɽ3&98J-"]Ղp #`06|måzJBFokXgb yމwAb_Ѡ(Cao@Pf7+HxSh1'>+/1kжY[Gn\\^@yaZ] J`(,bp}0`ߌx[ɂhKSMhnS_V&6 gS_7h3@ O'nmU3l1(XfcLR+^p)@C]u'GHSۦ9o/ U66 rU @d On] >.('+~eb<"kRŎĚypwXA)OgBR͑j@w"^[L >q?(JK0Π; Ugq? OFub(AMTL^}{gH  C#a=-.sc1j.lL=SVJ~n 0-n}5,A;q2cv"#ZhtTpljL˂G`w#j=Pm{}(j#Wk;UJbǼe4ZU^o+dtBX0[+ܶC4%^#6^$ E䯥C9pekeZI7lyPj`D@0d4iP$ՠS\24Sql@bo!J> ;ճ? 0l,*4:J's0ٙ^ba*b$ˏކa6[Q;*QmtFǀ/$2 +t>B0䘀H8#C`D3Ym(YT1~3.?9ᑠdmKh8H{hZh<s"]6"u{+v0.1Ȅk38pB{9ܳ#^&g>N[ҲOE׀GX!o*PҚG|'4ĸ\oۋ:6/ %oF; 2osMIgS42QqR6qփ%_ uwW zM\J3#vt+o.":6-⽤#Cxku6ʯ Q6*}S[lTw$( Ae\#6N#{VGJ_dZzސUΣ سV?&R87Oh&q~͙5.Aj2AA'0 ,]w\?R+_Z g+rMdgq M,x 'g?p[||H:$ְش$pԦ@mSFWjL5pm0ݗgЇU;T˟9ᣝ!rsK]2b+yU#f\nt5N{_] [{XoK 6NJqRKsd0Bu1+ sNQ +7&pN]|{] =Z" [>W,~cUERd~YI,I^>a,@K'`_& sЯ^7ugc;&BEQu*xrreєT18`Lx` \Y?cZյ-i]bq$qPay9y"GJCGdlL.h>[CHHzQz|ioh̬gPK]/m,.3W糙!*%A^>T7#͌_RhDH~A;@=[7w'm8ơiڛb|־pu.._|<w;g7 t g4O7q5k$Y]t"^FȉmSs};3"jOa2i}* Ү\xy "V֧ht&.ټ,1j01|;wO#DS@\-$}cGDLW Tk'鳶 YZ