libout123-0-32bit-1.25.7-10.1>t  DH`pY֊/=„\kWf.%p)xGLm=nAӊTG%c`C^gllckno< cgxsna71 D#XA('j#Z܃⢽ˤD=\O/!Zr]nd$mPۺOFֈksR=4LV/94nyw,4j2c428a2be60ebaee96e7575c38eafc6a0c4c0a92}WY֊/=„/=~KSNB>g'O _ժ]Kfp.|s4CPcy`2w"liq0{JW9E,2BwTT2vhEq'YA9LWٍ7%V}Nfn.E.q3<*7GdR.1_))X[Qp 7A?W'7aWf9v)cdSTD,pW@Y al#G=n^+rl3CqȰP>:)?)|d  ;'09 Rcy      (d(894:>&G&H&I&X&Y'\' ]'(^'Jb'Tc'd(e(f(l(u(v(w)<x)Dy)L Clibout123-0-32bit1.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֊lamb55֬openSUSE Leap 42.3openSUSELGPL-2.1http://bugs.opensuse.orgSystem/Librarieshttp://www.mpg123.de/linuxx86_64/sbin/ldconfig֬Y֊Y֊ab237ea7be6f22f65e444e7637ae60e4libout123.so.0.2.1rootrootrootrootmpg123-1.25.7-10.1.src.rpmlibout123-0-32bitlibout123-0-32bit(x86-32)libout123.so.0@@@@@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)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./bin/sh1.25.7-10.11.25.7-10.1libout123.so.0libout123.so.0.2.1/usr/lib/-fomit-frame-pointer -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 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=807297094671269b424e00a962c8d77816cd5fbf, stripped PR R RRRRRRRR R?`] cr$x#̢6zɍPr!$Z E70i 8TKGeMvǛ@XTԞ}Xt w5)q'_f`|z/m&`*vF0'hzpǷ%&bG8TeQUؑ,} ^NWVk$G?0 3@A 4Tg#>sPDKZ#<&EKY*Gl mGPm~Όȶ)E(?a-۠梐BPQra5q[*\ .:v%_;De 6y$b؜^%e5}(3m\kSS,Uc?7Z8g,*T}z؃2?AD+S_?ܟ 1f gWM֞үa@ͭE#:$+sI)=@!s֍q1cJP€>Ţ&ּG5Dz[0HiBTcw=hQ}H{c _ hR{3.Eurp5êPk])x]#8p+H-.M@QVEen {Pj-.8?#3-G)g埾pהLA74RXz35]<`87 j3n}7ɨ]ֆ6jWӵ oEr>b\H̜zʆTI/d6!wb. uЪD9z~ط%u?N* :ش?Y["z1,v"H x{%Hysk@4׈=Ϟ׋~̶p_>q>gah ⰳZ!FoP}/P峲Im2HuD>ZI{A/b=v}@@b|(J:y:7f\6 L'%~KZ~݂7}B9 jH+cNzlD'P$_{8On*O$߷%ƍ^&8IZPv7"6rԣKwv6C /{pR&khy|CF#[F9f{e8g[iLq='L%So!F]jIdp;CRr1<~O #$3mm]Ta dkʼAc#C':8g|29mlk@0I|0odݘUdd~ߗv(ir| o _k,P|BY%Jl/dOk(` : D TlRϺXg>R1$4lvvᡞ˛7;g.Ȅ8KIU mf;OG؝ˤ``:H>dn Y9 [|V)RE4~+} Fs! Y|6z.\F&wdw[L7]tjl:.o+OOae2,VK ۶rpTpv&ݤo*Y0AJÊTBeHo`rXuz.L= Ԣ%:|SLAvwO$Ƌ%"WIy`Ci ]b) ੌCRP\t!s@}o `]k[5tۼ͘ɗ :`@]zQ "cϏ[e2N]676bg$Yئ47 3Eg.6 [>\g{YoEgk 3w\EW 5I.$ݯTp!^5$3oMw .cƅK;yb< "XNMQ'GM$p٬a9]ȏ!QFwĨkuO{fĵ>J촛(!L 7N6j&ɼvQK>kpw ~Q-\]TojXui,g`敩j50Ys4ē*Tջ 5$wP HLˀZ+2MhÉxM{~jۅ?Lyġ;&먝t{U7u\K&ua 8ISR\gU .^[ē_BcܴE0G^F:B41EmdG&S E 8(jq:zY`\o+71\f.USWDo]uzlG(-^azUcNKe<ENɓnj`NpYE@Jm2]œ=639*ПRҹ H,1^&an7 "I5hFGM_SҼ кa2.)s؍waqt JHvn2paOȥY8 xEk{x7#M 9@v ;&QF]%#Q)h%N5&/\#Rҏ~9L*c38C,dz7O0{Qu糋Sч->% $jH!A!s;?nʵr{R.3VMsXLe /BV39`~L]˰w5dUlvryX\TH)Zj"/n>ki[M}F!#Pb,+EݝZP<{cw#0?Njpf~j?pjxR XFF.o`:b?Nmv_ /z:b rw#|3\OE%EyVUNP窜 *nC,aa+Kufk)7Դ%EvLoL #GNF,|)%@/&g 8oŢ>Z x;c,dj0}'V~9 a(>M `<'B_yrǚum5'7G m}q>xeIɛ \#AQSX%ATQ=kޙ:)aס^MEeG&/J&n:G+jL@PѵOgX̨B2mfEfrL.Kp(ZH )C^t jbDTA$>D&R-H#ޯb^ EgC/Wvlrt y虘UXi;GiiEzsCG#Qڤ¤@(4*\pmeUxc]VRX dϴ b9/v=XT:-Ѳh߫5'ކX*u( B#*/"b.@`mu#]q6VveyFjeCu+-/,:pU#5;a89˪Eq1 eiDKT\s % %Q -oXg('rv^F(ICM׉EiuK )ڠ T@]5Na[Uyk-S\nNϥH~ٵ6I;}d)tU7YY^eS;@M?4q0Y^p֫a1lL Te9FYƋXO|W#lso ذ^ DeZS U2&X8Ek?᎖WQ%qbr\{¡  rޙ!m@/9T),:'juU ]oa) $[ џL:7Ӧ>ȳ.A'U<˪H*ȝhn0bb dCQQ9B._vv?;V9gXkPT2YG+NYKX֐n XV̼ Ub0k=z?Z #%ǔ_.'vާ;'tcR`*T[ Px|f;;Цq;J3T;BY5ef GK Gç8䭔۷}A1hD$A_>x.р$_bYm -=Kd$ 3 .1vzD=ɓHTm[yD> n4b*) N` (&]LQmGfdVmBwʀeXY;%H? +}; (@[MPDѣ$j՞BZ9n=; YCW1!y~06"Du̜k\V._¤eX@b+/fW x9٬Ng+k*zvFNv{TXyHGNdw->AbaoK+3i/Ai> ^u񁻀_Y<v<ʖ3bFxEjGP_J QQw:?p16r'x^̪HQ62.(Mx0]:*Z5!3y&eIR)t9=%d:O"a|M%CȉSZCBRyykR3S6/qpP-ygl&.8nL絈=yֶ`4O J~No_C#O8a d>kAyW1W |1l;|՗oCaJZ oó;)!(yNq$'>]B>qa+tf ,h$Pt]֦;X}^ʝ4yw [b$}^j SK"mt2MhtVŰb0:!O`9}YH]2;hvì|etZ $fHf $bϯ"e"(o`CnRK_`"""eYg#DxUu%ِbB*<'ï Y=vB')@V-h L2Cf~4JT^1fBG(,9!b;$ E7aDVftCujJ:l&ko^q7%:<ڄyen\(I aEYWi V`I[Вpn|1V*QL7H~j'& 7 +Z֌Rh3S-g8v^1.Dˡڼ kO&h\EtM!` 2 tC`޸?RvnA6|Wtz2M?Zp] -x%9(#n\eq3e`Wؐ$e=+;lx7K>PfmF&7ZY$I mV:2 !2"ȭP*KR}-)u3q~ӡА D9טMW3;]`QWruMV㼽60p<a$^7>aJZƲ 鿱! lZ ?t'|,#tI !X KƝOjevs+ɋkOG8l5U=B;ߓ)s QTMh 09j֔Ou{z~'E"j>l_?Ӽ"ň̴9]GϘzKBvʨ"6&eq:[ݠ큌"޷OxN/cmƺ[zspl^)i}jLc70ߕڏW)mȂfwng0>ᨦM'\}RaV.I/`SUB#?}JeP oOAѽ:<2LkhοT+H.'I,͗T(xp4sόogs25 L< ;Wg>XKc5Z|re"ЉN2NG[ ۭ*DEQ EZ`0ZUl {MCcqƪhYqٍj8M|0@{ ؽ:HG#aH\୲և8CsFj^Qv`}p%ڡO.ў8nIy_~VU,1Ck):h5r^I I7M5JK;0Pvɠ>Z͙wVnS˯S#Xb~p@qj&0 +O8pdۀ>ʮpD">LXH*ܷ),,Eݶxg[Uӛu$WNUC9h^_5WZZ$Ė<Fv2 ґ)&@+0j8'Cƞ_#d~kQJ7"P$yXǸ&?J @[ċBf6XV0ɲ,[ˬ"j~Eķ.xRCc+a4dy'L+XL+M0(a ߦe[P \8**3< ۂ'7ysS!wX)ҼlO^!<Uvih;IcCk!RO.D9,|'lɂ=m0j(L0#(w\#xN(>=s~ɑ29W! 黈es&g#tD"m4Vtt#}= )yt;…+JPggi W0`>"ȗrcPuPgI\ ]=KqJqߌp}BUa}B#JY(RUWY[|6٥{Q,돡rDXf6okŁ(6)>TyecgRR5fŅsFTIJr.E~<y{huq 5Ǜd WqcDIzZ\sU.F jЀ閲ϙ]Q#UWin JpcbLr0YY`bߨIO⧜.wxW"Rbz;<\v%'$trip˰NOP;M[|)_`ֆ?<;;;CN$cY$2Bהu4YwDԉ5܉]npj ip77TIa"<-*Zs}y5Kυg-i) i|F1I]nTyf?B,qJrͨdi 0- g8 s^H pڈf= z'+gO0Β #ZS͸8mי UTAK)әP9gJ3糵sq(cga!]9arpOe,Iz{ I+PYDqG p&J :g^' MJcSSyr^A{R;X\68>ܑebCJPl#9%4\ \K=N<zI7 eWφk"BeM+Ͷ]a$nCM>򀦲 &(gx#m23: p*LJ/(zgːSj-kwP9: UcAN&ލ̓q |O;5-c0̈-Q\qǣ58,V_Lq4c\e1w-ZenNK7ȹQL_@D%[ldUF]viXاd<fV}9M2lh+`Y`/scArs8gYTųp|t\ݐk970rZ{s&bڞT{]={rd /Q_Mu-Y)`,3S%:yL!nmY,"Gƹ$60Z rF dx(ɍ`/s6)RYV1R R"ֽ rӋ4pL$ fȌRC#D7R^[L_evZzg3F\5F> d&ܛ9:|C#925VZȏ30wc3?Y '`_y|QqșSGa2EEژQRtR)ڒ\ڣJ1?zpak*@gzZ[&*̟k K+NǴڄKZ1L-Zd\mʜ/V/蘀:-E$am;c2u0Y&\55UyAPz\;+>K^Pi,#"h]4I$M :!_3kVp|J5Ͳ Lv\=i,1JĚ,4"WuI5#2UR [\jA~6>3 #rz@3jG\^"yul{ $\ z$ɱ'& o7,4+PA BK !q64#$B`;\R1wLrj@;Q{T@#|1FFxqྗFNu濷m`& 9 "ɽ^ig*ҎȕsE0zN*DL]W[2wV#Jwc!4P R^L:?:E<_rIߜ$Ntz`gvj&` 2 m\%*6W.@hX.)_Rg;Bcr5uQPPR9eO#cF`Bt "Q>S*]eAQÓgc;F"EmHAJ3/,"L4JG'n 2Auo;\PS*0x ^rH]i*#{ehECC]&.}DQ.V]=5̴)csǀ>(˳#g,glb'=Jc,c[ӱT}xF/U?:Y(k_E1-4wϱ{\5>6Pʯ>j^~ɮIkgy 3=0M2'UVb`w@>;mxρ(eJzӣ͌PeELxk5;ZSU˗&$S3-b݉U[bI.ԕ"ZM.Yu2KsV :!4)Yg.Oekѣ/iR6)Ŀ.Vj0#BST9S{!(M^֪;b5W e ·ҽHsTG1J19j) ~ 'jP_=iۄn~Hv*fIcIe/I65i(]al`~Yї}dΒi}{dDFd|"<V,WwB٠G+y݁yDnTy1Xvcq $O詸/q'~)\Rᜟ΍4yя%ϧ|LC}m?lRۦ5r ->7\ZjB`?^YyrFG=J ճqAKеu>C71m'9oB`خ;uLSAt2uOtNJzͨ;É_g?ڞnn˘Z2My/'I9 w_ fb7/2FW$Qm&$"}y@RVسbԌP@P}ri95f4.L';8Fz% * o, Zq? %LKobOP^6 d5W%p//"DdE0SEn-"h:c ;Ꙗ-]9eӌ0фoȚ/{)Z13ֽ# ]X},$4uTeO.jUNKޜ+DԓǵxPA8Cs^[-D*ODQΨn=G v\V$"@\gUXA;2(Uk):,-R8LkZd[ͤE(>i2(Ą_]|S%{;G04.? ЉcD5] yd_| XK 󓼏QI2a?hN'GK]]=E^dH6qHրķUl}%l^#n "ozr݋ ۳SHphp<'mgکy oӴ81\ 6ehG%1YG?N8漸LCFgk\ۿ:W6cKb KE]Xu9piL!Z0`bc x/ N@fBx:QnLct̟^n.UMj<9q*A5ߢ־yAr;zLk8q2MP{ű^LҚ}5X`H ]wv-%R@3M+x|35)QF~n((6ra壒y(u3xUH 6*~sI{r =Kt?b+WRsBayMit ,QxΉHOXU5Z0+3\kQ<*LMαM߆#q21)vu p_r-a.3vUMTvNRiFsNm  6P#@I8Su\7 ff1x̔ i1L #ɀv*Z aFZB-䕰~d^ȓ`3u^1Xl2_3鹟T3>:L~ 9۰坰HDVb 1aGxChJ}4|ffbm*01Eɷ* 7W%BSG.6:"Px64$ -TuȻ+#! je/(&VlQҸ1~;ϚS2,2`@ӓI3GgB9KEP"?uL,>AZ>^E '3 U;p=5IEm "&`mU ҭ5bSPj<GޡE59h;; )˽LH[y8{;@Spr ٔb.Wi?Eud/e0yM#ɺ=W3y[-u bbG`J, 42@0髐c)/~:f )Oj, x K*#|5Sd]# !3jp{ET6<,b@[ =elž!L5¸ {٤?!_wJ,衛\v D/FjL̃GWɐk`Bw6k ~e&҂d)y"iw#5ӕGb׻=9mkj"q4h[Np$^MDց19k۞R$lVɆ7SdɚG=]JodinrOzR|}++V{&|C鄖äf?]H z!1MTGa]N5ܧe[`/Ɓ7;r- B&O@ l}'g2\N&Jw*58 ,{]xNIdU-&V$Z5t%d4'Z!ὶ42~S]flH KS$Vz!O܍zw$_\$[bLHEM6Gߛ\I2]x T$`lQ*F?s-wr\2U1%DuTWVppAN 4{yKڌx5]Pxn o [lcݹ/YoIr^MnsK5+j-|ZD%Z?mqKN QPg?o  g(B8&EAjTWf:jYcXX;{Ej_r,K8RwhG[h-,9 ZzڈDϢ[\R&Zw,װ =x? upJDo EɁeU?|iOm}7@75 .Ô2[V;qJ\}$.P{-~ &zOPb^/X1 %l^9heI&:,}zR"W0f: &i:$i/ґd sFKtix91pϩ׎pV C&NðBdȷP3>ph=2T?_678X~]J _jsl$1em(!e z>c)c!s_SQ0 "H,V (H+)#QJ+JrJz%ĐY@`ka J'93[;`x47#mMGZ$ ? 4xb h  "Z~wB/><?YR({SznWh*B5&VAS&yF_ g?}[ 4kiܱrѦP*\'J]kǶ ՖyFxΤ}M$h!.^wAu]^8Z(g^%?[!Q"e[@q"3`Ws'8+?^FM'dzgq "q#FvK|zyr1Jb=)[n{ۈT>3Dфd^pz_B5(3 2eŚ ZIJq@n/\GOEYyY{0VHM&雺ə`4ttS$W=KӨ 2`:E/x>*Xѡ5 L׍$XnjFnWMU=,4 $IA%v *䇘f Ow?X4,Q5w$a|1Ym:nѢpߖú~6'bu{y4ğ!Z'B -lK- :,+‹^oO] >0X,^6]EqAxrqn8}6[%p#,n.V+ࠄ I:Vu?Pv fFp\NWLaQZ4?Ż!o'؋Kj!StlE Ph|20gKdyV>WZkN~BX#*N+ĂNx(c8޶ͅGgDale^wb$ͅms T%A+ eeZk#/|E8 Iރ2#e!>!X]Vj"K>$x\AcgݞSy҅~Z~։+ U"XdY+'cè zWp0͸T סRBQE.6gR!`Eݐ6 2n)5VBJn`ZVhBs8³m8|cO-"j#B1`T< ;mNqknv Olﺨ[L3 7QdK{` S(db"wSA'8UbQHH]86Whe=KX| B=;"S[Y8=Ɵoh8;pUmJiMP.eĐi`A֥O~2ƈ/@'QJ.@_I'%جYqޜmˎ"E2`CXjPP^_؍e*t<ς/޺7w`\z6BZ٢-Rk$.R{s