libidn2-tools-debuginfo-2.2.0-lp152.2.3.1 4>$  Ap_/=„7^, +Ux3lq0+:Nrs-R@ !+Ϥe(H|b58+JEDž+5Έ~x4 jt[k,")N6>C׾nfK8݅͆tZ}$ϡT#\p%~ .:#&{D7'dZ˪V@%37Nj3/`g'KJWa tσ[QHwqWA/)?dbde56fa61d4b605252ae4f4f7516f29a967fb589fce45f33777ed9b13b6ce1d449ee92061ebea57b841dcb84dd23d078b8ab6d8i_/=„>*=_*#`YTUtY:鼁.@;40%!&uWdTp4d{KE-* @>OKA M>p>p@&?% * V +4E ^p     T 0Tt3(O8X9:EF G H!I!8X!@Y!L\!]!^"Ob"c#ud$e$ f$l$u$$v$Dw%x%<y%\z%`%p%t%%%%%libidn2-tools-debuginfo2.2.0lp152.2.3.1Debug information for package libidn2-toolsThis package provides debug information for package libidn2-tools. Debug information is useful when developing applications that use this package or when debugging this package._build74openSUSE Leap 15.2openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Debughttps://www.gnu.org/software/libidn/#libidn2linuxx86_64HAAAAA큤________69cff8c4f2d3ec18e5a08d62205f9bb58cd10a96e064394f64b5b09021e7a353../../../../../usr/bin/idn2../../../../../usr/lib/debug/usr/bin/idn2-2.2.0-lp152.2.3.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibidn2-2.2.0-lp152.2.3.1.src.rpmdebuginfo(build-id)libidn2-tools-debuginfolibidn2-tools-debuginfo(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_@\"\mA@\0@[ @YYu@Y /X:@XX@XIK@X @WgŬUb@Ub@U@TD@Marcus Meissner Martin Pluskal Andreas Stieger astieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comshshyukriev@suse.comastieger@suse.comtchvatal@suse.comastieger@suse.commpluskal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comi@marguerite.su- The library is actually dual licensed, GPL-2.0-or-later or LGPL-3.0-or-later, match factory licenses (bsc#1180138)- Update to version 2.2.0 CVE-2019-12290 bsc#1154884: * Perform A-Label roundtrip for lookup functions by default * Stricter check of input to punycode decoder * Fix punycode decoding with no ASCII chars but given delimiter * Fix 'idn2 --no-tr64' (was a no-op) * Allow _ as a basic code point in domain labels * Fail building documentation if 'ronn' isn't installed * git tag changed to reflect https://semver.org/- update to 2.1.1 CVE-2019-18224 bsc#1154887: * Revert SONAME bump from release 2.1.0 * Fix NULL dereference in idn2_register_u8() and idn2_register_ul() * Fix free of random value in idn2_to_ascii_4i() * Improved fuzzer (which found the above issues) * Check for valid unicode input in punycode encoder * Avoid excessive CPU usage in punycode encoding with large inputs * Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2() * Restrict output length of idn2_to_ascii_4i() to 63 bytes- update to 2.1.0: * Two internal functions are no longer exposed, soname bump * Fix label length check for idn2_register_u8() * Add missing error messages to idn2_strerror_name()- update to 2.0.5: * Switch the default library behavior to IDNA2008 as amended by TR#46 (non-transitional). That default behavior is enabled when no flags are specified to function calls. Applications can utilize the %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in the interest of interoperability based on the fact that this is what application writers care about rather than strict compliance with a particular protocol * Fixed memory leak in idn2_to_unicode_8zlz() * Return error (IDN2_ICONV_FAIL) on charset conversion errors * Fixed issue with STD3 rules applying in non-transitional TR46 mode * idn2: added option --usestd3asciirules - put translations into libidn2-lang - correct location of install_info_prereq macro to be on tools- update to 2.0.4: * Fix integer overflow in bidi.c/_isBidi() bsc#1056451 * Fix integer overflow in puny_decode.c/decode_digit() bsc#1056450 * Fix idna_free() to idn_free() - enable documentation again- update to 2.0.3: * %IDN2_USE_STD3_ASCII_RULES disabled by default. Previously libidn2 was eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs such as 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use %IDN2_USE_STD3_ASCII_RULES to enable that behavior again. - disable documentation, does not build correctly- update to 2.0.2: * Fix TR46 transitional mode * Fix several documentation issues- Sources updated from http://alpha.gnu.org to https://ftp.gnu.org- Update to version 2.0.1 - Version 2.0.1 (released 2017-04-22) * idn2 utility now using IDNA2008 + TR46 by default - Version 2.0.0 (released 2017-03-29) [alpha] * Version numbering scheme changed * Added to ASCII conversion functions corresponding to libidn1 functions: - idn2_to_ascii_4i - idn2_to_ascii_4z - idn2_to_ascii_8z - idn2_to_ascii_lz * Added to unicode conversion functions corresponding to libidn1 functions: - idn2_to_unicode_8z4z - idn2_to_unicode_4z4z - idn2_to_unicode_44i - idn2_to_unicode_8z8z - idn2_to_unicode_8zlz - idn2_to_unicode_lzlz * Including idn2.h will provide libidn1 compatibility functions unless IDN2_SKIP_LIBIDN_COMPAT is defined. That allows converting applications from libidn1 (which offers IDNA2003) to libidn2 (which offers IDNA2008) by replacing idna.h to idn2.h in the applications' source. - Dropped patch not needed after revision * libidn2-no-examples-build.patch- Update to version 0.16 * build: Fix idn2_cmd.h build rule. * API and ABI is backwards compatible with the previous version. - Update to version 0.15 (released 2017-01-14) * Fix out-of-bounds read. * Fix NFC input conversion (regression). * Shrink TR46 static mapping data. * API and ABI is backwards compatible with the previous version. - Update to version 0.14 (released 2016-12-30) * build: Fix gentr46map build. * API and ABI is backwards compatible with the previous version. - Update to version 0.13: * build: Doesn't download external files during build. * doc: Clarify license. * build: Generate ChangeLog file properly. * doc: API documentation related to TR46 flags. * API and ABI is backwards compatible with the previous version. - Update to version 0.12: * Builds/links with libunistring. * Fix two possible crashes with unchecked NULL pointers. * Memleak fix. * Binary search for codepoints in tables. * Do not taint output variable on error in idn2_register_u8(). * Do not taint output variable on error in idn2_lookup_u8(). * Update to Unicode 6.3.0 IDNA tables. * Add TR46 / UTS#46 support to API and idn2 utility. * Add NFC quick check. * Add make target 'check-coverage' for test coverage report. * Add tests to increase test code coverage. * API and ABI is backwards compatible with the previous version.- update to 0.11: * Fix stack underflow in 'idn2' command line tool. [boo#1014473] * Fix gdoc script to fix texinfo syntax error. * API and ABI is backwards compatible with the previous version.- Convert to libidn2 package started to being used, namely by curl - Alternative implementation based on new specification from 2008 + completely different codebase with no ties to libidn- libidn 1.33: * bnc#990189 CVE-2015-8948 CVE-2016-6262 * bnc#990190 CVE-2016-6261 * bnc#990191 CVE-2016-6263 * libidn: Fix out-of-bounds stack read in idna_to_ascii_4i. * idn: Solve out-of-bounds-read when reading one zero byte as input. * libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.- Update to 1.32 * libidn: Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz. This problem was introduced in 1.31. * API and ABI is backwards compatible with the previous version. - Update gpg keyring- Add Apache-2.0 license to the license line. Under this is the java code, but we don't build it -> just the sources license- Version bump to 1.31: * Fixes bnc#923241 CVE-2015-2059 out-of-bounds read with stringprep on invalid UTF-8 * Few other triv changes- Version bump to 1.30: * punycode.{c,h} files were reimported - Cleanup with spec-cleaner- update version 1.29: * libidn: Mark internal variable "g_utf8_skip" as static. * idn: Flush stdout to simplify for tools that buffer too heavily. * i18n: Added Brazilian Portuguese translation. * Update gnulib files. * API and ABI is backwards compatible with the previous version.build74 1609280789e47ec8735b8ab5ecdaf81f33d25a9009be1d53cd2.2.0-lp152.2.3.12.2.0-lp152.2.3.1debug.build-ide47ec8735b8ab5ecdaf81f33d25a9009be1d53cd7ec8735b8ab5ecdaf81f33d25a9009be1d53cd.debugusrbinidn2-2.2.0-lp152.2.3.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/e4//usr/lib/debug/usr//usr/lib/debug/usr/bin/-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.opensuse.org/openSUSE:Maintenance:15441/openSUSE_Leap_15.2_Update/81c5f75c7224004d6fab0108dce91048-libidn2.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=e47ec8735b8ab5ecdaf81f33d25a9009be1d53cd, for GNU/Linux 3.2.0, with debug_info, not strippedPg:}n%qBlibidn2-debugsource(x86-64)2.2.0-lp152.2.3.1utf-82dfbdb757d021e5bff1a6dca450c2e0d19d04eb7dc7e159bd79b8cbbd845261c?7zXZ !t/o?] crt:bLL 0:/(T0eLTj<$9Oy~g̗XLk0N!HbAsl+tZխҪʷX-_H`nZ(vzq F* +PSzn}wE%Suk#n:%A"gPmlOUu>F9#xXR#DŽBjH{sOd:%jG41v_"3-8;|d-iox  Y`(]c(N/)6x\$=]]+?:0PAtzS8q[|N:-4gń $&cSjSdžjW -Zb(?z\G\ N/M= "#OZz+͙sEݾ,KX谣k*e'9&V2FU嚁C| `E=i)5Tey 4wkX:}-vFvo!0 Wb\,(H!6DIa٠n 5,$a#8p 7~'wК$wvJ%)Ͼ=9o M1ӢR^'ȥ8Iś<ğO,=왗 Z {[]ZD'1ܘ".q)CzSү.ecj y^V wpGXzh2FjK"++mK'dj 1s%NoV0;(~nJ;J\Opn"( FQö(Sy;Z!@Fqbğ84*mRxdv\ 9AJ.[ Ы;^@bZAD r`E#Kx ^ ܡ(lk4`aQبBd8!nɶ_ !asW-g^"w+٭<;(K!Kڵ_!G70~!VUCȯD?r |v\܇0;ғ/ɨg)B&rQ~˅Ti^ *DZ@3+XEם/*Pmq6wUYD8WsfaBWhhvº=+>wҬW#/=˭6p_eC{>"V&I'oC ;N4 s08FTPفCwJ}!cd>Tp݀D&J-UqQ!;W?6=:fr%@דJHл1!j >@5)yg1(؉MjHQ"DZ?!,(-B!kTfK[D"%M,ܫG|f# 7㪵!OMA>c^/hUɛ́:kx^E2UQ&Jw3\tW7d7Hc>&_tU>8)Ut9~&tǧ՚uj^ S>^3?aa RץTQIZw?&O0W"8ŢTH% }-\>I׫blDu: G =CczrdNHGIC`^B(_y  'pSD#7>-𳊬N?|4 >9Y'y2=Rv9[3;Җ xڀmR>Dkz.<*opSmNO')D>k֓NOBvİjO|h5"/ea7N_t;o?'/r>fzdIsU&^L{A5gIT;GzCQonOViV| qͧ Rm%dyiA"@];Z0@rxf}r( j*z ,9{O;Kc>xCj7\XmX`xHkQާzVT?xhpЭ²`B6`Itҗy\CvE?'+OR~9ݺ&|n)FEAxحj]dZRjσFOX[w6o7Q`'7086h<#<Z$`ȐO3L)܂쨌-XbvzBFgZ^b-mU;}Bf(.U#™}E ~_m <Ԏ^[93 dςl !(?Q ;.g7v9ݽ+䒙pk ~IAI oiPש(l3WQjՃ}$ޙދ(Je}nGaY5&.z N8#7 OCہ(HB(_-i\V'Km 2 %vj6ANpiU ׎0tAZ"qյ>͘>x+. grUh( azҜ,"zMb7E4yIvp8stGxxlB򸳢WPެ ^W>j_x-cR .~B#c>$$bpTf?I>"4 N6jęJ[?;;M#2mQ 9v2hXBF-ORY LLpK~Bnxobz O }}hGh[<+sVbhj 7EmԒ NJ$8519ҦQ.ՄlW=PH%Wp7wT`tU!!he̻Lc&}=[Mho 7dcJ_,0O~wfI! -X.PFWUMMSdTtG8m<"q{Sج8g ȈWۧ\]zZ(Lts&0b*q::?f bpΘ*5`݁k4\h Q4@5N||P- U/t)}![u(2w-{Cܳ>V*gzMdBTdSaG}V.ooXdq pI!l tTzYKʧEZ9IPqL&+&б. ʂ_-@^4`xfKo xD<ʩPW|*@ ;no=OE(<7w c$Af.%bjiM1)g9'pN*KF] W}ob8T;l(Qĥ3?6 uчE.Kd!bzICIx߈7ȍ)D7րvZ-X{ f[jplԵ3)پIQ%Zxm,߾u86%wL WNRXs&qU0iYbӟ&=&'iHg6 L^bgEMc.%ԯ,]tZoѧB6vӰ(Adµ1\x`}+WqҚ [Xz#/eag,QV2nUnᓚ%P,;r#+"u=U,N[.l%qə l#Ϋ!݁<(#D"gyfcꮲM@l?bb2sH#J bҶjZٶ_GR;)vyrsbiS:,$#CiE|a 5'L2ʅdXVj*3knDmIDҕ ch &_K m3;p wΛIrv',(ʃOLiJca~l9Er/]EE0kX޸w'8֯ݷ${r.'_֯ g% '$WS[@ 43Ƣ4anI0/&F8XXhV0 @k$<\m Y(%xVtGkO#Crj!̸|VkJ|87~|w{JoUk5K o,R2_AǜƘ^LMJ9 X*# %)fA~Jc>QGźSHњ}ˁP?;Y+Bz9L*1| MdVyVE*~T7 %7+&\B '贻Z{^˾k/" PI.1RD,j RLN5SHj"(W|Kޜ9[tt@Y>iVxSj\I-s<1ٰӥ1PжLR`rҺ/'k:o NT;cj uPӒ`fX 흫~K}{iaWZR7hxj'jkIbZ %UMq./k3jnzP?A#k_XL ő님~*9:ێ(Xmm "*[l*' uf ❉We2IVY½%h/m=g md°7R 0ju]_ gn=='t#呕y&y/`195l*84dhC-S;JN}j!bHӦVaqqAĶM&ZaܟGYahwmY`_};0KIЅԗe^a]p$?L4ؖϋzHtinYϟbKjcǞ9a(AF6#p?gLV{֎١8V7ϲ*FM:T퇿NV#%Z֫`‰:0/B ZӺq =k1K(HΣ&I!eq9m=^v]R)zͩ%˧n-gu8{3m-r]y-{`)i7=@1keBQkN\ʦ _?xe ރߝxNaU# 7s !5]LPlVd|R|R'AQlG9Rd ;U#ﴹ6|B ?$P5+[ť %/\|ťrƹx\X 2:{'R/}!gݘhoUqbPr0.jb3h-_ȄHE' k@)(tZѐwթ\Fn.O5x_Ъ?mE5ZD=]ohofMӴqU*_|qBuJ ̵Wִ>0 w| \"+# akir"&P+eڡ d۳פ!@; 謔}sV?WDu=(hlJ)i<-|D̰!RuJ`G.`Ż \x  ~#>+Rg͋b_hI0/j}慸QPg@ڎ*_uO%=I| v,~7U(àRd{LR}f^ z_I:->C1mSj#ޙY6:7.ajmy7@U>$0wB~`u}6^U6Qn-xdΘ]=)el?ZpJ#92=qyH(U۳qib"GDά0 y Eް lrEnMn~ M.v Jxzڌs4aeYŽʒ"Q:v;۵(..Q}]^.ɊJEջ#ߴYWqڜ@ps2ҤNfx-a~=,gF@M#)%ɝriD aM*K $!8amhpk[@ i#G9rrfچ6/zS~YdAE']㳋Qx(m[.k5*kЀJW#5!u^ U%\_|  ɏv,'rNLVh¶Ӥӫۜ 9@C6 7\s@*C2;Tcwz,FW.`"mMc_uͬ`#W \2sj> FZrVќ-c1Cw_!ۂ4< S>XOq&;I } xd%I>[R#Xd $@NjȑrLŻa87pn7 ° -I4qi()4f䔝1V ?o6|,p{簟rT뤞!a0ȏXK3H+W.\(ӨS[Һc^ \Q!79(^t.{mZnوW#S+ ћלԕRվ/]5^7U ;Eᲂbu3fJ.jFK!5u} BRȅ Lԫf,wQo]L/P*|s t9{5/0Vwtkb֨V+$Z%_yˮXᔪpGq~@CکjIo3B Sym~=)[$Xqp՟F8)rz[ܭۊqZƦWٞcGɆpDǥ{>N{pcAK8~%ެt׍ XΧy*@`5>LZ/?VZ++գ_ofFM惡,dzom,z5l髀CV>#34" [yyVGr֯M *څn B$˼ʋVa52v\@G'O7sYzՠd7t dW N fEd0wMJxR$NBMN恾RV'>*E$k<ݢĨ(k >fwr1mC3ቧ!L0턗]<9`"_?( -Õ*W<PSr [(#KwA,p`aMvRƯ~P~qrfE+XQ1J! )  {_@S|G?2__=J\,jWʚ'7Z@0Iܐ_zmĢ|{3x1ge6GIꛀ.1$#KS)Ny@ݸXI&Y=NmY"`d$jN Hb3Ye&XMMRT; '!b8V`@b$:17jE|KEK?3czsw,~alc:cfI^F="5BZW_@:Qz,+4^j+h 5Tk!}9Zqʋ>Zvڦ`<lmcXg =uOIsMAr]T^?Iٔ&hQ&o6%ԩReyG6 n8:hHpZ.V&~߮me-)iiVd)1.PJ#OLm=e,$W^B HaAnL'_A5ͽU O"т$pBCV>&yov?B^iω՞adv#ŞEU yaM2Ğƀu{P~1%K@@^5udfpv!a5 Ĩu_qgmc? _ZVMGLɟ\, Y ]ToD bcw䉲H)&U4.xH aa"$1#sK>P y;JI 3`;ǞD=rp#2wvQy X -[roflw$=h_Dk6rE2@D3 n0 .G7Aꧣ&Do`P3u줂A- xx*Q]6kvLю[g-1Zy$\|.g 6jp8.P,1ߐ\D]3Fekq*o\Wy1ԣ+~Ė7X#<JNv'bzYb#dS|8i;k.%*m]zQR |!5i>''3ߴYe|1U> f+ΧɉUvH&!S$nun]d֖{K2ӣY!@Ă,62A=\W8HvS@t9&8h(VA. ,uI"̗/*/_V~8X;y|9}8>haG񬣢m;Ӄ)C;҃V" }l|TEB?@|.cx.e~|aNAFj7hWgKR 8|ja^@.)dΒvv3a;|C͜j7)rAfAK"7oѫ -:<$=d\amfc>gh<]_ZC9ٙ2UxHDG)(8-\ɔCN1tyc "k햸-rI3  &h$x9x"E05lu'cr4h&6{nwWflIǜ-wf6<,igЊ3F"wN\nJr r4<% ELsDcdNⓂDybf 4*kt;ekg@#G4VL0Fv+ B@ixK?UPLJi~ qM C?uLAkY;"eT]Ԓ7Rkɖ 7!+w[$> Jv ``1H ƻkz=aMb2?xqY^;ɹTѷK?F h\p|5 \qnmz`5pk0lɶo<)ikh; " .aYYU3\so5՟Ki>y-&zig5ܴߊu6m\{H*J7 A!? Oҗ󁏳cr3q*Fy@-*>H32Y}Ғe2 1iBi`*"ݫwL!cpsh 'g(} *([Y+U[AMo]ZZ _q+yD󶷗UP^m*]99?o27is.;4Zq^f'{=hN ,ު WE1?:!f}uɚ (M 'd&H:O >..yJEMe;iw[l&7_FNK 1{(ٯÝo`QjcY1a0Tc?"*ŃFoHUPO3kM^[ 3%זlJ0B{41Vauv݋f; /)A QAL*v#o|$0[j3BB\>dP}A1i#Q(WG/i B!n ~&{Bt׍$=ptk\7Q>\ n5rxpw HYmrpK_DNO^xa:Pyھz> ]$@ߩg:ҟCA7N:mV_fEOH-є: K:G[xk:A.WЅ}^x4+Cu$uumRuQ.z__/? R(9Z7xgFM7Ŕuj8﹈A# Óׇ+a~%Y=>!u6<#hc| Dd9h}EFB~̤0@coIaPeA)|?wG ֬#$GїhwK8}iI5K+u/^S-_^Pa[_P٦a%! AQ(`xz/j5ej{26|dJ=Ft}!]/dX Ĉ% KpPɃ#ObzVWyN *SN˕XthXH焭Rx5xwyR;~e0;0ƍ p3+d}!}!bGʦCjWr7JC'J'(4.PtXЋS$U%{,ju|Wx(qI7Z5q7zB[كsT(Y4"QgH$Me^Qow"o%,n]GwԔ9\SIۖFA2 ބu.rUiyF|fLVh}?Оn"z5Q&V e&ʜMu[ auNׯowPuIVW=;묣T B &p]q,ltezꡲ4\WLG"/nRa9}i-zG2NYra5r'˃L.X8/ 6;o~v䥳p4[; tyךKަ`+ X1C,ke`nRwq)wbt`~ˆf}w,Xq0S'0NwuLPvD!E$yz.tB'<v/bIKuQ鿢Ԥ../,6Iq ºJ]\AX%o8hȽ!{JUAV 8 A8#wͶdTULG]YWkjL^p`- 'CwB#1:ש& ˟wHY}j ~^ @EO|B4@_/ôEpT(7l3(#1 ".g`47zF?Q--9ipJp]&X|J>Z*+fv΄Ǥ}׮x VCr?2OҬx(zs~"B~!>H9֟r]!P \uG@Xktb{vҁ۟ m_2pPlm nDuqI݉^kϝI @nS6}Cu^Dx:rVY ,hUs4G,g(I&/:+nb H6‰cݶ3ۀ?pH#{!F,hq8u=UL1(ZF2Yo;/lcVloHmJ%M (4hGVюRz(|™)c$,|OsϳFI BI[IC=W"0g!g9i4%5b]eMw%WgbXz`A*W#,]eӣ.)ڲ 5}Oc!u`jfŇ$eXPPy_BjιV}Ψ%oX_/i?1S~M qA V$_MS.STi= 5Jp[Ӟ,oV("&$i QykCmiu*F&춢c%`gW褅C#A]8D::@QIt =V_ O O> "6 9&r-\߄Xh@*)a\&ayv@'$g\iHp Wڛx QsH T\%łZPJ5C%GT֞y1`WGa3gU b$NEw9$TKK^?֤-M%ط ByX/3oZ".Ҕ=x1aE~y;\r80-6EYzze ݸq^Weu<٩{= 퉞zBl'R&e8}Yd1jOhI HLjtDbv!.I-q-By6i|u[`64Cju 涔ŝCV.k8Ws^"֒Z(;h)ra.Gwj #B%ۖ~Ϟvܜ{ ) CED.6P*p St~UX'GKU˰&r/ˎTkRo6bpu5ُrY3iKY wNX{@Ad$bM2{1A_#@żo-~Sܶ YZ