libuv1-1.18.0-150400.11.3.1<>,bp9|Of'\TdUNNhA;;Yb T5 5>ĆʃPzwjN0?GjOr>(fNO39PU壷#@ XVݎoˑ^,_,ȮgV|PQ8ǃ$jJ\)݌=fMok{zU'ڌ,xԶ&6 d 2R[!+mLЃuzN>㓈5o)&=줹0GU>@I?Id   > )JN du     @Ht   (8 9$ : >F@FFFGFHFIFXFYF\G ]G(^GBbGNcGdHweH|fHlHuHvHwI@xIHyIPzIlI|IIIClibuv11.18.0150400.11.3.1Asychronous I/O support librarylibuv is a support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it is also used by Mozilla's Rust language, Luvit, Julia, pyuv, and others.bsangioveseSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://libuv.orglinuxppc64lebb03b39afded5ded700696ac2664ea1a93321c6e691949e3219990fc6045814228libuv.so.1.0.0rootrootrootrootlibuv-1.18.0-150400.11.3.1.src.rpmlibuv.so.1()(64bit)libuv1libuv1(ppc-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3bshutdown_req * tty, win: get SetWinEventHook pointer at startup * test: no extra new line in skipped test output * pipe: allow access from other users * unix,win: add uv_if_{indextoname,indextoiid} * win: fix non-English dlopen error message * win: change st_blksize from `2048` to `4096` - Small spec file cleanup- Do not use source URL as fetching fails over ipv6- Update to version 1.15.0: * win: fix buffer size in uv__getpwuid_r() * unix: use fchmod() in uv_fs_copyfile() * unix: support copying empty files * unix: truncate destination in uv_fs_copyfile() * linux: increase thread stack size with musl libc * test: clean up semaphore after use * unix: check for NULL in uv_os_unsetenv for parameter name * For extensive list of changes since last release see provided ChangeLog - Small spec file cleanup- Update to 1.10.1 * win: fix anonymous union syntax * unix: use uv__is_closing everywhere * win: add missing break statement * doc: fix wrong man page link for uv_fs_lstat() * win, tty: handle empty buffer in uv_tty_write_bufs * doc: add cjihrig alternative GPG ID * Revert "win,tty: add support for ANSI codes in win10 v1511" - Add signature and keyring for GPG source verification- Update to 1.10.0- Trim filler words from description- Update to 1.8.0 * unix: fix memory leak in uv_interface_addresses (Jianghua Yang) * unix: make uv_guess_handle work properly for AIX (Gireesh Punathil) * fs: undo uv__req_init when uv__malloc failed (Jianghua Yang) * build: remove unused 'component' GYP option (Saúl Ibarra Corretgé) * include: remove duplicate extern declaration (Jianghua Yang) * win: use the MSVC provided snprintf where possible (Jason Williams) * win, test: fix compilation warning (Saúl Ibarra Corretgé) * win: fix compilation with VS < 2012 (Ryan Johnston) * stream: support empty uv_try_write on unix (Fedor Indutny) * unix: fix request handle leak in uv__udp_send (Jianghua Yang) * src: replace QUEUE_SPLIT with QUEUE_MOVE (Ben Noordhuis) * unix: use QUEUE_MOVE when iterating over lists (Ben Noordhuis) * unix: squelch harmless valgrind warning (Ben Noordhuis) * test: don't abort on setrlimit() failure (Ben Noordhuis) * unix: only undo fs req registration in async mode (Ben Noordhuis) * unix: fix uv__getiovmax return value (HungMingWu) * unix: make work with Solaris Studio. (Adam Stylinski) * test: fix fs_event_watch_file_currentdir flakiness (Santiago Gimeno) * unix: skip prohibited syscalls on tvOS and watchOS (Nathan Corvino) * test: use FQDN in getaddrinfo_fail test (Wink Saville) * docs: clarify documentation of uv_tcp_init_ex (Andrius Bentkus) * win: fix comment (Miodrag Milanovic) * doc: fix typo in README (Angel Leon) * darwin: abort() if (un)locking fs mutex fails (Ben Noordhuis) * pipe: enable inprocess uv_write2 on Windows (Louis DeJardin) * win: properly return UV_EBADF when _close() fails (Nicholas Vavilov) * test: skip process_title for AIX (Imran Iqbal) * misc: expose handle print APIs (Petka Antonov) * include: add stdio.h to uv.h (Saúl Ibarra Corretgé) * misc: remove unnecessary null pointer checks (Ian Kronquist) * test,freebsd: skip udp_dual_stack if not supported (Santiago Gimeno) * linux: don't retry dup2/dup3 on EINTR (Ben Noordhuis) * unix: don't retry dup2/dup3 on EINTR (Ben Noordhuis) * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra Corretgé) * win: map ERROR_BAD_PATHNAME to UV_ENOENT (Tony Kelman) * test: fix test/test-tty.c for AIX (Imran Iqbal) * android: support api level less than 21 (kkdaemon) * fsevents: fix race on simultaneous init+close (Fedor Indutny) * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra Corretgé) * fs: add uv_fs_realpath() (Yuval Brik) * win: fix path for removed and renamed fs events (Joran Dirk Greef) * win: do not read more from stream than available (Jeremy Whitlock) * test: test that uv_close() doesn't corrupt QUEUE (Andrey Mazo) * unix: fix uv_fs_event_stop() from fs_event_cb (Andrey Mazo) * test: fix self-deadlocks in thread_rwlock_trylock (Ben Noordhuis) * src: remove non ascii character (sztomi) * test: fix test udp_multicast_join6 for AIX (Imran Iqbal)- Make building more verbose- Update to 1.7.5 - unix: Support atomic compare & swap xlC on AIX (nmushell) - unix: Fix including uv-aix.h on AIX (nmushell) - unix: consolidate rwlock tryrdlock trywrlock errors (Saúl Ibarra Corretgé) - unix, win: consolidate mutex trylock errors (Saúl Ibarra Corretgé) - darwin: fix memory leak in uv_cpu_info (Jianghua Yang) - test: add tests for the uv_rwlock implementation (Bert Belder) - win: redo/fix the uv_rwlock APIs (Bert Belder) - win: don't fetch function pointers to SRWLock APIs (Bert Belder) - Changes for 1.7.4: - doc: uv_read_start and uv_read_cb clarifications (Ben Trask) - freebsd: obtain true uptime through clock_gettime() (Jianghua Yang) - win, tty: do not convert \r to \r\n (Colin Snover) - build,gyp: add DragonFly to the list of OSes (Michael Neumann) - fs: fix bug in sendfile for DragonFly (Michael Neumann) - doc: add uv_dlsym() return type (Brian White) - tests: fix fs tests run w/o full getdents support (Jeremy Whitlock) - doc: fix typo (Devchandra Meetei Leishangthem) - doc: fix uv-unix.h location (Sakthipriyan Vairamani) - unix: fix error check when closing process pipe fd (Ben Noordhuis) - test,freebsd: fix ipc_listen_xx_write tests (Santiago Gimeno) - win: fix unsavory rwlock fallback implementation (Bert Belder) - doc: clarify repeat timer behavior (Eli Skeggs) - Changes for 1.7.3: - threadpool: fix thread starvation bug (Ben Noordhuis) - Changes for 1.7.2: - unix, win: make uv_loop_init return on error (Willem Thiart) - win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé) - win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé) - win: fix setting pipe pending instances after bind (Saúl Ibarra Corretgé) - Changes for 1.7.1: - doc: document the procedure for verifying releases (Saúl Ibarra Corretgé) - doc: add note about Windows binaries to the README (Saúl Ibarra Corretgé) - doc: use long GPG IDs in MAINTAINERS.md (Saúl Ibarra Corretgé) - Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra Corretgé) - doc: clarify uv_read_stop() is idempotent (Corbin Simpson) - unix: OpenBSD's setsockopt needs an unsigned char for multicast (Zachary Hamm) - test: Fix two memory leaks (Karl Skomski) - unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski) - win: set accepted TCP sockets as non-inheritable (Saúl Ibarra Corretgé) - unix: remove superfluous parentheses in fs macros (Ben Noordhuis) - unix: don't copy arguments for sync fs requests (Ben Noordhuis) - test: plug small memory leak in unix test runner (Ben Noordhuis) - unix,windows: allow NULL loop for sync fs requests (Ben Noordhuis) - unix,windows: don't assert on unknown error code (Ben Noordhuis) - stream: retry write on EPROTOTYPE on OSX (Brian White) - common: fix use of snprintf on Windows (Saúl Ibarra Corretgé) - tests: refactored fs watch_dir tests for stability (Jeremy Whitlock) - Changes for 1.7.0: - win,stream: add slot to remember CRT fd (Bert Belder) - win,pipe: properly close when created from CRT fd (Bert Belder) - win,pipe: don't close fd 0-2 (Bert Belder) - win,tty: convert fd -> handle safely (Bert Belder) - win,tty: properly close when created from CRT fd (Bert Belder) - win,tty: don't close fd 0-2 (Bert Belder) - win,fs: don't close fd 0-2 (Bert Belder) - win: include "malloc.h" (Cheng Zhao) - windows: MSVC 2015 has C99 inline (Jason Williams) - dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann) - dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael Neumann) - dragonflybsd: fix uv_exepath (Michael Neumann) - win,fs: Fixes align(8) directive on mingw (Stefano Cristiano) - unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Saúl Ibarra Corretgé) - win: move logic to set socket non-inheritable to uv_tcp_set_socket (Saúl Ibarra Corretgé) - unix, win: add ability to create tcp/udp sockets early (Saúl Ibarra Corretgé) - test: retry select() on EINTR, honor milliseconds (Ben Noordhuis) - unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé) - test: conditionally skip udp_ipv6_multicast_join6 (heshamsafi) - core: add UV_VERSION_HEX macro (Saúl Ibarra Corretgé) - doc: add section with version-checking macros and functions (Saúl Ibarra Corretgé) - tty: cleanup handle if uv_tty_init fails (Saúl Ibarra Corretgé) - darwin: save a fd when FSEvents is used (Saúl Ibarra Corretgé) - win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé) - common: use offsetof for QUEUE_DATA (Saúl Ibarra Corretgé) - win: remove UV_HANDLE_CONNECTED (A. Hauptmann) - docs: add Windows specific note for uv_fs_open (Saúl Ibarra Corretgé) - doc: add note about uv_fs_scandir (Saúl Ibarra Corretgé) - test,unix: reduce stack size of watchdog threads (Ben Noordhuis) - win: add support for recursive file watching (Saúl Ibarra Corretgé) - win,tty: support consoles with non-default colors (John McNamee) - doc: add missing variable name (Yosuke Furukawa) - stream: squelch ECONNRESET error if already closed (Santiago Gimeno) - build: remove ancient condition from common.gypi (Saúl Ibarra Corretgé) - tests: skip some tests when network is unreachable (Luca Bruno) - build: proper support for android cross compilation (guworks) - android: add missing include to pthread-fixes.c (RossBencina) - test: fix compilation warning (Saúl Ibarra Corretgé) - doc: add a note about uv_dirent_t.type (Saúl Ibarra Corretgé) - win,test: fix shared library build (Saúl Ibarra Corretgé) - test: fix compilation warning (Santiago Gimeno) - build: add experimental Windows installer (Roger A. Light) - threadpool: send signal only when queue is empty (chenttuuvv) - aix: fix uv_exepath with relative paths (Richard Lau) - build: fix version syntax in AppVeyor file (Saúl Ibarra Corretgé) - unix: allow nbufs > IOV_MAX in uv_fs_{read,write} (ronkorving)- Update to 1.6.1 * unix: handle invalid _SC_GETPW_R_SIZE_MAX values (cjihrig) - Changes for 1.6.0 * aix: fix setsockopt for multicast options (Michael) * unix: don't block for io if any io handle is primed (Saúl Ibarra Corretgé) * windows: MSVC 2015 has snprintf() (Rui Abreu Ferreira) * windows: Add VS2015 support to vcbuild.bat (Jason Williams) * doc: fix typo in tcp.rst (Igor Soarez) * linux: work around epoll bug in kernels < 2.6.37 (Ben Noordhuis) * unix,win: add uv_os_homedir() (cjihrig) * stream: fix `select()` race condition (Fedor Indutny) * unix: prevent infinite loop in uv__run_pending (Saúl Ibarra Corretgé) * unix: make sure UDP send callbacks are asynchronous (Saúl Ibarra Corretgé) * test: fix `platform_output` netmask printing. (Andrew Paprocki) * aix: add ahafs autoconf detection and README notes (Andrew Paprocki) * core: add ability to customize memory allocator (Saúl Ibarra Corretgé) - Changes for 1.5.0 * doc: clarify that the thread pool primites are not thread safe (Andrius Bentkus) * aix: always deregister closing fds from epoll (Michael) * unix: fix glibc-2.20+ macro incompatibility (Massimiliano Torromeo) * doc: add Sphinx plugin for generating links to man pages (Saúl Ibarra Corretgé) * doc: link system and library calls to man pages (Saúl Ibarra Corretgé) * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra Corretgé) * build: update the location of gyp (Stephen von Takach) * win: name all anonymous structs and unions (TomCrypto) * linux: work around epoll bug in kernels 3.10-3.19 (Ben Noordhuis) * darwin: fix size calculation in select() fallback (Ole André Vadla Ravnås) * solaris: fix setsockopt for multicast options (Julien Gilli) * test: fix race condition in multithreaded test (Ben Noordhuis) * doc: fix long lines in tty.rst (Ben Noordhuis) * test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis) * unix: don't clobber errno in uv_tty_reset_mode() (Ben Noordhuis) * unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis) * win: fix pipe blocking writes (Alexis Campailla) * build: fix cross-compiling for iOS (Steven Kabbes) * win: remove unnecessary malloc.h * include: use `extern "c++"` for defining C++ code (Kazuho Oku) * unix: reap child on execvp() failure (Ryan Phillips) * windows: fix handle leak on EMFILE (Brian Green) * test: fix tty_file, close handle if initialized (Saúl Ibarra Corretgé) * doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé) * doc: clarify that we don't maintain external doc resources (Saúl Ibarra Corretgé) * build: add documentation for ninja support (Devchandra Meetei Leishangthem) * doc: document uv_buf_t members (Corey Farrell) * linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis) * android: fix compilation warning (Saúl Ibarra Corretgé) * unix: don't close the fds we just setup (Sam Roberts) * test: spawn child replacing std{out,err} to stderr * unix: fix swapping fds order in uv_spawn * unix: fix potential bug if dup2 fails in uv_spawn * test: remove LOG and LOGF variadic macros * win: fix uv_fs_access on directories * win: fix of double free in uv_uptime * unix: open "/dev/null" instead of "/" for emfile_fd * docs: add some missing words * unix: clean up uv_fs_open() O_CLOEXEC logic * build: set SONAME for shared library in uv.gyp * windows: define snprintf replacement as inline instead of static * win: fix unlink of readonly files * doc: fix uv_run(UV_RUN_DEFAULT) description * linux: intercept syscall when running under memory sanitizer * aix: fix uv_interface_addresses return value * windows: defer reporting TCP write failure until next tick * test: add test for deferred TCP write failure- Version bump to 1.4.2: * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny) * win: don't use inline keyword in thread.c (Ben Noordhuis) * windows: fix * setting dirent types on uv_fs_scandir_next (Saúl Ibarra Corretgé) * * unix,windows: make uv_thread_create() return errno (Ben Noordhuis) * tty: * fix build for SmartOS (Julien Gilli) * unix: fix for uv_async data race * (Michael Penick) * unix, windows: map EHOSTDOWN errno (Ben Noordhuis) * * stream: use SO_OOBINLINE on OS X (Fedor Indutny)- Version bump to 1.4.0 which is the latest release - Cleanup with the spec cleaner - Try to enable tests and they currently fail/sbin/ldconfig/sbin/ldconfigsangiovese 16541140021.18.0-150400.11.3.11.18.0-150400.11.3.1libuv.so.1libuv.so.1.0.0/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.suse.de/SUSE:Maintenance:24462/SUSE_SLE-15-SP4_Update/c7726ac4c84f45d9006ad74ad3cb33e6-libuv.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8078336f8222940ab458f88070a301b161351e70, strippedPRRRRRRڤAyo67Sutf-80a5526234b83f26b1e98f3a4ed998f1386b1bf7bb29f27da57651b0de0d72f07?7zXZ !t/R>]"k%UEd>r Dq(D&U^Ɗ WM*͎{A FjJl367*iOwٱBxf{jhoSϤge,ófXL.bu/V%ܱV'\&nH`{\|1ddOkldw{C6{jҜ3pR{M*=ל*𔖫Qujŏ`68!lؽH>#ZE)y/L/y*u Bm:XW$2ظی*CLQ,|v]t+u ا#n%7V~8X逮+W:+9ktt>vp)ؽDpNmHL.gS>]3a;ҭѽ\(L:N l.2=u,#蔈 0TgY?<-be~A?#~.pש \Msnpg9%_\~޺8a2~"sEL N48e32-JL ePX8k^]WS2gUm#L_FF)fLWo@ \E;ʐmy:\I2;,՞$i8r;5b RM&)CB]bt"1{ŒfKwوZ ~P ?;s 咷]Q CV4݆{/?v~Dā.k9tXS#,h`m`5Y?ޠWh o_ʷ4-#X@ 5k+0u}i P}%!PβpWƢV:yԟKH#<$I&Df+w5 c)_S<>a˭ uI'O Y{(9-$ݹGV!μ,T{FDDEr_(,zRgJt$D x̓.(s O0`Z_b z3oI h LXNz&{P:7> lA#*YornG8x4BK:tGQ*vc2bLBfkQkj\1Y ;9QGE-C}}疨?ŒՍyjФCaF:W>u-A~,3 ?׏F}cL&v/Qy<2G ﻷK-UI~U2/QCr/DRuOh+Ȧq`PoQx9B&+0BbNj|bǏeҗ`RSgYpHw`pC,!7&sۢ ҿȱcUPzœ9y몒Ɉl%h&j;b#{V9piƱ7 Qs08[#p.:8&~;SmTA77qjRI413ES>3䂹dRCڅXo%$s_e O0HgL?0W?` 4u$"hFu*a@t밉xb%ƦSzQ<凚TMНulf076\P{g^kBG˥3 n f nz`-gNL(fDy08YRLi5ݨ5 ]Cz-6q>qWtelfvpGtXAN{D94b)y|!'1GTI;;U0T/~ Ra TыH<9̏"TfS7+IǓXϋ͐:F-Ń@&7Y5M*T(xyTm >7E87N:1IA, FVMFY(Fg Ʈw8\#l@*SvM#<][ VcsP=(C &.Y̘W9aנPh G!j#j՚ Mv:,b,O-cw lrqُeK`5-̥)r67x٥?0F߯jT%\{M.ؗ?b؂콉+S᫗&i#a.!I-woIvx PQP!l9{qpm#01 u+$!aFm\*36Jk)^]}B.,m w}fAnlK`wW/o0NaTxK;o?őV!o?skLga ז"_璚ltoO4&10 ]H>ml#1NňKI"ZFWUruZ1 s-z(4P@MЌ( RU5 5*Kh]Cɵ* mh$ 2*)O6[up$ 'Ng4lڗ)pWfInl\HyE;Yuݙ]CRns\)=%jbLE!6vDGҮbX֘X{ w/MB~n#2zzO-ILy3ab?.,BIc\ZQ8@Hh1%)h̷T/R wM@ xZEVOGacm2r"oR]U_p^4\g^٫{Z$cDŽ#͝>6ODd:b(=gV}CU#AE0ixʹ{w#/%u>yN `Eiv,Q)^Xkk@_ o=`aNy@`DxN,fˊm߱[Gn)c0 ;|f.m| {۠˱d򹘓3jAHb~C2yƳo-ԣ5K#64t$f1C 0×9NhcFġ1etC/wT4p ^.~53'N*D]5mǔ0PU; W+DJU&!SH塑~B/z|wGW=$/ ,'J)wHv RM`jнՖsW,@Zk$[؎6Xm f4 j hd-c{73"Ez8-a%G4R:^NTА/+E@>#XN#`[TB↥D̏q } \*%(E \b¼QkrtgچsNi Cs% {ΕBn4B\Q Mns II}p"ޓFX?;c'LTO-[g˃k'ڡ&89jn"Y CBsqޘ󅽴EZ;{&yS{/X24a]V؜jyΌ癟?@kU¤6Nej.o/ UzO?7|Xﯧu j),lN*yE3C-tG(<^i4z|薤n6)q9Xu]~B~.O+;-c#ȫ"YE0)FP,D?X܉\M1pOx6$nb^;U vgtN-FWOpIP*⻅ PNR5ZD%H0i@H=ktS>W*M/lDoQ{' xdN(:Sb[ctZLG㊧6}g:ܮftcm$*\9f,ʋl ޸*½n P gWpw}" C$4?Y7,zzS ϛDrwYcF8k_"6 Aw4Kq_[ ZX@E1#YmtD,9bw|_lQ#d3; N{C׎딝M9:'h{O.;}MPT>`|+Ae>B4F~Jc O:H&5u\472}Y /LJ>qD3Ak:x+g `N:Y~21{Wvq iXKA|v FgR7ԋj\!0 6uS՗~+bHǔn%_=B+>" Lk?/ ?`kc^Fs Qf+p)؉éL)o@ķnL@Y*Qigԏғh-C?:R\Qk";+=L@sk撋M >Lw\kMζ kS"6Ji, (y +kxS'5i_c"ڣ o%8 րUv}Le ,2?ƙ\jv))Ɇ糶0Kf6B.e9ɔP! d;1\O7!T74&M qQOϡ]skmh)5x צQX}s Qg)<$H[dga4>5vl ?3 E5 <{g]RJҍj9]5Ah0ݦo8r[tsi$lt,T%#:aB(W)盡:B:wE&AC[e &ST,(M}SOUmi1%dlrQ$Qh#c@]@9Ç*]>DD'"'7bXH|(2xiq_lFeĄ:ԏfp}41/CG5,1|ĬdvmQYr}c'bf@J/NіP-ćV$;.sC8oܒ$F)7(D ӗQmN<GR.~aGd{oL'QXU¸B_lkk. *5C]#7jJwYb܀Uo6ϵVШtMtm{|/Uŷb 7qD[؝@Ja|߻ts/-6j{dCvn{:x6FS6K(DY"UI; Z!up'50Rܽouz: $Agbaݾ-` UM=̀4a~'!CB U8'tgXRCSVrx(^]½ O/dré27{AԵ/A!9CTN~ԥnmca:V ~r>1z_6Wt+`p`^m|ԇ+dޱ;:K_L tyP֌^9&l"s`*ə7o{nR]<al8p[J{Մ5zRAѕ$2MlC[txa@1J/4a,w[g+4 S|>U5` )@[Cq[Ԟñ) u}7 #~#n;MbFi#okr=bgx$wEɾKEyOs4{QrWP% zq75V}(f2Fy$vxYY_IR~K6D{F&pfZAE˧& m#eP}y3 b<e(.H kb~KռZTl1w؉:PtBL 'h"RR1a6 ]}Fm˲?Xg}4L-Y~Q}kؽ=w^r;rJ-QSſnQ'{C.<P[;ڮ$ |hɪ ?:Yjm0d̉ 0EM]a:Miߢ&z i k'76mwrt'\ޣ+@4QYŮ:12zg-#_`|h~{IZ)?D='2bQ$\vANꮊڊN_ MOl#ӔHډ$L4Quе0%ֶ7Uc =*b䀎^Gr!.L8%>P~F:v D^r9I A. {QC7 8pvu1])Z]vwѬ. W%~/.PAeT,~(] DBHٝSHX#DU.Ck3ٯ6F z[E;Kso$"<.}rb FY=~Eo#b\GĹ_>t7 ;l$atIңeW;dĆtHAYG\Gl8+^еyDŐA 3A)`H84 e9Cwbp2UWc ;-4S.YZقV(ٌ 28"U' ,_`G/ŬXtр]8P'Y,YS`(67IkGL豄K _A]{'(KCݒQU(K?k&IґjQ%5؍8$D7!0Bk'Mv9OcXc7 /VUA^eSY {# s$Djԭx]AWb#|FuE}!X!ROЁ -Q*g8?3e  f2X4oE GpL#^Y(2}yH:9Aʁ/ղYYafn=q +_ż흌Щa6z<_.ZuVkzZvp{Vs /d7*:lT\TAjqocZ](Gjo;wp]7aUWACueu-#/W;ɥM*).M 5RfC]9`FZ\uӠbMg̍͟ՒKhol˫M%6])~ŤK,amno~Ẅ5# T=F>@\̋T êA$* 8kʹͮ)͡uqWכu$^G2“$,&ڦӮ>Ivs2._eQ틸& kkz 0"$] 6`ʔ:>n8Za{QhI(/(+F'!AO1oT iRu¾YSyӎf+ 0|TR'iu ~s!v޶S!"b_ϓg6 KOW,,u=~*% 27dgغ0vi&D'(ZK9 E6uM|1>g53I? _4*JNfo1Sur6["kT=3wT!aC>Vٯj a&; Nc۱aB HZ-˕ʩUOm 0U a{W/%@'I5"wԸ.?<,L~*pUΟDyT)ܥ4m *3EwMش\iJ㹬ЛP(JxyTDV*:woѮJwZ%x*س5-i./'3m#ߠN[~JSx񤐽9X+ZZ`-Zi5 µۺU"m;," p*py׬>tWil3PD\f3 1HtG|vFnbF}7MfI!`w"ƞ:).aU)hHT_7tqNs K,qwIFnOA/u*[[k@UFwuH-ՠ!U@7}t5߉Q. Qc.YnU锖? XIǎT`Ҝd#l/2,J |s,69N~FC[`.D8\@OD֣@4]yd @vjxE$=&z1 u"+{:Ҵ"?r2aj$罨,8loZUr\k[bï(%{nY2{1⢱mm'qϟ)zS#iL!vʠ@2Fy/yOLޤawiţ @AAkH>k۵ZkLtXâl`xLэQI2vj=*0 VE9M@biYo|bλW@^_Pk*ͳ#0#EZSsޖ7dANFx~=;ĤAƿK/:O N99ц )`W\t`|uMgARAьć,l@kT|SU2շ)=WX'B .S;@P~fM  a\ > ySF!x"oIJ%VnV?BbCzvhh4VSE{ 3 a`;j`8g- ŔQO B~"IaB Yi懞A`ZZd8PIDs1[[6Q]l i8ﴄ(^71 4gdD"Ro52Vs ypb?']GO {mYm]SF~Vu2lr7d~|=ʍ;Ͷ)]{͒V#[}cf k~K~RJfIMy}G2/V^K5U$>Dw}qlh?Wz9( WS |-nΙ=pkPrfo8>VJhF,;wcKI PfH>[3`Z%QS@k~&PNFh l>VdWy;y~ TP?#cq [rN/pC2 A| Y@ɏ;95v4q9qk)o ^q_mY.v F%5?)^ .P3ϪMgh*ҵjPj+ cvHsF?~~D YB^:YGᥡeY:⌡cI1FB,(Q%o)3-/CCKk)&Y^2MR%ʀ}RN3(!  $&k׽Y۹,DuR+J-yZ6&+uR239N(eꑚm;rV4 }0d>I)Ĵqzug.t1!gn%X?I`jsFTq 獯0rn6pW>XCݔ}կE+94ϰg2uX7>-,7Pȸ LQR:p|?saaѴ))haZ3˚#bRA/%\p}%v?p5\1e7B.l?mɨ4i &I~h.Wuu Ma{a&ܟe[.zK< oNdMZދ~l.G1\''W=D'q[A@A9M7+sz &^&:W&\8_-k, ]v}LʙY*zGkI 2GgP~vnC7& `B?jo:C瀢%5-R\8Jb~C/OM(wwɥQX*w&MHD p}ajRXGҢ9um>O%~9xpXH.hca.Si^ݨLp4N AvD9hyp\E돳V. S ɾmp(3/5 Qʘ|L6ԟutt3FluHG)p tKOk=8Yұ 366daUzqj)9n& O=?<>^5wg=XI׎+#)1V`n;˷}e߬W=@(3L`9Ls[X;zBd|d\?Î桾}#*O$!lDoahf9`oA2'u2xJn'*RWڒt[mFX͸L)O}AWv|.wXX,-ݓ`mo᤹*z֌/@GxtB*Ձ+BR%yw%e[@Y*W3af)_6dhF6p䎐H^. Gzt|G*k鯿8LaTb eoKH]p+uTh2) Mokȷt{#kGUԸ$nSn<Rm(,lSr#02 "En&n: [vy]Nݵ/\-b VD*0<8OˊU:uz*uȃPQcx-$3Qlq 1:}dќqiXv,Jڢ *XrXVi<%LT-<1d} gxdwӔ-TU bwpH$\׭lA/k;٧ Y\?H=^圪,kNL@( { b0?ֵ(W,$zDenn Vf >W6ɡj{5_J+;pGs~T˯p sB<" |ׄWRgP; he҂t(ii8Ql+};țjxς$lu} Xe392Mz*BכfQ#VF |!4/NذDJvn*qkvm~ m=Ԝ|:R094T=-ݤ콢o1O;”,?w$?h=xC., ᒇ;qp[mr6>7NH79:7GU%і=cI8N`UUxƇM7 Ĭ(?cWIS,aii mb WB d^=H{.: 8:`gLj8nE֛.Lcy#ucKv'ʥeb@?uzH݌xٷb +Р|"ڞ::u7kUw/%/ 5Px~jv>cGjn%g׍0Cj/zְ[;!l<`^x+e U59aRIO)0ŹH׺.BH~T3U` o24uL_SPG|c\y8cz*kAx@~ v 3_6T.Hs~%=*D\H^rwsٷû&d\ ޼(b, ɥ<^i88Izf6;6oR?Ā2?/h3<-dȱIg1;'_pKR(Y5l9ڸǝ;o8k;Z5s^57Vq jbu,1yLޱtV{\toJ܊oa +y=aЕs5YWrz/*HT Wǰ>EZU]anB5^ƮOUX.nax[ RKsqEBenU ymjt]4/P_I&Є<Ln <Uq?!wշC1U!r=̀4Ms=g'Tu}]JgR-@EkK.5!r~;SJYMc>$T. /ijގb6@yf7_ !sh<祐r$V&&.i+~f{& YZ