libout123-0-1.25.10-lp150.1.1 >  A Z/=„9&OHdyxFVp@-?-d  ;+4B \m     @H(78@9:>*@*F*G*H+I+X+ Y+\+@]+H^+jb+vc,d,|e,f,l,u,v,w-0x-8y-@ z-d-t-x-~-Clibout123-01.25.10lp150.1.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.Z1@cloud107@openSUSE Leap 15.0openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgSystem/Librarieshttp://www.mpg123.de/linuxx86_64@ZvZw27a22c01989729dd985190fcbf9cde60f86fe2166d237bfdc9c45f3d56de3d19libout123.so.0.2.2rootrootrootrootmpg123-1.25.10-lp150.1.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(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z1@Z#@YA@YA@Y@YYu@Ym@YdYZ1YYYXӸXXX%aloisio@gmx.comaloisio@gmx.comzaitor@opensuse.orgaloisio@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).- Update to 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).- Drop pkgconfig(esound) BuildRequires and mpg123-esound sub-package, esound is a long obsoleted sound server.- 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).- 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/ldconfigcloud107 15202512001.25.10-lp150.1.11.25.10-lp150.1.1libout123.so.0libout123.so.0.2.2/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.opensuse.org/openSUSE:Leap:15.0/standard/e61e2134f94b600b26dd1e9eaf0bd3b9-mpg123cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5cedec47d3028d489fa95ea51cf5b9aa4a6089e, stripped PR RRRRRRR F6r;0Etgutf-8e29c92be3cc8dacea043e3e42fc8b6d4246052385835eaea781e4d3849fec0b1?7zXZ !t/QZ] cr$x#ŢL_+ݫihŨVȯ@KrR3м '${}q0x3~/gFZ@̵7MxIZ^u6<ފ 9x/#:NxVr6;[.Oy:>܏$BVk-% Y߳0uD~oٌAHPsAaԔZOiնݝ'VۼgmGпu9ɾmHW|QESq3!q= \lSEg@³ 1Nktәa( !$Ga Y82\be2[=arΰ4/hʫƎ{Uqe"zB|pM̥`k%`I;_9 6MnfM{3-h@a[o}6{}L..->b'|]B֐VG-k╙$~MG*;7`o?gdmҝY(3[E.=j 9dqYqjZXU=(uu2鹳$N'-"9X<̇v+[M_Fb a˰VI\K/B9Qus6GX!TP@T4? * ț.,kS ؇|Bp(V9c:Ŝ:`Umyj ԧ\{ƣfLxLn,XQ_LKlmy!T}_r!NJx# q. م1_t IBuPMnKn$b^vg8%#cDl`\i_g5+z_> >B-kn`9r( (,!]H : Dm݅QX|gT2d L.vq"nif^U8Rsƞ_w?$!M(?2U'<$S=\%MŊ1aU0[!>Ha|]ƞ[CgVMKS#rsj C ͘+N8yv}PA"aΏ}AerEt^ԉ ewqm7F[8sI>s.c2}]y!(oD$h,in3tGmEx}N?:aJR4PeE$_ `XsoE<^σuY_vyzDdHQva 9{仾QDL=ka*Oꅹ7 yL Ä^6/D:.T F˿"4[x\Ob)66r=96MTf(+X ;N"XRdԍHzϥx 0͋"igH7ֳ[ sA)Lg7HA+n̓" m9Y*(KB@ˡ=37$cf{[s-D*ie *`)e6‡T֊մDtَ{W/ur)1^p ehJB=wn 3{ȿ +,˨]uЦTp܀Qrp|2kR}ԍ?s7q;cj"OT`%\Stp+S3[Ѽ ;c8sL .ҌzK%veٕ[EG}`"8tuBBTñU%b~[Ú1<E!*Vo `a8MN=bJc#/vX9>hZgR`܁ HPcv?> Q"ܷo*nXR+gjk؅rvav^*Si4@lB(q`gV/S/.[l̰n4.m 䇙gi֋cV0g"&ؖeG2^lNcװs9%}l6eL%hb'.\LIRʌQ (̈́x'oMo_TB8`}2k Qr@iuFwO"]ȏ+oO:6lRzfbo׿sq0 6ءR4\!8i@w]x/R[/6|n_Wt]53@k! @Sy"FYP_`$ v:uܑZ݇ I]`0Lwu"Fϳ ͓U)*GBgmrPKa+BChb <7%ym`D'}źFaP[3$2| ^ՠvlqAd hvR)w3ݲK A]NIT *4&#R+Gh_%>Lp'_C.IFՂj\%N͍&AfSS,zO ($TPCT ۛC TErGTXQ1cz79Clg.Td67n.$,+|4x]@<3;]cN5އ5D C 4e]\A !#?TBKI6.Pɪ|@gg{7a7d Z]kLO !ڻn՟6$؊p@GrW!F#OV2QmU0*Zq/^&`j.:6gwlķ{F֞uSJ%T>ƺ{D9=7 77>sqTY։|I `Fosc3p\;zB'\%hH:$ʧc$^E@!mzo~jhCp`,S'SS R5vځN?1v0:k.8gQCuwP(!qQޛPtxu{Td_[9s{]#9>os**l~d OqΩ@2qFw\SEw2 O~H̻BdLmԻ˛?k @`l9xfnEY "{WQd_TNJi 7mJW=2BRCY)cKa Ek)@7bio[ 㷚 8? yk d-׀ cW>`Y#c*R)Q=lf6T\TԤR*F=]؁PoVC&z{FY\.ղ>7B! RtA$M꿏[']wo|TFʴXh k]Nt:k4;~2x;#lKV`ɛ.%@tqd7,+\JOYVfDk OkgYRD꼏 %{"v1~Jf`|󞾆KJ֣ aw K`c>CHMvhK/Zzkֈ6|20%!|d3qH[^D\>|NL"y@(̋z915#(Mo;|͐ gJIҵjĤ&?6vp{0B0l(.Od#$\ B`pFV^;cvi~4G=OVEcuKXKF(nn܄8`ۿuF= {.@2e +[4$dBJWf*msP۶º&P;k~> g;Jh2®z]uqJJ'I r DC&N|*:dhkt(V]t{r5YQ``ɕvݑ YQλtlZG>?!;lB>SgWǾI|%-4[ BG P#9$mM<%J}7lnZYǻ^ Jۅ?X $U;\Ijyɺ5?9750Q%Vu 2@B]<׌ۤƒZD˵FDC4mr9>LV\3lR8Gj_"9tmV0cMJG&8&'ߺ U=Ъ|&y_3x qG:eݤ6k/)/QQ?r13jiݼ5R{ )g:hiŶ q- Kc,d+/tju]6+Y,n5<75'\чZ#~0N1j]w,Y-[v660x(@<񽊨YO(Wr)|=AS'G V&IliOlgJ YxS46jFxeG.A";)?r t.&2݀ !^E_Pv$ԧ*"49~i3rR破. hùgl }A}Eh H+zra++n1Μx݄}Ϩ#p!O/6?׬ڌ U8q*ݲuJ7-Qbc<~vH TE 7.{KQpgG^A(L"zԆ!sܲ^QitIM͢hiK@y qa# эHy#Nz^g̘'J#t :+~XVHaUj*3UP@a!r;f$sӇAl4`&yL+Tny[g[@1,IHZ{ejy9ҒSfʩݔF6apJzJihzTlBH*mTxɲM˕fNWN\ '8,3$S9N?Jn󗼐*`pe5[xfy\U&܋fBo.p5˩U0w WQ N,RQ73]dS~2>! _@CN8?_✄jpiHv49'jxS>ձ~ 蜵 ѝj%3#1u{ %c['(SN|WuxoZز(}_ Fޅai6C틥iǻ^zw1*eVjFye.LsذB6#kWd$u՛B3s:5.F/mgBU<OE\><s`>w@Q掇ת_FÛ,,NBQeoE['\V`9 E}s3U"-W?#o?8[/.At)P^& BUwur2h?-'K!oFNH4@[EBX /IL`qE?|5 xLc޶9n&MP/Ь$* ``uҜ鱹jőn 7, cK40PE~EڜV7ȧ>BOye1vl~7For yo&Jh-j7N񵩄KD3M :nb{EHys LgQK_Yj&73N>.Em*Ws3afZ,~ RT&]:927a⟶(FgB'Y!IPFkE#:,~)節.Q3:6wz6?Jl.}%GΌF@`cU>X~G/`͈*foT*FrJ=p \uqj&+1:-bK1ozluj+ubp-agEJZu^A2"ٽG.2ic?"r+/s0z>.Q$M|TlNz`3YE#|;\%yW}0 ڟҍՐiܿWTG!;BJ%:V)ec5}Ws۪ p!8?[udY^EOvoBtdQDW+VU&74CLj&[ ,6;N&h%Ms+)]QZ1p a?[cEZ8 $NN;B*]Q/4Ϣ|u+Zk=xO jfm5rJy <(&D_ޜs_JXZEFB5)Y3L8KV;=BD =pɡlԃߣrA2,uT<#b7%l֦i\ÃH  Fjdߑ^e\Cl`hAʇ&SIC w[dW ؕiq]w教ۈ(BWb W@K8iA#ÌZdG]_hE b-F>{Y[ŮRn_>$9?hgtRЊGZc1׈ϹQ? ALzλ 'DN &d֟s5omR^.*JHvuZeWvϓ=?*5fL>d i 5pYV6Xߙ]>S 0H6Ć#tQöjr͘DU)e|Q39[s%ZBݙNxcʢBƯh Az8xDD qwCz?Jv45{Ekֈ/oܪhKب-c p_Ͻ2$zo$sJhYIrIE5SOTّ0VI}U,q?4kFpt1`;[(N&`+ 1%m|}Ԗy+CsIXGid0-ʺUz'W-/xwb)‹܊^3[u$Uz0EoFZ( uEu uׇl'eŹW͔hZw`΄M7D&fpeX /jga8bz!s_L;|{xٸ =dcFw=yOc:ڏjdw<*'9ӕ֊5i}a4K.mAppàH/K@(Ew[=3 kL@VdLlEӔba# p6<մ_%'pFCw͗QJdMת/{1x( QqOR⠾Vkޙ#[Pj ~_ /uV^wf1^.NOm|aa*_07I`fu{b;$\'vCZBhb-K(eFsL4,^ ff|Ma[CfюIXjCꊸ22=oB$en .i1Z'.ad ]y&Aki:ڡg&nv)a!QW 5gMt:hV7oY 5nE0zp=R={/ DTUkaT o 5R1$z׶BX!ԥ}fhq%ץSQB*,ߥaX}X)J @9;]""[\;ZW̯TeW/:Ȓ\W[ NuEt8s|CʟXq慝yvaN RF YC Pެ(w=׺tm6;rb&"J/;p/ST :Wu0pGس9>_ J=N7!JLq2QTo>Fs6/FM>s`#i2vg\gy[آ_O/ s=YCE$oԛ{SӥYː臉a,;[{[/6"m [mTHoFJcRQRw)7x\^@4 TOv}&r$"#@}Ux!őjKKht>}OITwƺտ)^XxqlKU"|.Ak&.i Niੂ+ʳ 6`k"ܻ]aVi- Zňj **Ĺi2Ho*B">үT*j+ V\ob Rp*{^/\&X9_˜xV򢪍i$i g?T81iqj,O߇_Vih4DLŬ|hp 'A3aLjSe Xzט() MիN= kYtxL$ ؼSTcr-O{ˡpvG媌S_njǑ,4D7Z3rH)#sCFC$U==xi098|b7] (&i@G1g$F][/s 7Ĝ8|ءb f**]mk8ZN7 @apŦM<!= aUn_gZ/T,W[#%ROn>VC@f+\W^X1aRk̼,~N=7+vɳr4cFz}_" A -`;Cx{ί#re(54 ˈ)W=d$Zj5F.ĢZB_o=>ŸG`4P0O+q9oN[;8l۰Wrr˾F8;]xǜ& kENFjj!sܐ6véPA]ð^<`#({R^WQ 뛄2>Gメg5x{@PZJ7ҭ8 lL*u?s|RgNi{aZ V7 G]<#Ѱq8z{,ɞa+ao_R.vє9%ٗzr[S#WzkhC?34J|;FetK5 G,@ϓ8PHhGӦi _=s]K{+]IF:LwL[p7<`~qK]mtVFv_N]-o )mfΎ;6 Yi H0aMna3'DJ6]^/0Zr1.lP F}Js|l1h k|o(+1Fs߾ ;NG(% crJHՋ\RWMhw4]3ҒFGVSWEAy!73کjDRcC0ǂL\X ?`¦ͬ~-79nބs@ \\ڟLػ`.넕W52fS7xĉzt <Jcz JJ 2TK/## $):j([l-Qϡ~_M"m1. >aH49yS LT`_%O i2/z k"W`5F:d'<#PV0 jhkD +=ELbXq"١PM8eW+@p I:7gzU\ 8Rԟhȶq$k̳er6*nA$EEhqV't(IQߎxh^X;' JmY/| ~=zsrvn:g6 Rk+ =KJlQJ!O/iOIt$Rb@‚:Xȇ)}Hw<EmD4 CHF7%D\0A<5 =V $[ͮ񢖐Ky 8 NzkD%'vm_G 銤<Cr(0y9x 9Ɔ}ޝ$lo_Y6ͅNIr#3bԦE3D\๏?ZBwCԋC?'jQI_}Ń0}|o!}W'O38Lc ' eu~'*Fx<U)`N{eLfL^>m.wQLOj֓Mи0Z )@?Af(8Y"i^k^`f\(͎/{A0vN5yEqpr;AOAj6M".hZ/I5έD b^9z@o{PmTDs-Z8u`#v֓,TB9ߤb#OLGp݅t"lظOr2Pb?*jX]F]}vgĐ#xnuC_~Lni;0CVӷ,)2CIBx^x#!hï^Sh#2ݻ.8GAJB)뵃q]3AUO~o} x/G/'|dľYD5T6/.gʐcMKȗx\r^".a!D"ቘ-&IřP9S"қ{ckw&uT* |c ]*.\Wμoq1n J*O!B1`@̻%S%#R`N!h7a!Gv&,2mhL-`hK1&1/H!JP 8$:Vv盆 i!ZU Wt &ŭI6dŁq PNj*nnF'Qik!}=dsհ efM"l `dLmas;ѽ4g\ATpz"6Ǧ :_6#xyyڀ c9v' n,`n/ P%U: K3Dp՗Z-z%PԽ:rF{5;v+9:NOUӪ[{.&(s4+9'ewt`lmS'!J5RXX3gad^Ko -Q,;:C%ҏ`da:.;oSMA2 EtQH=ԝ Ŏ ׄ 8LD{S"C-syL&:ʬcTz.HOm}hD@SaZ D9ۆhz bȷZ\f#)Y-\[mC5&!#Ohz씭MrX0۸5hu+[)-k"e(/Fr J,"DĬX`w1E}z}MAo$t><ʡz@a9Pt "lS-UTٽfM+FXb JO^z/͉Z%/%2&mû ҁU>5DPN*fUTEA uGպ<`Z|65T\b_P1\C!v~udya„ \.+9oE 4&~ n+S|%X*Zqژ *GC]}-MIxa؄Gj46\4Y"txLOEϕID^~I[ɘq4SF|t\$egK8047_/9InoyIP+"ങ4HUlf%#Fa?BN#FOƇ_*{ bo-[+o[Ғ.r!xG0纲4|\kc6w?s *7ErnrM[.|]7 %-L&ۯ+φp0{ [$+Xդ?"6u7%!s1 T2䎖=銾4;E%nK<ـ=mz 8wTXt[%<|uT 4I#MH8]z~˩(bnH9 曚}ɳJ1X|ݮӉyYPR$|q™FHh*1ë)l=ڀC@즪 VM|q8]fu &BXM @!Ж=$A9u{v?RH?d[f|7t+7dر.b7djם!E?"u`H0ޟTU "ya~Ϸ1 `/EI"q@FS' 3D8/6G9<,ei*"I:]+vviG@.mN?njHRVk·0mD<+?FlBA$;ϫBF |6h"à (dO01 {Z0j}VVgqY(eCʌs%" WX{.(wdp-)|cg ÁY ;m$թI}o~ = dӓYS6;\yRofv='O*/՝1ZΛ?KXJvKYWp8u=Q&ܥ,.^5db YGoz-y2Ȋy0E8oo{ Ha"L,_'P̈$:*&Q/yԞN6DPc@e@MPo6<]B*Tu"֥[%9W/²+;2, Ryl'VҿT0 H#T V|%^: WDZXN z4Bz3ѤXyG}Hd/x(*^->3dGTT'ȳ muK"uc{\'tc6H<2ħ]k]ڤ^A~Znux Y8v77fJ##^d fYfWHx,DB;`mkԐK.dsl!6:fM=R?#.4IԪé/U "N<@)=T|i.#_38'hY79|]Fg7ۆx)G^[VeUt:P"Z xNt'j&j^y-"Er{G# | )ꥂХŻZ=Mټvy;Y=(%7" 8`ߐz}ާu0 vFh fYifK`θx8Ջe)Dh&zϘ'qi V8+F>w_vMj 4 ko~4XVd2 R quJ_}" åfw@u?+wק .YLAm!SQȷʩ oշ]*[rڛPd9=AwW'daJ߬nVJw |}tmAg -D0ɥꛄdr,m LݔNQW0 ^zj]`"elD'Zs(>3g|h8p*0}Faw>251X569q:{ ;'i*0 )w3`"G>^(;K=֪+݄ 9g#sab=hzs S7"뫬DmxsSD61W 3ɠ0Ҧ$Qk ĀWĩC yqܙܛOsAXlcuXFI9kEاw;C?5$8-=n^yMHFg?@d!}{[nߒ+ 'T04ft _Ad~Дŧa}Q&gHϚsǀZRs4&M#EK xb"Th_gZI{PqO#|Od}@ ηaLa.4Y8I=]|ET߃<>(c.Q^:Y|HIB&娺؜ (]ӳ~4H3~'G=1I +o%D2QI?M*Ӡ=¤͈f j{&3^[PVvmo3\*߄=`וf Z/D.Iw Ug$:dq,K_Pn8 )mMk)GI2&l=acu^o,1eDb;/P>j^3"Tm]BdSI#@R2pA':c+2 V TI[M?Xn!13ƂK 9m>mĊ>zA*q+JQƝ&]ٕb5ǚzrbȎ=$\fR^G!6%2w(*Zmrs M 8;..3QI^M2ӻ>ֆ}Wr9^f^C%GZdel s!URY䥓t`3{WHI Wi?ye@PfN}LCVA+~iFdJE36Ĕ1Q*ijH. ME%"eO&c@iE"i>^\5 V8hTjQBjLPKe Rd q0݉('0KfZ۞㊠^깥cAeI{ S3H<\RCs{=l45uoJ?`&:\&!pץj?ѧ CJ,/ Ikë4ږסgF<(`:-092έ9 Q&02;eQXnr4CL6S/޶ץәxI.̚\ XQ;2wYYS֗(oR!k:9^7QW14SR?6udI%7Y٣N_DQq>5B8b4Cd;3=&OP)%qH^P w^G-J 6H[owh0J"' 8Gۉ@$#`ő s| '?Lxk2Eiő$"yb 5dzL;Zsw4zvKmQ?0ǛE [序I P* 6N!,{CF#[HT,hN6o5s]-z.䀚 Uy+wa$ OLiȘdnxL_zi[sVKv|ޥMR?DC=ixeJP=:ykf~.7Tޑy M' x@W׍p 4, یF=`*p3@Ecd!Ӻĉ]I.E޺zCngOL [X4mC^t1j7KYtvq>8<DˬhJzSteU&'\oU >frH(`Uu5|8Φ#9T7gj>z(m3+@/c+RɁytg̸_hO̷u^HKɥ8H8–$j9;t!/rdR9[nu(NβIh]Y_zo:s1xzAD~N*4}CB$&Z7>`fOE~RSPֹZ̫2QO7na9^QUaijZPvfZ;|u*;qԋNÆ$$Ka :ݥ<,~f{(凖o3{\cC U,@8!k Lo&Y*qyۊ0 ٟLmvJ!YH:U2Ƹͭ djϷC]elS^^YD0dU,8*_Bͳ5jP0 ,=ʆӄXyuا(0P47ˌa 7]9e9q ~˄0.H^$^˨J$S݊Jw*g=V<4%xK{+'{&L'-Cg>#&Yzaԏ|X׬u6߶F"R4c3J6aXOT(e"ۨ'f_cFeFq:X15f ܰ GYD%,UmGpE(v-zB&[&rm4u^~q K^Y{lj\A! Nc"XN/h kB6P))U0c.