libout123-0-1.25.6-7.1>t  DH`pY/=„L\sl6gܫ7-(l5`;ǩ.ެ5?^l6Rj_cV. mͦ{E8@g`zYGĥTcG<' D̞5 b#ܸY$`&IPH81fce89c8f05e65cc9d424099e7f327f918e4c29{Y/=„sl> ;R9ɂ}ELyhTb 9 Mv艧?f!]ۖP~U33 ˖ s3Cbt!!{籰d#Ʒ:|hV7 lDMq@) V@SLᇡ.E_*5V3H cxRf';xzuDPܣ!\;gͥ6ީ towW "OɋL*(荝J6T?L5J+H 6 <><&?&d  4 #,5 N_u{      L   (8 9$ : >#@#F#G$H$I$$X$(Y$4\$L]$T^$vb$c% d%e%f%l%u%v%w&Px&Xy&` z&Clibout123-01.25.67.1MPEG audio decoder libraryThe mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1,2 and 3 (most commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and output libraries.Ywildcard2popenSUSE Leap 42.3openSUSELGPL-2.1http://bugs.opensuse.orgSystem/Librarieshttp://www.mpg123.de/linuxx86_64pYYa27299cf9193c2a6b952b0160ac50declibout123.so.0.2.1rootrootrootrootmpg123-1.25.6-7.1.src.rpmlibout123-0libout123-0(x86-64)libout123.so.0()(64bit)@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Y@YYu@Ym@YdYZ1YYYXӸXXX%aloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.commeissner@suse.commpluskal@suse.commeissner@suse.comaloisio@gmx.comjengelh@inai.dealoisio@gmx.comdimstar@opensuse.org- Update to version 1.25.6 * Hotfix for bug 255: Overflow reading frame data bits in layer II decoding. Now, all-zero data is returned if the frame data is exhausted. This might have a slight impact on performance, but not easily measurable so far.- Update to version 1.25.5 * Avoid another buffer read overflow in the ID3 parser on 32 bit platforms (bug 254). (CVE-2017-12797/boo#1056999)- Update to version 1.25.4 libmpg123: * Prevent harmless call to memcpy(NULL, NULL, 0). * More early checking of ID3v2 encoding values to avoid bogus text being stored.- Update to version 1.25.3 libmpg123: * Better checks for xrpnt overflow in III_dequantize_sample() before each use, avoiding false positives and catching cases that were rendered harmless by alignment-enlarged buffers.- Update to version 1.25.2 libmpg123: * Extend pow tables for layer III to properly handle files with i-stereo and 5-bit scalefactors. Never observed them for real, just as fuzzed input to trigger the read overflow. Note: This one goes on record as CVE-2017-11126, calling remote denial of service. While the accesses are out of bounds for the pow tables, they still are safely within libmpg123's memory (other static tables). Just wrong values are used for computation, no actual crash unless you use something like GCC's AddressSanitizer, nor any information disclosure. * Avoid left-shifts of negative integers in layer I decoding.- Update to version 1.25.1 * libmpg123: + Avoid memset(NULL, 0, 0) to calm down the paranoid. + Fix bug 252, invalid read of size 1 in ID3v2 parser due to forgotten offset from the frame flag bytes (unnoticed in practice for a long time). Fuzzers are in the house again. This one got CVE-2017-10683. + Avoid a mostly harmless conditional jump depending on uninitialised fr->lay in compute_bpf() (mpg123_position()) when track is not ready yet. + Fix undefined shifts on signed long mask in layer3.c (worked in practice, never right in theory). Code might be a bit faster now, even. Thanks to Agostino Sarubbo for reporting. 1.25.0: * Silence test for artsc-config if it is not there. * Make sure -static-libgcc from LDFLAGS gets through libtool, fixing 32 bit Windows builds (depend on libgcc DLL otherwise). * Fix build with non-GNU make by using plain rm -f instead of silly $(RM) in libout123/modules makefile fragment. * Make build work on iOS, including coreaudio backend. * libmpg123: + Finally provide position-independent code for x86 with assembly optimisations.The textrels are gone thanks to Won Kyu Park and Taihei Momma. + Clarify some license language in files descending from the original MMX optimisation. + Fix return value overflow check for MPG123_BUFFERFILL. + Introduced mpg123_getformat2() to enable the FORMAT command for the generic control not stealing MPG123_NEW_FORMAT from the main playback loop. The sequence LOADPAUSED-FORMAT-PAUSE (play) is supposed to work now. + Enable aarch64 optimisations on *BSD by default, too. You can always override that stupid OS whitelist using - -with-optimization, anyway. + Use of the i486 decoder is now discouraged more prominently, in configure output. * out123: Fix stupid crash with verbose mode and tone generation (print the string if the pointer is non-null, not if it is null). * libout123: More consistent error messages for dynamic and legacy (built-in) modules. Namely, you get a hint how if you choose a different module than the built-in ones for a static libout123. - Fixes (boo#1046766)- dont require mpg123-32bit, it is not present- Update baselibs.conf- add a baselibs.conf, so 32bit wine can use it or even build against it.- Create mpg123-openal as separate package - Added Supplements lines for some subpackages- Ensure neutrality of description- Update to version 1.24.0 * Avoid repeating genre in metadata printout for specifications like (144)Thrash Metal. * In remote control mode, only enforce --quiet if no verbosity was required. * Prevent --loop and --shuffle or --random from messing with the remote control LOADLIST command (printout of the list would loop without reason). * Fix the mpg123 command (esp. our provided binaries on Windows) to now find modules again relative to the executable directory, not the current working directory. This was a regression in 1.23 and might be security-relevant if you called mpg123 in working directories with untrusted content. Note that mpg123 1.23 looked for modules relative to the current working directory only if the installation prefix for modules did not exist. So, usage on an intact installation (with /usr/lib/mpg123 or the like) was safe. Nevertheless this new version fixes the search to be relative to the binary path as it was with 1.22 and before. * At least consistent behaviour of playlist code in the face of looping. Looping is about individual tracks, always. They are looped also in random mode. Jumping (prev/next keys) is between tracks and resets the loop counter. The display of currently playing track in the playlist is fixed for random and looped play now (bug 198). * Looping is now mentioned for a to-be-repeated track with - -verbose. * Move some compiler nagging from --enable-debug to - -enable-nagging, fix up some new build failures by adding some pesky feature test macros. * Try not to pollute the terminal buffer with old progress bars in inverse video. Only the currently live one shall be seen. That one is pretty. The others are not. * Using plain dlopen()/LoadLibrary() for opening modules instead of libltdl. This also means that - -with-module-suffix is gone in configure. * Windows builds only work when Unicode support is there (older than Windows 2000/XP will definitely not work anymore). * The out123 tool now features tone generation, with a mix of differing wave patterns. Makes sense to be able to test the audio output by itself, and it's fun. See --wave-freq and related parameters. * libmpg123 version 43: + Add flags MPG123_NO_PEEK_END and MPG123_FORCE_SEEKABLE, as suggested by Bent Bisballe Nyeng. + Build fix for MSVC (consistent definition of ssize_t, spotted by manx, bug 243). + Build fix for --with-cpu=ppc_nofpu (thanks to Michael Kostylev, bug 244). + Add asm optimized MSVC++ Win32|x64 and UWP|x64 builds + Remove old, broken MSVC++ builds * libout123 version 2: + Added OUT123_BINDIR. + New search order for output plugin directory: MPG123_MODDIR, or (relative to executable directory OUT123_BINDIR) ../lib/mpg123, plugins libout123/modules/.libs, libout123/modules, ../libout123/modules/.libs, ../libout123/modules, and at last the installation prefix $libdir/mpg213/. This shall ensure that a build inside a source tree does not try to use old modules from the system prefix. The normal libtool wrapper deals with the shared libout123 or libmpg123 only, not modules. Note that if you set MPG123_MODDIR to a non-existing directory, no modules will be found (earlier versions fell back to other choices). + The OUT123_NAME parameter is now copied by out123_param_from(), as is the newly added OUT123_BINDIR. + Coreaudio: Use AudioComponents API on OSX >= 10.6 (thanks to Michael Weiser). + Coreaudio: Fix behaviour of out123_drop(), not killing the output anymore without re-opening the device (bug 236, thanks to Taihei for the fix). - Build esound, pulse, jack, portaudio, sdl modules and created package for each of them.- Initial package for openSUSE Tumbleweed, version 1.23.8./sbin/ldconfig/sbin/ldconfigwildcard2 15045078741.25.6-7.11.25.6-7.1libout123.so.0libout123.so.0.2.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7234/openSUSE_Leap_42.3_Update/506466298e8551d0fa3db104f453df57-mpg123.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8dff0aea99181fd1a47ccec978897621e8158ec, stripped PR RRRRRRR Y1; I?@] cr$x#̢hIw<Gt,KelƏߗ7.͔3Zi&pګm^(r!, V@uu Ӱ_\G9l룽ɣ:.G zLi9Xt{xثG݄C̲gf!zYZZs~[-dxÓr!p po3Z-""Dz=VS}bJ=0yu]]*ܱwOXwOk-p)vBlRZjah$F,NÌV#C!/f<$w$HX͗_hsﳆme!͑" c4 N @-eX0xC>y<^*JtXt,JlKzz{S4%ͷ针a -P$P }Qѡ񧬺cOME h2k(gؘ#ͷMd?!aP$Ly;Üs0%0_ ڀxU5xޏ '-⟱;:5`-hp`4Cһ }JWgNr/?/r uy"bIf y{MwE :@eS++;&40o ?u3|OwIƎ}‰21}65φkdNKAKO!]~sIc$xȻvA907\ {dL6I"`<p7)3Qls}8{5ȵnI bڐ\A4]3J7zp΀ǔ|z_4S6rcd)yXx|Yd4=>wrCh_N,Cxdh$`С"-FUs'\b.|CwU((4:=aMfS5b\qmk"!l6b\ė8OhoBi8e\~jiL_CIfEcuNմSBIC/xv *܉RLkăH)2  :m]v/Yi'Ql*;^;C]a,pq* 5kǭHV;MKxν:D^b' \<$x|{E?Śp8 䭖z_FDd_6Q9CֲcՂ8"+uЋ˻[w\jMCda_Od E;U#8{"!G/M%Enư};9Qx h9ˉ=/[VH5FJ%E:"52:.pnbDc"D s4h_i&\ } gw7~L"pV]kJLg{]!wCŌ}Zﳹ㨥~^ahM ~)6GDҞZrӴ]oHsrB:3/`˽P 싌V(-&K-ʤ,w0=T7=W-M醒#tnuNV)ηܯ>5z" Ri\=]*.:\_ TMlεpl(r Q$T:.iRZIvU5t_yz7RW|}Rs碀ޡW#Nsp,kBzlF-6|J@L=̝[߰N֍:2! ')c8Q񾤙aB?. {[0_^ĮFg{ro".I Ð'78Ap!]c1QT6NM'>RG's'H4vEȓbfxcŔpxY]Y}ؕ7Sxo;!o<3q]~h^ /5GPҽ5F?ùw"*C|1;Oɪl"Ȃwn":Xlu,r٭Wd*lXEPMܽ4k.t$=GtH铛^ީ@yΘAgT{mr\q1+N;H'c cwprEmKc%;"2l.jI#VC'FF7Qm=$ڑ/kw9s_#4J ӽ\< =_IeIӁH;Oּ(!sivL> aOM(>G5U5_1%)Wſ@-/%ԧ"*F)y'c/Lobc-4ëÿH:. Ҁ!T)'Vm#KދQ1s|DWǑ5_l̃핓=ZL+ 捗K*}9cVR]C'Fܧ1ag?Eƞ!df$;EG$aE# ݺɛ[Q%@Qpx5#.G,)w9IVpnz>|COS[?1F5-o6Jpd*C"u6sJrه qq}&^ ֗^??pXkQN)9Wq%\\rCB\Aa*Q1I|'[__R >8R1Tq*/tԧəqV {sx"}5/ܑP$Q52ׂLC!,;v&abA5@Km=tdt`L= Hչ9;˳yu.Q֖V^,"1 $/(kk+F^ *:]d eqtScf<6q2,劤ȓ֑ S<ȧv6 awy 6\mEB|LP3nqW G7GU]! b C L o\j6w٘Vճ J8Jޢ?t-bhW|qi'gi PG%XcŽ$p)͇pQ.tAו<{CFhţ;K>+]*biPJDwt|[.oGDؗiv+l[5kZm!-!.qDkqyςHWeA{J10J.@q%L8E`{}8Sq{ }P4O2g:$]Τ̕k"`9f8,`YpZ^NC%HWXhM㳬c]QpmE{(%ȂaCr3vT`M`MyR_yF{o}ėgޫ%lJ˽ؔƠ\W(mDkцW)3TxрXYjh^^0 o>D/U4[s7mȅXY383%C'Y*U'\EӜ ʓSÉ_},*B, $2Vg8y jݺbQ \< RV54('z,=Uq߱HУ&PxH#><@WO"R.di'ЕC=ņAsz $# FfC'y"6֓I1r/4"`TrCTA5e);^R[w0+?LR23c$< EHԞ*!k,Q6b"..:e+^NM_  b#L"f<[*z?X *ҶK?jங.L~%6f(g-x=sH }D|$ /ߙKB${ =NwAɆOtы+wBI=iB,:, KzSWY6R,dsrsGC:mjxٮiR/;rx&9/j2怔ړ2`o(;IېQAAnz9/΢QCaK%>jCjM҈}P P H[7 3rǘ5FmH`h R"5%PP:l(0]W}`0.`$Mzٽ`wg!'(Y-f1pM:gS#~ +WCz:ɮ:𬦪1Q -2;Gu{)Gf6ZaT˽N7%cj QS0א(wڽe+oW(xzh%fbKEQbM9xOj9 IɵA)UQZ7V-'ACQ==m,uFI2(ch3ЂX`Q^q|74`äԗ^0v88,B@0wێeh"WԍvK\,0pg [jM ٰ'"#f Ë͉/u5Q pPHᎁ\ z5Kaq=Ӧ'U=x%:7<4 8oCta% Bb:1 Dkȱ;\St~["2V;,"@4%GP5'RGz!g9'\j#(f/cA4oh/&kft假u{|jݚkkuYE.Nx| w{*) "K}y+& קA87=y7˚Vɔ AG3wҐaʈ* #0O<-n(;&GMNiYJOےe~@G* Vgᩛpμʙ**i+6]F^f8Q1 p(IdO}q&=r^"i (c*ewjQNsoeQ_Ԍ0rwL#B?J4cW7ccynUF|f H\}oj h%RZP`=^-X{%1řtK8S"$H" "T0" e@f TJ'Ӵ;X̫k?H3Ό%mxpGk8dvΪD sVC1KV{ʻNC?ml(>lIřBfR!Gjc>UDŔ@t$ ɩ4BY5y/g߶iܹ0<jKyYe*M{yJ]}Nj[uCmoYɦ^-6gఄ%v9?m]}h/g܃J?6зigyd`Aطkwp|{ܭ1rE'c |I22 =͐(Кu2zyةT}62~=㊤76 LmFSgCYL Vt7{596aNFc[?V ?elcGJ2ݔCşO :A :Őۼ 8U+xayׅ}pN-y).RE.]\PsRBj xĝۢPX F_*uҹFsmM\U.ج NT˞SC{x@EoI$>T/=i(E>$rN& fgDy{U%Bdbڡ U/CK.KD,4#ƊΤo h3"1ͶK A'n ~)* cїxKd3Ր–]tOQy8ӛED+/ՒK&9#eK՛u"j@b|#.ȗ`q?J\a7XX9f!cD<|Fg_w?E1mʍA8ȯڼق}T~]=F Ϗ*\fyw^LɁ *rH2 u 6G!V]뽁c9;~*INbfVN'$ˬg Ec|ǜy{ޜczGF-gc/$3W5,Ul>Z[1|Ӝ=-E3̔Z~_'O?mЀ61m֙xJͱ|Njbz0PU쿫>u<>Z2G`fZjз$Ln@i~w GzGdV <2$Nf|m4qui,=zނπr{dl5BPڷ_s¶ 2k1uP4͔b+\΁Z]ANzlJI3ۙ>b SAOGFhCp4G?X!(m㩋R/@fsOzZM)bkE:EYߪ}_a5G qMLJ#pH4cOJΦk2 U6)=jF@ --#Z-l`TٟQQ&E,}CZ/Uf1 ]04f:.O10 taNxj bAj!>+33 ?^k[`Ⱥ$8NbYm &C* UYف镶;,&&Ud:¬ )/a ;L,-31?kN+xď ^4ju1gf<}`uxFjSU_E8KE1nGv nr[ <;3<4Mv]-7+sg8`V8*v: ,FqE%PʔLPeՠ~o҅d v<R50RL,;q^"*5-H-f?H(GyU,'-,fM=_ nEhOju=ҭiǾ_z W>h-E:gJAv fVfSۣ?7Gj _;mjZhTX%茨F#fENrOKE" Vjm2RoB2̘ڪL V}e27^T2؋މߑi, J=d}/3B^t~oP7=C{zB] CkOE4t6$.ZI'SLK{ ;So'Qgp/41#  .v!ٴ뤱L#Bn1 d^:dc B1Ԝ׋L_]]s ;%ƯFe$b͖F D`~A U_(w=VX0XgT4iclduif hKyhSBU(k}젋!ED_MWCIϠ in%͹ߒk4z4G)iO]NbtA"js\g[! Ȇ -r>3sxstdXug|˘HNѣ'#o S"Ir YigEE̎&#{k>?FRrكVyR0v[33IHz*DZ`_0,KY (hS>U4J;wjn9rZ/s Dfƌ|UOGF.95S/7 TZڰ4]$]*%gЍW$ǥDEZpRc.fBzzPZ!42.DlؔM[P@*ne]pB4a #v,DYkx4W3$/] ]nzt4 vk$)Ԅ[*y(GquT7gR,Ft[d29R*Q6-mXo6cCy~;@lA~}P<y`PWsW2U킹VVU$k{GՆeEHu.Ӻ ǁp/.[a|oXcҴ(v&{f@5XYOcՓ6_;} `/GSgIiGIիqE)Ƿk%9/ $ HPќ A,E)G_C-N[C67}t=r~g <$X_0EY&*θ &5$2Ȳ */I_c`(a:O.-bW{aVi7Z]ѕg.ZA&c1 H}*n{>yen+w[qւ:Iat~m-$)n˙j@ψ8 lydn;6)o*odTc4 /^l!%.iM1|j_ BtvNXL^隖ө^pm"DCzIv(|1'gAN:-7fʯT7П̦* k5 ? OU~-ZXI}epEȏ;9aw TM3!XhuWKHr.oUk3*Cz!8{OKJPw li:AHpe1w}8!7P,f$r[E:JMPڜ4pt^Q $kQeN N/N=N b;%wiÝ.ʏxr2a63z¿h$݁+ ;Q)xIMYf4n\;~k?7g}aerUQxzܧIxZތziUfQR HrqiBX$#JFOR'z/E,Ҳ I#w/M~U뷑쪑5+z^ ֤sLF9a$?]Y0oq t5Q>bsORu!~wAōHg-XƀOH f;Fs:B_P&O]8xvjhX2xCNݗ=j3Q\ jxdiYÄ[йω|e0Ƣ /ϲz_JO#,59wI-TmmSNoܳdϪW))u;~]<ZPNf ȂpsrYLRSS9y̍ GA1wŨqO7'z)A8x_zp Z((y^ mxY4XΏ0EMIT|Kb AkUN2D|]v[bb Dv8EU04V~?%*z Z"ziUf/ GwW9)&)rpBݙx_ksC/xLd, Qp0HDBg0vF>8͙<]Q|&pk5j |/=+"7H2J.zs Y3+n,~cϛJ``UdDu=wT*N8 r# 7ʭ]&!s/]g*#`Ӧ!n9v\3p$C 2U:Z#q_2^&M}AH;ΟQa tx9dj3`'sYӡQx"AfS4Mh 0{g& O 0aSul NOxFŠ9 럌VFmD_uQvPđ]-|64'vP ;|ye)̖("8HT34Ţi ȅTN @R]-.'As0a``m\'n ir)޼9\#LHsJUa{Ypfc&EeBJ>A4TiNX a ʵ@x/,#T OwXx=w FNce͋Ez^cpaQldtwdno=s$τ)7Y) 3ԦfWe+};n;~>58Bks\0l*i{eJaՙޡ 9nӫR\ܹŇ*.-D ڧ>e\G2vbu~x2ݤGYaSMpSxM U#$DVJRyl>Cox LLӊk(}.eXe0 lJ ?I|$5Ui-jՏdݙe7(D޾~KAJ cΗc:KP/ D n /ڈzfmPW` b5չF{a,{%[z82eSA7\2hX |}&]{2|]v!ې㪸+-tLtU]uYUK)M;m&O'od܏6Jy ~`6 ,!!SImN\Sϥ:_G9.WZ vɩoYc9t'k~T1._Dzc6p<~NĄގC\YmKY X'v]”;dn 3VPz G˲F)PloGu#RA}FtxgĺTlȋD[f>)`dzd!Rv(CG:;ί*tRߔ\7#tZKp;?$E8OSj͏lASi7]#ff(i$ޟśU߿:ZcVm(lZ|m(Ck `p9a豿]^` Mg'1)@ilJN Æa뻚ƀ S'[/o{]Qki_hl}qr\I[Wװ ULvZB6[a"zZ62ԯÅ qO֝"ϙ $nG #9NduGASYA2`*Ux\P[#sqo2hTdx=Ln7/w'I/DJ%E%grg9:h})nlmTӆr+[]x'&x΄RW2D֡k+):vROS! IɃ9>;xJ)2G\0lf?.D[ 5m* u̜͚:zalK hF!|mq?xtP4FZ0Tp)yS.xҌ<.4ar"MKI7K3q*oٗ띨J0@I^UO~uR(~J EOad Q6RJLBil FI eKmlhSNm+=H Q|ppF$A&%M']*v 5&]<!AsN2ƞ*e#۩;8_m{Rwha!5;l¯*TIw(>_ H$ŞӖ?-a(!=> Z-SIw~6PNmJ0*{vTw$Eeo(l[2 e91z8M*7(JL Ve?f9]v4܂]C x4Rc 3P1wpYZwn(;/ij]rPt)H6^FJ6gfTAz27E[͕y`7w%q{Ր4T0¶rnGBgh Zl1oڦNՁťnTU٧(#B;= MۜȍY|/0^e/˖%M 8F`\hynmXp$MG;!K?œ ~t5Q#R+JOh&ą=x|T#/.kS7 ko%_EoaLFD:$lr#5])~E%c4D?u*l p@S\n|x!"Nю~E&fRU$jj=ngqߛhVrz0`2M8m*Bv}Y>a$XI\P~t@۝x/C/U-PH^*xRSqR%'\WV )_+̱^Oomsw-8^48Rub-_3A\04gD$EVyg|' dl]{5CUf/JDV1+FL 2g2$7y}1Yn,G fQ\ţ:oT (ъw#k#XqG:IjZ .:*Sm\L V\: 3bOp|g˪f9*U0{'&/D I"45߃= $IlA)M9OQWRN7b㯀%((4qA" 13Vv,Uh  ,Q] ||8^%Ýܦ tEiC! N$M"pf$1$03X6qSýEEE9 mgEdc&[2Gy,AZWH1&VCjSjn+G^k=fҵCb8:O:w4&qCby=o5v4 /Y,ɜsO>q`ڇKk=wF)Svό(Bqz]DyЍ?Hƫd?J{"/N4>%m鯻riD[=Cߘ Of^[jrs nx?]<AՆtĨn IzF$hf]}bw:' 0H(>{=K0f '1?34irhwєB3H#¯_M]NC.1>t\C+[%~ĵAGEٵ`Z(6@> ԩ٦`g4vj0GCVdA{'թϑ^,aܖÑF -nmǘ @%#@ߜp#ׯ8P.H  z.ul^ 9%嫭!#=ﺄ77ħ?_=3CVu.d:pgN^I q0}QeqX2gnf|Y>z/& z?ߚHk3AMØ|KSTD= }sxAhG^ 2|e[_v׋Ty uz v٫xdݹLY=G\d0W)ߨwwK؉QwAZx\nfPusIڦėPw^{`v1}0^^iHۦb _0$@y`zHT[.$q B  fb$#Y84ˊ% W"fE?0oG+8HYduzE̒=Q!edTl2LT/ohtKj |Q!UV[ixFd~X>-;_NTz ]5_=ahH-HJR,æzѵuV1Fͼ_9 mp.(ܰQW-TjG m0Qs 7Q/Зڌ~!%)5߀O;,D{pk~TKtqޫn(-D Fbq6*:YǷn#;_6}Aq ȃL.u(6H$PAeGtl@/7KƓklΓ S0N72Lkmp &Bi {g+^Q4HF i\%YF? z 7I}5e_p\قy[ui<$iDcc+8cŜ,*tGBh.QKFeǖ^,H"џ]1F*Yu_U2jL`)0P^]yQ 0zꘄK)yDZz9mկ9.Oyx8`tk#7 sr{s(GZwZNbhPY50 od㢰rVAXCkA!HG)]rh?2S"ɲt6:4 $漹FǢ -,.ZС.Xk)꼗&(zW茮ZSK134f,^);iyjWE,aT즅ց!U![) f+$C%~Мw/q*krXd Eq Lr # 4Iq2,6ORv5 VOO}!PA+_Nw8nP;fF@< O՟E3)~&젭{7 д~ǎypQ8VU@G\@Me?,2/S?H&2 3),dYړؓRdC(Nky|#΃c&:ݿ(e gp{m usODoL;$TTӨVLSMn/Pz΄Di3HY%+cɭS)V =7@85psKR/uzh7z/hIzô2%3l'61&B7BJn>'i8qLO$xR|7 +Un4PnUD2#gsӆ5X&’r7 9h9: I.2ýlSu/ژ/*j^h )6*~O2Jv:s|1եS{b%!tKw.rzx)#_eGz