libjson-c-devel-0.13-3.3.1 >  A axp9|{T\CtJT7%MdZX8@S` +rUrvFS xLC%Y=oMhscQVI)$P'e7;g˖\hJ}tTp7[ʹw t|cûj]>(=n CfLgQ^Pl][t 7I +hmRJZ/of#q>*hdhG"V(U Ht65z !-Q'i$*}`Xi1}W U(DA͝x|'jMv\ETZ>pA3?3d  J 6<D   ( ; lv 4 L ( 8 9 : B.GF.UG.hH.I/X/Y/(Z/P[/T\/\]/^0b0c1d1e1f2l2u2v2`w2x2y34z3D3T3X3^3Clibjson-c-devel0.133.3.1Development headers and libraries for json-cJSON-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 header files and scripts needed for developers using the json-c libraryaxsheep65O9SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/json-c/json-c/wikilinuxx86_64*^% R m+ A큤axaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxa80db992dda4f3f28102e271d2656d52a0f487c9fd82c501ba9e2b36e76213f8bbfdb896632342dae0c54fee47f197d68cd569f24aa1ee441acb09474f04e0c7e3d410a05f1cdcf19360d0bdb3fcd5d595f7e56716a5665c6d95100b29ddfeae5abff761849c8311a2257d2f7da69c24910a277e2cb3af665488fe0de5b23d0761912222172103c468674ba13a6add2511115288abd3dc8e1badc8e598c763978d813790eeb6efec103a6b4a3e21319b61cd20ea3c39d158b9736d89bf3cba841bdbc555098885ef8ed52e5423e5a6c75de94766e85d80b89e9173d2287f20cfd077763c0ad7c486a90e08cad2f7d8a2f89cb3923b17130df708a6af5cdbf18da77eff9ef87bc540d1d85e07557a9e4b0f6c91e5cf6c8853ba101c32de2026461265a2c8691597ed54585119148f28763bcabadaf63d4c52ecd27e1db952a1b09cb92b15a41f3e3dd8c014a782ba602eba1eb6b8851e0b2d90cb693ba0519500d78a518c4f169006eabaf3e14a20c46931b534e4edd02e309013c3c5e8387e49dbb45b3ffc3ff4a4f254ec58673bda46eac015a41c60fbab32a8466db79d8df65010dd33562c3949e0bcf987b403d104714073e98708d067c8128b7c4d83efdf4b47c81d33bb1ae5906d32ee7776132301d9fada182bbc6d6be2e8fe180bee959a1f895742a2a90bf81de1417ae3629b4165a2e0f799f8d860357f5bb97c08b1libjson-c.so.3.0.1json-c.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjson-c-0.13-3.3.1.src.rpmlibjson-c-devellibjson-c-devel(x86-64)libjson-develpkgconfig(json)pkgconfig(json-c)@    /usr/bin/pkg-configlibjson-c3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.133.0.4-14.6.0-14.0-15.2-14.14.1aeZDXӸ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 filelibjson-develsheep65 1642166471 0.13-3.3.10.13-3.3.10.130.130.130.13json-carraylist.hbits.hdebug.hjson.hjson_c_version.hjson_config.hjson_inttypes.hjson_object.hjson_object_iterator.hjson_pointer.hjson_tokener.hjson_util.hjson_visit.hlinkhash.hprintbuf.hlibjson-c.sojson-c.pcjson.pc/usr/include//usr/include/json-c//usr/lib64//usr/lib64/pkgconfig/-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:Maintenance:22394/SUSE_SLE-15_Update/250492947f66b335d25edea32831c6d8-json-c.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPR #]I?@*h{'utf-8547d0ca632d433fecc3d037d204b1f638e2489a53ebaa261ddd0cae7fa39125c?7zXZ !t/ZM] crt:bLLǽ#Os+%BNnUJ2Cd=_Ot*IɊM^ϖ%\ ܭ˾֮o!-=oktiHQN/Vb Cn;{_yߠ]x_"e)(?bx}7/ȶKl:¸rQ+K甈Z4zg/cy- *]O,O|TgT]Gʚz=+ӫPVCH.#4 ʹ3P&~H?MZPL 8YPQ2,!7|ЬZ! @伛H|T,$ HtPQVJCiЌY Fh6F9tm ) =#eLčxu-q)Bya1Ă:;vׁ٘;0V-xqĠ?'m="˼X3bz5"Mw5Qm_ڵ>#SS󡬰.E>5F.aѵ#v A v^yҋf 1TYMȃ+x~~j$~\g4-E{^/PTsoC#)0Y<$h)IԆX ^0O:nl`ZҥL@Lݿ> 6u7 (cr^6llM=.]t_(jM|4v qysh@wtPSkxBة+d>b;4Eכ,p?B`H3*@vr^=(Wg0!|T%oL8UAQBX#?6O!Yq */Im7hx/i-P*Մ FȨ|-xDovr4ΪXX?t+JOٝz2QLouCR 巗P8a) jT9Ff۪~4M5t+>~@ZV\R;뼯mDq-]0+5IE?(R+I'W(Cn1QP ѕet@g<$> 0[zeU$$O(!/9~O !̂>TԾ}*cW=/da'uI߅2(ЕbN6IiIq]׎M>h?oy kCoBo%1iPNn4A҄nOKT{[?|TmQ*ps|Hg(-9\i  ^g9yD1_t2rT1{$i lat{ObFU}v"!_˂# ъHx^#ȕUٗ szZԬyD"Le%ɯW5-D8{^>؏JrEa#,?rwãg">E%M)VVNr=D~؉.<@HȜƬ"!q3 .1mQ N3 &7BTGAqBå.WRcbP`@ GCCP.C}Pʜ\HÚe;!OBMj򺳲WZEM~48<,@OF& :µ*\kpɻ>C (iŇ83rP-5]\"DOF˹}kw5{ XH! e~3Xô0\~+7; nr ҉m/A~pA*_w୛ \.J"Xm=|jfJw,y\\;R|m.qPAzd:)|Ft @tD&'7!CA:_:3kr=N;ݴv+[K3C[#:1W+ Q=9`i>QjK0&lLly\״jB_8(ղ(Egһ*y;u*+@Q{d< KKE^` Jsy;6=<EȰa2nR>#zyb6_ը /=!:eTJȴyJlO=sElHth ׯEAk0 " 7ĖӦƘ-J.utEҔ*aw| @66#\^_)wT3l\cx Q/U,P:_~F;aÍ-Bz bLWg@Yۆ|?Ղ{~41<3gJ״ SD hPZ>_ѾZF>>rwl~|*t!U®^)Xr1u6~E((j]dMҳeS6l@Cr|R0F59?\sls: R$J#,R./iYoU$?Hy  -Hp,%Z%QOT4+Qoe)+ik7dβPݻ=L%*]f3;@ &m״8Hl- [pBmRc2 RKc)Ês`ameF9iW0~^ l %Q ]z1zڐa)x AΘGiGAO,RKQ3i oz5Bl:QJpܗq0uGIs\ aqeJjtV8u0FĿ\`(0VfgٹT|ϒl5Qi@㌊$쀩s2Gk%RMm Ќ65HSݺ^\nm dOq oo~?S ĖJ"wSs&I LL6z)8 ݿ9F ߅*UDAn[%J(ku(tz<Η+␵i}L,d"qj goSɳJ!٤[FXRwBوuۤ+E٣lF]3aLN88a)f!|Ǯ ghwJי/S&]nF}t-gxYd`.PIa;bmRDl&j!V.t3ك FyѨ_i&yM:a 0ٙa#R~5U=}RsN&ˠИ[Hb9uQ k|NQS)C>P -DJ]R$O<v[%_@^HgEE ж_x hK\P9 ~)e,IN/jyIy3kA~Ј2];*3'͒Qk;@*a Bu%Ty2k'v߃ؿv'C~j<ݰ) h] 6^#ᴉ ,[B j$2wy)"Rhb_*̜bt7Kv- @XFѦR!V0kxO4Xur(\造M_,e 4;[Lp>yz' ^ tlMRx"/c 4Ld %*((Ù6G7{d_+'޸[i*;z!rGߊ|c^FJ`p)Ĥ}濋y%* lL1 +9`?)[U OOt}I=cX7 )34AQء4o!_:%4DZGknò#R/r,y`i썀 REQCXBuA:A;iu(4]OlNGY*suSكoD)'u_ُ(< ƒaU0d+HlޫuL㖂tq[ '/ t vtVvYiE$Ns)c6Hڌbyr$LKΌU1Pf1|D$ g%fѫɪiVڛl^m1\I>%OS^3ќ^VJ3E y(-)cQشEG ِF˨߷t.̓}[LOHZXu*>Wqz u/EJf)W35I+v\öxtD ~v\&e!NYWvhrs@K9l;A=L7(׼yӛOm ӻ~BZU ` 5DJn/xK$ Y F<f?!1K ˰ +d%ȇU_Y"|0K4+$dz1(>V/BG~IP&Yj/IWJ:RhLnVk#|j]COXXw ^w>{N^@n\<+ I6XѾP.8 =i3Y'zwqj56R5팠q츹SKʳrK>@X8Eu 'OKYMRx.8٣pc+^؁PjY ~3O?gߚ t`˝ߟ#_f!E LތfؓEw?Q*9 Db2SSkx]yȰI. ZdA5d P{#*DҤAF} e 'z~`6Ţu'zI@Sw"`(ҧ =#JªW;t-e Dk2+D em2~ 5apGűaNuYrTvbnmoh^͖N^kov+chYQ!ykO:W3d`޺y_ALԣY;Wk\韇b8±yM^Pnu1v[tTN2Yb :8$WY4CT`!p[n$H6GpG4DZQ!8%ŁҶmX9pmC 629P O8Qs[lHPڐyRt~_D @e^9ER3Hb̲T)=KDUo8 bC~'ka=kQv:C\-3y!SR1‚C\SgPˇ5A7t!78%)+<0"&sTlnj ti<iy"JfwI2{TUp-E^,.EsްVU&g`Τ4Zjf>ž4v!OY[DA0jmaK8S 8w[5ejc7cR#!u*Ԭ>} 9y:H`jfVrȬi~Ќ_x9 H{B9<1JEIz^b *s*Ybα~˄­5`E$=̗Gҽyu)ct?`6ڛn{zKv3GN.BR)ǡEU~x{HIB"SH+o*5b+ڮԗH+`]KZL.:qZ؏P)e1gгU}'cFHd9 8q U/lf>P:Eٵ_pN?#*]_GeD&Y8B$ܦ2^:7;zCN NS'f E2푴LKGg܃Cjܘsa5"O<@,:yrR<θ_|0Q>D~?›y`]M`ѯ?)ءu-V ۫Kqt-d}•,)xq*otJ Q5i֥d5ԂFWzٹ=? ]U{-gVT[>vb"BrSo"Th^|q[xI|2]N4#t8Jsb- k(zxlf\2۰Vٴ? I$ CI ncΐ ҍ'51K܃H:s 9z̓ 'ޟk_RX Uhg 7FHJH l0tsbFf1v Y`̤4 y̎e?]U93MՓ uٹઞކ~~ѫASEec9a}}΍Jl12QXEd%)/ &)'tSut /_-A޶1̯W'LݞF&ׄM=VstZy:Y4Pv r/Չ~$or5Ctdh"cJIQ(;ːFÕTj<*vrSg]wT CMbJb23brw<1ڋTk x&d`6{ 6.ml/_VKWyEm{_ŋ^M7Dl~!3;Y-?7=t0뙿_nhUQ'R֨PwP+rBase\NnO 3],w./B'eyG*'} |$4Yw5TpnQmKx}#nZ-WxCix?v-ar,/N_Z#*ђsK\Ǎr#,YNv@.}J*BDG5ѬAP<ܥ`*\Tc!{9奡܊աIȦ3JT.~$H~)G;[C]a&eMo(D/$1l $qG蹐1V_XvNCsrWXp*c\Z: Q,jM) hH"סR- ."k p^+@\IZ#0.~ cAvmsa#.v ; M׻qlw—P{{)C+BpǍayfFkYxΓ.8:/X+m#^RX[ϑ$Rl_"Zih5d>)..Ay@еa Wn~w4Z@_lsv b\GHʤB|>Ʀˏz1Wے MyfN>\3+),o6#z >kG޻o.DQmi5#ĠY @dė8; x0=IJ p9ChkT` :[1<'2?~j']`%^$5b2Ȼ܃$g hL7*_":/l_e(J}tD_\ QhS ĩj-!(RN1L.ZpD,YBq[/[!u=BNVV^jxx-%iܿh֚fĹxx ;*MeLB1 wF&{Iq>kC|7.$H'!r) '[kJSX77n8ƽ]]3$Sp-7iN) U"Oǻ1Q ?l׋ɚ!30Zh> in0kr>aS(1ЌIKѠqK0IBC2G`h?߶PZ47BIC^w:ihq۲eBJg9ܫ{LXˣkO~^e)gcZ>u2RR5<>x}.&iE}#Jp͉Pc*d4;~]<ڳ&R2[k"(vVҜki}qMy-Rňo^ 2u%:㐪 to]E2Yx' Hݨ07 >MnUCɈz.=vLJ~ecF&l]ť^󭻴Iaw=D}8@h}0|K\i3|1lPwf51څRǟ!Go0J]#;e0M}۩+_Oڍ^z VcB.d[Ic6b Ej_ &/#4r^[Ģb&c7I ;Թ8[L3:@-փEy4Yct>iW|?i^DsHcS#LϜb)mmobxkcΝҍk6Gщi/FP@>WIV >zp\Ț LF Ⱥ) :{K\SeQ?K}h2/ς;htcE9w- {/v]LH&`ueAA~e0nFF)x9‰{c5`цpҖjL(}R`sA,ew+}}:'og8(cok5W%wI*u糙4i#4gK} 7L>G" kDբ%\B{<-*"|Gn2uX_Y<`Q/gCZW䨤HFgn)8ĉvޮQԗe02ng.Ot Evn`b3CPhV+iW4 J3gr y vsa:Tي-GB4k̅jSdc0?K0ZsmS|:J3 4ȯ.QHR<"{X6kff̡]_(^0$_SpMɷ X t ^oLwܞ}[_i0иKAn74Ca5e|jt\y俪i_ͬv2WNOtxg9~n\nEP PeCtI}qerg]\Y6-zں0&7tWD'v}*H\L7Wp(CU}R%OއVCƕK?Tgb5en;?6s|S٤rn`M?ӡnRz`sqv!#65Uc>"9G?bu}:w}8KEtvDxjy쌪1t`q>lw' zm)z3s' =ˎ1ڑVtİ =n`

ωE)!"TEqMC9䯗*Q ds2PT.";p,".7*C}6&xȍ-鸔p:磫Z*2NOkq#*1?\ƒ><G/]{oCK#4I3fDo :.@ձ $4'bSV81bW6Z/?a )I#xd%|rAX𩭱<峅CR_v:^G-E)j c" ب|c-v,\lbA&*Rz}"RH6cq8 } k=)F`ۺi^x9Yrs12Gwd9l|v/){=,S2cEL2$y'wZP (T/Ro)Yյ^D[ ͋?$RƵC$ys%7o{o ZaT\/(}zlJP6ӟ:/]V \H$y0vLA4@˂@FuՑa1,e NʦȔ8o>n*~Hr'«jdetrYJ qrkOs$8hx,2 ĺNt#JB;[`@ã}Yz&sx|3ٝnQt9_ֵкcR0Cn1;qFSJ~+ٜ`X+mwøXjFSĶ/3Ę\JM'ncyG@d*Ape&൭fDܝ8c[^Vʉ@+՞3أ6iģ" !G\OuU%(v9.=* dݙn0X^ LsYoU >OFA)2}|]}q$PKEWP<~kB@B,sstb%!v jfbیmqqƤ}`[-:ֆЌm,}> rr<=8Gj1^u6ΧpqH%hI LzJP?ʆd 3 C|D=ny^CէsgCL2V8-rkd6oUMMnF9ҦM]JOk-̅jʕ̡`Ҿ@C%&=7?WCMwK"_VI`0q1a>r to ɒ~ڪ]`(w- Xepgq/k<;QEYyOt6΍ Gpj"V{əA3T B To %!`wTԥcf豯<@R}^2MhTNSyÄ@ 0O:z~`rSVڅW$.Puu K1D%]&n $S"#pmםz<[J;t (M$ȁ|p#<9yoV$=/:9>wyyq]&_-TӖ!:aQ*<*N*)(3\YvE,!պH",M\ܹ"Ej=׀άЖm9$EĞ/|̈́&0=}+:u7/dؘ '[T $:r}Eٷt?힜5/,1"ہj(OzàJM#r2\(nET96貒R`a-T6XI8d*zV\B~@b/!אr\[1Fof/EN ӹhC>(~^uc]ټƝPr;Luwf)Qu0dj>|2ɔ<3ĩͨ/Eill dȠQ \ViGx/ؿ<*?c~3W>.wĻwe':v|.̍2,qSY"?~mEx@ s9;,VbZ] pߙ@5b6 n|_B>{DXf6%ݖ0 %]'{H0[Á3k=edHs Zf( >RF(LZ^t ^G6 יj`#fFաeiQuA )ԆC܅N*:ct+~=Kdn;[ n٩6*ZYei/'~(<ͥ(N3eӴ@C7tUG!4:u,ۏc{35SXy~<'&~̿6Lo#hf퐠BnHb2M ߂h+=fCMC^dtd߄:V6h H+yTjW8}YlVQc4Q7:cێ]&;~ eMB 6ȗkoGKz;KWu%=g=? )́aKఄ>sέ 7kIx*UjHOApbό1D5 .'9GY?VgpMӂm+/*w^(Ĭ߇NwDWs+wC`RUu On0Xa{oœ!1mND Ĕm69"o<%9RqQ3| $g@2q y 7X?V2d]-oQ4ұMk$/|uP [_X8zjԧM5vpT$B"S!`W^#;1nꀻD< 4#;vI\AC<%Nj8wjݵh+aXÌs&kMF́ @2?*7o|\csitV!hٝʙi3U~H9id|kKg*`BfYksw176=3~o8WU[4%(5x_K~h>z`* \.OK\45Yrk8+-ڬbLC(!kxz<¯婋2Z 'O)97 Ihe9H6gp;\oG*tfV YZ