libmpg123-0-32bit-1.25.10-13.1<>,kZW/=„pf3J>Y-Cm ޘU[j9*\VEu PD=]{_ij(  GcU%۹!yD2)O%AXh}^{?~B6EQ:,?,d ! < $+<D H L T v T(89<:7>)G*H* I*X*Y*$\*@]*H^*kb*uc+,d+e+f+l+u+v+w,xx,y,Clibmpg123-0-32bit1.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).ZWlamb54=XopenSUSE Leap 42.3openSUSELGPL-2.1-onlyhttp://bugs.opensuse.orgSystem/Librarieshttp://www.mpg123.de/linuxx86_64/sbin/ldconfig=XZWZWa073077c9f374f409ab1ee50fda42fcdlibmpg123.so.0.44.8rootrootrootrootmpg123-1.25.10-13.1.src.rpmlibmpg123-0-32bitlibmpg123-0-32bit(x86-32)libmpg123.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)libc.so.6(GLIBC_2.7)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libm.so.6libm.so.6(GLIBC_2.0)libm.so.6(GLIBC_2.15)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./bin/sh1.25.10-13.11.25.10-13.1libmpg123.so.0libmpg123.so.0.44.8/usr/lib/-fomit-frame-pointer -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 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=77de5ac565399dbbc635928efcddbb7fca86a4f6, strippedPR R RRRRR RRRRRR R R?`]"k%dL{ K>˝Ld,\TH@uE'Zld{/5ζJq\3.Cav)5ZyJPCRYgBƪ6yC1{R:~,x>8_6>-M' 2ipm3`t¾g8xt/ӌ 23 n+k!&~L빃%2*ZO6[ ~)UmL;G%j#'_eX}>U*SJڕXMCEydózc|CzB&/1z'LNj O4WDP\~m^rJ~!JHbmA Y~-ZqN;v(hXF੪zA_KEf1̗T)vvHd* Z_+tL5G@;Hc>G;.BZKV?&c0<,Ig Ԧ, *4L.y(`[9N$"Vtv`ϵn#,a!R9Te6[LcƱ3hE$5u Kjc l /.Y%O`\7LMW bZ7'H3( )KS% meT)@:qJk(n~=FBe)uqB{46b4.43%#w9ű8l+JP7 8)O3utC^hg=|8$}ApuC/+׉?@&  yn℈=FFҴD¡HuE< M;UK4,!in Q=q ,gfXϢKB&lGj|h/`/&4,uv=9[ yRH F@bP^D운tFR#"o%#֤@֢2㯸ׂ=r8a~A>1FqY%`\?z|VD 0U;p ۵ic1@t&AnR1ߋzJEqCGs<C}ńVHR}&PqRHn-'^g+Eheur``N?mcMyq:*̷>E~ќOo@ZbQJL_H8'/4x > vnG>08ؒS+ʚxKlH eU*a0m}DDʊ}60; 7e{H>;1bm m7׽Q§#,qK@s2akoG.$In?1+@S!iTA(OQ[ ֍v t^Egn%[9"G,P ^~8~+y2 13 ڌ=VmdXEEO*iIʠe.+U(|bd:؉]&dh#g=Ί 捊$^GtZ;帀< ~Բ.)sAU}1(dUc`SvdO J*@ I$'b/F{M1zj2~`);L,r9#~V7k.x \¦ƬԕΚ*M -;$U#}Q VkKt ]:q!*82|>|e%*9uIƝT v-xѝBkuEoK}*=6g<ҋ0?4"*K:sMڎjc9?)ϞlCԊȴ)x/E* w;r貜ٙZs@8Vs6{&6dw~k2qE%+s¾$SN}AEZΧsq8JƷ6l-CF-SX;DQ| VLr/kGk gjSIMѨDmz4ڟK3])yA-q0K_CK8Ewbƞī)iV $[#DV?;XODOg۩M0^(_b*1zwSobB+I,ZK(j[GO)MIT*uxV4`t֌,.K#&:v87LfY2rn̢Mޗq\SrWaa({GmXZVl),|ޡl$7%= U7N (&@([.Y'y:#Q;5;/#‡֑xmUxFJ{~p` I8xPӟX/O 棵: ǐ9kw'C&<LXhyVb3aM6q? t z`3T HuWɓ) nr'ҼmToL,PȖD*o ?'bVaѡix6:& XҾPe\yN\\Da<Yټz`DvTMY*LOh/<ĉ7*l|3έA=%H>V F:*C/d۳h5eG;sFs $evh(c IYܪ#hDpp۟NZW؁uQaJd x2] rUa3E%Lf^Y }l6aLN ͳ)C8DQy_GCɠ&]Gd@;ziBsX Vf6`"ăo5) cS;(୪sB!baߊ2תY>^JMkJB -x7Dk?,yO_kI!-iLjkn?^Jljx/NmN֣*Ub~U5 ah.B@"}Fn'"u!(Iچ&6u'0{ L\?6I}Z XζTb <h1w־MXOp^N;Ȝ.- $Q8Ǯ {^|bLǍS 8c_P\m_}%ieÚdvGy!18<>|wxp0Γ7Hqr;goia!7GxΈH%VWG6z 2m;{a< Kl3ors iOֵF\}3nϲ>H9"w 9!KzLND%U`w{XҠxns8n8b:eBؼؙRaX Vn&`F19ipKKOf9`rnPUjXf#lJ?Hm\(Hfh`!Kd0kgy  s@+[l?de [D"nKlcTrpV61e!WZp@Tcwxd":8hA5\f_z.{A*6$[rWc˺*G(>pJ@7:22)G!呛Ĩ8 4B/EoݪF],E[a6\I>-8c[^J'6(R0jA#l$BӬ9(&P_"a=r_|67G췛̺$hNvEdNT!rs),þJl;bHsXNzg.$S'tn* 3:[(ՃҤ}%;[vV~\qŹYXKd\­0ФHlh(HZy $2N]zj#F[ʰw N\PE@c7/IKhC#2uu'. \>#X7.ޭJDLI71c*ŗZ]36F-яu~ PRtbn)vnRlb0.0 ୙w+DPe pQrH=\: O@s1qīdenEG#'cF'oagx7vǜz̓^g l"h.zY.6q2.!ʤ\NBEܩ#`FS&Fz;j2 ѩj ǬŀnE}OD)j]bQpȨ:bQ }K'a1 S9qh4|wN=l [XzrzXVUJgg";5"@@Y/x$ܺ^W/K$[$!佚zEhã9#Tڤ#c(q= :}S='V4G9Ľ2`ȄQjH|<J3&芙I(ktSDCu#;ATIXThc_9VfQpaD) XZ û 1ҾJǎ7 `[ T&SvG7hwf6V;qmPkRX'I>R>dE"JvYc H͔zύqpצNSKL#VLS2Svt#E>x˶/2h9de|}Cg1gD&~~8MGO;Pr(S<ӐQ*O1l%3r3lé;%W{MPIL%Za۱I\VˍD*<;NKM V*>HUcP֞n~wæ7|-Wq^R݁_+=} X{^_Lw%  IZDW}ev>H}F ^K:"9diui+`,{Kg Ջ;c9r%ͺTI%۰Jdܥ#*}xoIiMy`qp%#ҵ᠝niRq&U)I֣E W̝;7O^5) u.33gjf1d+஬m_ ڰ>k^d>@SVisIӷWe~h Re 8+|NVI3jϖFA7+⑮/5&X.J4k\=AZpa - ) ĉGJR9Rt'tתy2{l $RM/&] 9L*. WƉ4{/x v0H G%Vjˠ\ m"^ f}D3И ;Hٟ8m *P_[[x k;}Xm "O\3|s0XSƛ a~_n:MCf +&p"h7jJk_meep6 E| bȑZAws¤IEf]r-pz&P0 ě4ouU"]ZHZh1K}6NnlߚbTPYK!HPh/s*6Gz}3`oz8KjvYvl#GйQㄆcmQZPF:IV\(*A 0O58:4Criv\0wŀk ~9-QsWerh&V=ҥKH&v8W7QUOz^bDy_&ḑBI;FJrz(P"ז G60zp]ɸ<%9DG!,%%gtS^t"ļ*~'^ Ap l66wBFU:c`*ug4uHf .S`JYD$N YFn-a wN⮻yf#EWkY λ?ۜ_sP$tjl- ( LRҪx*$ 8P ! ! bH13rKFַshw#sAGtNB} 3oD/BJtUwűr~ɂlhKI(|R.1bTx *)Ij6͌E&Prkns~?1@ǭ7>x5ZW \n|T!#\/KjIXj? 0Yne?S:M< LnHhi#ȘkHNZK6zU4qqIlgv\깝# ͷC BR)*ZXe`SECid}R"S$ my3;^M5. !Jz)B:^(->G’tI1Mr[0 ؋\)l:*kjG>zyZd6 S-8^nR2[K}R 6[bBw90ioh3<}9q<;Gaѻk/P㭂{qE R+QzbGkca2Vd`R; ayVYuE+}Li9X?)׊tW1^;9 o|{6hf!qruCPcZ"bjb"{0 Cg<-ITko|u2C,bsSĔ(hvUzyUei T<RzJ杻PYA-hE@ToK98Q{a:#U dy?4FsrE:FC).Fm${qz+R][@6,~2.9PhT2B~ϞOCUR)5I QL0SpQRf]_s(tؕclkGWBf fyWnEOL$nbcet0 ``US->ʫ' 2Ʌd{!h¶ZfcoBXH;>sѭ*E:#]MX,!ΩRzţDd[W˦@s?VqW:qb̬* 3%R>\(&n UB4˓.pg:Ј9r){~6S^MϷWo.}*Ŝ9_:jNޭ<*a ML2< S.8AL;|@{IxӴHH9ݴvէ5|f~suPh3`_5f4ڈ|s G {*ob+ ДGסF6ffy|J2k,(S/v~,x'YolE~&;ED 6RP74|sJ\tW=!l5x?Q-AÄqi'mrp9vYR.Z%3\qMx]ݶOcʶAkn(fp)ͳM :Gh2r^]nF/>u-{nl,^Ǯ< G\31 hJǮh ֽC:C,P(`Pȸ.kɧԥ mk XFl? 1v/L4)JZyg;j>h&|MxgG̊oeu;+JOb4J 3NɄkva]jG\h6hY |ؼ($)K~-ʒټv)V78vAMiA?ơ x):@ Ĵc*M8"du.7zuqZ&M!)I$m-_Gk5HHQs+Ɨ92$x+OP4_mgUNl= `*ń3 lL@w EG<YF75giCF n|P>gdf9C\խ&8ZX%zy ^NbL^^kݚcɳzH'e_Dh`nMXf5dU&ɹb9 ;Li>`qН+56(yY^1qnDD;kFQ$ $țB(w&XQr)7wZ]}eWsKFró?G7]ε5y-.n/hR|&d+ %$@>`'2KPu b7 J2Ucx u y+$os˛lLurE2>> pY11pȓ3ϧ a%7d;w/MjNRU!?-y++܇1ۿgߙ?MYo%je8\3.%PHEt9\ ;'鳔59+tipCJ` wNZ9)B1d7ED&;>wlCXbVneDUX7 3t[yEc}6o.&74S>ƒBm,6J)G"7%t[7 Y&;-SNF^_ dz=ZÅDtM\8MWY\BʴG<ʫZ ap|ZĶTwhXlo՜b{JR EmF2\8f7ӫՅf]D>('Cߊvrwh-効_XƱW+hHטnzTࣔ7N/"`g;fՀ>(UN :$݊DW.RN$L_sNa. E{6[7fžPkŮ%,W.fԑpIQ\a79h]}peQtgN=n@o4>_[ves c 5$lSܭac}{AąwaPaU~%1\LNS͠+դéjnܾs_(/o<٧#䄀|؅| E )rͧ/;f1ŠTdwb}H`JLPg %RO:?h@[DR`G1osbk28U5]8F-})ޥ  ׂa\}1.4qb20 gupRk92ei&nYVM~.-BD$÷&+㖲}#y(*3[@ T}~gfCگR/|w"}A!S$~LnQ7W…jlSkoy,YC9%SFߛU"ς@[))\/!F."p|#eUV81j )`ۍ_[CwH,d/ƎC.>*ڿie,NB'HG0oʉ$]jt=;uSFd9` uH{_}#HD;bQn5+)bL|J+'3?KI6WC=v4$JExx)uPȴk_l@C 4k,S -zvҞTWtβAkL?" E/yV:\2n!nwae f0%FZc \|&5O4RrNYR\hdn6`EPxQO\YD׾_ujbG =S-R}9OgSo֕)y@qK[r 54n%"/J]L`jm>bJ,|!<(B{HE ,H s2=R_\!AP9|DB: tk&ܚQ'y6Qr jz4tXU}@Cɸ={ [9_Y2rXxgS!ІM T3oM+]TPJՌIWI|Co??輿f,)Mbh$ÿ>4[bdm}c5vA|r<40'RX\Ea*Mu; R.{w](pMZ/&t%RV.8'k]zKF5@_BVW30ЖF1~PjudEDOF%6s6MW*_myq7$67/qjy7]5ϊoB?.[6ұA;YnfB^ %u(G2?Jmfy6{.9ІAeK/ZITYS菀̑uVB X$f\']?p+=%F3+qZ(d2ZL{7 s1n֔?02Ǩo&(3  {x_*[7<&Nj WY_%Dt-43b\zuذ'cy~GY&̀]~E4紱U}_nO 800\ǚ#YO=K'8U#XӛK׫cÅ5:)Mt>)cZFU2 vARs08l@5ې?/d?DK`*^E4T\|v .~Hu7r+$%/'00w[, ,T^j2<69v :vq 98as) ek)L-SI_<Ιj ܨ,xh`YvKz)K>%X }~, 4 A9{b NHH_GJ`` iRI,l'[#<(sFLS<1>%Eꡋ,qz09~pibgJMϏW[)Lɂ+ꔀBorSW%>_ mf{7ԞSbNLa0oGNޖpu>m1,Sz/(=nz{.;xnwS !BӷkB<V"Y6xXS.Ko}XSCӟ0R うw9P' U+dE8a^K1g|8A\&H94U;ۓ 2<;\4˕u%g2t^][@O#hF| l,=o!Ӊ 3kW19(Vzb.67yL T;ƫ^*??$ )}ɄTiàCN )-W!4aǎ2([&Ƒu5aMƟͣ_Fa-RAym$?G:Fs.E&g6>= XIC-~}X{j_AH3>/s%c/`&QGXnEF(̟{p2`agO2gm5tm$߬h]7%.hѿ˛"Kq$>NCVg!-.1.;^a(Ηf0u$ vkP!vDa}(SvXsk tӺ4y@ #.y 4͏ _I`NGb6vJy[n15#hx^lJƨ.ŔYf Hafr[:j6ثpR+IQ^EKTv>.EIW CdW9E k8IT>rca_B=4ǻKjs#4mwNF,{}{M6来&}Cˠ/ d+iR~n1)z nbw}fx ;A;`Q⶙ L$\^)^I3$WFJ0:]R#zTv:mʛc݂pH(7_JRz]ȾRpf`uh>D#a##hɧO XeNbAs*OhlS;E%9AZ=[B~jH}CB_H> ~q2tYtl'16*ҞE(x`7pϯA<᭷BU+A)\ ]37SW3.=Eal^g;A6IJYM$ф07Ǐ|Vab n ٍ]|ϨD09)?R;ce$[GӾpȆFr_#][aP. AyRkGe -g8rW2o|L[5-֒f^/vX5cūBn~M]W}Hkbj̹Y,XdKb89q|lD1BܫǏrm PsXt?;_>*:ꈢC—-:l]=d9*Wͨ}$!U1i;#FlЄx3kױ/1AqOdf{=gq6 (uYuY.7w9(49)5{E.#؏3 Y<,~:N;P$ DJÕaƊi x Į[ |D])&qa:rBQ񘾟M5 a&׃6K `iK̽k#8i "Te5$TdzPuSе1xdw\x pFOQtIM/œSg QF\6Jy  &Pluj\ewׄج&RmI*E^< ٫J&YiJ 0Rbp ևjFd Ba/*}#Pkv-8[4),]XA%)Ѯ_ޤ؅_-)&'--3Ծm9f-tPzh #QYgahuSc{ .sJو=zi`(r_͎Y|-xROr 1*iYAx"&F4B;+b=~,"{~K4eWUbE/A\+J.@<7s\r+v !TQ>#jfr~͘%c@X-Q|Wɿ! V.46QBL&ϝL1%jb_\VTq`aD,pӍ뢾c=JBE[SO9Ζ'.Sj_/qa" J%0'Spң085ᆹd_C' C3CCiw1`Bu٘K~/O7pS!&Qfb]xɮ㐱l>䡥: AĬ^(KOЁKy;eeڞB\\[*DJm"F_!)76C]"E&^1YŜms+ rݴ1Ѹ 35Z"yOVm)#TUN<^j%r:=S(?V};oBt3Fe=G ]sy[bM=h2޷/z9㥊ɔ,QiGH^+eǟ"r9Ad5y4.л75X490[qT e Bo̩OZ2 "bd6ڇW^+9C6KT@ |]#p/z d^ذзk^[|lf?lu"Y:´#^+z֟g$k1hav9R<>(9l#RcF o;9b)$#GNB5IuOfZzuRܵa!-/h~ AAd- Uhl fC07!$QЊ+T6ͽA}&t7=1p( 9VJ@١GAE3r쭰Kn,M]}9fO$|8drGxM'BCm鈔3reV@#U_C>5O{~bmg;Z*>V$Cӟ]ܴxnȶsS: L!%XK,`j% [ @]/QAl(޸;HT Av`M]H^4`,`vnۻ} &\̎AJފF{ĒNr fͥM*F_҄bO7sBˤ `eWJow؛}VmgY9Zh`E]ж@:Yo iw.; "4SG:Z^!zك]očwVciϹAsAU^eh톌HTOq1m9RunE볯06k\,;l$" !Ȟ:3 Az\oh>, x H,+^#sp[|zt"d;.@9tE]R:˛S'E&pQUR$:{aQ,ھ~P žqg@cte5I8u\vʣjRRx9n jЅzǝeֹ}Pqt$.+<-4Mj׸Xa | zcl4X+>\-dץ^ZAJ]-ZPޜuu!QͭKo{.L4T[@[sϬ^"r *">MK 9] !x4y`,;IE|Ԕ[\.X|@ɆsɅt{& (D3r.@ 2$`uW֎z!՘zQcJR#gy}ş!q0=~z 3g4>߷/ʻk"=o!$exbO$ѵaޏA抹0CWe,RJi8 מ? Υ8cf fYg(rH iS-UA)Ӣ[ۿX -~{ډB{ RV=?B>%ZfSVi+%jb49`#-}\V%9*5:ݩⷰ=qp'^;SB ;I״k8y&ўB&X>Un_ EߧbA&@Osr'fG ^Tg<x,}f}9G>}OJAuFwwv}K1":IDPo,M6ƞ2)wkKfAaO. !iY~f=nd)"(m`0 CIq`!MFbl:5"]xd'=Q?ԵV}ע :]^A6SGKWPD;5K1b> z0Ħ@j{xĢ+IkE_+29=rvzmobo=!۹=w z9VXFǛ$A u\a gbI )M=& N薩sl 0=1۪iݜZv\8N1'c?J7r,Ҝa#P3C<,fSsk! &2<Hk&c czעb ̄ X "=PpEYEGF1ag%y݅)(9'#iNͬ*UCvv~rO7nH*xϥMJXB)=(O*pxj'\-y'Q4̄D0sɽ-]¢ZlND)14f @eoEaf:7y~oo$@)f *X3j %-*ڄ[']A'4JvpycY=Ӊc:Xbr:qDSouY0nTyTpWs44X1T D2b2</43Tw{B۞ DUS\FY + 0ĖEUY>οVcsj5l‡9^xOPKf`/'ғrj\=mvϳqy긆 3Z"G0_M_w ~rr TkS:qmࡧsqU?#𭻓=v@"O+&<9;Ռ1Q iią&<(3V_i{._3nʢ]C2f[bk\̦{OAzE!D!gXv#)FQٯFPJp~E3nz"J(ñ QyFtHS,\[z 8-gG aqŝ"+wy#_}|q dyV 2T 堓<@XMY;2lψ)$c^v9,}Q皆ձU|s 8㖔$ I'śzI蝓 %;P\m8^]]hXhkG#5kV"-CM0~^oQ;Gb]c]wR:LYY{c9=֞3 pt|6acP V=>I&}z49)"g.o?JOrEx# KY[#jC JC'~OKgn1.5P^Az%L :F nRE`,PLLR+3pZCeczlfzsmݩFN` =`kz$Oч5T UEFuqzjw#Sᯓ؉G(F-q+\pٸkFv^ud @|٤uxc1/_e G>c.l xi/aA[Z#VpEswVkJ74h:ҁ׋7X\G<;5&=H%Jg2UGStRO7YMrsu::NQ277`lY2Q^]۽Y22l PaaGR[`%8MVx-EɈ!I)*"2Rw(9s 4!3 &I-HiWd:`ã^h*`r?EǓ,[40d2sZIPr -at}yMk$oaG]X!vӄaibC/!~F`t|Kh]^aj35g6(73Ha5j)3ٶSy7ijig_|;{@=_4&"H{#gl*~ "zBݧH"x>wI MMk ҾOhO@=no'u߀lG{a~'f_CQ$'*mELzb gJI4$`aNUj錢M (}Xj~HAPԈI61 n@?X/V^wh~[k q_ D!$OWkkPM5;25%N}O u~O<~C[Ǧfj;/IBCMIW9=U۩y^b}t,*d<T Ynk ]7N@ĢśEl0PXʴi#懼ӹ 8.4BٴYU/7Gӄ zT-~Picwt(" Usqnt%07@k\v$OxWۮJ[tYsw[Rk*jVLssu4.d*oM(8>|U13<煦VgqQj~*x%9o3JqCPVGv\5W_o6zLB# po1jhy /ɍߊ]^'8G-E7 R$OrC.!&F]dG ykjM Ur Nhg81ߒ_:b5 }_0<'m$ jeG¾pV``/eϳ$ F\ ߕeOӯ\~ `p{^g1T#5]>J% A@YNw/Z8n(`lٿPvt/9g?1ts,qf=Kq=fjz5*zwܚ>aWbo( m"TD_9qY.ڷoSLR,ލn8=]{(YYT],\ x:Ziߦ!Qz31actFC˵I{kй?5L8°.7>q|쁞~EsH[2N*qλg,ky5"-+?]5I9ſ~Et1n] c`'-hK=]_-_gZ-mW?? tEhhazY=4zOnAC&Ӂ8_S hlF-F舃X_A?(G bFԪ eEo2v9pyރ33 RDDԶ'? !$^i9[qS ޿<9p5.g9HTMq~+D&M#z@vtuR [1W̗o%sDHNvLCg5Nr$QʖZzvoGq"eo C;o O= [){Jgi!.@ϛfpӬv!89ǰḿq?&%VY}޹*ǓX0{4`eR#4(we S׏$a aQlOYUZ>-:\ݔWehT/&C(:T4 \iC،F&żku:/Hu͋1f0ϛvl%NkqN!iA|lPܿV(x6Kъ̮4㋐YxY($=Qs<+" lYoC6B^^_FrZ:;*;/8<3tOX'kg))r#}. U{]FԸdՓwA_i+h?fCCR~M.?2:쪍J21"(1;~:udpr[^9,_p&./S20 {OX2J,ۛRL*eGhhL ,b&X8VKC/h=c$f998-/ywR~NvpDl)5X4|^ qH.`d/D:dAY7d2@2ydBJ= t><3}+SAu {ClW4?r[T1 LԺr)ע.klx#Q2BU$еG^ c8a$G xnI \/\Xq$%v}ֿwg|g$|MbBTEom׀8|pQݑEU6rʾryWGuOiݿ_K\7zGO> q\䳻 Ðz Hp}sѪް?d-+DdWsx @P/!c_"g6\o!j=#cui IHBjm-8`&;':k&rlAw&T.ZNݼcĔ?]:I{Q OW w&LFC &褞Ǘ% `=ǥsTqPP$\ GopЈ˞hN W'uN /Q!'\Z'0&&l6R胲%1JS`4Q)01 6ua@Hvғҍ6&˼FQPh*st*RKrֶX|Hs;RoFX5sbj?4ȷmRB].J@} #f0WG gt*(W[00r6q+\另sHNg8o $3OPt3fKikG qUKsQ\TfstZišw-!֫U\a*y-6[%CP7 NȄ@nj㫰^0Zt7]HIQ DNe ;}th+4m[zr702X&67=QA&p z"Y4M^K[nJOP;>;0Bcyb9C ZرtM~ޅ)vs lB J X_'ߕ/[ReZyi' yq}'Oz<=8k7B˛EMeg[Ts!&J#.?=uzL>GV Iwp%T6-(ق"o2 GPeTe#!9M7MpġLz