libjson-c-devel-0.13-3.3.1 >  A aywp9|EkسA7OIk;C$m7n"KT7kK2dm0/hȤ?+' H ;Q*7XH~"^PhJ"Š# .0P:,]P﵀WBkq0236f3455756429af3c0f664ea207ae4c43dde42cccddcc548df38e5e86e381024e4c6e3071461cd01f38debd4cab451adf54c32aywp9|oS4w3iG3DYZlACڔtLE(&e =:Բ(Q,c(rM)aTFoA$5wu$/\P8Aj09-3hB(' ̣:tT)GW~^#CW.I!EZ>pA3?3d  J :@H   , ? pz < T ( 8 9 ( : B.OF.]G.tH.I/ X/ Y/4Z/\[/`\/h]/^0b0c1d2e2 f2 l2u2 v2lw2x2y3@z3P3`3d3j3Clibjson-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 libraryaz s390zp34O9SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/json-c/json-c/wikilinuxs390x*^% R m+ A큤azazazazazazazazazazazazazazazazazazaza80db992dda4f3f28102e271d2656d52a0f487c9fd82c501ba9e2b36e76213f8bbfdb896632342dae0c54fee47f197d68cd569f24aa1ee441acb09474f04e0c7e3d410a05f1cdcf19360d0bdb3fcd5d595f7e56716a5665c6d95100b29ddfeae5abff761849c8311a2257d2f7da69c24910a277e2cb3af665488fe0de5b23d0761912222172103c468674ba13a6add2511115288abd3dc8e1badc8e598c763978d813790eeb6efec103a6b4a3e21319b61cd20ea3c39d158b9736d89bf3cba841bdbc555098885ef8ed52e5423e5a6c75de94766e85d80b89e9173d2287f20cfd077763c0ad7c486a90e08cad2f7d8a2f89cb3923b17130df708a6af5cdbf18da77eff9ef87bc540d1d85e07557a9e4b0f6c91e5cf6c8853ba101c32de2026461265a2c8691597ed54585119148f28763bcabadaf63d4c52ecd27e1db952a1b09cb92b15a41f3e3dd8c014a782ba602eba1eb6b8851e0b2d90cb693ba0519500d78a518c4f169006eabaf3e14a20c46931b534e4edd02e309013c3c5e8387e49dbb45b3ffc3ff4a4f254ec58673bda46eac015a41c60fbab32a8466db79d8df65010dd33562c3949e0bcf987b403d104714073e98708d067c8128b7c4d83efdf4b47c81d33bb1ae5906d32ee7776132301d9fada182bbc6d6be2e8fe180bee959a1f895742a2a90bf81de1417ae3629b4165a2e0f799f8d860357f5bb97c08b1libjson-c.so.3.0.1json-c.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjson-c-0.13-3.3.1.src.rpmlibjson-c-devellibjson-c-devel(s390-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-devels390zp34 1642166795 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_Updatecpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPR)bI*utf-859f58efcb82561a7a58d4e35cc6df0cf1213c840c02b5d6f60ad1b22810b1e71?7zXZ !t/ZM] crt:bLLǽ!j(r0RĢ xO{/ZzeˁyAkxT2 iV2 z(v}NT?Se fqf'((\T7fxn)NXRBw/8?IKF1i 2vߓĺH__h\ SPL};]yݞh9ԼmT_C ru6\·f^&R+{ G:0*;|Pq%s4>eE@MG8ldEʭ兾A2r1T6铨bpNw1%1{غ:߳# ikԫhkѳ d $.9ch&"ALQ"W&<-ueW`th+G8v}E}ZЏn:"h`Ԏ:euBN4wO? ~Zu%xaC\! S-f䒆4I4z4hO*S@gCr\ V(gs]R@$ <=N!˶|a{o92gdP3obN퍲OXMUzr23R&J7t%/jdU+P ߩj -WTjuC(ǷAG]A _6G;HqBTu}|Ug$R7)N,8xU 2h'_ K$?ˣXX˪" ´hw^ %n #_A@8 kK= ;J$.CJȞ053ikU=W<l<—99 z-Igkح"=z6AH2>Ve?ük;Í@Ӛ?"~W &titZF ]ςi]=YUqB_;Y:e6.JUL}#bZLxַ sAaHLz}|9c^8 P s`3)i߇idpϗ_݇+ryY r$ꠗ0G;B=vfK|N|/  oe LC}ʕYq)_ O$7Ea=3lq - cf0VX:Rcu8 1p,XQyMͫt+ w-?ZlZoNaknæ%=AevƮ=YglwGqW‘u,Euԩ!H4iLprxCz$SNn4X)ɔ׷y(<Ǥc')vû"ũF ^R'L8d>Db"CϪ.;Ȫs.Ajy `^!ka)ޔ չ# wJ]J9 hǦ鐼ub0wQ88@[c-X H nЏ|ZT囀b%6`)t'uq &[׮(q;U~=QI:Za]J֙tM^֛x)qx.D\˺ԫ76+sC^5^ &EkIx#Y쁈.x/sO҈9W9G; A\x.+0eW:k{㇫֨t_g: -J<.z IMB ^tE"(Gp=<{=F;OW#v0KfC*^ɰ`qNs,gL| @qX N7ڇ0Ѫ438 O Wp:Vwe+jHeIn@+|jRd7v#ԉ%`5Yo^WW\G{s6_FY(]k@klZ7;\"և#q9mW%D\Pzcy5$[lU@B* MG\)`I>/!':P!}->v%w38*hr(p\a;P5=Ҩ$9>W0!Ėpmݜ$,<9l&gWr)? C]_u"(Sd/~?pY\"wk%qUG8$X.1/+e\uڬA~|!@.wNGqmbw'o;^}6H94EgDk{U66 Hy6%Ȳwx$4"ilj%Kj)YCoN_ !Fgra-yG F{dDTnR3V9q5 ^ZwF†1ٚ 9؛?ތ3]CW;< %F޺oh)Zf%W~^׸Y=UAbl|,;00FPNMg l\AX G6aة+tov}"J1Fڧ=@|V1gG@Lio??whu+dAx:hȗA̖Y5OK5b 5E[b hu[kWHr:-!Gf7,Zcr"j~Rw76*$m ZcZ`_/?q?Ձ[S H8Qd5Ԗ%R{J7~Oڔ^Z6{lW^e%ԐMSJwZue3à5+]ڣ__( Kau4YN &=8$̵\2 6@%+T2Q MFoASO;jBo"lfgnTydMۭ Xbv`FF > 7uD$Da6[5c8vA"bx6=H#7fh;4M/j}׫>SVeT@f;uNc*#Sl,⹪ YF8\s^(7͎9lc,D7f$jPq`ƟB`iMeƝCcS}+1$î>|#޷Z"Ud>ظgH',"m ^&_~^E:_nk`ҩ-JSl|Kդw`JOZf)0ar0#2"Vú*LwiEi |SٍavBZmk댲U}HX]Yc-5VDקcTy݃R/Ϻ-kO oTO)-oU3Iq$Ihm46o?̂Kɤ; wup^x,C#Xwݍ_46f,PQ Y3IG_76jٸp҂%.Qj8,ϝ#i.<\5LNK@%@:26) =%DKwMoOED9~/@#dL~g^:Ϭ,tbYV6xrnZ xosP'z"80 sko2ApC)[ڿ=&(clbrs˝$Hv5i䵮C*wgA,Z(`|n7 4$CQvp9]'x\ C}Ş8QcJnF+jߜ1a {Vgڝ;U){!̫9:֒1rVTܽ2VB4"lIV(*,f4^U0'ov} +ib CI8ߣ<$_Վ6 ɷ>p6vV #f 9G߭"+P.Y@q!}1[BEBPÚS3hT!<'M_8)䫧>߉=&=ib(MNGIc]։߀ՔmVo?y)3xNbp"@dr3[ ;TǢ 9jjbZn ",@Yln@\"izY?t@}WCiR: (F%hy'Ӡ.=j%ѶC L\ă)ݚsl—X_ѽ }w1b>%}/-OGkC Ɔu -u ??ȥs" ,7=;7mTӻJ;I6Ӑ ^.(vgpo҂q\ё]@U/~9OLJ#n:sϾmͷ^! QY̒3?u)Mz@V 7+Awcx%uS;eRtfR H17s:dW+b\ߚ O@$ULr``#o\!BAWAmtw$/ϫo?Rl5- {+ޞBD/q lIcxɫ/iٽ:&x!%KJR^^ "O:z/ķRJ:!#iΏ ?6ZY$1%-)oΊbQ% ?X%VA_5UCstƏd4~rFca9KY.jCC@P+{m9[.FUdF рcDZ4bZ馱l+vOPddT͓P+%)9XaD feɛH_O~8 *B_fe&ܬ>WBNjo;Bo䱦| ܕ\q9YEaX4b!Ts_8ē-k2S8qM0ܱo.{tVF}ON+-*r;8]2)kK{v$(LĹ,6H E(\kG޴*O~N[H PU05"җŴ,RoEvtP-#&m9˒޽e@^A3&/փ(xUHGvN2|t%-e#z_cN_3o!nndƼ'V;3/tk sSQkvSW釢_(y8OkYwr,ҋ}Vj By,O8%T{}e~9fP_rY]|Fi纾77 д Ƌ :-ZfJ([,>iQ*_g0"؝_d'B|$ y]cuxh'l gRS<dl Vc& ߹NQ n[8P$ wPp맯3! Y(Jn E<κ^:ՅeFWLj!UgJ5:yd X8[0)9@jW@xhk$x|3 ]rS-',wS|hPXӒC1hdĀ\1DN3dy1DbEAS3ɥMӯOA>ސs=.(K.)"%ƒ(+ Z!rH*,v$ P.Gfsփ(A'I§ye)Ft&, ZzOA׿YrhTCpO<+I)XXkpJ v@fhk0'xDX@?[QyѕFQ-u}0DzrJL2r0igUhkչO}'$*t2[ׅ+!*9%x u/uQ/R&"1 whMAa:q]fZvgSa447<)P[~n]xtYTh&3*tI7ݍm4e/LH]lԳl NLhq]T\ Zt}KzH`r&8U5S&FȬ%C^10mAilYI,=ɫEÇ q܅a*a&xCUU֣Ӟ|ŷc^]kjKQ3Vs W~iJp~l9km<^Xhy2#[!`aH9u?cpp?􋺑3։Hk+$(r+m 9kNZy$}-cj\1f/OBNF^6}%VQm/{n%j¹5T+ȇ@#^]V&Fhs\gMcWT\QWFbVMQtX;n7%]9ϗZ/8#?! v]^jߐ%YxLC\TeGiA@(ޟیWq-=HElgi{LmDSlW;Qt*I`x"ݳ@ob% dmB;^6촜QuG^ˆm6O1%Bc2^źGuSv@JCΪ6p?sRI&WN(3Ă ݹE,S.i}Ơ0]00א,<ٰx6wPIЋoȇb Pϔr3C]8h!u Gg٫ҽ6< M^dڔ{n>bMV!wk [xŶKHQs%?g!Af#@t(#o2idR;T_,+p9<~w]$+m  c?xLyf<`f2$FZkAo5dROמ PUU Dr}F)QA"@}QO%I([ 3 2TQJl{sIrX~фx<"iŇCgBHs<ŅŽ=,ǯF!MTC0<yzSĪ03'Jz7̞M#K4j~)zZ-X2uSk3" g7U"GUQG9Kfw tm!~+J2{-3e8o/AԀkl ) .rZ`b'&i: z[<Tj$F7NegyP֗󕝺'4ٓߑ(y~ _1 Պ }h[V|J󷏓,X⏅u qM~b ̩.SP3sGJ6$U|kY5T֨씅uj V>\stGiJ[̻WFPWy@Y8)oN΋IfLCFMn` =G-_̴cI:2I&" %gH) r`-Cw 0-ҭ"L|uCzS70[4n첍vVClubV#{ϫt}.Z Ɨ񭤣`DB e|Cr_ K޵U?C}LMѼJxC~ Dx䖘x#&>BxS谆: Z^"U\-$ဍx9WJRGngi4u%D>ăL)Sݰ[Z`(7ƠV+J)]@ȟtrHi_:[I\H`^+veX|@l8'cY)47,;ϦC#a:jQ14;J/PP(-?wr å֗h @UlQ> sJ0.e\OCW]ٯLIUdx<ҭvuy_gHjpBQk!3ݧmY;&l,njm2TӄUwazUge5X(]Lr ;AF"l^^lBK\%ѧ>Sr C ocf+O5oA?ODචk {<ZFt E{@NK9&ZN#XH0Mݎ\A_fn;PwO޻1m bQP)q;M)i$+[R2P Wσn?-ϳlq<؅@4UMΫ-$Hsx4|&yܯYP8kGV^uuoĠ@, Ϋ*↋# D.DfO`[OF;' X0[Go:jӄ7dldb1辑x\)nTM>nmq=e(fG@pI1T "5`5¯g_vP/=/AR“6B(Ż!jcgSyG9)~Ӝ:;~ePX#ƕ"lCdV-ʽ/-Nr䷷ G絟s)KEPǕpimWzk68<]d::L0%WdW 8i]ΞXjUğ, Z$_eZle [b?e7M2m0GJG80%ڹתeFч Kl-;=utӭU'l3xg30| $@x3aU+5AL/;sa!Zx գ4xB]7hB[]ِ8*+/Q=;HEws+!۠pK)uYƵ&y2ue_5_$qJ0Jg,@ *a7Z !_$[3A> 6i S!:h}ho4b4AϞg#׃0#S|x~B۳9Ԏ| P \S皿S W\ ;0/jw}֐j&R%"TUA $0Y,P`< G7CIi 9:'O~7{Ыd [ }%n+#wc7ǖ86AL5w:w_?}64cG&]X݆K[3?bA^W ^ @#UYdYsy$ʎIE=zcH EEŬe}iOk¢}XAoݘ@ڪg޵n'‰a#]btf!B))КȣPC=z\ -+ܤo*@ڎJV*l}eGZc~k**nJu9)42 %aIS fg_+y }A46,îXRu+J_|x\,LZ%(WUk~0? 1cӄL@#*W5ZpU_A[3uB{Z2D)R]]dO1ԣ|5!_%'<]${Uǫn)xۙ[tٞ-;%sQJ3bqFT=cww›uzTAnBLv*Jl*VE &Y !u)sHwvXb%in{K,CK3 9hp`V#I7d!-g oƹ0#adHz}]MPT?1$6)7Vÿk}qPyl}uK-!Ivդd$V8NW:vLl=RϐN)~*u]cs;}?U&vh ?sI0iqPg/ь)LNt?[V?N'NT΁0!-h0x檵D{xŪZl40<͛ 0;Cl=)]d^&4I {__ 0& N"C0Ɵt_^ζXl(/A\8ٛ]j Qz"(_IHS&h F՚dNKrPr2R%NbSbVuϲ9b38c8{%* tG *D%a8_Y0{ѨÞ)]tnS+>{j&jT] &6)TKNߧ!~ꅕߥoOtt7igq`mVZe?ȀÁpψ'L3ՏmӥXlj:kR bR&0DE D!,򌐥=6$$d)]Gjp:"-_(>ijBψs ^ʁG;F|U:҃X Cc %I*I" Ist:lP'p#vo6èJhZxPlϣԊN</8a b"FfL~t ؆Şg ]bӅݏO ,}ahQFx=܅? i-Ц? ` ;Vi.=qbt%{nzxOP_+<|Xpkx,Ž2ؤ{+ &֓b4Ne^dܔ,=r(X] "# $CA!)e: (\}s$K& ^x|eP"6]ׂuJ1NQygbRc?fu =v0ER仑}oFR3JtOE|RJs=anw^ұ~ݍeo\F\ȇs ͐Щ>(*p0C]gsAAa=HDW:,#_7l(+tK,.\"V|+D!ƱqqƯeEeYd48|`{Ҟx. zz^"r0]2}W 2/`FT [w!QnzP{aN@5@"%@ ;S; VϤJTo|Vנ -;Ef7SVzA:cg@1ϡf ON'm1ɛ9 X)kD :$UW,n`Vځ˜04ϢgO-98n}m"NZ$AɔXvDyka/mp(YT8 K୬3? t)t.B?:fF겼׹KG0 WaͶ}!U0)l 1sÌ{J"$df&K-y˾3@o gx~v5$?$PzkFwY,A$,1=-_E7Kj{y4`3K}κ4 kg;lӕ\?GI Z'`yx8KJ.?vt3EK~mGM5e]OW?[4Rg.Kͺ0%H运m1CW89:̌p";#/nu!r D6.QWQY6DqdR[IvƅDSm (!I(Dw+;^C@ippH_oDxK<;iFWL,^% b!~afNMt=mZk/V2Q/^5aƞ\X |Ɓ"fϼS1Q.~ЖAO`MAi1/L4a& 3C_"_kM2,#9E,Djٕ" nA#ʿӫbfH*wuB7D`&5du HGC"_Uڣ=vEĎK5sP,G.\5]ʔ:}FB(,@ˉTY48O>TE Uݎ70+ 0H4ƞ]~BaD٭&O(tQ(c%>O)Jm\Ԭ~F_Lh0=\,9jLӢ>Yܐ$V4y_!dMz pncsk.P!غ ӝ O|u+ =ю,G~]W:S*(u?V[>.o ua5Pz\xf%~wZd< jqmsƜ<Ή3$n6r u(UOLRdR9yvUlFOtJUj.96SV/U1ÃSf.=T&! }-6K)kFZkזG ;Ehsgю".: NkQdXż7c٘KUȔf/\Zp^@*j7CZz"?q$ˍdF Z\SF "!W({ a2֓WCa12.@\d08NQ t(OuPsvwC:AV^}xj;/WCq4/*sfTsZU%ԞY+at/CSR"2)6 8=$V! ղ} _c]X ĹN7)Up0'k0ޥhAUFse8ߢ^{.mH$ܢͻ Dl6*C[#Di`{ݴ1JGE}BDGorwSkyA9*$?(O"g~".jMU:X#+7-TZ@82bur BeSU᷃p5$.u4n fXG(7#MZ" SP~MჶaNcEUug_XKc6!V6 ch[ ;Y3=թ!%{=d ke}2BWN +@vPڕ@7]5 w-}9ZuКްwI(=U! i'3Mk F?SX\ab4:I04Y{Bo%*:/k;y>k&Lz9,kU:2# z*2ȩl?J"uI8@ME'+1%SLHTY,iSf #=?2`@_NTHt]=jmF~0H7s+ڳd`;.ltMoAG@ձ