libevent-2_0-5-2.0.21-10.1<>,Zh7/=„E2DEf䧀L4"cLa" z ql{Df 3CW>$rqpioȽw4$2p&ǥ.z/U夏"F(TC5yO˪tk(\-@^IjB5XUjFnDudgQg耣Z@n6i$jCU^JO*'_0]6ݞ\=5"jVӪrjrG >[5>?8?8d  ;$1 J[pv   4 c 4$D E( k8 t 9 : >0F@0UB0dF0mG0H0I0X1Y1(Z1L[1P\1X]1^2b3c3d4Me4Rf4Wl4Yu4lv4 w7x7y8 -z8Clibevent-2_0-52.0.2110.1An event notification libraryThe libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. Currently, libevent supports /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4). Libevent additionally provides a sophisticated framework for buffered network IO, with support for sockets, filters, rate-limiting, SSL, zero-copy file transmission, and IOCP. Libevent includes support for several useful protocols, including DNS, HTTP, and a minimal RPC framework. This package holds the shared libraries for libevent.Zh7build83 openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://libevent.org/linuxx86_64uppZ(X fA큤Zh6Zh6Zh6Zh6Zh6Zh6Zh6Zh6Zh6Zh6Zh7PWO5jPIO5jeb03e7baddbbc17ca95048b68ec3722f27290a40b36f9c46e28949792af2165c5ee2e96397580f08c7325c23d4edf9a12cdec34b75519da7c0b247d7748afa4539e0ecac95a06496a5ef1694488581748b9a2897c2ccadcdc2230a3e5357853145c5316ff684bcfe2f9f86d8b127955955c73d293a5c556babdb16db3af9efbba7ef7cdc3001a930be12b27d2392550alibevent-2.0.so.5.1.9libevent_core-2.0.so.5.1.9libevent_extra-2.0.so.5.1.9libevent_openssl-2.0.so.5.1.9libevent_pthreads-2.0.so.5.1.9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibevent-2.0.21-10.1.src.rpmlibeventlibevent-2.0.so.5()(64bit)libevent-2_0-5libevent-2_0-5(x86-64)libevent_core-2.0.so.5()(64bit)libevent_extra-2.0.so.5()(64bit)libevent_openssl-2.0.so.5()(64bit)libevent_pthreads-2.0.so.5()(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.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.0.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libssl.so.1.0.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2ZX@T @Q@P*Pw@O))@N98@M@M=LT@J2@Ju@I?@kbabioch@suse.commeissner@suse.comi@marguerite.suandreas.stieger@gmx.decrrodriguez@opensuse.orgjengelh@medozas.defriseer@gmx.dedimstar@opensuse.orgdimstar@opensuse.orgalexandre@exatati.com.brcrrodriguez@opensuse.orgmeissner@suse.demeissner@suse.de- libevent-CVE-2016-10195.patch: DNS remote stack overread vulnerability (bnc#1022917 CVE-2016-10195) - libevent-CVE-2016-10196.patch: stack/buffer overflow in evutil_parse_sockaddr_port() (bnc#1022918 CVE-2016-10196) - libevent-CVE-2016-10197.patch: out-of-bounds read in search_make_new() (bnc#1022919 CVE-2016-10197)- libevent-CVE-2014-6272.patch: fixed buffer overflows in buffer methods (bnc#897243 CVE-2014-6272)- update to 2.0.21 * see ChangeLog for details.- update to 2.0.20 * core: Make event_pending() threadsafe * evhttp: Fix a memory leak on error in evhttp_uriencode * evbuffer: Avoid possible needless call to writev * evdns: memset sockaddr_in before using it * evhttp: Check more setsockopt return values when binding sockets * evdns: Avoid segfault on weird timeout during name lookup * bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks- Libevent 2.0.19 * Fix periodic timeout behavior when time jumps forwar * Avoid certain priority inversions * More evdns improvements * lots of other bugfixes, see NEWS for details. - Provide openssl support.- Remove redundant tags/sections per specfile guideline suggestions - Use "pkgconfig" BR so that the package also works on Redhats.- spec mods o libsoname macro o name macro - added baselibs.conf - rpmlint o fix self obsoletes- Drop autoreconf call from build section. We do not carry any patches at this time.- Update to version 2.0.10: + Bugfixes: - Minor fix for IOCP shutdown handling fix - Correctly notify the main thread when activating an event from a subthread - Reject overlong http requests early when Expect:100-continue is set - EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings with -DNDEBUG. + Code cleanups: - bufferevent-internal.h: Use the new event2/util.h header, not evutil.h - Use relative includes instead of system includes consistently - Make whitespace more consistent - For all changes between 1.4.14 and 2.0.10, see ChangeLog. - BuildRequire pkg-config, for proper pkgconfig() provides. - Change library soname to libevent-2_0-5- Spec file cleaned with spec-cleaner; - Changes in 1.4.14b-stable o Set the VERSION_INFO correctly for 1.4.14 - Changes in 1.4.14-stable o Add a .gitignore file for the 1.4 branch. (d014edb) o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott) o Make the evbuffer_readln backport follow the current API (c545485) o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern) o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones) o Correct all versions in 1.4 branch (ac0d213) o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich) o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich) o Correct a debug message in evhttp_parse_request_line (35df59e) o Merge branch 'readln-backport' into patches-1.4 (8771d5b) o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) o Re-add event_siglcb; some old code _was_ still using it. :( (bd03d06) o Make Libevent 1.4 build on win32 with Unicode enabled. (bce58d6 Brodie Thiesfield) o Distribute nmake makefile for 1.4 (20d706d) o do not fail while sending on http connections the client closed. (5c8b446) o make evhttp_send() safe against terminated connections, too (01ea0c5) o Fix a free(NULL) in min_heap.h (2458934) o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini) o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf) o Fix compile warning in http.c (906d573) o Define _REENTRANT as needed on Solaris, elsewhere (6cbea13) - Changes in 1.4.13-stable: o If the kernel tells us that there are a negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found by Alexander Pronchenkov. o Do not allocate the maximum event queue and fd array for the epoll backend at startup. Instead, start out accepting 32 events at a time, and double the queue's size when it seems that the OS is generating events faster than we're requesting them. Saves up to 512K per epoll-based event_base. Resolves bug 2839240. o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg. o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. o Fix a problem with excessive memory allocation when using multiple event priorities. o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD.- libevent-devel Requires glibc-devel- Changes in 1.4.12-stable: o Try to contain degree of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair. o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code. o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC. o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win32). o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] o Do not break evdns connections to nameservers when our IP changes. o Set truncated flag correctly in evdns server replies. o Disable strict aliasing with GCC: our code is not compliant with it. - Changes in 1.4.11-stable: o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] o Remove the limit on size of HTTP headers by removing static buffers. o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from Kevin Springborn] o Distribute Win32-Code/event-config.h, not ./event-config.h - Changes in 1.4.10-stable: o clean up buffered http connection data on reset; reported by Brian O'Kelley o bug fix and potential race condition in signal handling; from Alexander Drozdov o rename the Solaris event ports backend to evport o support compilation on Haiku o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov o const-ify some arguments to evdns functions. o off-by-one error in epoll_recalc; reported by Victor Goya o include Doxyfile in tar ball; from Jeff Garzik o correctly parse queries with encoded \r, \n or + characters- updated to 1.4.9-stable: o event_add would not return error for some backends; from Dean McNamee o Clear the timer cache on entering the event loop; reported by Victor Chang o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez o Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard J ones. o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn o Fix a typo in setting the global event base; reported by lance. o Fix a memory leak when reading multi-line headers o Fix a memory leak by not running explicit close detection for server connections - updated to 1.4.8-stable: o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov. o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong. o Do not remove Accept-Encoding header - updated to 1.4.7-stable: o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test by me. - updated to 1.4.6-stable: o evutil.h now includes directly o switch all uses of [v]snprintf over to evutil o Correct handling of trailing headers in chunked replies; from Scott Lamb. o Support multi-line HTTP headers; based on a patch from Moshe Litvin o Reject negative Content-Length headers; anonymous bug report o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov. o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley. o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a. o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending. o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov. o Add libevent.vcproj file to distribution to help with Windows build. o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov. o Fix off-by-one errors in devpoll; from Ian Bell o Make event_add not change any state if it fails; reported by Ian Bell. o Do not warn on accept when errno is either EAGAIN or EINTR/sbin/ldconfig/sbin/ldconfiglibeventbuild83 1516814135 2.0.212.0.21-10.12.0.21-10.12.0.21libevent-2.0.so.5libevent-2.0.so.5.1.9libevent_core-2.0.so.5libevent_core-2.0.so.5.1.9libevent_extra-2.0.so.5libevent_extra-2.0.so.5.1.9libevent_openssl-2.0.so.5libevent_openssl-2.0.so.5.1.9libevent_pthreads-2.0.so.5libevent_pthreads-2.0.so.5.1.9libevent-2_0-5ChangeLogLICENSEREADMEwhatsnew-2.0.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libevent-2_0-5/-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:7717/openSUSE_Leap_42.3_Update/db3e3f8e9883a53cf6687299c5e03baa-libevent.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a0a81eaca31366d7c0a4686cea8001a1837ef7ce, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0678f3efbfc7570c71f67761ec5a4ce4c9ec6e0d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=638a525ee173945978f802517bf96003c6832f4c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1db729746b25c6e86fa7786e51de79bdd2edfc03, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a5ca4975106d9ede93c35d135252216706f7c430, strippeddirectoryUTF-8 Unicode text, with very long linesASCII text !' PR RRRRR R RRR RPR RRRRR R RRR RPR RRR RR R RPRRR R RPRR RR Rz0n&Ĥlw%hQ,zcLbu0i5tC [%tinc 7$~}݇3hm{Қ<`UDˉQyN?uQh9XIr[ye_ɍ\p-b`E; /2c A).M|^I2Ni -)m;$dPNGB@'hȎK!$deCQ0zϢizJTurWL;^$3? .o݅h+mŪ+|_ +K(7]MUgg`OP",'ɴK*-/Usr(PW!>zGY\kU uqM =`=r?eLEƠ,g,LrpP5-Sjx ?xs;~ GOm9Q40Kw f:^|H]H-7\63@7Vg0'($:q5MnCŗ 9-}=Q;}C<"vg ⯠uoyؽ3) (6JJzk q\"_)tlKvRDK=q )?]ݰ0Óv.&LzD3-^fUZb\K]OCvޓk)"65̛^:"lBYYeUUf7l~zSO#q 1C?ʣ{0N* qGMBqq9tJN-?ך?J6pm[9Ŧ;9dG}_xTVnw_ס:ጢ!tg9!$ C\LpӼ<.cgʘZߕǼ& ]54,<6nFǞThӾ}LC(,r*[y@ H 4,"NL U6b72n+&bB-+d>v'@1!T-i=H^>0vp`Pݧ+fwY󥽍FelA/O:9^Fm *+`9-(',i&ǥDaQ T@$J *CQ}2czmЮzsLTSO 7褱òIz8#N5̣d" FwmPhY`2N `a4ZޕT1TJGkqc1L`5qU51LI]Cș|9EWix;0-Dp>~[@8bnlܷ`,ҚsN5쾐!;A5hwO/_X2𳡟3twy+d``=20hmmP]òQ6 )cX{"hyh6XZg dx [[̨/\]S(iP eV\IF>]h)i3gvjJՂ)lCeM9 zH.ll_DCpb>7ZhR05*iY@} x3^H.Wʌґmyѧ,{$ڼǐZt ]5v5h!}eR ^&NgQ/.cҙ¨juxf\=6-9GkLY3m`8ɴA{=Tƪ>#i,"2U1;r.f$)W7-H48yCYUAaɛ%$Q1 (m=(Ea gJy5^,4GPfy ",fYFrI-tMd%u7!o P5göda|v -7A- w+Ph Dt E̚AXQm--=E0 A^!z˂|k'19L詥M ;݄$%Q:*9KH#6+R4 Hx{o &͡dr8[EPWY'\0) ?hB Qi;%[*,V,vIwm՛e=0 xߞdP&<+<) < c#>G7T3>݊#=6wͷ?JҵSIvI&KNZ,x?='s{C{M?6 3lƏ9)|XC&y9ߊk;ƥΜ!\cr>m %҄ZM\z*yc|oF*dʙET i^Sb47:Lͷ!z&&g Iw7.]_'niG֘"́ 3?ZِhL>E*hq ރW )wW,b‘kO4}a:l9"0g}0OǶ}<2[4LC ><ߘzÖl{Ë%[n-IOJ ;a__ȇ$N$s2E@/P#`( <6N,w>רqP-1NA شδyQBM1ŝ9 q%htW >2I9)ěU ÐJIT #Up>րok׏Vsk\4_nje0#!zש:K3"k43Qێ>UzO9=1K{9߉1 (Z۲99PN]d#w:8$"hAw0ͦi} T,VIL+Hy)Zٷ.SkPrY {$/N򯼅atdZYS3~.~}e/ I%ۤW'qK,Hb[&B\w*WWG伌$xMZiMWChAC{-Efr)@ BTp'ѻkګ.DY0_.oI-?W{` %Ү?_gf4"ܡ1 ?a(SxoKa.RA9-}s^]u<];Y@ʆz8h*Pvu VtM@Xv2(sidwuDK2idd[ ~8}%wqp֢XgPw Q )ٷ]lн|Z@|d*=o Dn/rU+xI0;5{ U}6'=i$r܎Ⱋz;omVVa3 ;$q0'x Mdx#$)# `wd?A'`?2hZA0\ JTN80ObJn+[0ÚS4+@3AtS*L$tՑ}0#23}"sfE;}cCN덾4YB cPMڙ|dSn=PhupGm]xU@̩]7ju g^%d4۟f4v0<|@TWX)EnH{){fH|B3&ztWy-HUB!SN܉5ic&^S|m箚p ]$+Mb 0:}Q]Ǫ>;_6n-uv|>I#d5-{ޚ"4}%4^9T vNFJuV++{؊[yX16&fݟp&!V?+F`p?jN(eYRݶq#,n;yPף&.`"*݌ 8^ iwk'[0j(Gd# TWCOn+ݸgй JY"bR%譄(I'ŁN'r!+ s =9=$/xbnzA:}˰R| C )H%Tm;~ FW؉vk >wD^u(50+.Srw݀fա$x=(2>OJL?R8ߥBLk?Ԑ˦K6uڌo]",!rO7GS/UMâEKS3,Kw۹=иKH++EPfƷ> Rb'm7Nu["I2o_` ,FR%>40(GU jGlqjII-7 +C Dӥ0g%w?[{|w.Sd*?`0%" QmqcZ~\od_g l.^Kϩ'ZcuMuryol~?SRb,φ/ovXWՙlFzfblmj^!m HNź4.r0jc OW+W(Rl)ݣt5 S-b;*s>w=.'ey u o#ЃX$ܺx>SMwN VЕ=8k䂒+S vB%o$@i!&S9$徃M)NWǜF))fٰ㢺oK-#%i\>{Acogל75C !&@xUiQGP{0(g'.rWXI $3 rp^uM[FE^m?~Gu{Ci65-k+H>۔ `ܯ<`AhpMDF's^?"Җ!XlOPZi1uaQlhѼ9eacO 㻤My:Jæ#]{ck.pLocx]S{%/*2ɬBf)(䎻 F@O7"sƯJj[ӳ4} 0'9?ɥ`%Rk{D?w~ƀ_SY`FCaR;3V,a\vӑn%[Ym‘xt5Q)_'f4YNgfB'f)9~`_,Ya,!ˠ]p-H ͫH| >vϗ`Wmi٩OZ[Fͤ@_U)\q #h%hX#Pvf%ELgK*%^b޲k%6!97ۮ*~{?rJӽA˯(m j1IlAQRx\NTy^Hj橋Y͏gTl>C{TݘȢ5+D%Ջ/CJ Y.'2Uk"s!p)mSW>ͅWej?ů( Ghd+o!EL*wsYbʽ5(LZI_ (Z>ǹy%1F6;t&24P;YX1ʑ>75~+P\:;mjdMPŒht/4=QF`Xݪ0,p@Ou-x9AoqR`b/[IaAfs$q_SAPQLr62RyJlLQ'je3*a)'umվ=^^ͳ]y(!\|:8EO咬u['5E6qDže ^=t 9ky(S~#B~7;/m1fD3OrYt]hhʨ^*`| 3qarr:VhzNwfaN*, tT*{R+z- sWR&2_՚׋֗&,i\gnhKqR8zVNPO>'# z 0QM]gAL0g=zI}gX0t`ت%i.r+7oˬȒgj,-6trÔ],(&92~kW )%h|e4BQ?E$@UW>jـOً̒{9&cVWLRƒuGn~n'p8-Uw%_peH>JT`8 `P)XM>%e#vq>%ź0jzld,a zI}E-gTppӪ1I雤⋄ ԗ:b2U6w[$ud#34뾓mK@7lD#t0'IֻJ3?2o#~u Fۺ j6w>)|Fxn{6O x4չI;.T!4'";  㮓1E])MJ`}Hy^S>P|09CJY`Qy8xš 3+;Z=s_S9z AZACKaԶf jQ'>=gY vu{2*{8'b9ͧAB<ƧoͯKOb>,޺\Ed\0<6enǮ.7H)w\Kb=&Ǫ! ШP) N[ -e䗒xl~4aQСD?&"K^3VDZ! ڲ!fRhZl`4P _{pV<'K#C/S(8JOdIˌHjg}OJ>}1 $ 9{(vѱ&Ttmqr>m-`x WhpKQtDY*=TPA %KuFo8} "jy^׀͙b``N($g{Շ̫j 3: G{@r8ÙS?Qd0X {G) i/iTQߵtB{QiQ]  {HF mC%j3𤾡 >`{E7} ϴW4 hZc]-udX̻AS@z!t:h>ErϪE8L:~L .cKmfnj =ڷ"ѳ|Id%XxVP=Grt~l"Ryb48j"%tJC5cURŠVbYZf8 ᦣQ=j&F>~?F9\JORx ~1Y59x`H8^]h1&Vy~e+'G_y@5wiuro^ 02 GEeX06X_(fq]d̷e] Vٺ0ӵVo>׹QEGʩ"K{.nJ t Yri,k1n87er*["{$Po]G$g|Uy}aҏIlp.'8+JRtfKA\5ֵx+sڏE@{d]~D/Q=@%$4tRAt(rLdgVOt5S\zKd[)A3^\b 6[s8p"v/V'$)S .ls+p%GiK g7uI)LW @sH~Ԣ(L]vꉚ"=,]yy~i=Ք6 jqs{Eۼ|x!MM(bpĄhZbP1%n1|[ cOt1k݂]X6LG$%Z_EF |O%j>muJدE TdkrA +=p7/2W%Ï~mh!xd7/́~JIn`:ʢNvN!<o~"3?rD5p)׺D}ԛL%1 wLBwħ$w\נ '1Xq(#}؊5(> eh` M[~yƛ~$ h@,9h7R4)o)xjGSYPǛI ρRzo]2{aIH`D@FV{Vɦ- qb/EZߌX"01XZgӻ #$30QzTFa~p>4*l.`)'x zARWRI'pE-bo+Gw)Mt(8wiչdƭQ;"S-4bm?=,}R*&75VvF䊦]SdI-ӗV{ITp@o5 (&c`J{ۉqNCDŠ?AxjB}IZQ^B"]= ]aV9ǹti_rJC_  45,ԾYCҖJ 5qDx䲱X"K+a-~Q6rd*`x NWZ~nj65Xi.`\HL}TK^CazSŽ,Gw%ia`qE+hg'ٟD"!R0J97.ґ3<hYO3oLTڪh(޶4Աh(w7G\G{Gn;NI8 ~ukGm"Bp $=ij֜]O/QNf%=4)R(Ry̐Y e}/c&GCgrQ@KjqgRB0F/rhT#Eo5v3qn#:?J= {;a=.0 .#xA bSI9u-L>=*ۓ<Ǐ[B!(B%T[ 7Ii̓S7YbEx0AԥnEE"$d`X) R֊+jCߋ @8"?_rHWa>=~j$K&o$W=ZH$xs\ӷm )!VxĜ4OWPƭu"?n{Hth$O%~"60w<*!@>qk_y :NY$Vlq EaEw­o#{6u/2)qgY= π? }E~YoYIL])R;/ c#QWnH[i{NtnIgm[!T-~"yy#TF+rF\/N1X8lwnsXDl\4+t, %mfr7zŕ'Ώl]]v;ycHA~睅h&XuJ?QEiso/v'"&XX}n{ gBf(PΏ*^,jW>|x* qq ; "г5+r$A'SӜYU(>+9NH.\6ŵiFߝ1 PCx/ ۡm+ip|hw(wV$jW "@0,^Dձ!m[\ ]hDr}nm Yq=WgY"k_FClh-plwdlJ{ 8ԵmX%;s ]+a _z*#cI85NRQ/%o֫#]>Gn-YR oLZWjlro !1f;YJگ iQk"ތf](cCs=yDlȇI!ȁ4|mʎmn%#t33lG~6>|mѾv  Jpp׶d-Ԯzz@H W9u5+N{I=J &hTnoBo"o~`x^ڶҠn @eaN'n)񧉷W ^Fתd(X 18[!xP,gT_ToDLB=)i"C>C[:*oќ򠧽li@r==O5. 9d?\DAP.SZP6rAu:jp>㋮W<n*4I*d~}*!l1NSu1"%^꯷P~$U80^6rE>֛8d_fxuK%Y9Y&W`4FbۚZ==9S_ENCD_NbMTNNof{0`xF4zT~!y@#=$6؞|} VI>kd krnNpyⅰc30 >J|U,g@ d4 cSjWq#`Ǘb-K' w9G3Y'H!5L28}nIy5S]Ymv])V4Q)!WY2)XZz$y$RGY?_m1(j}Y"%Txg'D@ẜ1VI(|H}t0ct^[>Qdza 1x68E)P:U,es-l|wWvtC//mmu:-}1-3]HQA/ OV!RX @CN0f;9s:@Ѐdojc mCo1Zc|wsl}ٕ!}œO &3Qgj*HBt}O~ i옉pz\7܌R6DtkCkuH;v|I26 &yvU} 0,P: v!0 %),:&M؋Z}sq@طqlyNِB9S:Ujg%lD;Vz-RZs۲c+/+%~,7YZ]VFCQ@Ǚlɵ`{dƠm˦S^nCr/d;r@'{@Bل:"44e4F8Gu1+:&nBKvIQ5Ә'+Q, 5i)i+iwqzPMMI-t٤l<4? j ,="5Ik5+gy p.bx!G@RYSzٻϨzk$ Xd\!Ӫaw0aJK^jXB%:{J{h!8'|o';4{鑅EB3!b\lczuO32VCQ~Yy0ka8#ו]s1As^mXg 1$3 !w[ahL1V??TnHvd~cjէH,>A㰜RZ$I:HdOTF+kc 2B s4ϛJJ`q+/.-.+Nk6ٝe]J|Y.sk۷;zJ'd_~xc c(Y!<7L*$ Qw _/Jv=`>0 j.NU9 *%`,M%k@Tz$pX@l/^ʓzN۸>Jrw7BHk,jV뱋}Ypt #-)yi:oUpuP; }l*&ļQI\V_1;RJ0)J".?H^`l:^p}܍d{͹*"SRѮV^Oth<91JфJnVGYҤ-lBdߍ:E[{}_$d@}OQI5b$sF5)*sHC~<g/xktA.;I*-ޑ InQ2 j$?y C"9©0c;y*&b/DLPPLTh'~.y=X΍I+Ҵ}=7~څaqC\`R3Źe CyAA3% gFP*>Ru00;O?ٴ?0L]R K bdz7) _6da#,(aefT uaj?nH=nMs-BO+ȄLώ,!P=gD鯓B՝#Ga 45S%uW9)aWUⱊ9Ԩu/r.༝uQ;rջ]vXcBK/wLW p}6 u$<۩3\}/#kJm3U/2SVH`Ijg;aȞ@>53upY1}0s4ωNj-IH/ Ի;VZFtyF8s1ԍ;{)l{b=Xԋg]/[?&rH}*H7o49xlZ?xBlW&H{֧RP̉E2z'G{ Hl]e@>Ɔs-+bE0rsx{]qSǡAv0XkC~z[Ǜ0:ॴ'5bάnHGHWD[2J> *yS2 OVS' > nWTg*@AXf`%Vml((o#ȱJZ+\NnwEeK'iX#eLi Ҫݳ g;v3ubOnя2cܓw p _sQn1fJLx`{~; QfXN.gb뮙,FX\yZފR+j+hsY,J0f߿n^ŝ4)LubBbw-q9:oF6좴‰j! !Hi]ܛ I??-5]P0݁fɟw͔&WIZ^Ě߽ˌuIK U.ְUH<ӥȄ΁:ܨN qki+.Q&z*./hYE{b:(q#N^Mӟ&:8p_C&<~x/isl Ge;ꔕ\5[느zQ~+L՚ofjZ {bp>Ba͖9`jfTR|7W(0`e)M:WI5pa{{esVP1Nu6kXغ*˰Žu5%Yy_ %.5*]eKIi2-[dv Q DXip96>甊p.zZ{&Wc.7n#irC803޵ׁgwXĭ<.ؕ)WK x5 5yQ+juԲɯ_1ǒKXz׃I+2; ,6\z/ٸBZp=Z\4~`2YZ7a\hÙ" DvBҹMĚsx|G)4A}<ÅDE´{ sj]]ٍJvol_]#&?I?¥*(L;a#-.1Ag.h+^OcSΆ#ǟ|W˽% n>sFija`$"ɾ1+lT(t>A[*@#I (V3o |$8YH_n { zty%Ւx(&gʻp6;%_U|qڴx["S&vtB1orm#-3׬Z3,lͨ+*Ogymq%Mc.'\$vnܞ"|fNwD7oµCC{Scpk7svڥuX︈8_r['L_oL{>N+o{_:Q}Lt qQubI:NLgKߎ \gnhW&+@Ns0Zg11 cT@4җCm!!˔+;J3>-Fb؏Qe8Ejk 4!URLXYKًLLogR[P@5A DQڡ G|ggv J~&#@>sZ?z<;7I8VIՄRGr/EfrG{(GcaO5$/QB<?P_++Eiҧ yjt.Q[RC$ۂD<^y`++.{*ڛWUjF[TYH9;ǔ귏-V(^(j ޹ND# WVJCy1,o3A&QbPJv1w"#7 rO/g@+nD.ԪqA2T)j32yQUܯ#v/tݯJ22R#cGc^tH$%ˁJk+SiTzTX&]$Ex UlPܠ$@6s[HIcBbd'Q%YZK][C2q kfc/ۼEc{nB'Q1҂nTgަz#f-9/.[HZs7p*yRK1Eaf.X)ZQ'ӨoݬSԨwqP+cj?(@Vy{R Bʹgf6^_ %K,)Jf(*=Q VOu CVE#q{|:kSHh3݋kjEjc˩f UyLPcȹ=:̸h#Ԟ5pO h̹D, wѳpk!!9IZ wjaWfo-*$Qu+DaAO8}.K3Wͅ%Qid״/ĿYpQnG\5LJ vfO.sG`ѧB3TU^%p-o:WER {gς.TWXjx# MP i k{ =6tK CaVCz: dq[xYzGbqC]pUb\YnN4^PI?#&}l̓m_ΤMD3oT@ y,ҷ]sqi/G&|Lqb͋XZeԁΌXko \z$]ڑR [+#ֆ+O+܎NVTb Q7JUa,9PHB$uMP995PLRhu,'!{3+MASbiu*u.u~~i߉5E@q6_q)ˬI XgTͲ۫Ef!cuh T_g'@/.e[V.T9}H[K!T`q>/ɓ,'®FI[ѕ6bq$52ߏi'(2#qbuTROzЊ#N 6;5wIc:c/aΩ=b)n]8V`iߥ,>z)C< {d(5E 톪8!^kEh«:'/=١1' Qg"oh 5|y:,-,#VP/Ci[E.߷,{)Մh[2Ghx>򎀠[WE-ZL/6ѩYҮ L2SmAgv@Z0طvI T]n4uP[Nq5t!/iݞ;4%'CN%n.Y7CPFPΨTq _NX(Thw =OK RWJ0N]Gw9<iWBK;>603'>O8*!} ݞ1\y|4e UV'}K2QQ*\O$Omn찒M#> l]񅬠~$-# ޻[mۀ!o?asR.=5,Or lwOZ2&ڏ $Y%F$ O?1aqJn?k.GFKz${D6Gg ޸XC3bB&7IAmYJTTT{_F6)fA.tB|u.&o!r|OZo^/"0H@[*'9IUtm~8e-݉N Ռ-`չĩ]:x4Ic.mصWyW5=eyAB@_N#:h$g=F]g6;ҢM΅_0Y깶jJ]8KH=\puiP~)JjQ淨r_}hLKn0H$u'$F*fτmm^歫Äկ3!byt<`e,;[-"h˛#h}7 o0ŘXvjcgKBSN+UgrDߪ8=G8 ]7!(QG0L~–a> Cz_)*lI[~gt/T1.Oii C'Qc9QXFqmemwK '; Ô' r_P̘ (ZFS;ߗU|)V?JD̑u 0Po=q`F7}3{ }O(~0:ߗnxl]Y譆Ey"Y82߬귳2mޤÇf YR\apMf*"R@#_{ֺs9TRɏ< {$3~]bO2x0mHJĐ,åDREAB1K@jE~ J֎/.,k8zy|/ wg38Wa`ǃ:hk#x-iN_eW]@R|ew lL?6up[ ZѐocφRwLPuV߿V(."6ނL&1 !`Hn38\U5ky%`MӚ"R'AQLEIX}㈘&qfe%/}őo‚1qguŻIJ ^I ݒ.\Q D(t/N5k/NѴv /ڴ%cK'';"I\o70N1Op8&j%3Xϩ *[6'jm<PL#mu_ 6jfV +k%چC85[{oҡZ݌βɏBYv҉hKb|]_(X[#yLqw]릾3!0R386 nFW2F|LIzz'&9,%$*Дtp^*dDwݸ%ueےxKaX9%^5}M1zO0^A? j$$[m|,RȲ-\S~KVZbew JX@]-fc=X@%nbk$֨ jĠ?U Q 7^0!o4s67b! ӦQ}MG)U tQ/Vs yuNF3.}&֗PlZZ/#btǦJc*lECdrî`X.|NDw ͌jUd,!r|9&3ƒɫ-1z"cu\1: y2VBhկQ(Ur*ua :ET=13meF:G=}mÖGECe5"+i#K Mj-(^)tp.AoXRbHh{*Z+?{w~R iwS ?OZc+]1Aܱ{#H2}nxunĦCD ΀]?G89<()koT/1Q(F1yzReϮI G-LZzO .c:mԣdNU4.:Lo,kq5քvRH[x&( 33μB=/ kBaK<諫؂ڝ[H +QH9_g=\Px#xꕔL9Ƃ{xbè˼ߜ}Kͭ$M5+}BuTt{CQ$-$