libjson-c-devel-0.13-3.3.1 >  A axp9|JX 6I>%JsF޲,-E R>:)n ca3X!^Dh*Vo{4}o֠o9ꎣPoz1J%v \0G4v/#D[Mx[rZBѹ KkZȣ V<$h?ҿ%#n58_X%Lnd A3`݈Wb_p7qՙdձI B 5=894aff5627a9af5a6209844f16c56a6d242c313aa33acbd834ad8f8f758a20c5a70cbb5df6fffa5184c2938c91812dc2bf43bb77daxp9|\G{P[(I `X45StBXf8x˔d} u-."WPwt~(}--j( ,$iaZLs|3j_d` JnN݊Khk>ItBOuT2Qp mӜv샠]ML!-0{ k:ƄuXMg3 2n{AJ2D5 /ƤjG0 -4I`+4Ҧ=IyDŽZ>pA3?3d  J :@H   , ? pz < T ( 8 9 ( : B.OF.]G.tH.I/ X/ Y/4Z/\[/`\/h]/^0b0c1d2e2 f2 l2u2$v2pw2x2y3Dz3T3d3h3n3Clibjson-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 libraryaxibs-arm-4O9SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/json-c/json-c/wikilinuxaarch64*^% R m+ A큤axaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxa80db992dda4f3f28102e271d2656d52a0f487c9fd82c501ba9e2b36e76213f8bbfdb896632342dae0c54fee47f197d68cd569f24aa1ee441acb09474f04e0c7e3d410a05f1cdcf19360d0bdb3fcd5d595f7e56716a5665c6d95100b29ddfeae5abff761849c8311a2257d2f7da69c24910a277e2cb3af665488fe0de5b23d0761912222172103c468674ba13a6add2511115288abd3dc8e1badc8e598c763978d813790eeb6efec103a6b4a3e21319b61cd20ea3c39d158b9736d89bf3cba841bdbc555098885ef8ed52e5423e5a6c75de94766e85d80b89e9173d2287f20cfd077763c0ad7c486a90e08cad2f7d8a2f89cb3923b17130df708a6af5cdbf18da77eff9ef87bc540d1d85e07557a9e4b0f6c91e5cf6c8853ba101c32de2026461265a2c8691597ed54585119148f28763bcabadaf63d4c52ecd27e1db952a1b09cb92b15a41f3e3dd8c014a782ba602eba1eb6b8851e0b2d90cb693ba0519500d78a518c4f169006eabaf3e14a20c46931b534e4edd02e309013c3c5e8387e49dbb45b3ffc3ff4a4f254ec58673bda46eac015a41c60fbab32a8466db79d8df65010dd33562c3949e0bcf987b403d104714073e98708d067c8128b7c4d83efdf4b47c81d33bb1ae5906d32ee7776132301d9fada182bbc6d6be2e8fe180bee959a1f895742a2a90bf81de1417ae3629b4165a2e0f799f8d860357f5bb97c08b1libjson-c.so.3.0.1json-c.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjson-c-0.13-3.3.1.src.rpmlibjson-c-devellibjson-c-devel(aarch-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-develibs-arm-4 1642166453 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_Updatecpioxz5aarch64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPR1ʤVW3utf-8d2e99234939e2e16cb10e8746e9deaba9d51db6802a9075762a53350d67a645a?7zXZ !t/ZM] crt:bLLǽظcn#>Ư}c;VT%0%53OjY!^a.b إ ζv'jqXb r _8B v L8lc#h"yhNtD,}D5cXD(Ҙ~B,ίifu{k󬫙$RBs (<'䄛_JTuUJ[5VpJKO;etsѹa_PLHs=C}ǎ>b7Ifw_ǒӰB=|)z|^o/AgrX(&9U%S؛qvRvFfA1\jֺvc,\Tzƈml9aNFbŮRN2QD7$ޝ{w|&)Q';&":C iu[(}Ri ڝ>yZfvX]sT43Z N=Ā^`XQB,9&D(#UO?<Ø<33vki2GXijV/ߤ[PNO5w,p؏WBh+ t0hh);)KyZ G#1ϋ ^U%vݏõOrEBUf7 "SU M-fm!\(W)w')c'3BRA!Dcg'^T'ô ~" .j릲/#2$[@us+T"lK\B{3`~RUs wzL\rk, PTXM;'撔{NAb-Pޓ\Pԫ[Pm_/NTۥ*I`^4Ew rHS7/q7.@-;ǃ}dPEY,^#ITΟv. y|~t^$!9 rl ѱp뤆Jfz:ŌV69:r_:yiU,o:IXg?SK\"g): pU+KhQdlkUd$rH _KXpR: .tl֕c XuhL}9 ZgH39F+G wgEA+18ܐjdЧ遯ɳzM89>){|Xvx)ᇤR[OY-9l5s驪8%9+vQ<`Lrɡv{7{2p [w X'!/) I ;hx(ObmݩT`'L"*m(,O\Eۇx)y*(cnY}|ի/-x C< -\&:&O%] ОwG#Fj՗\i$6O#S%]'a9hh*%3QPNCr@9.+Nw?=6@Ȳ?V$?e*mcd/R4U{{84|g/ 9PC9XJG~izoO85gMY5W#̯yYR;+.Te@iTe LwVvQ^Oto#L3Y+[_*6$.ï64e" Xzkb1omQ4^ XhneWnB,JZx RE-5;Hq2K7?,H,ZD7"1X BHmHz+vyJyo&64F6joD,&X~|$G )1OXcx v)aoN@a=DU_fr9`꾧<*遟hP1{TF"1Ā2 TT]4)S;;{Gep|d$yUw~Y$ŒO y94)z,1#ԻbPIhpo9WPJ6:ƆWgeT!fЀt2=JJ0q7M/tUB3ǭ l!ZMol;DiӠM׍^G-b W ]}, /9#NVd](3 >bE8"31}8_zCPDlN o}.YC}eCM{WE4/NV]cr @ELOY+4."7I!ı%R4׏'JdxRڷ"888X68|,*np8L9LQ02s_ĢYnz9!zK=cG'+\ 䙼 8B,ؑ-ZшxjBFTii(M;TSMh4UͰ1|;?@RدM/11v[Vd!%g̲[95G$ 'ef'Dtk)l$DKˏ8.qc]y~y=ԢNRKڇiEYHk 0Cw<,9Ď77/J>MX ,^ $qS9`uaabH *~ |l=9SpO<D}&"=$Nm5$ixtw6K l}U.hcGm_ز_}T388S&( R ̊ljn`F+8H7gOxƭ1)JD4m9Z1^NB=JB@LP1^/> k aw2׃o qEr05} o)1.'2:L߽W*i";Ю#¤N~0~>bW*=RLm0*U T)qg(VHmUqrTFgP=ld2tq9tRwax GJΡL=c!@ȯbzsԢtOZMe^]z_IRL`3^ӻuJ?6E3':нL>Qlv%'zhLm?H9h!4_9xLB'a2 xLCԄoU5P3%bK3 z?3} 7z mGtlUNhWɯ;l6k` =;K"8:qMAGm)fy܌6ig0X˧ce8P/=c[ |FY}[w$VR n(T:9{yDkm]ңA0=\U cA T_]+ZU[n'AϛqYmen: #%ⲫ+]3~M3aiy5!jNX/ (yt:K( }߈륓Ȱk|jY3y{ݾ)_M&W#.ptjճ%ͨw8ЂѽdO JI؛aዃ?2Q|DmҢ 6J}/0B﹏ADRX;N4'm\Ҵ늙~A0~]%T] f49Q}U9;Tھp,pNXs_[b:Gp"5a. i1Z|GZ\AAAp{ ]ohGucsVsl-adaP| s-1F6k2HzEf| &H2X)nhǥ;|s;OwqSA>-b!T,zƌ3b2b$P7cġd6C޺e(g])brٔ~ޥtثhG =CfaZ53)6 LSeI, 6-[tZdj#DC!L+ =[@ɵوWX}rbḄ("M4 LŘ܍yRܣgG`qvVY-̾m[` j"`5j1蝽 gYO9^N?ؓuiڸF4j =j\Ih$Bs\kȐ| 4, B)-_DqQ&.koV7˜KAzea=j2ݼe|Fb%HU#&n_Qw[טϤg hM tcy0QZ/HڨFU'ٚ,AgUSvʧ/궬(̞>uNxoy1tL s+b)|pOl]w sJZ Z^< hc :p51inφY!H쟈5- fM}ɩI$-:?Wܮ76jh8ZcHL;BqF,+ܢP*y|U)~jXL.d8ƼrB1wΓeX%X[*"9ev mFg+xҬAC:r1+ƺ+eN-oew:ĐWO/zb6߸eX=:&~oܽ|ͤ75Ghb5;&/ m^0jÈ[Ү+ r'p9I6uaK +4BP[$ƍX4+s͋jTVz`.) ֜N'-]g_N 4tn&x 2x!=c1.'OQGk\Bw9VJyNzQY"1E|:[Pxk6:UPAsCX-7SB, ݻ[__8[u,%阈W 20ʹ+gV&\H/íl! g,I.CG"eX+z ` i%A`~,p7xq bկ$>͆DbC5RD׏a_o=*~gHiN=nH΋R sN$Hl|wqQ^l'HUJko7G!fqHNㄐmy@{_(@q n bSLŗ _9!w-x,)M,YmL12.,a7-I@kLr.+0T֨ t d ~V ېH44`O| iynd_o,9KCuyQ(}"@ -Jূ `j)F@uO%V[9Wp mvE@>^mXc߃Y0԰.F\&Q8> [b[tē]v第]U/rl2V1r-B+ LULsr B~+rDgm! (snh"ŃXYYSKzŎwc,Yh,%h3ՠeL17L*v[0:/qݕ".˃|rдS : oT*Cۇm/.'j *e OV{ڴHAF #x~&eާqw4&l٨.0@l׸GPo8Z𹼁k5{ Qۋ UwoBX8 ! I8}_/LGj(N "+md+v$%yһ!q ,srP,8]v;p`bc`wy!iI$z#e$C2R#7DZ/,J$8BJIPM3{@At_t C⪓ :F3|鲋&C_t^pԌLؼbU(n-!Ԕa;-uɢLs8XWa< UX:>߽gv$*D(DK(bֽTrvƱ%o Ku |bGy.7\>AB i{UElj @QمMufACBm 5z5&.x.8D3עZ}ju2zFTveVL*I#/qbK^ eIK݄6I8ܽ"~aw8|τ ff-}/9YB_\StlЎ},#`ccFE|S@:m4no N&=a;f`2'RCzc9!0 B<_`I7(~/eaE9hڦ]\BЯ@<3;hw>JH@ɽ0+q:%yB/mdJbT^ BZ*ËTm8W ZzV5b[=ͷ$."mզ,[ n |t..|*u^޲aѼSi3^@jYcZRطMF%4?_O%cYlz`bx f1$D[g0}?X؎s3\N*$& K碛چJߊD,(qz% CS ކ ΀$24YaVf)R:U'-aK7`CfZ)?%bϧ_?P=Ak桐j !.`ZUH0D6Y 9|ֆRa })s6Y /E;;]WL涁M#`H4G )Bm/dsǺpƁL.6'z%KĜ ,DDN7yo^w1X0`QN:t+,%HQgA'bw(sq Qø1wΦr'3LVvrgՋ&#BNwR]3W'_XSnLAܔIy![EqHvD̳0Evϳ_`AqS#u81=1.Y0 /(p/G,(#[$'gdpW?|*PRVP.HY~o,<,!5қ5R[k§mAǑ~Zc ?Q_S&WA +Iuy*OU.[ P/opsm\6su)d^F4>%w ʟH+fqAd6ҁd1D>T[ ·;j vF1ѓXИkֵ =!TzXPjLZ&~1KP~6`: Wl {p3yQζ ܢ!#T-CDc\/&%੘G%n|U:ة)ap#BPťO00AΚz{#5 .+x̔`ah '!T&@>SEFHEl6/8L.pG PS?'a˜bc-A':rkVY|3!]#JQvEߞл]7>> ):)|zIӤnaޱUVJx'MF 쵹>g+{w>;/$Jes3 i Q Pt TC[΃jPZl|FۖDN#];ڍmHOûԀP`B]CG^d3B笠~i1 _ZO<9AI۷?$w/,_I~@[e>5}3c ;` 3exdSJ9ܙO~x9@=eI )JX-)$,Uh{@=X]ͺ wF,Hb=}U1#&Wi DH[.+v6f`ږ$.U?Y1^ĺzu &4]]1#;R9yjy%pYJ #^(H2 nI]PKByİ;.եOu8<΃|kגZ_E9 @o5'@Dx )Ϳ|2g`P>p8~yFӫ΃954:hyV@y\ T)%ZAjCqIX,Qy೴_c2LyuݲG0E^Z?"f%rezڵ~p0䩑-#Q*,5x:}B .n[H/RIA'˼#zgA Zg}˻ʐ#-k@c>*!! ew 8=Ğ`3JKƑ3&+jTyS_)4iGq&GIS# U[D2u}9ZDv2~Vڬ?DRvC& u6|vŖAثʩDx{pq[+sa vRa}{ڗdZ!<9|J͇s.1t4יC@|Y2Y`.<>F R\rҺB2S Gty@-vYK_u߱Jۇ0Y85OU%clkř*&-TJ몪?N~bI:x6/5B`WM@ ~@vdHeհ* H4OZG)d#jӔp&UTIIwM/IHOkX Ub^iq*{,ld֮KzݼD f(*xR7;0pʻEW1uƳ%FZƾaUPs0F(/M%Q}{ Ĉġ Ff.( jn!eF #^qt f#Ò +6֦Q Mt s֗g`wf>.y9ܰWQU2KE_vq&^K;lMMj(x2DQ_$p#"XsL4wfQ3/iuͽF qwy0̓$wfGϽoˤH||@Tci }kv0]]"gC7L2^'d,'[8 Wކx) eݰ*KcZ3f ܟs3~4!m~ Om<}Qk +hL*22oC7)o3czebd_p{%v9\;-:llj-۽ ۵7-mS,z}Mf^kNe %5"xt4{@>jxc!-眑"Vرuʿ ؾBOߢcgENŐƳTS}El^璭(./E! gaN+{T~53Y:m텽L]p ܫ@^@ zτF4Ѫgͤaf(Ϡ*13nJscuTj-Zu{zF^uK:pZ?|Pd_hMGRgߔE}aOKY˳.U-θxZ:QsUS~AtVųp@kysx]akVo=ggwshʺgSw !|j; 1;HZ>.CDe'l[*,5y3;mP_hṔ7a$9r. zJZcf"M49_AxmRYqq \CI"1ڡ)EP"v3pJQ5'Ĝ$S{=B^6oD{J~T<)Kx :qX;L8K5buGU W/Qپ#ڍ%YŶۋGD]~׺I`$uBjv!}lHVrgo^vk<  oc;XC ϫe$27{ſY=.!)&Ǽ:Uba܊ Bȶǐ`l=z:5M&OZrfhs:FC,by>*zJiSR},:9щ2 ;c6-yJTbLMi!jߪl?ܘvܝ[uI=߱8hory1>6]Ыc:e"b= Ǝ3ηP%[e$c+fL[5MZ)l -OT:T}$NT=M]IM hbƨ2$8ckg . ĭdsVRM}uT%tBɇ\-rМ3qbR>c=qaA2&/ZIzpcEw&S,4rQz#0$C]O8'B% 6Fs搢ȶ._?A/bg[;BP.Y 7nD:>'hY-_BjLơ&BƜ躞N+e/`x9!Ě1O8o8y gAEoi2i>I=ҎHyuO%f`VaQ7CBA\靱4VJ= y ȷWX#޲ǔge_R"8"K&P+ֹSГI`[a=5aZX;š15:VPJ ep$34N}$jl{9":ȑ|#2r;3ϜYک˝,n!4"1^ɪWA`|a}E3.Hqϥ.H%m҄WM+F*bb_4UgݓIz}bR53Cd޿9|˨h kp\g0 f* w84+%(_[)LqŪ|i3DyͮMq BM(')dҁJy6{:ȄlPl޺ i$MpZܠ\ؔ+?6ΓFk)!RɅ۾56)Kb-8,20Rl8w9yĪ@I*.am@d`7ua/N8睇8 N=݌?Z`DU?|(J'պw%g1%^Ćz4H}0pRSuoJ 8E7BEp a?hr_ҹS Nxp|wtƯ {Eć1dLr!U?#ifv%@!w7঺MdL%xH;8"c^H0_W@]*:Py?SJ.k ijN#%PM|Hiި\5SvGNV-D8b,@u<|gn zBeqqQR$*d`s_3v} A쇿*;Ifr4)Sn lWQVuiLras O0^ vw.hv%蜩*2^3 njԖ!YxoQ<k}:)1:L:K+Dɂ0%XQmٍy#q7U"eNi  NTJ1y3ӱ9 IT| A#T3p!IrEz.@(v*GXZ4bsѦ[zQRhJ>}5D=D([ Vp"8hKY"r5J,xz%MRiNI38T/n%,W™ "}|{g"ɿ~._N߈߈(Q,]Cf՘2߸i#;4t ;=Lg,)tq .p[9GrbiMk{[=b6  _zLr"E q΍b ϓtg_نNϴCF;'ݜתF TӁv( 8git XнA-Y{2tGR)53Šp| ~ <]f+ hlIC(S4\?L/WR+DBDG&NcO͎m0߆̧8efL7h͑WY@ų[ˈ܉eU؛=v5sr{rx<Y cCPi?Bu-5IhBZD:aWGoX@9eoCҢ`DgL־#T 7R|P##6~ji7# {@my3tFL5aλ`;C bȞ̳b ']7!EKx87 )ì-08þޢ?6:WX7T}kλ@e{ߐb3c}_Mg{˔E,:E:A4H`b V4w,NƳIasJJ2RNVmobeil2 ^`%@X>lf^{JJ9^W/Vwڰs+]3OP3ƨ9t`0o#eF?`*]U6f:13z%˳|)޼|j,UyP0h,CqqԹw'3~BIn{47?rRߘ6w@%` L)d^uR2R`ÀWq143W'.UW%0)2o@o"|j-9aܝMt{5S <ЖzDc+% 3(ẇ4%[Qa0: +76EM$-PĤyfp-"^);[ 5(Ƭm|Ro78K#z:>/JS{JaaRAH n&'[^*D㋟A2H5;U \ucLO,q3M[QJc${%շc 2-(pcEæ ! YZ