libout123-0-1.25.7-10.1>t  DH`pY֊ /=„}7 dx-q+@뻳gpr/p%8ⵝ Ek?!bxV⿾%<^?DDH4;t/Fhd{tk3Pnyr-Xwe"2aM?7x)q1xD+:EYm`c϶˰ĠmvѰ[:OdB_ryp<Ʀ%ʯ ueGI4pq/]Ѝ%7db4408def9547e4a153900ff3efd607ba35f401c~Y֊ /=„yN+uї ?ϰ u@?q:nx]vyC)AbN(+ EDɬ"R85?׻ 8(e4Rh=8z+p&Xd><)?)d  5 (1 J[qw     H |  (89$:>&@&F&G&H'I' X'Y'\'8]'@^'bb'nc'd(e(f(l(u(v(w)<x)Dy)L z)pClibout123-01.25.710.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.Y։lamb02popenSUSE Leap 42.3openSUSELGPL-2.1http://bugs.opensuse.orgSystem/Librarieshttp://www.mpg123.de/linuxx86_64pY։Y։3a61d11db2fabeff5665369a1ebb9834libout123.so.0.2.1rootrootrootrootmpg123-1.25.7-10.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@Y@YYu@Ym@YdYZ1YYYXӸXXX%aloisio@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.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/ldconfiglamb02 15072322521.25.7-10.11.25.7-10.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:7346/openSUSE_Leap_42.3_Update/580da4198c6ed7e9f19fddeae63e8590-mpg123.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=207f7a88b5021de0c724b84fd87b2695c8afd269, stripped PR RRRRRRRl预N8& ?@] cr$x#̢6o%~;2Ʈ/=G ` Q.0ܰи喗:ֲN\4f4ܱXN\=<˚l@[?~)l"Fⓒ,ڳUk '@4܇ &zrSsdb&_}ף%W-}3>5BS`>#F+XgQ޳ǻ+,s-A?a_Jsύēyx7H$+mϊ0G0 \HNGVH&"fėj<`LxdkCo; EEi%uGpNko|*!LcS߄jGWV߈: N)88R.4PmSmScݮ肭@4 2K}<Ԙ|枥g'kw9u=GEwOHê$;d _U<&MO.]UѰ,̙^H"dA ˆDӿHA;%78>HiasT< ]uƗw6&(FꉰK?{fKk+fUhT{)lvgSPj% cs ޤ:B sqƪhNa9yҝ f434Mqā]6`c+ 51՟Gخ̱mƨqaƌ*8 ʆЈCSIG cxg c8i_<')1HT5Os, vhb;BYZ2< Rոm} }Pj63j+@aI@\Euj;N ߿3'd|v*pg uȲm}nWc$Mz#}Wqg(k9%s17}\T5 l̛M-_yȏq71E:ͱ̡H!KhiL;Vu ` |P@=tf;φlXGahPiX&b黨ѥL8x%e,PWq.6ܭu7}/Q2^6 6v#D-4D MM P,5؀xB y_Dv{0a[1 H@>shS4q ܧv!M MptXzl*t=4i%71}9+.uM>*{[L,ҶDw3RpȑD]UрY R(^nr@^6D6OaWWicLj P|ȲڻS1C[Qz#;\F m]e$DD`$F*aGݶM|q4aRS xZe)*<̗>e)2д</u> ͉% T#@'e2zWҨ Ykz}IKٷXuf@D֫_n0DB"s# .=ب-Sq'|)%ќ]",kکԿ<{NwoK6yՂ-&U/Q_R'1>U$`GBИ܀1~nРwi+/_ce0cCUψ8w"T֖>>EGMb+`ώowJd'4G\wTv@sP~U (C_RM1H1w/_d~RVl5d͝|zeljB)Y&^I&y\;M'Chlf8gQ5`{Y4GQqSßrw$78GlɆ{rZ*QT:2B1F#򒂂Xhѫ;0m_?oA((>rw_L᱗s]L|}{BK=lfJ9l|4b+o]R=f f14cpT |S_Sd@ +vF.3YؠJ $Y WM r])auiwV6o@$*%qoj+\#?kz85#3wm*)V@&<,K&j)%ʢWMxVȟBl3eHK!oE0~/거vl=b~E̲d l"T_~Ahi$B$(R#E:$q:d ڧo$n'C|di02M ,o<:)xC 8kB\FY!)ful a:bq^kz`U'li1U޸_HGL9>pSl`V"pMhk ]P،D6Qs:MMs6R5}/Y9,q`j k34v<\(;uX\mZoyM15SxlPz h3XYFej1قdSBeeG֛3>IN-qF#SG0$(BoayV|ҭ'7<>"d!=nF'A15BJ3^J+𞁪뾹UҺ {[wKJX"^GE5C@hU\Ս<3ڈ<PB YJ]kC}@)@!9bMQrj\>)rْG ;['u/0X`nr)(YD$49MTO.a9G`z&˔>>[.Gdr‹H:ZM'/L53msVȁf^GafTPvPkg)n߾_\l(_xɲ0chq`u:ggv,5u e~ӛ\_PӴ۬ه~?)E~z>˞|6XRW[hg̻IN[%`sqqh%]U~ 97ΎboK5I,nU8[G@`'EN8Ce\BfؠWՀ  { HL;Xryrڹc{pV-2JE0X["Ԗ1ž%t`M&__hQ崣Z^JYu7w'/bƲuU]KF\\TD\vz=yo<- ;%O뒙MXT#dr`I ^7T?ܼ@nKƷ|lBޤ^Uo-?xFjr4rUkFQ=Av  wTȋ ?/2|6?Z[t7=8 sz=(ğs1Jix/El$_fGo^%c:鍏9G̜xf%B!b'w :_%*:2O*0L?!t?o L A=~-6GDxD5hm'dce6lKgѴεq9A و@8la/>q1MI}HYQ5<ak 1)Bэjtw+5aw :aYk#ʯhQ|TU=y<Za2$e(۷i<\d;];vL7Si]!+cǝS8G:tf2[5xUT(o Ԗ~$̎{bi"F`Mj %:wiT](^\[ 0h]| jNoZG/tYҦm1dvPd64eyxmdh2͒5|$/EPߚMBa :6t>i õ˔ WFrø$_s~h3xQ[ǧ-x̤m(^ߌpÁAT@(B=aC_<ٹlPY'nNyzBepo+/^<.H7 +" BX@@ =U\luV]F*/ AdA3~^&Y3$l"1t(E@ |hm),\,58 5d!=}&vyfl AUIlbadk 5_?i;m\-bFߞ[Du}r,6Y`RٺҲA^V3D8هagz]B1z 6Ń&0PaQӽ2@KkZQlP`WcUZiD`~f܏D9< d)M(z\>g@ ]w0 #U4Kg{[2S^+/&ܮ *rIٴ>8WMoK,N/a[]fE%qxN텳G|{<!t1ۛ_4 qOLӴӚS,;TWhi1(`O۪%*]#*ƽP ,2Ȟ(ݩ6GSk=EkuѰe Cm uWPHA3])sW7V6NVIC;|}u8e1I|)e.,Mi~;ۤ^'\xK7WL"pw0"nf{FyeT f*RbkL\)*vg1!cO9=rԏDi !;)6<,x*&Ō *[2@J5aa{= o fz, JL~-pV:%PP^WH_Ub!#e8 hKӼY9JEՕ? NخrPi- d1/,;(IZk9MX@}way|sjƊxIo]`.s*C].VV]UkatRTp/R[ko_YV)5epM98n{2j7ZVlA4;q$0#!nke=x83RZY!h->J>oA]z}p$vؘ&#3%`Ƒ)?sB۟_.buQȹ_b`yJ_ 6FgǸC”6YT M1Rp5Ucr|4]1yag'%z!'S4RcB=\Lbo9[Nk~9pL/eC3kVO(AL$Wڡ;0'mX xK5n8Lv I*M ]ދEz@ YY[* pUxɧgx?cҮRe:v7KsY Wt9 _A!hiuxl* fL-x`VCb;ݡ_*~/pfy"q5]~~0ib"\.A!}z3# *Y?aMD2ˆm5r\Ů'$MɏL,[FӠ>Uz:HxGN?¬b\$4M`L mQrv m\^߳1\~p}`%*Y|ӎ Ds+9.4Net@k ŒHC^̱oxN[`5b!ߕ:9<ƽ Bͺ4])Tπ 4Nd%bXLst;w-s;.Hk-Sؼej\cq#Ij(Zl5оt{춓ͽR';Q^/I^9O.|0b~;Gl^9>`؟@_?M;Gy0#i1Og&>^TMo#U%I$\QzH׻PW/ '3ܳ1q8]6jT DsӰ,M1TWsHyP JTp:45oUyT_~/B{ q0aoϊTaN᳎>FnYB:"+McCvr~¿PX E v-YXs 9Gl@ jۨ+U b /ZUlO8ˉOr/{ \&c=8łJt"d1NF= =o/#HjQ{hJ\}ŏ߮|LL#,Fn#@xMzGiE2,t(|⳿Kκ0cpRҙrU}g-Nʢ^@C䡳#]KBC q1S4dXb n 8oɷ;L# :]ZxevOs;:>R'+V69x8 yg٢@]nM_3284 9AL OsThcs2 b+ mwW[}}.Z2K\gpckseTB= K?pA3;:-nxj⋏uR\QXvΜJQ|\ ooaG0YN.R>%8cm5Ry|I Nax݃,lKv`.LLۓ)VD0C[ )? *${˻\ 3N.Kb1>w(;*%1CЧafsFΐ529W^^W鉶ɩNCaV#_>/{[gAtk"2JLI=uXD7PvUe:323H(ACF-]a{xT.I~,7y V);?V8}uԮOG1ef:t'+-9xo&RGXoYKi=\h !xCڒ2R:m Ȑn:&wz 54lsGq!=RBYs)sC|˒xQp ܸ,]TO*L!آ6Y{I#[H3\3ќJ(cllMM<#5Q0uj4kB@|O_.({2 εx!lJOդR5|aXCGs*ۈkǞ_y6rlcNE 9eaG 9~2{a|\5?7pXSQʂBRgli+0h+Oݸ+fQi(P4űm b0[àGfq{e@1z󊲃{RuЬJ<_Ԡc\(nyy (iZUףiR4|E)h7BkYg?@Ǜ>J[4ːLpH*Ixap7-FLOf9"<ʰ5Ќibu=Bˍ
    WssF6‚EPoIGN 0L|̨y@Yvs?EYN>S4M2$2>^M#La]Hܲ onb7 =L[QN15!LGF=N\gX;/[ޓv)@ aWy3[pӣ7~gZ/J@p!`~-hɲF<:eGdu?œ!ARތзJlc} 2~`Q|edLɀ5g}Y2.k"`iy^0nGa:ME"}8}.)ǩn6 #v@q+WY[_nvTaŸyU$,UP5q(6N 8& ㅾMoล-Eb` n EW#6pa%3TpYi>܈:ʂUT'~WNQuE~ʍBPz1PqZ$ FIoMC/z0}&u\(_TC CNsPlX1* v#XyO]PIl?3ɿG?Bq|9򚧿΋k\/ȜYDJչ"(^ =7K|{w*AXTudA_׏fDJ xEpb\p~x"QI_1~t%nƜNX".|g5}e72h$ 9̹/ĥR/69ec|=J[%^K %_Os&&V[?Zb)ӒΡԪxީ䕈;:M~vUTu a`] Η$b4XtŤ%}2܏G@[P!bR p*~s^T_R \=JMpKWm"R$>GlČL\&a3>0hY:hLO #pFk\CmG}/o"*䕢ך8jt4G53P#}tr%pkw.ԑzwxY^^o? T8{C3zD!c' J2FJ-ěw#=5vI)ʷO!hxV$R*z Rq7s5"C0د H2BMRYo -<BK7{JN/W=צB1[_̢½ꦟ 9ZtjU#ԇv_!rR6Fxr$t"ȘtCg(}%O݂zo/YAp7J%$ >Fs&kƸ6QClj/a֚k*ĜXJ#Ϩ(.+"6Wu=`jI9\[uq.qiQ3Gu6 b7- ,zO9 /!u6xFn n*cAՠtyK%ε%8ƃ'ƩYga4}1M!rcDw 6Y}4~r%Y ko%)tP%7kƓ 2Tki)Bɬ5b5DkoB)6* AUj%#þAc/gQuӦGѥ*S1fgGAg`ր?)t(WXi 5ic]p/| j:K앶JPkjÔ+ta'Kmv:wmcҭ5z1]({lNQ#,`> >QSA" ]jKu?~LQJ|5\*WT'lQb %[ݴ~+('=8ݢI3{(&wpLJ~33;wwvN% } ܤmR-.i2ѾY.d`Fo:1?;y{*wҊR&7P3F(YgU/& 4ҷ{z3ZQcٞgt $GWӣ"'o7n[8SE -'دXxU/'!,?FZ.)oxH"{J~O*EE&u_C/yLɞL2NnD*1ȑ;؁4J%my\ݔc邺Լ u$ il88@lXenj_#xЅ#-aa0l~W  cpo-X35@ʽ*, ޤ(&LQd@:4.3S:l̘=;)"&}7#Q #*VGH2oe_i0 3|4+~ai0)ث^aa?\coe2bz dȱd&k}YNw{+^l4 cMn1p#M .]]MO-KT[2:. o=X~r$.RA9 gEfKc$G98N Fez`xL;H="7{s@8D* V 8$rc)''l3F Ж6|--ɰڈ/-Q֦ui!, #y5̃(Q6`"tꭋf>E]-&xUp%edrqLul3%N*(]/҃qkRўgx'h$nI^!b:oœ-n1'Be25O⬞'] ۲e,~_ (;MmdDqT^^!\h.ugm諩 [Uf=aTpD|K5I-!4}O91IbO=;X}3.= 0D|NW쏔ZHJŒX ]݁Tj-m?؝>@1D5)hP‰voD5%ԥ9"yJYd^16~vioQiR (-}BZ'%p.u* iVNYA?z+ߪ2xeE3+ysz[vr1^'_F N$V cMP Wd}`E{ (:,$hqZL-0cb$S~[ס݁˱TB=D/!] P7& B"_n&&2+/Vt)M>ADDZU$R-ʁa^i0ɡo?'t##@Ia.fkѧZqrtf#dy9;=A6nM?Cم϶3hc^ʡhX.!I0" ڣF&nz AW՚gS[=}jEk G1 ڢ9XJ!!T| MH ކfIubʚGY&u~꒜!Hܒ5і3Gj;PVTPهdNo0@4.Nߨ nc( 8GMHQSE#Z=`4ϏZF~xF֒Qm<\WKXӿdTvc<9]0  Z1E.(ڰhyǧ [:Y?tb?pvvt߆ N+u*r1&D?K;hKcA j[%@9afy-MŇěhCT>r&gm64$ZYi V &E3 hU`txF>A r3ޞ\VM(&tY`S^0ͯjvXԛXr@o>xY,s0ů~ 9 0@u* <m?x0Ƚ=[gٮ1Sd+,my$G_oi/#6PڧEl$-l}78hWhhquˬI?Dq`'lP %534`wi/70% οreFҬԬd1e>R'ɣ:"OÓ%V *%Tn gPȌ(oTrf*TnpܤW~N_ђ|_+YmIpP~;yT*kVFg^ S '2?(ErkorI˓EhPhd2Y}J.{K'&fLn|c\i:F_E\*'!TWM][($*a0 Бs9mMe~G}ʇb+fʭIT0X^Z H(H.V2M*ִ&>]'@` T I޽{yOYr{ٛ2#_dLeٯ8=j\F*_I)0=eDBjڿkΦhNY9"\g,Y : jmO1?W̋|4e Onkd-mױ\xLgoی-?]ʷyfa- im=^,0_5L mc[Pr3/GIAY3 _Likȑ`}HD (tyg Hܰh>{=U ܕ2VL֛5Z08Cqn?|~_ af9r5v,qr)>C&N| -8cGt4:0IzgHiI ɖIglwc RqrQy_N_gw»<Jfmqڔ+F"VwL?ri^;ZayM . kk#6\qRFP$NkWLbRhFt"PӰ$OjnnC2!{dsJ_]7wIʑ*i/ա%"TfI y zFd>9i=E߃# GpG~=)f3=y?LBYs8۠A$(S+ՈNl?A[(y9˥Y<#lhoOdie)2uFآ)`H~%rJxc?J/ @&jXh\ۈH6ݣ˽t4j do%!