libjansson4-2.14-150000.3.3.1 >  A dY*p9|=Fsp >I/:!@PԎtϚ:hk.Z֐Pk.;۳bûӗ'HlCǨ&oO3 % q#BS&|_i9~jV@([ynCqW (Zt{4&,p?a3h$lz}<Z ok8;6 Ib>ӱ-w,rM-^yߡoթGJCGHp@?d  \\`lp     $ f |, T > (`8h 9 :F >b@qFGHIXY\]^ bcd?eDfGlIu\vdwxyz 04:|Clibjansson42.14150000.3.3.1C library for encoding, decoding and manipulating JSON dataJansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suitedY+.s390zp36`SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://digip.org/jansson/linuxs390x`dY+&dY+&247a087ab90d4cd73497e0701d03c27c389bba221425826a65c50a6294e58f66libjansson.so.4.14.0rootrootrootrootlibjansson-2.14-150000.3.3.1.src.rpmlibjansson.so.4()(64bit)libjansson.so.4(libjansson.so.4)(64bit)libjansson4libjansson4(s390-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cXTZ@TS˯@POPO'N^Npstivanin@suse.comcoolo@suse.comefimovov@gmail.comhrvoje.senjan@gmail.comjengelh@inai.desbrabec@suse.czjengelh@inai.dejengelh@medozas.dejengelh@medozas.defcastelli@suse.com- Update to 2.14 (boo#1201817): * New Features: + Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the corresponding `nocheck` functions. + Add jansson_version_str() and jansson_version_cmp() for runtime version checking + Add json_object_update_new(), json_object_update_existing_new() and json_object_update_missing_new() functions + Add json_object_update_recursive() + Add `json_pack()` format specifiers s*, o* and O* for values that can be omitted if null (#339). + Add `json_error_code()` to retrieve numeric error codes (#365, #380, #381). + Enable thread safety for `json_dump()` on all systems. Enable thread safe `json_decref()` and `json_incref()` for modern compilers (#389). + Add `json_sprintf()` and `json_vsprintf()` (#393). * Fixes: + Handle `sprintf` corner cases. + Add infinite loop check in json_deep_copy() + Enhance JANSSON_ATTRS macro to support earlier C standard(C89) + Update version detection for sphinx-build + Fix error message in `json_pack()` for NULL object (#409). + Avoid invalid memory read in `json_pack()` (#421). + Call va_end after va_copy in `json_vsprintf()` (#427). + Improve handling of formats with '?' and '*' in `json_pack()` (#438). + Remove inappropriate `jsonp_free()` which caused segmentation fault in error handling (#444). + Fix incorrect report of success from `json_dump_file()` when an error is returned by `fclose()` (#359). + Make json_equal() const-correct (#344). + Fix incomplete stealing of references by `json_pack()` (#374) - Use GitHub as source URLs: Release hasn't been uploaded to digip.org. - Add check section.- update to new upstream release 2.9 * New features: Add json_auto_t to automatically decref a value that goes out of scope. Available only on GCC and Clang. (#301) * Small documentation fixes. - changelog from 2.8 * New features: - Always preserve insertion order of object items. json_object_iter() and friends, json_object_foreach() and json_dumps() and friends now always work in the insertion order of object items (#293). - Add json_object_foreach_safe() macro that allows json_object_del() calls during iteration (#230). - Add json_get_alloc_funcs() to allow reading the allocation functions set by json_set_alloc_funcs() (#262, #264). - Add json_pack() format specifiers s?, o? and O? for values that can be null (#261, #270). * Bug fixes: - Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284). - Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set. - Fix a use-after-free in json_pack() error handling. - Fix subnormal number parsing on mingw32. - Handle out-of-memory situations gracefully in the hashtable implementation- Update to new upstream release 2.7 * The json_pack et al functions recognize the specifiers "s%", "+%" and "+#" * Add length-aware string constructors "json_stringn()" and "json_stringn_nocheck()", length-aware string mutators "json_string_setn()" and "json_string_setn_nocheck()", and a function for getting string's length "json_string_length()" * Support ""\u0000"" escapes in the decoder. The support can be enabled by using the ""JSON_ALLOW_NUL"" decoding flag * Add "json_boolean_value()" as an alias for "json_is_true()" * Add JSON_REAL_PRECISION encoding flag/macro for controlling real number precision * Define the maximum indentation as JSON_MAX_INDENT. * Fix cases when some malformed ""\uNNNN"" escapes could crash the decoder with an assertion failure * Avoid integer overflows with very long strings in UTF-8 decoder and hashtable * Check for *NULL* key in "json_object_get()" and "json_object_del()" * "json_unpack()": Allow mixing JSON_STRICT with optional keys. * Fix int/int32 mismatch * Parse subnormal numbers correctly- Add baselibs.conf- Update to new upstream release 2.6 * Fixed CVE-2013-6401: avoid bad performance in large JSON objects * The json_pack et al functions recognize the specifiers "s#", "+" and "+#" * Add the "JSON_DECODE_INT_AS_REAL" flag * Add "json_array_foreach()" function * Add the "json_boolean()" macro that returns the JSON true or false value based on its argument * Add "json_load_callback()" that calls a callback function repeatedly to read the JSON input. * Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of '/' with '\/'. - Drop defunct gpg-offline and use local source_validator instead- Verify GPG signature.- Update to new upstream release 2.3.1 * Add support for optional object keys with the "{s?o}" syntax in json_unpack and the like * Add json_object_update_existing() and json_object_update_missing() for updating only existing keys or only adding missing keys to an object. * Add json_object_foreach() for more convenient iteration over objects. * When decoding JSON, write the number of bytes that were read from input to "error.position" also on success. This is handy with JSON_DISABLE_EOF_CHECK. * Add support for decoding any JSON value, not just arrays or objects. The support is enabled with the new "JSON_DECODE_ANY" flag. * Avoid problems with object's serial number growing too big. * Remove "+" and leading zeros from exponents in the encoder. * Decoding functions now return NULL if the first argument is NULL.- Provide pkgconfig symbols- Remove redundant tags/sections (cf. specfile guidelines) - Centralize the shlib package name- Create initial package (v2.2.1)/sbin/ldconfig/sbin/ldconfigs390zp36 16835653582.14-150000.3.3.12.14-150000.3.3.1libjansson.so.4libjansson.so.4.14.0/usr/lib64/-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:28927/SUSE_SLE-15_Update/df3241a0b4fdb3c844f354d927b9ef5b-libjansson.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cdfaa6278bf8c211ab7a58fbd7c68ec4ea1f6df3, strippedPPRRRR: }MMVNutf-864227789168361107e7003b9efed2aa9f23151ff3b00927db26ab35ab828a7bf?7zXZ !t/ O] cr$x#HTs29Q{ȾD $@٫íHEGR c`0{ϯb"\rh:EΆr YKz9Lf!ӔhmVM`=gs+ˆHXdtQt #Fp [w%KVŔ+lˑf b~z^ H".; UfۜS(jSEChXǪs8icG xd@ uTi2V,JƦ۴O&&n8_q9&|zԔK7@1P*XۍyȲ"2UúwukśN$/z3ja6wW~O3$"^vRوQ=fLC?j "9@fW3p1Ȏ9{Rh̡Y%F3TjYw1bEX#(Ĭ='țMdgId<*T)yL;R6$o5_)u)T*Y^krc/ #[/% 05óދd#yDUmG)ŘUvY!itq.J{'n=՚ CMNwuJ*@SzPK hHy3,(cHK{bh?ntbX=]LwJ9Ɉn28E:45%8_Y@ç)~)xx8( s\GTPNݞfQKUKv${O%L۷ctpT)JgMd&7ƺ|iZ(Kgf>u u* O`wOHxk_&pOku;'9Wa8 4YsT& dVSrJ=YHQ8"[`鲻&B ÊF}nu=O9ɿ_(`C,vvzEvs-E;9먷SFmTAz@ZfM8{v3df18tV%׋t_( ͵;rͿ `x!;ΐJ`I@zNE/ɲs%mԢ"xkjrM\*f6Ú1.KIj+"c`fa5@QvTD֣weo)XyC@lX/D(,ѰnU= lIrUUQ j]?~Cl5@e/O vd:=1S3 =H=V@?1'$ R\vrT@iIϻO |ɂ?W跁~?̈́6{{a4\KwOS.Nj3[x7>WkSNOmv~TjզZLwO%E(}t%!/AGRO{ w)C}iM'r [&'Yu2󃘊xǓ9mG3x "e,\qNzmRp鬠ԼRLۑQRva^wfPGgx q܂*iZzڒjY5m{ ;Q\sI{=d.%gT]Yp~EX३'j=3-C+^R3E;]&,xH62qo"RfA`wkh`L g Gss9o4'ZE3R^S~Ly-y:Z-y!`}$F ^{ 5fg}BWu?MÐ 囆TAQgui(HrecJ7f}W3IJB Lf< jst5;8B'gTIfXc MTsCyF8NmRN .cʜR:; T Y0'lʭXxRb#@ֺ#2d9`(CV eC=aƒZp,)Nt7u/e*nyo/I)n.UzodE+9Dڴ?}9֖~ @9Sr]u+@8@WU@;A9\_{$Prr%#y .oY@U奬X,]& s˦@czxtBʛ _ d.4@xd.l$X3[0㡦smJdZ:WqwU>RΥW[N@t0ף(Dy*=%s~8 )Yשkz[и`U_iÈ}̉Rmw4oj0;%}iƉPL(uK'0^_}n%$A6SݍwF Pg+T(#X'Q8G$ǯ)*UsL)wQw,.$ "Ɨxw7K QKxv5i`+ziPVk)Ri`oΞE 2z.M~H:iwE#duP6Z5|喣|{Gofۊْ-ުaͼN'ˮ|[43H&w"Pêrs,tO0H\r%gJo(.rV9qc%; HVU y3*_p#Y#nanx?fRY9ij &PL!t9 ̵0, XZC_"$%Y4^Jt&ajEVaZNJ ӻ",\ u\&\Z N$Üz089}Cgw6Ci%%A9?F 0e:/Bo# 6v2i38ZZWSʕ'04Ivz±l˞rv5C+!S‘w}o1ƷZ$RYFl&-4%{rz* 3Y],?`wE;b!)C.>s}ނ\#fhMKNļ0{QYuPKH~s%wnaJP[{"l5:lW'ŊDRin[j! MXlXKeMn |uܳgտPT3} d؛%#H8 eyNǭ!VTaFU@ⓩ"@ԇ2-,җ=]>STʫdm% m6MȶKfXmD* X$}{d]&ΑhCgfcڔ~ȏ]vhNJ+<%IgVcfH6U$ ȶYڇuPZ})q Ck&wAO jWwUzRNB[_iv藮ẃIfI[#S[dA∀*h5 m̄Ug'x\qaPoi8\/ɜqwToȢD ˀq9C%{]?mӪttp(ZF!Mx9#`I;h^%QK=ӹIhx#¬-GyIV3t% ڡ(l th1 -GWLw_O)s3W=q_f>ڼaSM\͒V@ĐsB] r6leuA3wnLuw3vZx6i*+QS]#KRkpG*Ñmuddm3;m{T,Uթbw6?+" C%J A9ReVR|ysv:*^BvtVIi1DwPeK_*Yh8Cf/QG,e#PםhH{_̓ Pʼn[>\-sHȍL5D SӥWW"yalGrHr2T@U AL'QG")qem 'I8LG6Wd@=1p7$Fp앍#YPLI61C9g8ڍAO1k[FŧA{E4O{Ps&.vJXPD=(r+Y3L.GL-K=מ<}n(Z_AGmGI'=͉]#: ^Prԗaw^2ZQGɭ춠P" |U"t{`[Ajv0,t-nfr`/q.[{}AT&) TCH>dOv=%:<ж~81 :i|SwwjD +.~n4(O&"*=mtz )^QZ EOH[:)c3{IIMLc,ݩrD u1sj5Dz.3F<`)ůa@]+CnxCeTsCK~]H}銽 Lg7p̗<< RLW}^|`ߎF1cM C@.-f8e $Zs,Z\هUIB]yپb6|;K26ԦSH!QhL䉟OЗ[ۧN <9<J`9r? .3v9ۂba bKoTw{ät3hfIE 3 R "]_zPgf+1 Af49Jw(KϐiJT ,=5Gn᳆m`/y<ˋjs҂Lfm}`w"8]/o>p B=cž&vYB{4\O .@'໭"xoILCo ו zC՟Y@g&*Kd;kD4# ϢCG Y=uCԸg\&lz=N<ƫ& <ɼߡ )'I</FN~NNe]ܥpR:G!Vɇ_SɠJI5X*xoqN(eʂZҜ^-v:?9 WZl,!bL6~Ǥ(KfasofqĕařX7Ոj:ѧ҇AE!wj#b3Z[Js2[PftGy[zׯ羛"m)[z-c|hG!9*?zU4~O0>a4kA 5p 3=.Jzykm( (ijЁsoLO^VO^Tn8MA6U)! ,1`VA&dzW$τY-^GX)i]9c$S`Nq<(E" KTpӠJgݸUwkIψyږe~/@j)D. 8nKLn(Ž lS _yۻ8l|Vx; tnТHY5aUep6_հ)[k!R ^fF2~ٜd}3.">~~g8wF]#gD2o3m ;@6[J\Nlr^yʐU 3gH/wq!"8zmvJbzC =nN^gxM+lZJ9 I.TAFE҂n<3F>I9=̽xz*P bg76ݓ6p Pv7RY+!ɝ' iO" ^ΒX\sUB)V!V"1 E=}4KY|&StE^C.-ѩ}|_ J*0sy:<>#v, },Nm:V -}v<3r oƃKtV'Ynkj]z.Ϫce-7 oy uơDlU47YU`#)-BWU!r Tn'ಕnP]g>v-F TQN}lD63 a(+MxZz#pxPE?:q&,g"Hh>9GToyzU;#MyxT;=) 0 )ҵ ?"&쥉Ym (¤uW5z51pð3 wx;Q$o qUWQ׻fKp 5LÚZEh!2@tv(YfP1g̿zdx?w4n9C Oo89 Z"Le DcJ*+go<vp)mkp RIމ #+eE?|߃~JzX̀+ZjHPMy ﹊v0ORgo+H' xJ7>u]i{T#NN;*ncDž}b"Z)t: {1FZ`e l=C-ܖY ):Nж6M_;ήa3({Ocn[ۉ)G^0c^V,ɭ<ԓGBc&z7)~y M4'%2 j4Mvxz0v%u1mfFipYpΣuWFhyDV#"H5Ua7e1ǩ;+62Tyg8Ȭ YNι_!ay[Gxw/eR?g րo4C"\m#TR?&Q59UarTJXiJlH3a  >äY5R*,gO}-}{Fcb z;($d7.to4CU !S]@wn/RXVP:[sd|rE]牗51=nJwb`&9E jݮޮdL&\voSDo>pxDĶRiQ}b\0}?j./Aj'RQy_=(w5F+ {.Dkϣd*>H|]?;?TFR0dSZ~qo`eqj<; Z űdƳHlX+16u0;@bu,|,c6oŢm<О5`(KTV0[fUf->49 erwS=G~܇B{cf'AV2 9Tj({SE6 RLpklە4(ʓ-_fZ;,:OC,xQY3yAիYCFn nwI50D#]!y)0z!>3FNo" XR9@. !31[ 0rh/ӸP5]8w:Rjb(lKpJn,(~M @ןnS C̏XeQ>+A6v6taw~嶧pSzr~$G>eS;Ta=܁WxPI<7^]*Nf$ R6 hNcnB+U[eYN?! =-T۷uF3EIVr֩ߛ@6QJ;%jˏOCv(>D`WonA/ "å+&0Y3)׏*pfpW/KF΀-GAwA0DS V"PvuXoB =s18o, _KX]SM6-$#D7}v@ '>S( r4iPv/X/@iޓm6M1, "{"U}\0KMEm)$*ʥV Ȇ."o,Y;tQEҧ>[آ%ϻ^%*+ Uew(Zl%$K, &wH(a?<=TNk.0>EQoCrӅR4QۇcZX%B0> ?OQ1_$YuZƆ}wT:I_voY}:Ks'WpzYk *+;읚>7xyzt(W' 29@g~3p Oh.+oSwOO.7ķNrkPDޛv?ʛ\!^ݱ&{g8wz}EԏPV-8Mq0r5roE_ŵWFo!o4Х_‡vȏi%Y{Qōyv-vyuޠ/UjнK Yر"-{x R#bG5~NxFp7G¤k\\zYZ\Ѩ!tzS:S=RδXL;B,}Ɥu0C8^)hym0$U38$y=\x($Ї#|n HQ$Q7 cS;ipRUX8jMYV@,B"^CC:fY{o,[~BUzO*A< -vu (?uݯ> .PL ֜EJ* l޾Q\[LM1eᔧ9A2;V|>z7ۭN{C1$ NL6%@qH dAu? R#ĉ>.۵7o pwi:Qw]mMT(//*;aB)"^04\{bnBmZ%뮀y(0i ZeС&JmG<#s{d|+>GG$1W 4͔G.g>KUI$߿} oCنDC)EI0i82wDs}O{FH^M N93h;-F3d/~)| }>ien&OfЂeY7GB4RXHd9;E͂A77#e3ִ h.Ii $NBE\қHC9&j@5OW OKmP[muv$HO!}NhIm9 ǭISůJAA|$ɓ9jXjeDp)B IfsYi,4&J^ƍƳ354fgN}rz<*/̿lČ}z$E\~401tfoZ'$?ٵX^x$~`<nJH/OA&$@=}8W|/bU)f['8 $yGGNcavfFP~z"9q:w:,@[0G3-V~u&oZB+7ΈyaWpj+N;xVxO% )]vƉOIjg+G+iqcqMڋi[,dkN؇·^gTsII&ZǍA ʯq©(+c#ܥ ;3+~|E^QdumSeWm1J@%\|86=t)YրHʕ0a%yxzeXurT` p~TWD`5&k?59}I(Ӳ~\# FxlhsgP$\:-L ]lbmFK$G~mysf$ _F~٬Уv^8W!0hS YA mě9eُէ'TG,񩚨~rX93sybrN3vXCxlLsp-&I޹G܋C-ֵ1stü.^6H2Ԕܞ9~ӧ`)NR!MxָaW5>B,iV}ɃҳM/֜v~! I7u]3z3/\ɩ5_p G4t#?pS,q/bٰ3vQ;ҿys&!hԏ9+!Q%{.WRrmSiW 34@&/&` C'![OĈٕQsf"Kx˲L]֍WȖ`+Ǹe{CC5db_sq :{̅K=]Y2\)<Ӣ`dJ5!ֆ9)ˆM?64{: 3U[ 7Ϟҹ#ygZL/S&&>bU/oWؠ6`ߙAֶǸ`nh@l h5/_S#aq +V@}o8ʱUBCFu0@$pw4_gmv1$dyVVA|mWHIXɂ'u!OGs\D}Z"aYnmt|DU EIBPr%DxmtC`a5Ҹ.a|d(*yI׋5"%t3Se!p'pMi@ ޴j!zXEɰy;Q=Y1NB23^&I pҏUhzv#Wh4~=̴);+Zt쨅fPX9VPsJDǝS%PQs48P=Zw`7T/ė@i&2P괿b`2Ӏ/ii.ezh.{M)o(_G衢dFr(eU7fčIDt7޴[/VFcK`ѭ-9(;X|7;*%8VV5frWpXXW4@|$CW\6L#LyWo?%?LAip ZsIwV0.un R7iI,|c$uvgxks:UYic)"Rhۿzc4P]>vnk[U=.aˁ 1:|72NNAXɩ!_O}f?YD&o?!K i%<9w`0Rdvotj s#W,b/"U'=OZi텑1>!]#ePdW_#sk-TD.DYb.uӱ 3*`"[(=ҳO.yN#Xeiyp6ﱂݠ|Q+LhEBUvڪ S*;Zzpy VҶ2mܦ`3v2롇 Zkhl%I~ vun_IB%$2ԏRo4"]դEh;9PCm뜺1& gZsM̒*O|{MSַj֑ @rK6{阒Xc81V(*h:\ѾQݓ^Rö[4Z7x16np$#O` ˠ[0Ѹ)Oȩ c,)@7ī9dlμtj}3fWڟXh]o{1,dc b~Z0Up4y%I=6^3@x)NØL9#4#!5U7}0_^"o̐ Z섊Ə  DTYJu7^INڹ?+{ M)4E}fIPг(qKQ^Vq3Lcoл3°pO`!4* X0Rض-`@`]nď@V5N]Xs/Hh-L:z Gֵ#٬'J@Q;H%>oxS(S{~7[VbIgd@& ,`1 R)J[Uv.C1xi`w@c~2K0q`,Žq2[ W.SθY\;?zv3zL"ݼvSG=B6\9(y#݈aUQ0D&G#whc6DKvr& cD4 ? " p0i219`%mnAJ".Kl4 .E +ݖs# ]ҀoiͥK~5 e97Wz v=PMn@75dcx%O$=dY xuJ_JhWcXzE`+㾸*f14KJ8즥~lZV7Wl)=p:QC=K'2"FKke-wKr;(A/bM4VӚ^{A*FZs ?pc ӸuHƻγ{L Cm86R4M?k ^fvI洇w6m\ZqcB< Gtx*)=dm찇[T,% j O4Eh`kp ^1>`OU"=t.FಘOɗ V:yJnƜÛGKѤOjo.c"/'%spsWEtbD˭vM(@-)ӽ$&n sK83m3 #KH#^xvcNrmtXRuk@*) qL33iOZ`SგVR`EOdoʙ[;H J!s1Kn2 f~IʳWG }yok0 0BV5yȜ]S z2`;VjwL!awT 4<[},XLmʦo m3T4n\u[!j=>ZI7PbLu@hzV a񺔳$i&6V Ev̐)ky3?9{3 ac5Ka.Ri5@0v$`jQ9Av`nmP unς:-[ >?3S`b? 1 kM ҩYpm[6~nYq==_SYo<K@EHAn&!ߥ@=»"^ :`6?^+$(T] :%ĮL6ybfsi/i]MzQYD>~ f9`Vtu P:mFYB[cEjT־  @(,)+t#[N( ?qL!\u5kmKfL>`xer7yCiE6=!D GtzpO٦b<;V93V9|ݥYC>r`#XS˯Xn^E-J~bĉa0G{K"gXASJP+(Vke|2mvD*@/ t`Hc=4L ֆg/N^&D:s8#92jޑO.0St:DEtaI5G khc#}qMJEe3%Rzz ODѵoi$6EfuL'$m7]n=ʵ(!-7[ l{N]d˟T \%RNJB,/+U~ΞP@cI0K7VX _q߷NLGQ%`'QHe`30Y/*Cƶ!٘_ o?]B6(|?/ a "\"0o10-φй~P3!UD)1<m\' le7 VwE{l|_wTzFSog6~׵iRQ}zq@4|;%d׾`c>lDT_!{#d}A7`g/VG[e e&pSsI j1qD~OɠM!Tbx iT( \1X`7s,eb$ȆXȕLQB.J$X;hP ۚL*%0/*ChYu(n(h19޻Hj!!^ɚ_[YÒ|,+d H iP3B՛9]nMPteM*'ZK-E ~BFA=]ϋŖVʷD/T=HZK@×&Rw~+ILIEWAp΄i^ĀMy5#oHݴ{>hUA[:>% -KR,ΗۇVwJ{X_].NZ+f˃3 ~:磢۶ѴnmXDGU:ʇz&»Hx3{fYJVcvU< kJwaku)ٖ7pf=[M;/ oV֕Wectiu*JхVxc#A76 z/ebo`PZ*<4q"-SVdFRH{|gC$bKWC.V@ڲMI(R=^i}hy>N붧 :ԥԟintx̻@ j\*xϙ4Zd&q?6@QKھk..%4 pE Z1=jr6{t͖-lu[8+ܸM5^silry}u c'HkZXƊ;8QnfөZ=*R*-mnuj/ ߊg"gj9TzhI[XN0Nh'a4*n.t;E |{S Ńs)ޫԽEkLy?PVFg ̗>ʜg\ gֻe &3Z46ypV:N1?X|̖m_p\BAU/>͏Y TsͬLZ8YO+`-[\HM^0}]D33&(j0+o.ÔVJg8[ FGU_ 8IA82vIc:ͥSv2)u~銱aIwAJiՠ#dVo ~:' v lw13yנDK1@٣fC,b.@]NP#C&Ƭ#+9BEǯOAC 0ǖD\VE6o܊9o'{;Jfq5qb`˚'8? 䢧 ٿaysNbO`Z9&wVN_Ǟv YZ