libjson-c3-0.13-1.19 >  A [sep9|4Èc+PQ'h ~Fz4`;cXpF'| )*=L5cǓƓ:gP;_i2"+a:${bP&@|#F$Eŷ7`UANl~AaΣ)q&=;&Gn=S_~▶ }ܦ h`R'p<ܭ7p52tIx%vCt,M/Vm7ƩFģM!4s;b{2v:RJ48e66e713a9fc10c6945e764918b7086ecbe5c61c7dea8f9828d887a3fd77d4cbe9811c64d0ad7ffeb535145cd06dade96353d2a|[sep9|l\'jnBlq_q'NC#sbAÐo~sWV"z$f/k(dZl^Qc慏I 8tY:{[AE%pxо(f<'>䷑pdϝۯ/[ zLǦwј6G_^A*JOLԲGf k = rߕ9X9ԖSucIEkR;'I۠oq?Uxs) z5<>p@-?-d   -8<HLe      P x Y ({89:>*G@*VF*eG*|H*I*X*Y*\*]*^+ b+Rc+d,Oe,Tf,Wl,Yu,lv,|w-8x-Hy-Xz-l-|---Clibjson-c30.131.19JSON-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.[s\mourvedreSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://github.com/json-c/json-c/wikilinuxppc64le A큤[sV[sW[s[Z1a06a02fefdf7ad4ed1de175069bf8334fee161fb86881a1c9d7251c32b3035974c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284clibjson-c.so.3.0.1rootrootrootrootrootrootrootrootjson-c-0.13-1.19.src.rpmlibjson-c.so.3()(64bit)libjson-c3libjson-c3(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.2()(64bit)ld64.so.2(GLIBC_2.22)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)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/sbin/ldconfig/sbin/ldconfigmourvedre 15272804760.13-1.190.13-1.19libjson-c.so.3libjson-c.so.3.0.1libjson-c3COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libjson-c3/-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.suse.de/SUSE:SLE-15:GA/standard/f3f3193432f450c43920cbf2903b4701-json-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=005719a0c6ffb52a05dd88f49c41f36deaf0b9e4, strippeddirectoryASCII textPRRRRҦ'IM6=utf-811c460fd5be3b7dbdc2008f852ce9b303ab1d9271da00a9496fb3da285485506?7zXZ !t/h8] cr$x#ˮ "R@ {@x?)/}iYz&;͂QuAPW->X VTUh*)<[\ hh:\^]/~**`h( 0琴۵އw(9zD~t}C*^@ Oؒjf' 5pa%T|YGb}u4! NPO89 ~ ,Z>jmisH汷UR7͟, vз>'LpvON]Q֝$iɾj5aAb )Ҙ*!774+W';3裲us9TH"Qqɱ:rG\~SYSbIc\cdm; .suU:i{@mB&JrZ[9N V+)g;}J~xQ-cTV!'&`|%cx,*Dh4'!>q!um_erMZa7) VZt6 fPUY ͕&B] j-p \>-j1c]H$vm2B="$Қ)M)NK!'ɯV)*B$69[}nY;~[(hoP/Byw 9I&HbM:Ӌ *d/!AxnaxhCamzE%G+è,!^;5$iUĺvv<1Q{*z ѩ0pο`6Cm̐ 3З x6RtxJQFZʩҢ&o ,z Ɲm3.WU pOՄ+h1& /]eŷ9'YKRY<#VN՛~C-ik'ݍnGS,. ȪytI> bN:'Cz 9M"ÇdLջf4RzK9;N|?C罰l+2çS9{ᐗ WKZ39 7N\S˿13jʡ. ب\Fdg\^@j-^偩r=I(3w'aѿG &orͩ(;)@VwP ؀j ÀC /9ȿS{v,~"A\A" ih*dy>.n+]C #{ѲNN%xKQi$ A}&RllQFy/-!5 ;Rm<:tY1cc/ҥ#s rS6{P:07uښ.W_Q>wӃs0,0% `ɿۗ1*/0#9bJZžEAY -E QR*{~?T%6|sU%xsĔ-Q-"|g> CzwX nQ}y VKj-;lu̙A=RD/N0Vb՛י= KM@vl, =(['`$\r)M?trc6qyءSS63@'`~oJ%2ZBfБ2 2dsu SQ#w\v(\<7?!qP" Ȁ@Iy9 tk$1Σԝ_;!wVGU5~&ʇm i";7O^.5U.dGiB:G?itCPVy.ǀ2`#Sv4EB.>>;`qR :M:iA{M9]PR{o6E׿Y}TZ@o&72yks.SJN .lAJ"QHlDͳ3[ '7[@GB[M#խY]лuI`ţpkdVG}>Q xaVԫA{-Ky! &oϵϢJgN &K<@(l㜎[lWRח@ vw1UG넦 XMUgZ^ynڔYY ojH,_4I"othR vUYێܔּhe"-S#e!v3nEӔ{Wιt2>h &jߴ`kLPy5KH-'|F<:3)ꐯ/8ҳ!F!nN^$SVŻ@箞쁆@_S^*@*GRay@=-U5ۍ%fX25P,iSJr;W=E*$\XnLu(~EMnp`6m`4Jz20H-qD,__[Bƴ g0 a녮vajG~&Lv (9%8'Ņr'D, v$1X"G`U/I j,Nԧp l'uЫ@H-gu,&e$l>Ki٨WA63k=E>1ʴ<͏Bl _ٮJhm#*\t9<~r|y@FG 4u8eՅPygI R9v %7S8oDᇋB}A_!^5W|QS&3̭ 6 ZAk6V%A]p>C@*qA˘۹8>[Ѕ3Oc}%yA ҡU IԿhTYT!=lUh]LOmVNiLoDpg~$ӹ9zśF>=b0zcSzquk[X/AjI4%Xue Kl`Tu30݌RDJ.8Kqf EVnGK^rP+0z?U` zhQ۱6g֏7 y&$M7x)[ (\,Po#*/!E*6K"j%f]F;($YoLiI#\eN7}ؕU8m&tAC|'-^>W" 91mGhK\$I[J 3a92Of9a|38CiT%z?!tx»IFCWUf6UUmFс=PxrqXr Pg|lG~ɦM֋'f^=Ib?*@%> .b1NLͦ@g܎SfoB-]jUq{ma&$Ǔ|FS & 7~KTz%Ujf8tH4Uy欄7ɟ"!&!4OJN?o lxݻ H™mȡοxZR!E r gU/{AV+ֈb\r8o_~ŤZGKԁWnmS(X9 ` Ki$T aF\ XҞt63ۘ䜧]G+@zSLA^LQgʻ8RmՈfPT%z=_-#bLt{ H>%\w/;JiC׺ mZHsеmG7z7`4@"@2ƑқwAʲ=^wuy*l+a b=@'O NRU6@i$3k;Z&CJ\Hh8T:ąZ\HhQwu[ ZF8$dЬb ?Gx+UGp1xuƅY)JM辄oFmg,Q} 8$eN72Tė˩Kn MF{~( }g/rrD[2i(ۻA%91}߮Ȣᠿ8QœO,۩=dK%a.9jaFXKiOnwu5uWaYcjI2i;kvQ}/ss5d_@>}]FSȒa0Q tU(BXIOt8bnԤ|O5܁ʑ*d6#tzs)w\/b9 (.BOi,E toF CI":i:X^3>!2,s{ؒ7Q[w |̑g-c-c+a <1VEO5m9U׎-D/ GV`vxZ '|(1rFw5Z،4./ U?XUleZ.aGʀP,5vyP+$mD ,"P^?G=S5`銠Ɖ+2滸_cK$w 0`FcoQ7p!qڟ-V.wܒaUݼ%&-)[SI5jާzhZƯV:k4x^uGâ;[ y2AJD4aI3 8FMqoC-pDU(nO|$:7n*k-h $ك\uaJ6+ ՒܱF :>\֍q#Ƥ'/4,tM~3r .*>[Vmvmkյ`{| R%jRЃq-F'#M׹6!;>[M+B=ԩx O]BX%2k @8{*P+\:LjRrrvL H 8J>nv?v,\zbù9PÎAZ4u+ӹ J*?k=MO\)| L97IL*(XnERSFT)7r\"F-͊(ȮI{Ou'%Xhd:E [l|Ձ`&Tfh^sb8 gSf٫L JIdpebgkIѪ!r̀1T?^,sPbykXBTݯ_Ѫ!a9Ē :s%zR\:>\Ė ܊ќkH%K KZAmWr9sӖXה %9*7Q9X;&w+r̜]_Toh6/:&mPOI- {8;й/e~t{Wf8mqX5rRMA_7֚gh- *6l6u4A~fiCzs]Pl1"TUgiV09$qj _ڛ۠Z{7i'li}avbBbiSQ:o\EQv ݢj S_V:?:8(,kz khFm=;u)<}7fHc)\HB _קd6g4qkr};NQ Rh^* -mO)fjDpR?Jܳzz-RJ$/q):Đ-CjŒbpCY򱔕 FXz%!Z9~+ǟ[l+Ӓ* ?nȃ G}/p.Zބ켠f^@fyUDKӟ2P$N ɒؕÚ$sp4 -uWTN .X n _~YT&r7y>jhe6{E}CQJ%:vExţL*1,]!/&yqTCzgW}Nk#c9=Z)gB =J!ߗa~-64e X+ղ לVԗ/1-g)C5!~ܤ/@'r+-i_.'`95@S+hi)6NzX6r?,߮ӫUVFe0ēCg\.@JrFR]pT^bԎ7+[#l4:i xrGu*U~ p*QUl򂇆 ,6Fj<~DV{ڱa:~όվ_Pm8خ@Zy6"Af8]2 upCHb$9ds\D=Տ'Ab 5I)n.mf |,r"k_;#n^Q_ )1Auc]7L ԿydJ CZfմ2i)zq8VK)W1 d9(nS^-JRq *[Omx˽gb?(*&[K!ac`^bWc!b,h:=7 (:Ƒ$س8;?Q t!-L)K`FclZFPC9Q eXa ;9[Px[鮳Dơ"ru{b=qZmGc~r!9jtH6wyK>gTM=8j*ꌭg0ƏVmqNYEeִ䨱\kS]B/ ՍQ9t\4`F ǝ?d`v6eb/VDjVS[kAAor<+iضOpKVB92bXyzOWXsGGēv'?R8E>jxGu+B 8Cڙ\'ST2#:N^{5wpyɨDDpzR1r:hر2VraVBlYUut8psM^hdmY`ļZdb=!Ĕz7OWϜ=R# @V?ax|f Úzฎϳaϣ)=q(NժC6Xk?Q5姁SX'z^܄>eoj(5I;se65F[<_\ dds/Ʋ=z1[!R[0$ >6ӽRzIBd9Mh Rzx[U (=o-ꋙx݀7V=~s(U~?e9 Ly,O=޷nunǑX!Y_%}ZW T e+XBTD;0AYVťG]AJ3ld0UӄOX:Фld5TS3Anڑi=cK,&)Ɵ0^ V.t 0Q7z6C9YYseZ 5dEJps%Uld݌ /)ià 1,BSPTq,6C f,B~r,~ G'@ujA˝wfP<ʍŵtTЋQ72rO1[saxwq"3KOo}vݘڃȀClCȐo;[3p8i4>6YC|H@iyjm8:9ŢYm9©~]¿29EsDLSw GZ x"PPrؚjc@mn 'w%3oGcO2U͔X:J5ef)bo-Ɂ~&;_)FW4\UU^J@k QTW* FiP0(=yeHj[Ѭ 73;O O^YF88)ݩu6R" V+^\;6mTQi53W=̘\{m$q(d:DNf#:Y%^9ZH!p>< H9 q߄W ;G811g VeX )׍wG# ! =BeZsҺ;\"[⛅p文*zϯd͜OqyЋnYjy=B?Vx#mf/.zk" 58R2 v࿥_\5:ruRQb2IT4hS(2t? 7eYc(9տĮr"}4ˁɺlR KfrBDo-1࿪RB u8fòe_>ȩ'~o"ۍD_pL>$2v)@<0a+i+\ןDebRRp0m208$ G^45I|dqijsմ Ee\ccܟMHsN))M^iH.`*KBjAJ!T5*Ia+[OWDnpÌ-P,ܟft\S 4r1W%uu  Y,>Xz"8sJ^XSCϘ _ޫ'NQ00~A'e샛ͬ%Tdm:Y0*vOq=Agh6 1%|Xdτ t𼪢_}HWCKv qv\wƺ'LwLf#׉H9 l]ʢgo+{v,sƏsSJc6Yx[tI:ao\ ԅEbkav^_$C4U-{ 2#5g^>\:0.|yE[`G 7^uB{ ;ZCS|:E_;,ߩ$W;;#6NΛ+OJT .P<N$οG( Jeq9>Dj z-=6t)H5l}ذe n!]тD sLjm2زYdy3%& HXOHۼ ( X#?5K},CЯ/HTH1g c[;Xʘ{.E;(UTO?n gD!O$YZHw5߰8$yIzPC\Gb;vfеw&!* 6hVt6Ayag@u-["JեVEDٖ)(l?y'fkMj@?:wGU0JA!<2 91NK,AxrƩ.}`<Z8UI6 o+<~-wൃ r_!5Jd#'98iI%1|t_ IL3[i)/'QGm%\I5@M۰+)-p\iډ6l*ɻ"*s1JUrLqdBbSlY̊4LCy IM~`GՙNҏI݈ڵx3^H1}]lZ%1MdⳎLn8Jif0(;`~!,?0vfHЌcXa XVed;}O< I \`‰A29:gWj 0|L)HjjR$&C,$PԤ;D3%hۗv\rz/,ĺLTH|Hx} ݸAobŨsqEEy+iPkd<@gX:FK wx(8Lp*ݔЄa ;|7xOvss5+M{)qud\*x@KP/eA1xBb!듴 t3сxP͛_1^Oh%P(d "[ehi Fє^@vDYZŒRŷ͓GSLbNG3K  ~z)E֠5du@d}: ̎}bM"z+Kb]5溆̼U(&zC e$T$r`pQY^57B I:zfSUgEmWfzM/W43WyS5-(0|uRSJ#N*܆Dq"/t?s+ytHcϾ;$ᮋ[FD HN)YQ)5\«?|60~q+2ӊGa|'Պsn.YydDQţ[vc{;33n&tqZ5s/e`|bQG=^BWSTg`51),8=] yy:&|塞뷔tS ,HWtzau&?֋2=Ć'Ir2w/( #Vk:Y+"A>`Z|kjϼț4w$(n8QT)`9Q7/{4X%N_Nq&/6pSU6{ϯ%3M#7Ist[b:9]j?* y7.x;p] ^'RvS0i'seOgWe` <5N%N|нy 4hBPހ/ ~V_I4!_Y/0ыv;::/[ gߝi;ϤLv2aW8$"Je)arh%\:Y3KNӠ9(r3/֧I_ütg]+mOlc STD!rC`@Rf!DTrX^gy)vX4LgZIG^.GYC!T pN3I9 ^aaHk{ɱgՓh&lQ ERn!1BDX{/"'8 OOF9Q{(z3X 3%OqtѾ<JoW۞2e:e!'> 7Ķ;@͠aa8=n/F'C,ޟщ`yţ"ZkωuAdF':S\SsFsLhycy+1~MY4wԙ0?:b},wYJ9O`֕Hh:8S?eD0͡ݨ@Xp{nڻ˳*Jo:ix.fs&U8ѥ wphoo>+37*g#lUڱRi#D{$=/{"?/oئG`U /{Q9.}%XxXf`}= ;g dHIz,Sm61Be9T\X-N1%˜bp aoV^QL:qZU_#-KL",(#Q5KJU?C5ÚRVqO ?%C=Zuz5#k_7w܁J?dpy5ӗ6ns=FEN3q .㔾]wRY`7ɸ1{?ܫ !ܵޡ,'n#2f_8^wFJ_"jݷ!xѤ.v5e讉mGN%)HIW锑9a$N{yazAG UAZADӼ5hKQ*_;R; g+9h~g'ɻ 4`cba+N!$[NThYW 8'Pg<0H+fA:$ޕ7L̵1Jtlo׼@6f3GelW KK u&d"ڵV;ʹPOp'AG&+9.?$[D4wE%+fCůj~_&1+4CPЕ'fӻpNkw*!~ׂqה2%+N9>}A9+8uAYT{\Ѫ:=snՃ_Oj ? BZe+Ďoc}uT~MwY^fx)N~eZE 4kXKDj1@/w6؛j$dȺC<DlϙWPtކqt2}YGDL+WN$9mmo[%XUy7LPjf&BjCO1V,oEVQ%/zXU!S:?u3E̼ҩX']k3}^~* B'᧭ o"3Rv]k>ʾ+Qbii8[=g:u'Q>L=J. d`LKY4QA+Rٳ9̥έo^,6 b<:ȭS2UG%!o(i˴pa?7}r,cXLO/h շJA(ŨIHH s &ts2~[&rUO'Fxj?(dj\WoΖX6Rg&[y+ Y3=Ch!TKZw1>lQL\&c?'3Z]]k^!* q@/X[ qέ&o.6#CYՆ>imw7y'{XѠP.JU|,yrL4Ά tVW0l4KP4JbncrMG"şT]u_c<ƢW1 mv~KA'">_:| oTG"NUEqCˀ@ahG p)>?uV ,h2S Yj-`O$G1V96/@O)?嚘 i)"-D%ӊD)8 3ű82pмhU?Pmjw;F,9rqRR%%520"5wg}@PH:#ʹHnx~L q26{jp~*D8x$,hU""C pr_PCD}e`E{b|Wnp xyw ŻJFE`,)*='ATlLsi:i|Ypb#4ĺ  tx`?KBTp@&%0`>^anYlxcn]~xfuɐDSBWF-e'&؈ōdP}EifCrQ^ ߰MJD_r@u6[ ںn^jr)khҡ4Sr-rBv AD.5Oü m˜C.1ǖ.ԋ-Jrϊg s+ESՖ[\?)2& x,J@U dDBWQu!}}l5v?w9޿>IWd|-6e ,2_=!d_hBti A+qo8 .OFy$\awFu7>N.hA$~n7kᑳ3q J79v$A[ۙӾS7FW|:V_n?Y:d9cF"}֍s6}Mf/>h``hj԰ZX}!w74SGs*Ka[,c߶ ޿hc=xXkϴ'-3ov2HI~D;rbWg| m kpOfRKEt-l94{Y nTd]=Zsm'.qd״!f]q +]*#tO&RUHXXmS5xTƕݦbb`ª~4X#}|r Z%DG </?Xz^SjB󁩱Qtut4ґ(Jtm{XDE::%VYW*jsټ]馆>)V va!!cXh>h.w[QƦNg_bR=N4SWē~wMm-Z0< _pg/ ML&,~OWGcqo#+WȋQ2m#*F؋:Ftډdn 0ejnH ت';*8n{HCqgJ5n)tXAO:Ұ]эų"[5D9uə IPxMGʥ$RC󜎏< ?.+\nدr !v3)B5gv!i&44t$(.b؋!s;~j*8L  .=07sn`>9mXĸw7뚁OyZ P1:\@OYy: )gqTZ}VϫNcE WR0y#T~сTq;L("F"t” YfIKn` ?h]YcZtS:TQoמv"яRF >JJovP/8^+U^Al-WϊD߫;) V3<¤,o >G6H 榣۱zh'vZ2)7ukĬ- B3b #WsXL P ^~EuummӉF) \e<ʈU f1ڭa?@ H1*4 1]]-oPہi!9nKhꈟ£[AxƘi/7v 0b:C~ 98uX@LvwgQo"e;H>!n hV{B;A+O4=|&Ы1G]S'rM+"b7OL"{;- ݯK騢4)x; wNءǧ|@z)YKި54Wcz7CMM3.6,$z47GSzӨV2DhE^!:PL((k-L@00] Q٤:#_&oAh-^aײk3 q 2L`0 ȮG Q嫧na쓧ÜRf߸QA!섋T?EqugjCmK"Q|Tɢ&ϗ#9;%O¦qa{?QJ8n<>[hxLM } qAMy"SuFluugԶ(C ҵp i|kAzieLξ ˪ϛ\MJuɠz `uD@>~,T y5q N[T?vrQvR0X5(FEiۖ,9=,:bŴy bJzm9=eU)rdg@Lؓs5)ndMB8u'#qcKNkLWVWef!+EM⧭#T΁F kѡ iQ[i8Y)xh+Ib@ \O=c([ "w||T_DzOj2ŝT"ճw(kݾ2w! 8 &ZpkCR5k̕TbhC]x^2)Sm$6> 4km<[RB< AĒ%dCYDh݌ '%=γuZ+ġMoS):<;WDK,<'IGt,j;{r=U Z" bJ{l|7,~E=7h>7 ˞ǍGe֍ !kUTp}Om.nĂw! z=6YqDl9!lIj3_}.yk5Ü"Y.߿S2 ЂǍNQ1[+7/8{Ai0*ThZugIv^88#@x o:0_ӄbYk-s #zEszq%=c2r1 +~t[!z%ku LNWvwvQ#w >rxz&f?B&,Ru kuh=c]@xTb!039f-m յQf0giG Q@C/?\܌/]>p}DwIT#:~Bs@K`n4:98\k w‡DZ [`o:`Po4]Nw>OGT㴦=;A#,rʯG(pv?,C;ޥ[OKW:nDmkâH%(pQx7ڪtQcģ;n)zƣaWnb>d8YXs .= 7M3ތ<OOH BgVg)"s`>v0/99;ƹ *b ƽ'♎V,0CBe]BY{! $Uzfc*bI̒"x?ý̓)WٜzK:^L4̑>03?hZ_,@4CMxCT#[ł7][Mst3TLt"1:3` Z{4ZehNjvxcqOypbd^,̄h\}nF=x"֛ntWzCu)MiWDhf;aN!zM9Py%I ߖ{`Q(Uc5O63 N40[~s/1pNK ̓20Ĭxބ$Q o*,HbgDGS͕Bo,M{\1z=R_Dz4MͯhV#і"huX`safFIάRIaP_Yw*EbW'%y쁝!Ւ;2߼`by@Tޫ?bgd [!*sb耨Y~jpPYVWHو\@v}| fmr1wv m?T(Jw@ݑ B?7}y6@BJׄ lL^J2 cd=\)fzS3 b*2=UI-n]k`4p/.B'}@3\,Ӗ#^fWiF-Ju᜜) z|K!I ONZFD܅ڭB9=>U(w@&=>6Is@<aHIFJiDt|IOpA'a9J<և9R]ܠz8P >[ eL][b&