libmpg123-0-1.25.10-13.1<>,ZX/=„d [C[{W.J?G&q|Dmpxy ̵Y oV[FI{\F6?p8bҤ^k XܳbBUKcLԸҵ Pz EÛ°%GEJQOEڂLwJҘG^۝ڿd A9sɾ7ʗ00xPʈPz 4=bS:]jDKYRy .X="><-?-d  6 $,< D L \   TI(m8t9:>*o@*~F*G*H*I*X*Y*\*]+^+7b+c,#d,e,f,l,u,v,w-x-y- z-Clibmpg123-01.25.1013.1MPEG audio decoder libraryMPEG 1.0/2.0/2.5 audio decoder library for layers 1, 2 and 3 (most commonly MPEG 1.0 Layer 3 aka MP3).ZXcloud135_openSUSE Leap 42.3openSUSELGPL-2.1-onlyhttp://bugs.opensuse.orgSystem/Librarieshttp://www.mpg123.de/linuxx86_64A큤ZXZXZXZ2^d496cf76869493adb22c48662743afd41e86753638d3cf2512528b99079bc4f3libmpg123.so.0.44.8rootrootrootrootrootrootrootrootmpg123-1.25.10-13.1.src.rpmlibmpg123-0libmpg123-0(x86-64)libmpg123.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)libc.so.6(GLIBC_2.7)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.15)(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Z1@Y@Y@YYu@Ym@YdYZ1YYYXӸXXX%aloisio@gmx.comaloisio@gmx.comaloisio@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.10 * libout123: Fix error messages beginning from OUT123_ARG_ERROR (bug 261). version 1.25.9 * mpg123: Fix --icy-interval handling to work with stream from stdin. (curl | mpg123 --icy-interval=n -) * libmpg123: Fix another invalid read and segfault on damaged (fuzzed) files with part2_3_length == 0 (set maxband=1, pulled from upcoming 1.26.0). version 1.25.8 mpg123: * Also disable cursor/video games for empty TERM (not just unset and dumb). libmpg123: * Accept changing mode extension bits when looking for next header for detecting free-format streams (bug 257). * Fix compute_bpf() for free format streams (needed to estimate track length and working fuzzy seeking in absence of an Info tag).- Update to version 1.25.7 mpg123: * Do not play with cursor and inverse video for progress bar when TERM=dumb. * Fix parsing of host port for numerical IPv6 addresses (just did not work before, only for textual host names). libmpg123: * Proper fix for the xrpnt overflow problems by correctly initialising certain tables for MPEG 2.x layer III. The checks that catch the resulting overflow are still in place, but likely superfluous now. Note that this means certain valid files would have been misdecoded before, if anyone actually produced them. Thanks to Robert Hegemann for the fix! * Silently handle granules with part2_3_length == 0, but scalefac_compress != 0 (ignore the latter).- 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/ldconfigcloud135 15203266731.25.10-13.11.25.10-13.1libmpg123.so.0libmpg123.so.0.44.8libmpg123-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libmpg123-0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:7860/openSUSE_Leap_42.3_Update/2dedfb39990ba9e590328a19dee5bf6c-mpg123.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=61e1e61fa1580c4db85d53823eeecafe705f9c5c, strippeddirectoryASCII text PR R R RRRRRRR R Rɥ/rvxY}yG?@]"k%f0]dL{ K>Fs11(FcxH7#+<5+ Șjy=ٮRw6jhwKBnkH0]WXOW√$ޞ+zLQbkkгvTc\\i^J)܍rGV ##kd EIݗ]x%E%7OV8H~r[!D!m[/⎞2g8*ay cP6޳1.E:Y':]H.0'-\ ܮc~!XG| L[Q;i\`D.KL]{=L&Vɚd {{Al;i[M㮲ypۖHњplc>d4tL(yK[[K,sI^ q?"ϿUЏ/td/VGyWQg%T)k,f;x<YazD"GT Q OZad]@Qw,bqI5:Un<)4Y:^񏁛ZS0EʕF 91N(C3nLEa=YiZ#- 7O%pЏ/;rLlIf9}[VYD*2N|KY`'|]'7ׁljE_ C.v^ < ? P. W,h|j<hmP;٦V$]*X%4Jwj狔h5>/fSb88Ɓ ,΃rld%uy93cTpd6H3cʣ޿?/Ibq,%H^-aBO2,ѭu`g#XZֳ#B߫2Y&k;hi9,ym9_]'cf~ρtw;_ LFјݙUl3x%0|η_I6Sz#&[˨hV*154A9?X)r0s%?; }͇LΌ* tNZK`sl ^5pRKm(ɷZ<5#9b]rc^@u <ݴ-73ZgI?`yRRF3& Vo}U23D|rsm$&Fi֮+d,לPK__Ƚ8aUQ!֢ߙr"ℂ@R^:M̒95g'*;WIdޓnr@!{Gưtة'x:V3}4d?5 z./)dw^wZo3V j8̶pu?:x,*'5e'{󲋌%o !}bvP h 0%'OE"MW*`8aɋTp@Y>!"YJ[aQ~ϕzn>7Ijh!v&uc1O~ɼR֬|?)n7^^{%ɤy;bgÊ6aSVC,}K Dž_dKA2+@5jĪ1F+XeD )a+n=q̲~ V2a^aE,|I*Jf1nRMmGcд@x-[c2T3`8m0e+jhDj!tZtfm 4ƚ_)Eőrtijt|:Q{4hzڥ,@#qP5\RT NxQxR=TH4>RwJ7AS6씱?">UOay%:fi aGdB:2W{k KqwFےq'N14FXu$[* F15D;U 6鍟}A=$2Fp]l#M ܂v-8͑˚wYܕgiCI4FB35۟ S,ZJL`S5+6\~'aB:K<tmY47JvAﴓZŠKDM ͞% 6,/D-_w&:皣-bm]B#/P:/RT2!Ǧfa{o8d>P+AuO}NUӋ>`& 9)6۬ b 6]:8q]0۶NwU.']&IX-G"ҍ8vm#xDeh/:ݺ 8 ?N_†_~l4Uxn׈33 HvF #o3)Gy!6 l:.6|g)A2:quojr:̤i/R'P~9$ғ.-8N(JOŎ0 `pS|| i)JQZ1B#)ԙjM6ƇR*}V8N 6LIqT{z l|Unr=^M"|@Q]n·+8i<HtQؔz%,xߪa{Җaos5)^ixg5q1R8dp_Ir**Zl͙.Q6RD3'SN h/ti8/Nlbд[gnK%ӆ9K,fN(༵Xx=*>vd ĿO71A~eJdao495~С8|; FnpXof3d qv,h{+l;8~ȷ U}]e+w*.5eWE&Er~| ~BIS4AHd=Kayx gOr\KE 4.ga>v_|&C{㼦6?er xWרg8IU}J+LO`yB.70@DLwP8xH40*+Yw04h:u^2OH!p擌/khq %jiI .} :@CNJ V7CAG X@|匲[R#SuB+<~0yӖo`eDa[mk< 68hw؈%ȬFe{\,lDϪz蹯0QuQ'vUFZ.N1cO@N*Ѭ݄saW6h&>/\[T[?rPkR;7oCrw2COeQ+5$j/VZ޸n ?V,j}c^D=MbZ] hsT4:et?{z2&Oi l9o=4B:U{TiD( )3iP6{wI%rЎ+@qtv\ `͝Mݹ&6{ u:Ζ6ۈ}ML/mRH8VjT,O-+xD;LœJ/4:e4d?;1UhOwvfdՀdf>feoj%Q}Ůzoc =@{֢Fe vط_҆8߳hݤ;n%"*@)簾%8k6Ylg"KpdVgims~/a?#mWp!N*>5m4mK8ւKRHd# D dTtuu@0p"v]H“z %k {8o#mĸ⦏ ve_@/7G!ҝ}˃h&~Qο|j?4zq-u Q`}9_T⿘Q0j1oÓs>LO n{q6QP-ySݻWju ? <;:*4ǥ }l!;?sQr.CQ;~aP C|1TR tܗ45;\ύZ6WG {NLqAEТw̪WwskvƆdz ,s׳GoܨqGߋYf`sX&"  T,'6%eAG}N6wg?Ahn?a8sEr1[88bW{@4'n([h4G#[f?5Qiif@S<0%e$K%qXE~27w4o !K4AR._B {9Vß5m ܝj ycX<>1ECRJ[u)^qTBR$uA"dJlR|߅/a6VVI `rxrbzX_w=0Xy,|㟴}ɠniCх݃ǽVE]/ ϻdD7qL_Ulj N44ĩŶVOVBo_oc 31R(@$VN}&\_MXB`JN#9dU3oROF+zAD-2ɾ0ЌG'Xura{t||ChՄ6It#3~PL{C|Hv(LoUl3#0+SJi#36Y[(S1ܹe; DP뎶JG eGgeq}&ca CLRp$RTl]L蠝ayD cjWhٞ:[hJ\l܁w+Ci? ML€j.JD^OLS|.oR;x3- Y py!`?yHA=`'J-FkR- j-G}K9_2 }9& 0}bQx_[Y,V%hBD!mwe;jpڎWa`Y.Msg U@isTT.,f!QΗ3EWe}N.(./%XV!]d~\?x.NBp_LsﱋЃXDnQ'qB h13|Fe{px- Pp5q6*CY G&0z(bWiɣI9 @vJNAڜ C#4ښpM>Ldbd43:wUE ڛ[3_~aKdž4-qԇ5"ak6Q>?1Hӓ?'8NO_eTZ5o'9jSLBsACF&Y NzmxFeT)M4&ɨJF=a'zmN+ITHlk\0?HphTks ,^_ahe[(}Ͽd,p98<{FzspҀ%~UxGkÇb!+XP}R_?xBRD'}T/#71F s/; B5 3tJۧ(@HyX(Dn`09N&5ac57C<:7VҨxgj):Ur>'\SϚqeR'XL\cV"5(dh i]=ѭvZW$8LCgPaQ(zauQ<)#y 6EJ54vg{-;]IQ&4sT۞NypMN>|xnC>ĨY?ph´cš%p1*,T!Qos*2L0o6p YIqM+ʗMq^ؒS@Y;t]Q>@p^a nXjFKYZ#W.ގ&xDhDp 0ު#I5jΘ|IuED[=ԃv{!zrf-?7dX5㤻A9yEy]vmJ/+5JV_,$: LRJ%#ހ‡)"j&m3PcC58poڻg1"N)*PKeCnsڿu1 mdԧS%:{U}ɉ×h{ҖDW|GdE7`U"5!qu̶\^i-(M'P:Umi;U8J[nXX'j1MKRa1ez]G!]aI{Clu.D(pu!$o3> bKp62¿iW#nm|-2jٺm;lIׯb hHrM aqK7&'d (ᤀ ;ʐ6٤4Vm}i~c eR|Q,#ٶ_ݳ#~,OcǭM=0(=|+]I"cqm&szn K&ghd}ULg7:KplǯfNUG3&Zǎ #e",'3:t*rwE7 GJ=^V,]yޒ;Zxe?0'Y#+2 Dv'c%L~*{'ʽb9_}VyL uP(#ŕmBu\@h'I·} 78IT ',EL,&ddΖ#[/ʜiZntWB#NBd 3-v0Jc/*D 5iUtg>g-x5%i$EQ`4wVnھP ] Bۀ\*_Wax1-{%R91rJЦ 9$b_\(&*1ʇW-O4.2A}5Ч^Y0pd>_(ŞLVg3|C,80 MCN/Bސ8(3ǵXڤ8Ehk(?!Z<:3FYUDV,3Fboe8I-N[Jv_)PG4hP6'' l|gС6χ3x(`/2jQN*Kr0edCð hwPҜkA"9yD)r(çfeQ5{O;xR&f5L{2k+M&¥l80BYрCτRυ력Ts%O< *AK&WÀ%Q*;8p(+/|#i=<|A+Ray%۪DYdv/p,[tKMx-=;+TJA @66i9F-(= )YJ҇@M3RaZő~ S2M2.cGogpP'C|kIM15sMg`c~"JE]Gؓƌ՝(R鷠QFB(D1\18VBؔRńwvu[dqmBԗꗺ{dJo7j.J X8_ױۮQ*E4cFvQƪ88pvD 1 c" A7o:ƥ:8|&4K6{sis;)O|a=̨eSՀꡦ5Q41"u6(u[2D%!*TF=掍aTD7PMPs`8=1>^aixﴞZngnҼ 8. j{9)U2ږ0HAK nӯc~AkU]L)dBXiiWq[lAtMdQΞP񑯭"=4EhE )A={bԌx1bk .1PɯJ%GI!>=x[ȺA,\x5Cj}ZW?t#BPgna`Qv+Id^OMlpx,RV# 43h`EoPvעȺ&87ϼVltV/KzkUD͕AV*6Eސ) Oxzsˆ!Z"[,7(Fi=V*u-j!Q-߼#^n;V[hpSb>)Lj[$WT|y<7&+X$rWڲFęq?ֻ:3 oB+D$ڛ!Vˤa{ 7ޞ%o"+*h>^y'QpW"]N9_|)]㧝z)ԑHߒߵnlن*ߡ edG ԭ$yxmH㱝T©0?!Cl*G 1`njEckJbږm݄xY{y.2)H9XpR-Im}a^b"[LK/Uz7 T]QJ+7v+ ekMYkCI+Ə-7#tFMnL\J\[I˨v@ 8i5Dت`lV"w1:Q;'JRei`P5$ 꾶cETϳ1ZbyJ./P>Qew'={!F0#!Sl]Pr`5!95ZDۿiey~czzQocSv;Q5GoLOQ3{݉ s$|D>_)!l BC(Eٲ#;]7Kj~'i46"'Ahkxi3Jcbn}rju7MIɂBB;Gc} >!JGap鲳ܠO&pL vоx)˯zNtj{2Ҵ&σGӥhzGrJ67"!x$yWoVpP`͉nLQ 0#]* Pg\k,[>!_er#di|+.*.v ZYovg3X2 0LcL2>kU|rh= ZØ&*@9W`=S"}-j1VľnK3R$GCMF5V zk4G~NgEO5!)Ƹ/wjijl@ӕ"oFW?{E*10nʩ^9YR2Me^7 A2*690BO}U}f\Rud#&ǾL^u42βW+4!\&jSPt>vFRVWCѻjq[R' NͻHidt:/f!Jdg|YJ bүUq8~4Շ]\= x4s0Wnx&QRV&zn }7M:.+ṈJ!\9߮`$ b?_jzr|<0QxX[w3:[~N-o+=]|DcIѰ ^kFʱ WFvS[jQ* t\lisТP >қB0B%{"A#>7YuMW^-]a/A-v/C6coFC )x?Z&\PF&2{"|Tg5 *%MEhmOzl)϶{{ h\PPoqP2)8OV>JY5vL@!Fj%(d.MR>xѩG[_9zEe:RE@DH[2V}V b>W{ cH sr:ZP#Wso>!B08PmT'T_µrR;lVAj?ZLVj̎Z@S_6=&Ql1cP6*ZR FT)M[i:9KZ~7y3Yg۶6_̳ŨU=9R~w,'9SˎOf%?hBx׾} J'"Z_Т0ǚnw=lOjZF65L}) z47nQsʵ2Uu4a#@)^t'_ƒk8 LbmU({N5,F;PXKcKNxG6IOX彺raSnjb ISrBW.Ro~GsEٰ+׈o;?tZkVC26RkU(O3S::V~x#*╠60&̟JpݞΜsU| o}$fOL!gdu#3&̝, ֫ɍ;uV@A]i@ig1 M|9L B<]]OhP !;?&x纲 8RofG<ԡϸCг+ClaIV*H;hc0Ng㰓!<."OX\$ӺeV{Y\\H0hn^  uΔGlh>$cq]IBڜGDzN uf҈8\p(Z3j\ OLx\0A]EdՑ\'5 [SwYIIkQjUڰu8j 5yS"#q7<̩R;G/a.䠆hPesMi`I 6iױ`%Le08ZV4+FU#`֫4%uPcggM=|Nt]!#pO{Rta#+SpEL3PKׂsKϮ l={g]mSxY O'"9[ /1Ѳnҟu>M7*BS9ҖJu|θD2*kŕͶ9apKP͗65CSG/]$e%Ywo3҇@4<[D6cf҇6urpMVL;A |PB@О}NB?wW1`}]BLI ϭɛWEis.v`\hi2$U6`P)W+{Vf[g{""өMBVLS[*$|ZVdq,RhgQBĻ9BB62K?j|‡Rb> ~b+sp FK}t*|+Az3C.pT=B3In"y8G&2rP]l&#`fn}Dq/tw4OAIe-r)_ 1-onBT0ƺk2;4`J|م!Xm .28]0;ጌRi/oL24]߾2jG1Fc:\D1Ԃ>Ew΀UN{ kڵS/|IQ8,PG=~{1 LΕ90vnopl[ B|[t0.t}Qlbۏ68 !#pK\k}32"^>ۑx2REaxQ%zCb4:MAЉ<cctKR~VB̡.ujh꣜6yЖdbF&^Pt\Uu 3GJ!w~ w\i.dB?\#ItluWH#)ٻpbZwat: c8Le0# 'j;ݵDI]UPPe463 hbA'vcVi~FiTm%V)W:xN=٭+CeShH柀bmWgp¤E q4i(1!u.G=!GdLjTXvtRO39g[- "{TOSV;Zi?QƇr(*CWbBoj9TY`o,MeS[y5Cϻ&u',詁N'(X5=Ŏ|tWh<}p+RS=tcOtlnX0TN.6O&ٱptb)LߪA$4A̧{t܊pΟZݘo{XPEFfTX ƻa؋ӹWΖG ,l{ ?! ^*kŘN4)]}w^;fAO1^CRbO":#M[n1>UR7`bLR`NJ&BҀW^" {Cm~D$xۜ5rG+Fb*ڞ\)4`=[ ಾq;FĮԚ&Tm_.1-Fz.C V;z?K_8+NcT%/ٖRL=@%Iɫ!h\(k^slYK2+kugOAhyPM󘩬!0-Pzru[lTz*B8xkvYyt?Id`uB]^ybp96VS,>J+PNJkH\.p9\?@>๧o OTXߓrC.<7Ս{M!?i5^g 3>$ZC>c",ƿ5<8r mkxe̛Հ?BV28nb0 FwyB{2Si"BpoBU˜1P3(ht( *"CyF&Tu8F?4{F$kGTeWx[5gxP*^G3Z-.~4!gdQ5y^$i!I#^uFmmPsy2dޭ;ܘ&gJB> _svp \i"٫tzh9Wr:Y46 er<7ZmSGq-p\(׮.G^mhj&7YyK*;92Kq"Ss.WIyscb-YyID6Y R]jSfu`mbx?yDxo~كj8 Hi -_M6}һ6"4l^Vpח$XBE ,<Nάf2r1rhUFG]8"&6SBUY^Dcx}\@7b Nl,N~^xfRF]bq+$E&h{M(tV)~:vJ6#ǗTJ/ tCwAHB{ۛ\GqMgCYn o@8 o/B =<k !!r:ӿMiɴuF.ƐGMRTP*PPw&E}Xv}Kmdʑ xH짦 ].3VFE]"`"wLRk\$Go]"rgq߽al|[ș hMP(pYQfE\kշDv3B6$~yVO\hGx!:It)H%`[d..k呕:R:̒vMdK ,ThʶǛi,z9}#wUf+hpHQTj5h:FPm~6{E׵c"WW`UR ˋ)w󌜶a$q ╧VV5UZ:]E7ыLYܯr*3#cgc~D0O$zfTmFt[)Os}u"ލ <R[ggb a6ոxO; tw*lIYHqLZcz),{ʛxk![ 2m$G;Ȣ'eƤU2shܳGd1FՏpu~aw}|yH=7EV'+15|zeLcvդTjY6x8*|;og 3[B20^7z#M6j}g|sVt?$F 8Z𾯤m_|͘G>"Xδ&HȽeA`nFl)CM~FbgMTrNdJgkd_K;@13pko,6 *ftkqF/*pA4{[ި (Z_Vv-"zv+Y'qE䝛 C) FqC7] |ơ+}Loә:L8`)TSNBmD5ͅfK.ٴUwb≰Jg0nZw\uvm'i䆲j"F[8P+*tty& y3Q;a*NL3ߠ Stxlp^eGwL}p1+hں91Ei_4{GHE0ioY$s$ Omd[21Dyքd$@Uv'L]\6/:1KD煶ƠGbXڹQK{yZd=k, Tt~P\F|,7M\(I@ />kiW0p  Sz[ԸQl÷HY," yy uBLAcЁ*?wY]4n̪;oPW_Yj>\CXYk+Ŝ2~#1c5bUuyu4C]7{Zb6g6;^׏&N']*pA=dqVۉo7*DT y)^I4x,KZ=4 p8P |R!#;sPqԁW:$rC %>QMeKt1ik]Bd@0N'b }8PȨ2 G% jq>GDTd!q=oK4g΃&~e^mײ4Iٴȫne0Icnk`cZa2ߝϖu@,UF eSƹE=pBn6ۛo¤m|Ӛ[38*rQ .W.~yf`azkg$ r0ۧ~)QV;˺9x<ޘ{:[vܕWl\LLN?.nOZeMBPڰB,\Nϑ6vP.ď6Ele1b@ 1Y~ZݤL:^Oyd]p2;ipi*z}HNL˶ܺhAߢW;kcHY ۽D(N w\Fxt<|ɴ7,*zY"5'`֨e|=#OO zFѩͺƝ oX3x!OEn%0)ZT|zv}V9u N PhPC&/I7O6T/MQ %YBYx*'Qnu^~oW5ɥx-Ժ{~"RE.ki72e<_1L l:^-#jI]l<0@ocM(y_b#2ؤo*OL˦b)f}1?{fL^<ݻE(/>~ _臒_WH7*{˾X{+<>H 73o+(/8npz|G6EÞ )P$ w@43 %8( 04AԑSr%}P5u #u.sC:݇"|-#}\Q@јGωR85Rv&Q^#`)_9vؘWu6ZΚsF:1Juu-nM(r[{Ba UsO=`uͱgM] wgsX6>NK ST0ws $a|s{L^71>s5IY4d,bc,LTٜñ:+ w$IV֬o _gm԰,ͭ-5vh/-ȹLH I=- f%@1B؝-#FgKD\nIpiPL5Vyw #}M2,}4DHˇ/OG}tUؔ@ȒYL@rI8D?338 3ڊT3ﴧŃ|'k_ P&C&4)\@_S c.oW[G9!Vd;At3,[ }a:{# Myc8\)ڪ XG EP%Nset5K!_Shv!_$#\WS@'捡md%UqVe޾ >&ȿP+,HtFV pb^[4k?7{^<) XbGM#P3Gc5/po+oe$Ifvy ყ %\ 0E;Hf6﬿(F02A"]3P,`V>Q`n!ꡰ"h"jt~W#9{ (+NS0 e.rj ]&پ: C/[suZIĦIVGjE_I @Uݡzi~iUeOk35!݅*Kf}ˊC=Rb҂$+9v(ko*o`m< tH$<s0/IBo1p~<"V;:s:,Aԭhtx~L/a-4AO#,N͞y )rSaV2$¡K%5= yBw̼!HidvK!Me/'x iؒޭۄfw\+j+i̓2ӊDF٧/=~! }r1 E3vih@mr x=B3YrY`[^WbMsrKn ޺Yc78`ZxȈx ^_5lXV.6vj̈[Rʖ%"0 #2 [萤ifłE@9LgKZt^M)/--$⟭K<] g|cMzR┛+acK8qVDg`6ڏLG) Jbqr 1PW{˧w=h{O'~xoGbTqDS\.jLā f[UuNq[{b6u@:o\`jkiO/q_;OWAH0/ʳj{^GFl_K~*N56(+\S6hRޞӳVaF$] ٓDXL #Wkfq> ˮ _]w pf7s1%lwR,惫0Q!}V 8@+dS=x A_RLJ:TkaOBa1X#sI@DkuGWف!}[6t&ES,aY*$v:E@Ie /]̠$ Yb?ЗCy#sVz,|ie8+ #;Sd?eDC.#u8w5^7D<I%Ev1[X%m_ J$>&X?'AT <nHgR٧_?}M;$6dXa-4-}3'PSd-0LQX2m,td΃%q)(iD&vbtС5]~A e@ 8d#Hc)|I#3vٽ:2wQڵdh|@<;ˀێ^\wj3|rUxQ"-?| Y&@.ƶ5":B_q\`Pǂx>}9f#qHpRXZifr{ƌA_̈˱zGA%v6j8v͟OHڵ+E_uzJhAs89tEгY_;E B2~LGz`2r R[ޛwGgC׶MiPB>! *vp֒^l0<'@@8[܎2V^^yɭE89BAV0 ~ij4A3Y3d/;d#ɫ(f !̥路TTAW0 ap`ϱ޸4_~&*Z K8*7-DԗZY6gm,bG\Ynn-܁kɚᛧBh\XdS+; Y>a(Ψ8ħ6 )sI_|.!xBȤ_Z?@8ku]bu&5*Ϣ>:|ˢ7,!m]Oۤ蔁*bCrwb"Λ6mQ_FD^Ⱥ(EO߽s)Z8n=p31#)ƑXJϥ τ`Y;Nr@TV$ if7UXtsg.eOfFvD1WOK*JPӞK 0:G0r At JYiF !>fͷ>\^He] [h]B("Xc`uJ iN'H'\:/񹢦DžAnvw׼Q^dj6Tfz[oӸ35c*`e bCς!ןeLKR?1 ^3P=?ٝa"BRrH$_C.Ú*9_De!& S{~f\.Jt)EӪu^r08jPKtgЋB,AYxufiF~;̃,gԳ[APOk'Lp@Ng)Fqնp`9~sxWsÂ~zj dȖOar&"йya\{8+p+ƳP``Q0RkTK;ƝZ1 5Fk-Q/Gk}tbfs('jKr~_\l/an|!Abm?|9c^o)p7 >$TcRDF:>22P< T,ݱWv 7.Neft |)ש [GYTBjCoM\\DKcLx$%Ճg Խ*3&h"R-vh!xi Ly%Á+8Wgc#<c~jO*Q$ȱLٽ҄p_iB&?OQ{QሺP~lm5]2kɫRv†[W'.=p3Az^?0Ue`Hbt616Yb"ʳffZE8檦3O9%u,f0H AʃBXb$AlR"f"&c$s1g\O|kpn/?\ZnSYt.|Z6Ȃo[o? ~IWK@TS1Lh\iYPI1sփO`Q~d_"9 ӌJx 74qp88O\ewdA̰ݸu(ޝ:oϮhHς8fAiTFEF3L}sf,^J\BT;^ebOp2s;-!? 9[MZ b2}if {F&˩~Y`18mÇd9-Vh ]}3#G0Ehz4CF.:./vzf,& SMjgiF%O;K2ďm:pٲ(ub5aڧ @fZnW$n+X ߗ>|vtuб/eMcڞx+7Y* 0)֖CxtF+WLeLѤj-@ _5(i6/_X8 Qt0U ?Ĝ  RJaS+"G:[ZIi%pWrѹ·oDJX=ev'+IG2=L= H)UkewGUH#^xE!2H:fSIUŻ˚n pZTkD:!~t vQi`]1&^}vطa"B]8{Æ^i`=y f^v>> ]"[Gh?zSR(sy`3F*ydԺ|ⶌbC./|+ SҘHYNӝv $i92sd *I+\#y#jj~9~v`Z =k BLS,cLɁV=e -c1f47>5|Vvx)|| msރ*.2R!{CAv[F(dA-si~̱ߗ $6WןdjjBpy ä p46;dn'&InZXfMR5"GPk??}6n|vx/yb.ľmש62VN僚(8e~uxqj>0Y&8&kNJJP냋%^OhQNl9:t$&<Ϧd=8vw{wΆCz*,S<6Ѭ"ӌ8qsd\)EӀ11XrTlj tm&v~y#22\\9bs v$6;S(OPR<+Ǵg|]Chs!Ğ ;Ii ۲dxCaj 6 gjpS]+M{$-^ˣ IA8I&m7ƾ&lw1Jl6ؒ䨽]2 \牲D1ye4 bl@\BsPƯB\ Ы1<]i~h$>ՁvsLWك`ޱNMq_CdA3vƲ{>'^՗</yunDm$5Q^" L֕Iz,KjgV*˼}-Mf'xtd0XIwݘb+h4M3%âw52$_YL_(GtuٮÎn(|?IRa\=V|JxK],8ELFpz-z1${@M*!VU 쁛o?au?u:JHT Z!YYĻGF-IzD̥DFcT%~Jp4_l;%5b<ms8 Q)}Y :0❮jAz8OriZ*Hg*Wnr]Zypʻ6w中 z j{]U)Rı?%Vj ,= ;$qN/elS~ւIPh+Axf9(i4rAijgڻ $P ˎA[_6O֔2Ǡ2s  BKNC@>g bۚ6_䞮~f̖C}mU1`M,0'"a4Ue+0FgO&K˪Lb;2>PnyfЎ4 #`]`;֖֘3gI-hF`;S1Vé(UvMXb}/IIh_לUJ$qRy#6ɭHA`}G+ 7L(][+EZgq^f" DԲ@ˀga7%zs̹vf=~\##tۄ]'W}e @ڑt:= |vjԵlˤbNf{pEMÙY۬қ1p+܆5ayɎVI{鏗s}IoYĄ@)]xX`ufk!Xa'3 `_c,R2'˄ÝRj|Ijj@E iM) `