libjson-c3-0.13-3.3.1 >  A axp9|/:x*2I˭ϐ"lX  Mmb!;uwAM U.yOrR_vABBVcs,u74\iosҝ|wNE_Dd 'b L)ΚpB$YOH}~EtoMy;f51JkqVi!3t I=AuaË/ޱq'[\O91`Z 2W兞aVu6849aa6e4531b20a91369d1da3d02cc9d427452b9f5ac89facdc0281622e11a1684da0e2ddc0118bc2cdd80a150993555791f3daaxp9|`9>av1|q ":n,^[ʒG,A,x1vaU\BV+56U+-j%+‘ƌSsɔhv" ;8g ^[T236g7T<ߧgϟ8e0ʢ*;[o4n&pD7UvڭW-}#CU 5BZv"uL~#ϻ(v Ó#k,2K?;L6S*pHԀAזSæ>p@,?,d   .<@LPi        T | u (8 9 :w >(@(F) G)$H)4I)DX)HY)T\)l])|^)b)c*d+e+!f+$l+&u+<v+Lw+x,y,z,(,8,<,B,Clibjson-c30.133.3.1JSON-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.axibs-arm-4SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://github.com/json-c/json-c/wikilinuxaarch64 `A큤axaxaxZc65ca3d9a177c45f3dc8b45fa7d62fadb9ae5d2cc11526a570d36c0b2fc6ad1474c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284clibjson-c.so.3.0.1rootrootrootrootrootrootrootrootjson-c-0.13-3.3.1.src.rpmlibjson-c.so.3()(64bit)libjson-c3libjson-c3(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(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.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 file/sbin/ldconfig/sbin/ldconfigibs-arm-4 16421664530.13-3.3.10.13-3.3.1libjson-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:Maintenance:22394/SUSE_SLE-15_Update/250492947f66b335d25edea32831c6d8-json-c.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87f3c9fd26340f655c45f3b23309ea39f8e934ac, strippeddirectoryASCII textPRRRR1ʤVW3utf-85654e9f901a596a00d9a30ca62c898a5703285768701e3ccd8d2464f97a72786?7zXZ !t/]] cr$x#Ezբb*ٛZNӜ6G+FAM8fA0/b =j"8wnN`m̵q^K ICM?ݼ^rvj="=w.dce_?k ]֧.gd94aOj S$.YWs?0F}[9d9e_st$wsրAFZ/[pAGaXt0z?ɠ p4mNep>تK 3* likxyli3(lwРkl n$G[~LTb-"J~1T/v 99琣m#_~~ٺ='oLY#~tMd1vnx3KTE΁Xqhp!b`wn @n'Ab 8̣oSC; ~@I~Vs{w(:M n曞A_D\*m)~ PrC4Zj6.ssuYGw)'k,El`0{7Ī[Cs! k H.ZCiGUyN+Om.@ޢSj}B@ErL~TMߜHP#33Ejeb: €fU?a&޵bR?x8Ch _2y"l*sy\XKtK ,GҦ5Xs1[{Vwj1>f~x*B ^t*~ug -Xy6ATYMH.Bp;@\M-8U`D|ފ=qi=5$fna zM7. ]Bp993=vd0T8YMcSqL;k4\} F AU"5#DXuwhCt:h> >뮃:ËZ8e*:B{TT%˜6} y)Wݘ.~"dM ά뾵[&C* .BOoP8W|w zE2]@"=XeJvP8O;Rz(SSr5ͧdzbНC5^ o ްIqw?;.R>.\<+跳NH0<6#U}dQ hjnz_{n]+?Y[Ksp}g\'B beƽD?-8`hljoWG($W3B|wb?(Uasw*(-Ev-1@\uz, [7)0f'' H{1BII_yt-1fN ^jdIq1-`WZ7*`~[Bo?oC)qЦS ف`k0VcT}'>\ faY))ݺ}vu7h"kuI; N~T`X*cĸ#t=&qmw"~U? ek)שr.Enݝ#pZkj7[z11>|mqwWŪY ѿ_Tc0VoivXP_vnQ.W6%, YG` %68>NU-`yj<Вŋf-~"GEW5.@B?aLMDqϺ!8D:Ŏ~\\xf»zZ',f S5GA[ߢ8IqDKNg2ȧo^F9E!#ygHH96qWYjXd i)ċT]b??J^Go/ZͣCZ9kĨ ݵ76ܕ@4X5m5]mt ~A`qO8;5ܡρI$A~Cpey9l;텀zU[>"h 94L71eus7@{p䘂8 ND h Ȕ8V'X697n+T ضgգt0,:+c,GnTZ6dͯvNBhsԥ@)e>&|Ny~Fw07!jvw_' *ɜMALdP"mfXPPeNu1HryXsR'kyoa_tVSx,}w7a{nHx zx v3qTI娐 iZq$CԻ7W'uϖ0o~d'GaC\KTklEC;*?v}TϿգ+ج)o%琱sCin(禢)GIm܈; hVFy%o38b,t|~LiVo`wypDz<;`ˊi˜YA>GVA`g/?gϐMI?cCc)\4օ.l^i(0dEiL&M}qRRE+E:#quɂvxCb8Npp4W< t~_[U7a =}+߀%Hlox%@JtOLNVp?pIHH!)b@A*޵,y:1&Pd |; 1E |bԠ}2-2 ~7w n<_șIlN8뤡gN&&5:{oVJs>"ϑD6Z{=OpF}9 ZdČ+N3+>neO; ~Eқ̿j4c@>jpSLR0_D6ƣa2 N sbSXvҷȗ9;VNemծ=,5h Ni3mGZh?wS` E S7':'(KMՀF5;LFOFb㵃0/ͨwoFe=☭|Wdұnt ū:&ԂwSX9#kXOH1$<` (m&ГRm~$kM@0{?5/)K͠T=p9m6 rthND(GY-y/7Ӡ5"E;ބ@@-+M"! EdF>ƌї*;BY^ r/ Wt 1Zs.}Osy"ycTW 񊜵zXtԥ"csv<0aD@&4 VC.0(ƝRɫy/8U=E񥧡r y9fPW>h՘x+]׊etcK-@\(h{цQ҇hZ@A~`Md}1vR= m.EsfrY5]->'[lnJg+NKI`𣶧"xYu,^1Lҗt':\rO#FTTa/[2 <:;zdZ_vUݴ*D~_b5z7 *Ve((ruue>Z5> vG_5 B"d]VOa/ +̠ڬG7r@4ru@wKȡ^ H:E~p'*NcHG~.<1R'ycWLgU"G,}wuu-tƳ')q`U6an/qq(j39fvfj_WʤդO)"a|)lkE"PeJ)~*^4nz ŊVs sF#Y(S:ےE7fu @r 5_44 q236Ċ6|ג`zʈ`HO|ix 7E~8tYY(P?/DoLϑ(o"EhyF';2 ㏉7>AY  f1I%=`8i pvgq6% oGx5hHllY6'BĚ6fxF/=r>fQBU\4gEft[9+X ${r*T~ִs!}[fFwCHA\0[kڄڮmcvGl&,&ՎVoZ˩~Abҟxrdu"N95I_ /'#R3NaDլ Z1?i`ߙSK' 3#W"]c S=Bxw(''(YO_c|U/$aPJjtԤ =L1=c3?JУ[)^5 3Ntbj7͊(>d)oI8)zRKȌĖzjP*z0Pb:b9zEO $ i(ݽ:qh1S j @(g QECrhZ̒Ӝ!]J*"xsԘbrI` ۫ɴۊmbeuJC^<Mj͆@l V+|=3yxbKX6b{4ij޽t.t+ZH@XƗ}wx6y90ΩUũ oI1bHD+3%'vfR7!9X_t.ܰakyu5`awTVEm_X;{mIBEweeeȊ J[5};_ G;'pKv.G ޖGѿEJFM'A7j!Z{q%gF6X=?G$egv"f"CYVbUDAv#sZ-ʠʁi?4eYDAQ)\a%K^D בuN[?`EPN9aA&ǪeD# mM!SVsaJmP{Y ZSbOD&Ms?7 Euk\lYp9yD`~`{e\I}38H9-!p_ -t4 ^m+ .<e*ɇi/@b_;N3+ M)!oq;i,dfvugUU*[%[J c w )1WSFȎsEsʯ/$h;w$9NA5-xO``_$`"ޙ5&X,k6vG7x)x/ *Z8BF^eX!UD\j}iGzOӑN{> =!FۼE>Za5\ZeRn5lk,[9@ .ԛW_<sm+j3caC5$zph^:ڣ;:d=o]i&Xټ] M˔0E||x0ЀH&b,-]W뻂 JRjzf&1!p13ן #DaaD #>ASsO\aK~YlA:)c;!I/^@U%v ݙA m}'SNVYOOPaߚnlT%)Q\pVc,[TC-DP$o8~ i*\xմ,2Omgp-4e,[ɐfICrm}t01=$jy6ɴL# y}[cwц N$o'01$Y4t{CJ):xWo*bs<5]DW@!X?‘xng;hq OĒQȈU"u]|>:+Ofpp)6O@?5]BPVyQS'^Ƚ3'` Ě]:W=W*)+,M"'fs_$xW鲊W߼+>zHS"V;[ֱgs +GDW~XJO.򎃩) 5LhjtHx[j$yAC{O+.6?lqQrUKSSgm^A7t7A;D3]fb~ÁCG'@rG7Q@׾"V=X9s.@5Qd'\T*PH }o*bS_;U҇4a=TsH鐔ˀ:+)a ٿ%|+QYχ8J Ѷbc,L Й0*!H9D'a(N©.IIt{37{rGba=Ao+G"0QvLّ99ڄ 2 o֔"k/h[~?^טuIM>Iwi2u>pe*bE"F䣝r&n*J]L+١Q-B+3gMp; n^EDYhcZ#7ñciEUB0)@Vc x#(ʼn*5/Z3 Y\mUӚ䭇+9]zʔ% 4a<ƽ9HGچ?+Fe@T3!6$;V#'4C!5JJgS]5R*xJ`#$!EUǷpe8`!Y+qٺw\GҧnН꽾|E;DB ]?-^]^Az O:B:?3`1ikN,\1ͅ}H#TPlTSf=VѬYX% P&I矸Θ)L`;~ȗQ .VWE9!WYcL c99Gs껉&:ő{)ɨgդ #;ɀI{u444F]Ln\Mq!S6Ӛߡ¶|#c}zks\N9ϗp/U\Y2T2UģOSAV'iǽuk 9]**Qz#y]JVb a ;pCGa v' IcQ tK:;d荬f ~b)G,|1eI>cXRX tkZB_Js &|;DK)TQ U]} Fa-!M[`@9[u%NZS.D%г8ܳlU-$Qo_ J6$R [jڭS8DQس9UOOe2#kG/naz%DjHx?Pk5&QE]~y:ⶑ\NtӝWy B%5(&3/͑KD֐pS CJ2x/_S؊}YbTgGJS ToQS{&%ښ*"E{@ B&yE t鴋 r&ٙ%Q^aUP;g0_`sío{$_Ɂq1Ȳɷ%Cɫ$h?mCɠz6iZ`T`ou?{ŝ\']0 .̂Z2f״|}1&'ȆXr1eoRtܱT x'e'@o,=$'GྥZ"!%)e/s8C6L1ΰ(,UH':3JgTcMɏ>~h"?wggG 2BI/.0O}Qg^ьۤU٨?Vl'{) )ϙXg<Í·ԛiN>L p#,;JYwiDTI 9/D0R鎪 #iCLڳEfWdۼ|6_9FdĦϞDu:7Ш4?H+#hU[&€, GRrDϨo/JXng΢4,VӤfhCΖ8جN==eyP0$qT.@<~*]@ U)>]5lO 6aub_nWNcC%LlTGJ\&D -*PDOa7` RKZhi|/a-$mM^!`@~ҭh&}Х@ij+o@ 周֌7?ƿwiA_M{u(L!E"-=,t'j-UH}U=|n^R 9!_Mx_ˁuao#WJfɄ(X. -Jڴ Nfk993"BfVX2+P )ADP;S7q?_N@Ƀl9yq3`nR0Lhp^˺PiiI倱Ln ѯ<9󓿩ZA)ptq|1Bhhn j-hyB.FOy$0hĭ*;)(+uu  \; AюvYU~QyyhY=''`\HTttXD N ,sFVQD_ .#67fU0O%QsS6aiK!U%9AˏmְΥtb[ {z ypB_k!Iq'ZSSSˍm^1l ]D- ֺ!X? V<53!ӴתޜJe?OI+R^`vlW!T5|e1ܐⷆk6B:R͈ঊ#5 yIH==نe BD.  +lK̫C+yjEݽZXW 852t]:Yӛubev%l+9㘺Q X)f?*P J<.9@ Z_GYZ n-XAPc/_(o^7R<ڮ l"R,6&"E|N'稜" A~8$kiTJkO :C*޺dCjS}s/3rI Q\.|@fp&f6I0k,!E TLY/= =,.\Hse2X-{Ɖ0.x@{+}'**,'  MC._pYNqs=iս.ehI-Kt6J*9G5Qq5mఓ]vV$iY}z- DTJR2PTBe.=$3s DwBDVrlCmT] v\dV^lK/rqGu޲;&3(>F~+< orWzNqzOqcmMhM{1V/گ^Gr+^ҹ'9k@ғIU!J qB }r'aR4*f`JS?wcT啯a͡{eiƤ"G;t|+obJ;=ԢgfdE,)cw|-+U_+AE.mY^7AkbMDT#n*4@ /!&-aAPW[Vt%vxB̠gl.i:WY;Yb;_?~'a *{&M0i |;; `n1%3 ="O(OAtOKKoE׿.IUB;A=CSYOּ(sb.vr

 .@{N_tp;旰+˗08 ;5nU\VYzYܠ8͌e_$2긆u/3_rie`kN>̤3a:`?ʆ 5$h:U``(ǽ"{?&$~J"|}<]PŮr}Q@΃D0-B狃fY-łOs,h~LyE2e 4 aDgm}b#& QZU~5 Z>|7#3 3]ƾ,}09̨ z!7~3"]%lE]#UzV,`윏U x,H\%TYla%pFؼ~n;\:P7w% ͵P\Mk-tfގz7]n]4 P՝čS^FtC{+)|c`TrSeQtJ"-B#{rN2x|ښӷͳ)4כ`<3I=FLAo\tHVSU\0Joݜo^aWۄGGG*0 E$}|~~=O))&S*"Myt _}GYT2<XEKS\?z>VR*߱QЖo$Ҟed]EB v]B0bmHp9^J߀ DJ(Ͽ(ȅ"#kUuwUJZ tw>̖5| rzgIԥ\:cDh=M=AVר#kjXOC2@,Hr&mkQ ZPJ?q\m[Hs%a^mBۏZ8/\@5{uW`NNxO+\nj<9„omYr4-^Ku2l\*A~KSBMVçU:|uj0xR+1s :,fZ$;E0fTVK93)bƂ@2l=5.#FޖcB^ߋf\Y4 2My,EZ Q"38O Oxgu hM3T2ʓs˯ NLӇgyRSb-#O8G݆YUؗK/'Gx:G_K\@DUM`1X Ly+*h<ϥOTr 1LӐf˺_Q(PC[B~0xr_<%w'3?Ǵ}  'Y3eŅj +/.gAF+ᱍĘw[K9ߎ UqF* n7@bI݇#gVb_WN!FY7S8 E뺫nJ^GL q -z63A x$(l. 94J$4S-3'o&>+B . "Hm@(Fu G*n3;q$4\~^ H[jCEyodKMo^+QmOk%2 v_He;OW!q._P<}{tOXt3bH%>^W`wŀE"f#c -f7֦lgp櫴)vz$#4 j+[2θ/1X@ΰ#ymIt*Y~C$R]4fJ~㱮$%$Eʲ@;qh^\_a!z@P/-T}Ccd8F bUy|nE-:HmGdm4d] EE Xng~X1_u♬*^M%ƞ;4F Y:%L~PM7~t G =HaOSN}}h,9S5DNȦEkqW^x5)rۡZsk"'s䗾E9c&_ <\IA,:2Љlemw;BGA|mӱ9Dw G]E#+V˝eP^:\dtiq%6"eѧwb㻊-_Du3&:(m!X3K{at\ܸdWVTN9-ꊊ?:`CTyc};A?dB0 +LNv@A#oxK1q%`{ŦVuV6@{*aRڧ|rv VuiX-kK$9+D MN-*/(>־$]o}1R0A=\#޸sb#, si%b^x%Ph;m@kYI:N$՛#nkևbUpp lNY=oIě~0q$襓#g4R[rȃUX ST?Y4%w*ҎS YoJK09 ipG t~WgTݶ[3R00(ۏ2@l/3L%Ut#y$0aOr1UDsg;2╲n[Իv˧ZN",տ [K B<Sذtcc99eyV:+dguyBlZqT93UCxmc%X*L/ϸ}؃nZňx  8ޭۊ=aHh EJM=yHލN3Yg:Q;'n-spznaO AVx`?ATj(탰vEDq9bILڞM=Ȉ57MHɚ3)?h0h˸DIlE?i~Mcv O7]`A܀n]8ވ>vKP/v,JH $t=.3|9ͽg*K$S$3v`4_4.4U1u(p[yu\V}g-aUGsɦ*!u0<|2Br{ wd=#f̣j0r/<%g*iCCW=YtC|W"?~W/@,'Rx4)դup(Z݁2dͱw"^Bf;}/68"i>O RzZ l|-+eÌ0(؝eY'F`TYQӑ韈6*o*X33Z2ϙqGA@V{곴H܁<Rhl/ͽj_aqkxªN[pu374A}Apn B$7 [iV$hpYUn窬[n+91VVkI.k]?MdVExArY`^0Gf R't]1։F#뎎e, VM jkV&r,[g,`fȏaN)=k*qA:F[8524[Ib&ŌZ<)LiH&sHLQ1F'@1=y?` px}d/m/o캺jEt|>&I0 |u!"\\ݖDOІBDJ1pC\1zÝT $NGy֚)CV]׬"M;@H Sy7vsjSԓNՏ4kqibG. v>Y-7B1cQoA"Q259`tS);^sO"䋥ߘ'~CJ`1 unH<_źmuИ[&Q7952ϯS!|( lO~./+ w!,w1ol&/8pxL@U6H/Is T NɒNNXM߀4=.HqWw= uQ:_g%|O ?)_UcU2/(L/$NW ˆrK&omgL3oBU3kn"q?$<$Z26|xA#;Ҝhfi+1"?=GkDx Y2`:pY-"b":tK.ݔ'CmCSe0}l0;rZCau>:궃.h.c0Eͮ^r]BqD-7#X /XMABrC{p("?eͷJB݂V2Ĺ쏦MSrn|@! DT*#m5J2?Zq$s6yC YUMNO*62*BA\#K7ֻ$2tb*Kc[#3l)b X {r<^"SUx=RzHH4RHAP'sL %cK ,kbKP} fx|{yܗM܀Mpǰ]h#7r>|̾ER$,XkU:;S.qz =U$TYSa{PFדA8μ<AIFϳ 5Ur:xcĢw }9^blDc;gVw XԓV/w˚,)| "J%;9U[ɲ0MP឵ͱJ!-3Q HI3<aԃvJ\,ᶝ3`;/O%y@`W>:%ZHmGMWΘuVX: UGw6_ߧ6v-WKlTX(ւy|e>˝ɵuˊJf#"#pt*%)V]`y)(h/+f!ÊY^S'w4P.yw5H]kW{K+/)A}un(ڬ(v"%A#SѿdɎ@@c1 vu(&/`y9K?y`6ʡl!5"EvuI%EM3El! -D'!{DjKuL]2(H#!|/ -^ZZJbkߙ{MYL': pR f7ȼ!:^<ޥ#N+4O~7D?YnG?<-v3*͑pgN>r \3c82V5/Ro[X=2SIj;Gw,njlQ3nPv$:%旋PyR~HLܩ>I&N1^5na!NQ1H ǀKHy5q߷X)@hG=ZRY>q*ir!DAV`ROeZENL ݐı2D/^} ʕIo 뼪I^#h:_>%yN~-VM :=, ߔ^dV8  u^Z"|ܿde ƛj8 C%& @`Oj(N 1+/ӏ} -h9و@q:}LOB_.h-$'Im8R.!tCgXNHXtN }C-asRIm?}cbԨClpKKlM\4m1-sEf/!,L/2a,3e!M{! u׿\0.؟4ING6RƬI$Ջ ]<@TGkB]VaYIu,{Dڷ!@P 3="3[Lzj̞ʔAndf7vw$*#ߗTNذVbdCcBk?zœ, "$&]VLhQia~R:WĠb ө @F_Ek d!ԡչnI{ OS6mw-"b|FKV]qH8*ВKFo^q,BWtY!>McQ   C2IS 4Ê]!K2-x[>s5P"aӧ;+骬L!](x>pkaeFbq V{x`GiV-`2fk ^^/x>X1:,@5"wڰW3]- VY, eZc~ DB@Fzɡ\)z jxN_S̾BGM=>ଆ JkU-TDm!njWf{9Xw ?n4!E 'גcI!N$O>}(myuoN}rûz`o7^H"VO"v-e# Jc\ h~NܼigYˣvX3TW5gv!МȤb*pp c/.${r#Bc <}-7AOc6  4&E-. .hY#Us/_6w{i(^pr_TD#sF1H.,N\ג*4~Hg(eECٌ) d{m%Mިh<^vȾfK9@ê#Z<\įwJ[S8qU(<䘾".&%*]<4/0 OfT gt5Y: 85#/{ sjZak#$4X#|toZ EȭbHzsopt%ߔ$"f )"`At;'If5wypg35Y& ٻ|8$ 4s~Bc]):i|fܥF̷]ߩN+ngxQ~e> `EKG/QV΍Қv N>κ:*]], J__ZTrPz3ɒ]QYrɛik|l gb?$}&,ˆ5ya#%1H(%Q% axomDx&e>QiZ7LyʛE'*qpdJ!l5ڨCT+ϲV3|3?ׅdTP,<|/ χ\!\ VL zCAEy!ӬZs2} 'F'_B&?£&O[%2Hvϰ)9Cp/4<:1(sz=T_aC+1{ 7/oIM{0>bbTjGJow3)C_-- =쓋[p`jr:4K퐙*xf٪v])Djk64{B??`7/<#YJS+B8 Uu(I!/e foa>ٝ+5V^G$ n[h Sϊ2,Ѽis-vLVDaՉ&|mzz?3Bfh${bD`CqaG^W8o7"P+nZ+ԆQf\VR!_82z'q`` }n$=X~+3.q>0 LeEnv0% ܀0V[u>>op~ṧ,ӟxuJJb^skeN~()yIM48輾uYu-d`M 5oL>+wa%_8W(ymM9V*7E qU3x!j } źj1$LE_SO̐P3~90\uu)J[hE`C<.qYJuψ$$*U#Y' uw{wIȄ#oa3;ށMTD$z?پ̃PG6ѝ[<]|bpu }DmOX xoǽ7PѶ6M6 A׺ьFo[uqocG զ͜+4 FD>OuQW6DisEحfLNY[-%cF-ʉA{+3OhvWY _kt#b,O2Si:T>Pу =):MtDe])<{ Sv:J(x8=o9P6EIT@]J$u5)XY P}H8}^Fۚ/!UA-:Wb;\tR;;k!׭,/Wln y޵1w?ѥtgҰpif pGX,֧ {rt%{1@fGe-cq Ix乞6V^{jBC哽i#m5ǭO7s_7 gvZH`>25 $|/zUhztNG96PFHO(E S^CKrP6W Nc?'AÎd3 MT$`8E3 yP yCzSeClZll&\f\Ak>F9Jk&H.VM?YI]eWƌ3۽Ӆ]4ۃYc($ WKz)^1?LJ/9QhɷhzܫߌVҶ YZ