libjson-c3-0.13-lp150.1.3 >  A Zt/=„@fiS:g~SZyuo59ÇJS4H4ݿ^@KM4p1vxſD93-79N:nQ&-Vk+\_{4~db|5Xʌw:\F;E h!Mʛ=ߊP~c E'TA׋2g򖴴MDPB_6 BǝZE4n [[B9 <q$Oöe206246d247c40679e3b2da84ac374c08d9313e7f3847fe5a30778ea9bf8b4a50560d7f12e9de8137f0ca98edb4f9a4f0c6088110Zt/=„Utpr+Լ/|*4 r oN9J@C7/I0N\.Z6&Ν`.龜Al}+,Ŋu Bbk F|7reTqB\ bu@zKn-rVZfOϙANR"4J=O/ZqO^ʳv,KĜca.;PΡ?Q./}N]pgaK(gsN_AeeL>p@.?.|d   2@DLPclp      <x(%8,9d:e>*@*F+ G+ H+0I+@X+DY+P\+p]+^+b+c,d-e- f- l-u- v-0w-x-y- z..,.0.6.xClibjson-c30.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.ZDlamb26mopenSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/json-c/json-c/wikilinuxx86_64A큤Z_Z_ZeZd049b1ff4aa67070998df15e430da039787977466bf0893ea8023b104d57e6e074c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284clibjson-c.so.3.0.1rootrootrootrootrootrootrootrootjson-c-0.13-lp150.1.3.src.rpmlibjson-c.so.3()(64bit)libjson-c3libjson-c3(x86-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(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/ldconfiglamb26 15144624000.13-lp150.1.30.13-lp150.1.3libjson-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.opensuse.org/openSUSE:Leap:15.0/standard/f3f3193432f450c43920cbf2903b4701-json-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ffed4c6c3f4a7adffc03e38663173f1bdca6a81, strippeddirectoryASCII text PRR RRR RRRRZޙXy>3v?utf-802df67fd4213aa7752eb5a407dd725f80421eadbd99b65002b54fd2d06c5bc9e?7zXZ !t/K\:] cr$x#NokGtP_(hd!Y= ?b /9 ?Rsec&챧37c%,cӹX}&}dTS7][/pQZ1gLҸ` TEO^uoKXr\;*dlIĮr J9JJ =zzs™ݢRs+:^NJ ӭE/GS=@ Oz7&OGs1*2-cpG0;Td(_,cj4[4lt`S>IG A\|Qx ~#OW, )6<!@߀)087o5Y#,¤xyj˫FKb 9Lw _h5'T\Syx/ ۸ k/ϟGD^`I_1&&c^/մMȣpGsSU喊=3f Vݜ9&%qG!aEUl[xH-H![bӏqlDO GaB21q"wў3ѠaPX~/خ_'#;6cw{[5ۚg ~KC<ݽ;WùFp4 ; |J T3mEy_^`obV#YT#7毲/lim Ďr/x.8FOٳWS3 .bTNnpPֈܵ}-XpLI}9KFǛ1;FnNMGuSV;hô)ɀk%tnH^!}XEO,*{.\eFrϽwxlQedRD*9D?nNb I k98޼i-ˆQd೼lF YFѠJYK~Ǻ\Ak C2_KcvԚ-Rzcg-u3rb ,9%8R3N@ڰMnҋ`@agеĄs%%KmԵrtY=U ј\Xe^+@SxsycE\;dP ^ji2v# c:3:XPb\oCW#e vrѝOu؂-S{|ckMkrE(dd$drM4t=qb_RЈOX=kyqc 8)bɃ9X̖zıZ`f<2xX yjY@͚0VD.>}3Ų4_.4 20]>h'>+^Qc]%V2Av:&tDLE~WEKNRJOKTz)$^NmP`A{: /m08nqE=zV4Ȗe97KElbMM t܌R/ou4(`j U{AC0QOPͫUXT)мsZ]rm .D 2p46Zec㷚qzB0$`'ԒN}%\hQ vi*8mp/?woCԮHQSDC5 -S 4ZZ;V3o@ ; Npyi\^#!,Zv T~ZG$@MۊHyd3 deeLk%@wk05gJ>p8RPVc\~ZQ';a)$bLWQ??:KGM7%Y\lIs%JnAL1HǙa߃ d91ɌNp'5)["%6v j{urnN^/JBGY5Q[:>èD#U~2VͻCт@w{אANeR p.- Է37U&9}ܝz{O7=(a,bË$?;Gl}Q Wx$V0ѵsPmX0r4w.Jl MM=m{0S/Tw(™8D G ޠd6CS>ɸD#L@b,d4eQ8!%Ο{'DKDQ쿩3f)A<֭Ŋ)/1Yj CNRCғAw;3$7A^a-'j߶6ď .k ݤge[ā{4DC*Ky)o.#eO÷d^XxV%/_ EAI&"fEg-?VjPxZ0$l{~I}[u. ,:SݛW%A=aȟ6¨lʡeL;ѣ-׎Pc"HilJ*NU񘭔~##> kƔT v?b,`ve`pPp/mc%V1TF B'"- jhڶehLeț%'u#2sasӫI.`{eZkx`EN:_aH6o1K@xfhw{7 KgՋtF?/IWc漧ܖ71)wP<;y^8+{{u`sD7 ۰XƮvxh 4f??aߥ )6gYl\7b{t-{( @Vft0Ρg㠥K+PĂ̖{<$z6{<-ý.\ F ݙ 븳{!s%9SˣoksU4%&x~?4{4dW5P'#Д8h@s[$D]ym&+ ȡ"1\yE2:< }NQS(,$H?}X@x}U @PI_> V=7NzJ3u:P dK(uFk l ۱Ծb . YLđ3Ac^ulS`9U PyjstD# CM ź+VȶQCWz𠺨{\8ZWYgJ^&+Wb1:qRG62R9f)䠊J_ls]K=>5\Ն ؼ~T I c })*2h0p`R; sCWo;ж d 0=dxژ0&rhU]gXHk(TbF!M8JnѺpEʟo+?೬(޹;7W&]x vMS>:>| _ť gcվ@qJ Bmγ;-b2K)(D6Nd/;91˘t,x JNHvA@WeE&atLZv_h2[JkN.†Ƶ_}Œcf;ipgaOaHYkF\mq:WU $[ +ywRZ+0;Pcȳ ƻgQ v[WuƋ Fv f;:䍩/qp"YE6qVe#NceQ!as_%W>לp}b͘ {0"U&ɽ<ʓ#{ďʆa`J8Azt2=ƞ%0UYk<Ӓ$7)[/fB?°Z%[ls`iL})z/*y%o4)&ĝml7 j[zmf_@G0>h# r:dśuߚ^),!` ?j畾cVW5 !{d/Tzڙ%*WxUEo3 DfmDp!:_Uؑ+gOSVkQ ך9@aP<=r6&ɳ9&xz[Ff =O9]Am|UFzZ(vh_ @7|/i 1x@,$|-mP1>+ݟU0)_p+d6' Rdj5ۅ섣7QUsXk΅Mj*WTD@ױ?ܬW+ DN6O,Pi e+=fo/196/&b'@VyCC^;5c]I,p45Sx9,e$/$1ˣ+b'e+Z6dW}X-S X^>KZ^`$- hNq$"l0R*=쵱D6i~Q%> 6UyAˆȧײ̝53؃ʂGbG]H2˺Ωm~|56c*w,B"S⨥%Mbl*WZuVv+ >XˬΘ>; M]o>_MaXI9^j%{dgЕeYcT퐳pk^}07s$R747!X`H f܈dЍPIZ㕪Rrg|R7}H'f2Q+j([HO\>E01_xvIٵB*2}`t3K7P3pZex';`#u-ns.Є ( :m}_iH y*i 8P;_0=Za%Xy}K6 0}z&siw󣮼N]&F L-M@d@>pvwljs6ʱ)p서ۮ{ V$L;]:oGW:hʽ"]0FUIAq@P1+;̉T&Q\V[bD1|‚d\]18g~eFv۳INUX)BB}ҺMrdMR(qcA礳]pwD _mFef#NYa,W$٩ E!T&k:ϖ+‚͇@;x.`sCbrB7bp\v9%޷jԦT 3iu=(T=BLk,m p6'z*v3L toEr!6㾿wpܻ,"E%y WF!#'Ѓj&h!kC^"OzKb J,)]땂u?qP+.E<0t(#Z{+ː 9O0뺃cY(丞i1 nsӟW dQ.b8x03쎄2&V1oJJt_§-1ŘeGykDcG4 W%@hSv#zrl#;~HOo/'M*GŽA*nוB-D;\yf%^D{XDbg<ߖjYn~n<0ȅ sG=9OaGWr @޹24G=9pz !1/ֳUMHe Ex]0y!bQ,Nʱyu/BY9gWQh G(Z1g"0&(lT~a8[~^O#(2ۙ|ܔSyV@FÑe:anl$+t{d<7(OL]N`R6Hp*cj3D-y雝{jt}նtB^ī4гO )D*$]7 ^cE6O:\=>uqR GX÷ kZ%RJUcD%nj%FNQ<8loZea6cK@m8aRs_SFqc2^L{rٌ{ᘉ=Ƞɓl|oyAF8Ռ \po](9D l7qm/l:V]`KZ2ӶquC3 .b$@߲Vd_m{D[<>MW{y @nǡ;3!GW6.װ9^RY f`QsQ 0#/F7A |1ns(g6S?X"/FcutN^&ɢY|x0؀-EJx~0+eNlϞcX+}ߊ⅀mNctu£ܪ/lN;,'1f YhOW JǛ`uqv̡uO4KtZjqw-3g ~5)F=#>SthI="hcd|dZkFclo0wvN$֓n\|u0qQ4MMIrbIx7G'Z+.*|M*Frl*\rɋֽSLSr;I$$%% vmFź|shp4Nc6J}Hn H#5gO*_:rϏwM#,臓3_</Fq*9T 'cc 3}m HzMV"w.fTlnW P`Ke08+citX62GeRe~&'RyMS~9=*n5_2Y3N4Q67OȢeN!r[Qrj_ӁU !i=1Z1TXcp W5z\fV8V$6lP hv9")ՕiUH>4m&]nX6ÐaF q"{ۏk^:r\,QHF$:7}\C\DگKuLlw=x&xnHߝҪԶ@ !A#.hڮyo;yh ޅgiUHמ.Gm-|#HncJy-”l;/^UBS:1bdܭŘv;P_%UwTjIW?(. }$+=TD`sO%h-b:C4ҮrM ˬYP/bثF=26]a _`*< uW99WݹSSQN?35ιT`ksl{luOTgeK8hQ~,Xͽnm+| Xk{h4iI.ԒlϪͅ4u98gĥHHaʙkW5EZF0TrjhF_(ȥ[hB98:%0 7$g:+O{{9jÓCU܎6u:ܷ'e [С *Tw{C1x)NP)q~Q QHjiOvV=u& 5,P:bvq TU6y9? ؄Xi=w!"tQ=,0}u$ au<:YVv?;ݔxbʔ(YT P @aYvpBWVKv#JSovA4X/݁g naoV-)'*x>q˵\w'*"غрE4VI*;!NY ^ҟVT!!ڑQMtx+l0IGek*F=1_ֈuKFMaq`1^lxT/F$"ШqN?eꏸ+v xS Gë.?,tsxcxMhw_L:`){gѐO > CVi ,(%a"=T"ypgr ]s JdYCW$bU0/t14m E\ mL34la:Q9UɁS"+MT.WnE Nɕ+M_Y12NFyϓ|d Kj7yL~Y!**\Aì̇7=RFy.m^N]J$]0iET0s&pR05(Cb=QM3g(490kOb%ik"C =a>RJ<’z?v<[3ײĎ٘fal3 }ybfK6NP@Vv+iU]CLVS Hz@Pq^LcAo޽ OB#120O^hbLhK/:ޯ}[D+ StK6(mrܸJ@yJa@>Q/K #t#^O%|">}SS`妅9"6_Y/гF͘_@>p"6Ơ Pο]Ne!% j;XTkJLB2t5G8M ~#9;rcK^C]S{Qnz"a"j;#MkiP2=biyJY҆1V>hhf$PTF8k62z܌dy$"[CF5W{>8= H}oŵ`ųռ/O.va^txI3ڟ?.a= )$y h:ù!]Np*d@ O|Sk5_~d4}Q@0v)[.-0m NHS2W#Y-KG`8|8(hu/5jbRAjN(eѬ[n) c/`#<%)ٌO'!ԭZ(Sʝ̎Nz4<)4.IM| eEh7/tHWtu&ĔibQEK^lۄzQ*#W7vc6sd+-3c*-B*nh=7PE?S#kn a`>A윋fw H쇧{JWh2"j rJ^\__zSË&Â:\[:Ayϣ"viqaR1M'ie BxLK=:}B>Bcl\Nmytb[FՔˆXov@>oRq?.ԯ) \yNjˡ,C* *Z%L,d^=mJ/,&Sܥ߆і'x&F(K ?Ssf*NrUwT ZU-O&F z8F/X㨰A\U5$__^>✡kXݡR{>0c#|1@eccSRYD@gl RUMZz3>$l#ZB C ܼE43bрKf`< yszD '#8zҷjXVgh\!SYS6?O1 ^N9FЋ{Xx)Dlj:% (#|,;p3$Ag%| n2S;k0&.ě./|*_2 _B۸a;a1;o2!tn يtp_7"`)LLj|a p}[sD)w[>!rCOlSQ'1C ;ntaeB\Yr_֦Ⱥ3>n]'Jڷl% uVjq"ghc+md+Y< eK1F)5KSfwd<9گx¯ םnFVJkHlx\ @ 1 8Ct!%jG*XYEDHla ܟтVc Eoȣu.+|VW08B9:3.uZ?:@]~O23/+>Eqhebu1`ڈ9Myp9wǫŒٓn D{t (׫eYev"Up;]lyIv10^P'qMj;vWi.^}!O4 L& ˲2%Zj.,"B~ og2s$$ :jXhH+lIPo#q żkiY`KCQl?ܯ ;.j7R5fA(Y(7"@/ѰK^3g?xfcU5XD >Nbȸhtť]qEf״Y ~yB˳q!x=:3В0X1#,َoG^i 1/dYBvEGr(&A}P~7a/Ϛm*a+9I 55ƨ#;ܺx@)̪U8LFuCLa}{vȷ'vev[&0gԨVJ{PAtl1ʫ(.V9?h*H`# ly%@}?(F+6WAx`n5I.!d==_mN4shv cۃɿ? M5eK(?w [ +|g*3Bp=NhC'$*T'9Es\wF/n3c _-ˮaEZlG_Z\9WlQUhm@C)S=熐 ƹz&&`եyxH2Uu_b7gm+dTE@K3&^հ`W P{#"*X/ʢ1uvivG1yUB ~>LŠyrMsM߮dOa֖uH(c\yrsyll" h~zĕyD[4-$)VHf`d- `կu4@:<.('SŘimDa]p3L4oWw7yŰ4PK'17.dph6lסY/}=5 \ R>~=o:ʨ+-2}RܺWIL2@9( 9hߟ)F>]RQO.oR!@at#+EHƔtBN +1ɅM@<4!x 8K;[eR%1p/ș?Os5Nji#oԐ9{ .fKY^j?O{y_d.-^ɝHtt/ 4$w폐öC^N" vS6 OU4^d*>"\sBEF`=!\%G:YH^[綽QT8&)90dӭTR34? Eᐒ #%SW h.l. UV l*~qzz۸S{Sk~1{}x$Y*}_bhZ89XoH^+p>*'aGnh>e~1^*c*,tHr5b?nKGu{-'V Y~0Ɓ])}m7RԷؘ4YUе{#Us(3 |^˜mM+7XqyƓ;&ϥ?qT@9zI3]f,Qpۄr֓% g!Ga9϶n(S~1 >ɶοݝfԼ]]ނk7Cfطh2/6Khyyެ@ހ[A<0xIh3_%jC*jl3P!Y1ֳwiֳ˜ҥ,! \%it};k}P.EV)'Ӳ!B[M{`s5G4Dy!f&[yP`G6 P"ST*7ER f868>͠ )ޜQtG:KG7Pzs 鸜5zfN#{4|=EKnՊ+;wW=t8 B::h)k#pr^ڷv ,x$G8pn31lZS|(ZhsVK0$jGi^r|ym W_Xb߯sʡϺSVCZЧ}vJL\*w'OŃF̙n}$>[[6 v7Ύ%;|M~y8Y92dp0wDrEa-l~b}Ti.ϺLV {zhT흾 Jм–%yt|kכLW0DuTJ+A^zj#g*Ur3NHbmMp\`c{i=5N& _zTq'Y1r-N/3d@WZ$h;4  }eFzG}m}sRyys+nPl5X*0[HUɟ,!3 }cUU*TOjx(L?>&DKB_9[YaF9N)6km1x6u.\|Ϧ;Rʐ)gogk_UbF&ǫDn2az4"2$`UDn`G_3:⥨&Vkp2|^1G>q{VN;]QKs̩!E"`#k3W GN498c4DhOSs;ƌ 65Mn@Qd ,0O׵ R-IW7l5@QES]ȝ)}[ ) b8UiuM={3?bqng&esT_H"WXS|*(BOpLPcu#86`; I"aZք:TnxhKn ;Eˠ۞eڑ@8jk@.F\l"+=䭢T$%V?b+!p$ٽn Ar]U@R豩 ?'= P7?!i#Dwp[vW[dٌOרFru&q,HYGz=Ǫc_lHʫ+p=x?J!~9WS|X~o?^*yqA}d-UuͥraQnB\&'uO_\^۰]wb );~bBeOE5"_v/+`}l $&̆Z%ƷޕoBHOe`|{NbT=^(QÄ!Y!}=ھH~e\6>I4R +kvwOz?Xmbw%& Z;Խrb)`5iɖ*`@?z=ԓiIdmnHQ*p>kCޱרct i 7B梥\[Y#fQZN^QQ<5l~[ wQ&Pg6r`EJ`ܿ9r#BNdp}:%zC6j-3lf{9Ss/r[mvMY{vXFQO($ F$D c)6%` 2J<@9䖺Gt8m9_9jޡ,9QܢM d.;(=XiQ\mӗA'M* 8VTi!yq|b{1C\uNi_CNAY I\hyr\A/6~q?i|\֑G"^  0 V}gP($""T ֩6öFd+)WyE oLKf_Pgor9!AH&ȧQ@jJ}5p&d Xmva=΀SߨNJXꎏAxFsl]Dpt,""H"zUAO }k1W]4IP0D i@ L7}"xQ:EsPH1q|VHZ!ϸ⤭ԥ1(KDΔ38hT(%Mrqv^M){D +>;E&V.pf.X&?%޷Dȕ ~dP'0KΨٺM\QL6 ^/um)!о92 aUrFЋ,8F(HHY݆?҈:i5yyXݣd>8=eV)j\?4gYCP7UtG0#Mh}ySj ǶzV#Tʠ6\,h;yTtۓt%0耈ʊ t rq{u׮p$es{+P@N)yzmj魄+̏ȋdld:J,,d̵G 'pFJĒo%G zʺ3t<| ~Q$.}1Xj^ƯjG_Tqkb8t#yonCW) ʠ  Z4-£V/H:2@S /zU +7MsK@ewE5*o㬩 naJT붃qpھ^8'#$ jI=nPusٟ7ەi}*AMNVvX4T|: NX(nwS \~WJ L1sR-E6T 瀘l!%fA$3gE'1S*-(T@F\"svDʘr$q+i #!h) ɖe@]#!ʲJ8X H_ܠzƚ# 9]E]ҞIvRd/x”>G(cWGI{i'_S`g9e ?t_S`/Yo`M+  َ "z{ PtvDS89l$諀ǝ-2 jD`vݭoTqU̩T(xÑo/,`5'9\y7R0Ǘ2cHV3|j"S#M2 T#ȔT-}`* FD1~pNmB#[uec:ߛqܸN5Ь8.kӒcROa4 p{7^_K4Z$D\9^j:UuzA!YcV)R&Q]<Y7;؞?C `&\ =$a3ٵȊb6fEUnEܑcK5% K@ %~Lbr8@'`n«,(&QaP鷿"qR^a bsFߦPǥh]RWM%\[3Cit$R,\M!x\C*#MPap6&0Z%'l"UlWF t%"Ky)kkiy*2rh&jy+p"+L p"EHh nbW[3Ol(`; v) f RfR~1)A֤ \dwᓘFL08+_qaZ\-K m q^]_إǀ[Qvqi6 W\\I9Ԗ<="hw BGEf{ڒNXKv(X0 cXڮmTn,rc1\l$nE,ʨWH8Xu9G_ a>:^Խꚳsz:^J6q /:A8JudL{_^Bœ&eIHTz0UOLI,Jfcםwyu QqM!SM|S ~D.K25$/Iw%& Rr FR"oW)%q@T~q1 3@R} 4RRd=;<֢q8aA v`hMF%HѲy8^_ـ&}+'*@t68V>^W:Ք= uw 5vs+A>hY$#Pm}&1;y6HV :K=΂BtdzRgBꗹ=ڲ9˿^+S:P`LA>}]kir;}TuzgiΒN'6)&lB.\{b*:;)ZVPT~Xc^YO*>| G(,ȓAXɳYEY>傢Hv鞖ff~Sdm!F %/@ađ[Mx`@ҒkGXE۰:&i8>'җo"ö(~~fE E"ۆOĬmҴ./@,B:KPNm{\F^@ł&\Z} i1Evܓ6i ANVM5/v҆1tPt((tLŐ\ ?8e!`qyW! aj%1)J醾{DJփژ @%}e֝s$CZ@[| 1g3du@W>qƞ39++=)F?@|ѮF"CV:hB3J5HM5HYDȗs]o {xЮ[8dT)^SшY2X(*>F̌ YZ