perl-IO-Socket-SSL-2.066-150400.7.3.1<>,Z,bpp9|,{.{HW٫DJp‡`scYE:4 ;gHwI?EVӛsv%I0J'hXEs+}[I +u,gD#_ytEN6DـKcLZK'twgXd͇ B/e2 L!qǢNDEp7_1/`idKp* p"~vF {HEvYUo1Aj↬ <ۜL!p.gBlt5'.  'ߖfi+B>>k?kd ( b3 Id 8 l      0  4 d  (89H:FcWGclHcId<XdX Yd \d]e^f bgchdi0ei5fi8li:uiLviwjxxjykH zklk|kkkCperl-IO-Socket-SSL2.066150400.7.3.1Nearly transparent SSL encapsulation for IO::Socket::INETIO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort, at least if you do blocking I/O and don't use select or poll. But, under the hood, SSL is a complex beast. So there are lots of methods to make it do what you need if the default behavior is not adequate. Because it is easy to inadvertently introduce critical security bugs or just hard to debug problems, I would recommend studying the following documentation carefully. The documentation consists of the following parts: * * "Essential Information About SSL/TLS" * * "Basic SSL Client" * * "Basic SSL Server" * * "Common Usage Errors" * * "Common Problems with SSL" * * "Using Non-Blocking Sockets" * * "Advanced Usage" * * "Integration Into Own Modules" * * "Description Of Methods" Additional documentation can be found in * * IO::Socket::SSL::Intercept - Doing Man-In-The-Middle with SSL * * IO::Socket::SSL::Utils - Useful functions for certificates etcbpsheep56SUSE Linux Enterprise 15SUSE LLC Artistic-1.0 OR GPL-1.0-or-laterhttps://www.suse.com/Development/Libraries/Perlhttps://metacpan.org/release/IO-Socket-SSLlinuxnoarch L,s`R#~x~# w y%AAA$$$$$AA큤A큤A큤$$$$bp\bp\bp\bp[bp[\n\t\nbp\bpZg\niZg\nIx\nZgSFkZgZgZgZgbp\bp\bp\bp\ec5336bba53563c4f805b3224d20223b89612a6f377f802ff0b3e9269b640b19ad3fc42893655ebf97024ec9bf3001721a02cfc4cd801568708792e8f1116fb671ff2daa1a4f835926de7a9fe0470341ec282de57ffd7e825d3606f7574e1ef623555faeb5806c4b1ab186b5e410b6e700ff27b67ff866deb3542b1cbd48765e6855a33ed089acde9139199ea9d0facd8f98ed7e048abaca36cb1bbba7af6f44b63a083098f320f858d81d5a2578fd07f805c6865c65a189bcf31a28270ca1f62e3b0be9c2aa6999543f67a4e11541cfaaccce2b569613849ada8a48a0ba8a92090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce0321f5c61ed07dc78e7bf6ddae4f001cddf4e3e442f6afa17e89e897d70129da93216477edca75d91afa38bf789d27102138273d5575960f691c08ed0e0f8b8d549b492f39b252fb0092bd4a1d6f0ca8ac41df36bdc997a3ca2127435f97540c45ebf6fcca47a4b4245420813689304921ebd89e630a8b2a701e6c42f5e04a73e270a2532b9ba4ee48315c28045cb79ee8669de2abe4fc10ef40115ae1032c81b5db66e65faf04560d21648164507b93964301e0777b6e98b6cb08bf0e65f0d8d232e73c81713d4bcfba038911b2e50974980fe81fbeaae69741e122a8bd9f9837790144d5e2061132dcf2b0b3eff690e16269452fe168a363320fba6b9830d557c40e4aba9dfb91aeb99232b28b517d2f61a07ccc89b96d778bf8f6ec28a26161111e2ebbbf466ac84ea8b1d7a9bbfbe3782db09fe8dbb7d69211bdd375e2a932a7560db9912dc6e22f097b0a417c18f47432c0ae85ffdb0ef7f93b7d56c2bd153rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-IO-Socket-SSL-2.066-150400.7.3.1.src.rpmperl(IO::Socket::SSL)perl(IO::Socket::SSL::Intercept)perl(IO::Socket::SSL::OCSP_Cache)perl(IO::Socket::SSL::OCSP_Resolver)perl(IO::Socket::SSL::PublicSuffix)perl(IO::Socket::SSL::SSL_Context)perl(IO::Socket::SSL::SSL_HANDLE)perl(IO::Socket::SSL::Session_Cache)perl(IO::Socket::SSL::Utils)perl-IO-Socket-SSL     perl(:MODULE_COMPAT_5.26.1)perl(Net::SSLeay)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.463.0.4-14.6.0-14.0-15.2-14.14.3b\@\@\@\~d\r@\q5[[:@[ug@[Q[P}@Z ZZZz@YYéW@V@U@Ut2@UT@US=2.6.1 is detected since they've replaced the functions with dummies instead of removing NPN completly or setting OPENSSL_NO_NEXTPROTONEG - t/01loadmodule.t shows more output helpful in debugging problems - update fingerprints for extenal tests - update documentation to make behavior of syswrite more clear- update to 2.051 - syswrite: if SSL_write sets SSL_ERROR_SYSCALL but no $! (as seen with OpenSSL 1.1.0 on Windows) set $! to EPIPE to propagate a useful error up https://github.com/noxxi/p5-io-socket-ssl/issues/62 - removed unecessary settings of SSL_version and SSL_cipher_list from tests - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not supported as is the case with openssl versions in latest Debian (buster) - fixed problem caused by typo in the context of session cache https://github.com/noxxi/p5-io-socket-ssl/issues/60 - update PublicSuffix information from publicsuffix.org - fixed small memory leaks during destruction of socket and context, RT#120643 - better fix for problem which 2.046 tried to fix but broke LWP this way - cleanup everything in DESTROY and make sure to start with a fresh %{*self} in configure_SSL because it can happen that a GLOB gets used again without calling DESTROY (https://github.com/noxxi/p5-io-socket-ssl/issues/56) - fixed memory leak caused by not destroying CREATED_IN_THIS_THREAD for SSL objects -> github pull#55 - optimization: don't track SSL objects and CTX in *CREATED_IN_THIS_THREAD if perl is compiled w/o thread support - small fix in t/protocol_version.t to use older versions of Net::SSLeay with openssl build w/o SSLv3 support - when setting SSL_keepSocketOnError to true the socket will not be closed on fatal error. This is a modified version of https://github.com/noxxi/p5-io-socket-ssl/pull/53/ - protect various 'eval'-based capability detections at startup with a localized __DIE__ handler. This way dynamically requiring IO::Socket::SSL as done by various third party software should cause less problems even if there is a global __DIE__ handler which does not properly deal with 'eval'. - make t/session_ticket.t work with OpenSSL 1.1.0. With this version the session does not get reused any longer if it was not properly closed which is now done using an explicit close by the client which causes a proper SSL_shutdown - enable session ticket callback with Net::SSLeay>=1.80 - leave session ticket callback off for now until the needed patch is included in Net::SSLeay. See https://rt.cpan.org/Ticket/Display.html?id=116118#txn-1696146 - fix detection of default CA path for OpenSSL 1.1.x - Utils::CERT_asHash now includes the signature algorithm used - Utils::CERT_asHash can now deal with large serial numbers - OpenSSL 1.1.0c changed the behavior of SSL_read so that it now returns -1 on EOF without proper SSL shutdown. Since it looks like that this behavior will be kept at least for 1.1.1+ adapt to the changed API by treating errno=NOERR on SSL_ERROR_SYSCALL as EOF. - restrict session ticket callback to Net::SSLeay 1.79+ since version before contains bug. Add test for session reuse - extend SSL fingerprint to pubkey digest, i.e. 'sha1$pub$xxxxxx....' - fix t/external/ocsp.t to use different server (under my control) to check OCSP stapling - fix session cache del_session: it freed the session but did not properly remove it from the cache. Further reuse causes crash. - disable OCSP support when Net::SSLeay 1.75..1.77 is used, see RT#116795 - move handling of global SSL arguments into creation of context, so that these get also applied when creating a context only. - support for session ticket reuse over multiple contexts and processes (if supported by Net::SSLeay) - small optimizations, like saving various Net::SSLeay constants into variables and access variables instead of calling the constant sub all the time - make t/dhe.t work with openssl 1.1.0 - Set session id context only on the server side. Even if the documentation for SSL_CTX_set_session_id_context makes clear that this function is server side only it actually affects hndling of session reuse on the client side too and can result in error "SSL3_GET_SERVER_HELLO:attempt to reuse session in different context" at the client. - Utils::CERT_create - don't add given extensions again if they were already added. Firefox croaks with sec_error_extension_value_invalid if (specific?) extensions are given twice. - assume that Net::SSLeay::P_PKCS12_load_file will return the CA certificates with the reverse order as in the PKCS12 file, because that's what it does. - support for creating ECC keys in Utils once supported by Net::SSLeay - remove internal sub session_cache and access cache directly (faster) - fix del_session method in case a single item was in the cache - use SSL_session_key as the real key for the cache and not some derivate of it, so that it works to remove the entry using the same key - add del_session method to session cache - only added Changes for 2.026 - update default server and client ciphers based on recommendation of Mozilla and what the current browsers use. Notably this finally disables RC4 for the client (was disabled for server long ago) and adds CHACHA20. - drop perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch (upstream)- updated to 2.025 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.025 2016/04/04 - Resolved memleak if SSL_crl_file was used: RT#113257, RT#113530 Thanks to avi[DOT]maslati[AT]forescout[DOT]com and mark[DOT]kurman[AT]gmail[DOT]com for reporting the problem- updated to 2.024 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.024 2016/02/06 - Work around issue where the connect fails on systems having only a loopback interface and where IO::Socket::IP is used as super class (default when available). Since IO::Socket::IP sets AI_ADDRCONFIG by default connect to localhost would fail on this systems. This happened at least for the tests, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813796 Workaround is to explicitely set GetAddrInfoFlags to 0 if no GetAddrInfoFlags is set but the Family/Domain is given. In this case AI_ADDRCONFIG would not be useful anyway but would cause at most harm. 2.023 2016/01/30 - OpenSSL 1.0.2f changed the behavior of SSL shutdown in case the TLS connection was not fully established (commit: f73c737c7ac908c5d6407c419769123392a3b0a9). This somehow resulted in Net::SSLeay::shutdown returning 0 (i.e. keep trying) which caused an endless loop. It will now ignore this result in case the TLS connection was not yet established and consider the TLS connection closed instead. 2.022 2015/12/10 - fix stringification of IPv6 inside subjectAltNames in Utils::CERT_asHash. Thanks to Mark.Martinec[AT]ijs[DOT]si for reporting in #110253 2.021 2015/12/02 - Fixes for documentation and typos thanks to DavsX and jwilk. - Update PublicSuffx with latest version from publicsuffix.org 2.020 2015/09/20 - support multiple directories in SSL_ca_path as proposed in RT#106711 by dr1027[AT]evocat[DOT]ne. Directories can be given as array or as string with a path separator, see documentation. - typos fixed thanks to jwilk https://github.com/noxxi/p5-io-socket-ssl/pull/34 2.019 2015/09/01 - work around different behavior of getnameinfo from Socket and Socket6 by using a different wrapper depending on which module I use for IPv6. Thanks to bluhm for reporting. 2.018 2015/08/27 - RT#106687 - startssl.t failed on darwin with old openssl since server requested client certificate but offered also anon ciphers 2.017 2015/08/24 - checks for readability of files/dirs for certificates and CA no longer use - r because this is not safe when ACLs are used. Thanks to BBYRD, RT#106295 - new method sock_certificate similar to peer_certificate based on idea of Paul Evans, RT#105733 - get_fingerprint can now take optional certificate as argument and compute the fingerprint of it. Useful in connection with sock_certificate. - check for both EWOULDBLOCK and EAGAIN since these codes are different on some platforms. Thanks to Andy Grundman, RT#106573 - enforce default verification scheme if none was specified, i.e. no longer just warn but accept. If really no verification is wanted a scheme of 'none' must be explicitly specified. - support different cipher suites per SNI hosts - remove perl-IO-Socket-SSL_fix_offline.patch- add perl-IO-Socket-SSL_fix_offline.patch to fix build in OBS with updated perl- updated to 2.016 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes- updated to 2.015 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.014 2015/05/13 - work around problem with IO::Socket::INET6 on windows, by explicitly using Domain AF_INET in the tests. Fixes RT#104226 reported by CHORNY- updated to 2.014 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.014 2015/05/05 - Utils::CERT_create - work around problems with authorityInfoAccess, where OpenSSL i2v does not create the same string as v2i expects - Intercept - don't clone some specific extensions which make only sense with the original certificate- updated to 2.013 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes- add DHE-RSA to the default client cipher list to support PFS with older machines (bnc#924976) * added perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch - add cpanspec.yml to support automatic version updates (see http://lists.opensuse.org/opensuse-packaging/2015-04/msg00084.html)- updated to 2.012 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.012 2014/02/02 - fix t/ocsp.t in case no HTTP::Tiny is installed 2.011 2014/02/01 - fix t/ocsp.t - don't count on revoked.grc.com using OCSP stapling #101855 - added option 'purpose' to Utils::CERT_create to get better control of the certificates purpose. Default is 'server,client' for non-CA (contrary to only 'server' before) - removed RC4 from default cipher suites on the server site https://github.com/noxxi/p5-io-socket-ssl/issues/22 - refactoring of some tests using Test::More thanks to Sweet-kid and the 2015 Pull Request Challenge 2.010 2014/01/14 - new options SSL_client_ca_file and SSL_client_ca to let the server send the list of acceptable CAs for the client certificate. - t/protocol_version.t - fix in case SSLv3 is not supported in Net::SSLeay. RT#101485, thanks to TEAM. 2.009 2014/01/12 - remove util/analyze.pl. This tool is now together with other SSL tools in https://github.com/noxxi/p5-ssl-tools - added ALPN support (needs OpenSSL1.02, Net::SSLeay 1.56+) thanks to TEAM, RT#101452 2.008 2014/12/16 - work around recent OCSP verification errors for revoked.grc.com (badly signed OCSP response, Firefox also complains about it) in test t/external/ocsp.t. - util/analyze.pl - report more details about preferred cipher for specific TLS versions 2.007 2014/11/26 - make getline/readline fall back to super class if class is not sslified yet, i.e. behave the same as sysread, syswrite etc. This fixes RT#100529 2.006 2014/11/22 - Make (hopefully) non-blocking work on windows by using EWOULDBLOCK instead of EAGAIN. While this is the same on UNIX it is different on Windows and socket operations return there (WSA)EWOULDBLOCK and not EAGAIN. Enable non-blocking tests on Windows too. - make PublicSuffix::_default_data thread safe - update PublicSuffix with latest list from publicsuffix.org 2.005 2014/11/15 - next try to fix t/protocol_version.t for OpenSSL w/o SSLv3 support 2.004 2014/11/15 - only test fix: fix t/protocol_version.t to deal with OpenSSL installations which are compiled without SSLv3 support. 2.003 2014/11/14 - make SSLv3 available even if the SSL library disables it by default in SSL_CTX_new (like done in LibreSSL). Default will stay to disable SSLv3, so this will be only done when setting SSL_version explicitly. - fix possible segmentation fault when trying to use an invalid certificate, reported by Nick Andrew. - Use only the ICANN part of the default public suffix list and not the private domains. This makes existing exceptions for s3.amazonaws.com and googleapis.com obsolete. Thanks to Gervase Markham from mozilla.org. 2.002 2014/10/21 - fix check for (invalid) IPv4 when validating hostname against certificate. Do not use inet_aton any longer because it can cause DNS lookups for malformed IP. RT#99448, thanks to justincase[AT]yopmail[DOT]com. - Update PublicSuffix with latest version from publicsuffix.org - lots of new top level domains. - Add exception to PublicSuffix for s3.amazonaws.com - RT#99702, thanks to cpan[AT]cpanel[DOT]net. 2.001 2014/10/21 - Add SSL_OP_SINGLE_(DH|ECDH)_USE to default options to increase PFS security. Thanks to Heikki Vatiainen for suggesting. - Update external tests with currently expected fingerprints of hosts. - Some fixes to make it still work on 5.8.1. 2.000 2014/10/15 - consider SSL3.0 as broken because of POODLE and disable it by default. - Skip live tests without asking if environment NO_NETWORK_TESTING is set. Thanks to ntyni[AT]debian[DOT]org for suggestion. - skip tests which require fork on non-default windows setups without proper fork. Thanks to SHAY for https://github.com/noxxi/p5-io-socket-ssl/pull/18 1.999 2014/10/09 - make sure we don't use version 0.30 of IO::Socket::IP - make sure that PeerHost is checked on all places where PeerAddr is checked, because these are synonyms and IO::Socket::IP prefers PeerHost while others prefer PeerAddr. Also accept PeerService additionally to PeerPort. See https://github.com/noxxi/p5-io-socket-ssl/issues/16 for details. - add ability to use client certificates and to overwrite hostname with util/analyze-ssl.pl. 1.998 2014/09/07 - make client authentication work at the server side when SNI is in by use having CA path and other settings in all SSL contexts instead of only the main one. Based on code from lundstrom[DOT]jerry[AT]gmail[DOT]com, https://github.com/noxxi/p5-io-socket-ssl/pull/15sheep56 1657041037 2.0662.0562.0142.066-150400.7.3.1IOSocketSSLSSL.pmSSL.podIntercept.pmPublicSuffix.pmUtils.pmx86_64-linux-thread-multiperl-IO-Socket-SSLBUGSChangesREADMEdocsdebugging.txtexampleasync_https_server.pllwp-with-verifycn.plsimulate_proxy.plssl_client.plssl_mitm.plssl_server.plIO::Socket::SSL.3pm.gzIO::Socket::SSL::Intercept.3pm.gzIO::Socket::SSL::PublicSuffix.3pm.gzIO::Socket::SSL::Utils.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/IO//usr/lib/perl5/vendor_perl/5.26.1/IO/Socket//usr/lib/perl5/vendor_perl/5.26.1/IO/Socket/SSL//usr/share/doc/packages//usr/share/doc/packages/perl-IO-Socket-SSL//usr/share/doc/packages/perl-IO-Socket-SSL/docs//usr/share/doc/packages/perl-IO-Socket-SSL/example//usr/share/man/man3/-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:24909/SUSE_SLE-15-SP4_Update/1fb4068ae9ee7aab7a504197e581cb40-perl-IO-Socket-SSL.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linuxdirectoryPerl5 module source textPerl POD document, ASCII textASCII textPerl script text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPPPPPPPP,G4}κ1˧futf-8b6cd36bf8cc6a060839fe5f637158aba19dd3baeebec0a4e2297add72fe5a27c? 7zXZ !t/]"k%<EjMŋ_fνC)4i*Hvp 1cر ,39d14jhqQM^^t![&dF$)`qual!f.(x1%zeYpB-*RKӃ>K~ NCUBJl;J=f˶)=]sTӲx籤>!]l x^0ql+>]VsP/1ld06vO%uoLC` bzXdjF"*ޟe|KOR؝@?W ׷^dr.,g_'S<.TFHO6~iϹ ցg Obvj}QFF1@#J#:d7N]`"G s7= ILa#l8¯Ѭ>A`p>v ۷[c;eq'#O˫wTWޣ_ݱljwCY{!U$>44&E7hh~3}f(VE=JI}eE9Gѱ[Hoո~5F`p@ >+|!A*!a0b`-CKDH)<qvÙM@!9iR*Fp2LԊ'ۗ#Kj+n,{ͷpE !\{!Sm-Rq;7^mT+QAP陼ij1cp,:ȽdĆ{x7F±4aQCV܆טgW+q{ߩ6-?/s%S)b6℉%BׄE8 è A]VUWLU | Rt`e4SXR^֢߰A4/`L 3_A1n5C@Eq4z|D3A5'z=_%)X^iY(ۚ@T( Y`pu{j9U0T/h$HnV[ bÓE'k#! WȘxۅ9Xh{04=%|/П:)="` .X|#z"VC=kb+k%c 3Ց:#Kx20ZM7z#CP[,"Ф?T&~Q۞mU:֋&cST)-rٯeswox\p^<MjkRuzKe)m {!Ӽ!t{kcAiG( +4n<W uHZ\cF3yKK6=#׽z)1T!fpPI LGS>V5t-67pH詴wKX^jw|f BdzR^~^*=GQ`1w)}>9dk $TŶ4Ҷ] 넸{}\^i&mjf.E!iR1A6PVdC lQ(㻾"k׍} m=rS{Ѹ&~fW8 9AX t M7vҋ<#y>=*(5lFoiHapȠO^7ݦp~yv6g, };bvC:W !/ (x`eEj0{&q<,.{1bCY7 8x4 nԜ+ge !#b63{rB12ԱԞg{0s[XLW?FDV~%(ieR㧿0B[6E?Dj C't)1G7r0 7U͡;"%G86p}T. n-[!b= 'q:;3#D>,Vu`#~ĺ Č`ӌH" hHsz!fI%窶\1cFxDJT_u5/;K7dsy ̒ݔ6ZUI9s/r~_r02t%:!ㅡBY5m"v ~iq,0<%Wڌ! O>/TUCaWת{/_.S8UG~ 5Jsx|&m(`"a;;z/_6&7 # 4Q2 p)'E`E-3K&0ܪ(tRSb?c"V&< *NgAm؂S4Kܞc3+瘦UOj*i$etd Wk.l7 XUIwV8 Ul:ш|o~-rdOcuRj y7#FŹHĽ)aap;?.Z/.ûgY`\QR9,O)L8G?.\ V{!HԒAΊau,ՊLMT0C!˵Px‡#owtkGu ֶpDSF|&܏]/2Ġ!i6I.gu/ض( 81Ģ9&e-ؙ22 AdQ*C{I9)!bZ)__r_\A+g 0ix40v=rMe2( /cZȺB ːBv`> .6.dSn%kqKZi(蕇J8@[?j|^FᨘB^dJ@mz.ksPU]i+-W)КM6ԩ~g懫z\GtRr$mi*O62}M2Om$_YW", hbxҎ&/v+I^! Si*p[GHך?6nWwTv ܱܬO>!h@vKtf1j =5Eo_FL2[C ̎8ϘgG_!f^?<(Á褬~KT8Au|Z9gazϜŒ}-d2t7߆pÔ5RAg~C:=#LSsH5D'750*U~&ڝ!t[XFo@A@m0[3(lhN:ݴHVּ( )tLU.'L:d/{H5`[< B*+5bdj j7[x]TwfuHIP%fsJZnhWjoVtgg⎸@>E tp{ f۠} ďQv55E:D‰f\Y }DHwz@ KX/e~NGN=ʲs6`HCzJjM ߳flL V~J.wj2`yX2j<7l`&<pPmt >n~vD U2Y+ԡMkhW$gӲд`sjo"03A-h7ʔʪ) yjɶǒԧi>I9/s5c_KKj] vfMqA6IjO3f/]vq/Ѣp]N=N5Y}OwMOoh3t@HZ9O߁ bak-<;E|>?}.0KFIsl< J 9+µ.j Ax ?R 濱]!4(㰎H򃬼ٓǟPPxhC`lûrtUDpڄ|P>/mO0c3(#c@KmѦ1fc9#D`I%9 À|>ui%T42Rgr+IuwWEKxseKh"æ\3?~tt{BNKliu8J۔ſq[UW_sù#ZppN~nN>Lοˡj6ʻsLidcLh %#  bIa43lc D,鰺@vFZ7"bQ'lQ3b(fq?]&@Ld3 \ɋcEkP>a_x]K1m=FғuyA !]K%#dWpL&o>T(?jAv#[ ]w%i fL_@~[ATt'0K8Elroxu6gk4E2O1(t#0 c<^0<yu&/!e<3gߴ&;U3Q:8eTy:};-]`I%g)R 9Tx|*l%iN\!MaGpUyj-dO'"xU` Ԁ?ڇIlc?=gs B0Rx+ G\V"]`ޘvl:梑B 4gM6!( %2}bMƏ^A?vCS8ejv\OPf˘~2VCu\J 7Vmk& }J)h%fh3^C䪟m>6$s ?m5ީ$6Y,+QB tn!M>)Ss߫ewoO/]fs08PXkr+.ڬ*:]´!?K B)l_oShϤn&OȮE}Cq@Rs h$ʃР.4m՜3@_lw;bx7mQJl_`i@َ ȤM"ϟĔq%CC(=>s@η}ihQ&tx!Ȕ/vwOx>\LHeEHi/tGN/x_sնEu`j8xɂ f;7wZK֞ 1QxZ]\M 9`{)k%' !krl_e 8] {gGV);<*GÞ&֓Te%kr6?2LXM'n,kaȑijEрfju=4wx<)DP%/Xo7WlY=O;Tթ]a(5.6& xπXB5FJ)E8; ; c%j 8H;fR *?E~Nk̙vG8ŭ^ҌXU|S%\K QX D-w&ZyX\cG,)&OoKg6"m1Ԣ9Q7xlAAk9%xlZHA+sem- ޭq+.xvol=02% Ͷa]BeWaa_S4gS k L(=?N}ʷ}^^~n׏"t1^`bм?3%(qZtRж*Kw/`gvAˑDzD;DLP%ŗYAΈ3_p){I^sm"GB>b*CI|מGE 4AOo'Jg^g5 /H@QCU|&ۻ[X|J%\#GNk-=j\7$1u™FMl !QIsrKeqLm,y˵/3gi*n~AVEqIӔ3B*/,TD˚w4[cEDNwj?/M l+6e+6?`V ?_y/bP.x" dT#o<=%a!o%TYLn趰@71D!@cǗ}IGq>0T?W' H?*ZcYHYmVUN@ovxOp?fkxإ8r7gŭgid34J(#{w ŸM&;5D3NwxQ-ŔsiuLǽ&UqF)<vAQ#R C$Yڊ1/65՜ "S]|6{=|@(8>OLI[mH]MT|7"Vx,L@rP=įvyWH:g2R3Ƽ;]]u?<9\z;XB10G\?ԝa2>2yj\OPë gvE_ ߜ{gT*c 6*~fIz44ܼݖ8~ihWJ)Q,.H7STc@\ݟoTиI^ %W*teP+ TfG 7 ޾F7p= }%I #Iraa4Rv>7H7..n0Az;}2X-m`in]i3ra>sq e7F!TQfY]k 1J!y?> V=C%S5yw kL4jѾv4/ԃbbkׅT2gvH7˶l#÷w3*i2\x^_/.t:RЪ=H}3-SW w?ӻο|K7m}]"$# zdSs|qF?ҕOl+oY%~W3#E㴚˲1Z ;POJi6Tz15dyqU{7tW?91z*(!E!F0$d8WG]vsOe_h?P7slO'wb &e[~0[Q$D=>ŎޘgeU*kvv+ [wp~dw?խFc&K WqPR7%b]Zޞ`OӟIq0VLyb?LcVPx-E5OͮSbU++^,<;ŷ*nO(f1?RE@\a5f77"*\*.@TG8_pn9N;rfs_@XZB|wyRB3I0aiwc:BteKGOTiiސL"};Tq*LW<븩#WKdg/#iÜYyNŁ:5+-q. 8A w չՋ%PئD6^*45ܧd{vk;cB1 qMjQΏ] ]{ozl*Ӱ#NX%A,YEϏŊ%axPwpQW67Z UB6c8[`Ǜ e=q$lS'Ma5 #/Q2_UQZyRNc `YX٣~5| rc?2n\O={@0Yy6a*o(Jk'JDCzq T4Hx J\qoo2.c2,,t"I &Na̐7zvB eRc1#o/ E[a({YlfZ9HGO/?qfex,|3lYDi$O˄ 02Aq/@rtߎ;l%^9e^Dː\ { U@"tH)d$AyxF3Dg%zTLyU*h_͎9_g|gbۛC+؊9O1>>ӝ# ݇h9,\O|%JcF~ȐIVO lb4NFދ/|6;\(~[rٵi~g}[$wy叮B"'|ɉT|/4k`f:VԭFP__}x<69ev7y`[39C<ǯ9SH;GpR- 2l9몿 sPh{a^701?3>[F,޳xQ!jO{~Mo^`P#[=^:LQW rC*@?`׼Nn}iF!̼-n"^7 Kk'c٩~6`dQ`wSwty ԱH࢕ut ƾM,WCȯBa:8R7TMO-6pR%B?>/H5{h% PGKj/Ѩulx`p \_PeEO<!gtV #,zեt}¿>8Zy?p[:HB-^eRaC[}7gDMkBr*x9YXs!H~) хu%9H;u[|*E4O^pk}t0TJ`حK-2Ga$@j*|rI7MyZt/;2D/VTsenXl[ }e*E!^[űf}ܹUQzM%2*Z8(%߱8ّkشߺPc#g!XweZ^.>"1oBn .eCI]l  HL{"6p1(HU6(1?Er&1M۪~aC d~I]In8T)""/cU(͵jB-#f>ƋiCڮ8PPBWr52v6vq)qwk-ȵ:`;/j9\@(j1v9~b~jЂx!Is̪0!(JFD LMfؚ/t[C%6UjF7;AwWgDK!e^k uٖ@cƄ:d1Wf2'il ?dzȱZb˟L^|3W?cWCqF['S >yOBXC)vݷ}nP?},4A^lݯhz~xcfcT'n]czLfO\BVU&aE:vj!e\^m-7$J^ N]z4xvﴉsO@a4nM #?Nt6?F\ t\U..P1c ^EN$S? @*|T&Jұ1cm.+|2 AeQəW&/O<-I-9isN6Me>F?;21WH!~lbD)l]؉s!AR~VL߱)+ګ2O.2i3O]66VA1 exr.(*X)sx4$ar_<;T)Er$CH72ZX:2cbq;Aϛqa|)?搕Ww+ ec+݆*5Ρ4{ʆg6K36Ԩ4)$б4]M3pjs O:j6i[s8(,~ >҆K!3 t8/X!o"zB9̯L(2'bJSƠy6 R^.UX7_ކr=_RpQ$l2pR!ӏHbt9 e{e YSo (T If}*C ?.ߦs6gQ>a s}ɫB3wXꀢa%ޞ3([l U v vEa^w Bc۸QGRF6}l! U&fHGhse_$%:Ѓ)0($dX+{IM8ol1@n+= WTښ2%`˴>wae'Jz5U|xuo! Z@3 ׏;$Kp]-;")=h:3Hۘ*穩Y.zKILj9+aтC=ot7L]AmS"t~=Pm R9]Y9of 6C.9"Ee-ţ~uX!],`"#*'ZXoť!yZ,>#Sg^X)F aΘm67= yE8;6m?=&9:ƣkyORI3vJ4댺wC]@7F8\O8M_cIk$e UbHʄNx[ioGK0H|;hvsfCL'sG!9I@ Iʪk:`.RWx"C6!^fBhXKh%5ŰɔmKutwF IPl]; ""fnNE)pG"9-!C]bfBLF6Wvi:wOqD*ecIJ{$v`!C~$b.u; д|tzdXmYIÇ|b( 1t>E>F z /e¾  fSX!dD:Zەl | ygt-EVI d\ӵ{102FDZ^B ߴ~6!~~jP e͒=|>L%4ԅT8O?8Jf"l2!(dkeś 4<tT]"/xM?Kb׀<̌WaCRلW۸^G<=7w[% ži:8Ɠ!gB%9oxo㿯Z/,.tK [$ c >y*)ũƫ2vEHRf=Ҙoc% z4 cݜ$3Hea6d% Jy}vCŽy,m^@oŹ4V&-9wG a!]ŬWMQM=_'ߠ.bRQ%#4'/EN-xmscSbw)&pNw9$6JʉII^jI57.Wo4ߧ`I PضU+)ߞm=p?Gr[ vYJU8^cuNFRYǛ"cNvX a-2iaq3L u4T,[Ѩxrz<㫕ķׇ7Λ@'^K.sv˕@HJ4PENm^X!,7x) m.sY)"O:5S? ,wݤWw_v:*f]k0QYQTɦj;g`Ji Kƃ!9 +힧dy%K*?jq@d )6T~Їcit} >I9O8H<#ad .۔Yr*M8 xVqkQ>T8c1}ͨ9}Hz!ABH"% |Ii= :"_}1@3::u|:< [+2d/&J*NeR3T `dKk  _ VOUHv&Lgf`| J0]fW9/g'ġ\ 3mɪD<ډѼ&HFTŸY'tL1Ja6ۮ(H=!aؒBHk`&8d>jiCxqk|T#O{ؿih%>I私PEAJTZQ&] إo 4?XBPXHUoB(g{3m].f-D8'.1S_ 6QYy``.$aV'9pReBieF7]~_.Dk\ug,!%w8Δ>U[wh.t&Qn6 cqHG#BnqL4Jk7*,T||\k+ OK֟s:9g%[4hN5/ k1"E7dy\j5W^DTⶕJ@ 9ns7=c(\i,'M"-u*Oы(RQp*U[ AYgixsMsVPT2Ic'΁l5 fxujTk5|$&W%`U!-&?a[eEiX]Jg;Vg:$|8` E~ \Mbk9 >u9ׅث'@w~h;!I=hc ]S#mS6aZ|:=l!DkՃdJ!<"v&&B{(v{WC}ڎç].zQi,C1մ 3ުwdž"ʩ!EơEp;4FJ*..Mkd`K+6Qp=W^Hr| ݛ棴/b{F#5‰>QOٞ֨|3=Mo= rX#f gl Wۅ,p*K#4QW˛~:+Ue˦@:I#6`}Ef䡰m %28кΓ m[ %?:ې,bԓփ)uA1a2" l% 莃}kP7`9')TP]42w!HJ..S@rL& [䂍3#b:Cub*bԡPi5J]fHO X\adGIJxY(R7M@t9  ѣIr$x6[Hxh,|;%mX+ײs/>V}9]p>5.4^-ֳb:FrUVSċK{):O^t=<2>0)}cs2T+CI O-ciF uJgSp ڸyx睞{O;l"(WFZ3jwZ/Y>U&qF4q̯ P=ۙ1?8~.f\R,daZN*wrbmK/Տ*EB#gwo 96$mgl=#SH(½>n )ꐅғ.|v_yvhL?&,LT0cQғ$XR8e*Ƭ1q;5j7N X>+'?9(KԐ-ݗCS^vǘ>`,sH6?ZJYл6}JtحplH7 g(>G Ὂc+8, ^!$ -_M7#[Nx&X+R\1% ȝ;% TzlgʞKs?/;i6[JIT70cU֟NNX F 9ݨk~NlCNWb faοZfuYH6ֺ ]7^Ԍz}Y+:Ҍ }Lxt;P/22/q1 ցR^֝EaF㍽G4ՙ{>bDI0+c'S9e?HGL/Y5yI'"ru^O}62ܢN7TNBA#=?3-d* fϓMs*ppos&5#ץ^P7uyWzB˫oXx,;%Zv~*vĬjoE(=9QU{(%VVa]v I!w켉c| ̤zMCUp 'O0[an_]{$>k+=m*xĝBݡ);o3 #|_E<[$TqWF0E 'HS:L>V\*>}9$+ʽ%" S>gK$]n7pBON.}xƑ.# E1)SGl FXB(*hod+3i }.HU! uN#7$h>!SU$;KV.Ke/ec]E=TΡ:X&qΚ(OV"iAX<$ZtxhtԀN5ka 79zn(#Gz$ ~́}EBqm+;P`,XUke^"([jYJ V>o^kw0y3K.||UWA@FD/DUP%^*y ][n=~gōO6fƃ2.\nյ$U dO&⁝gt/45u0>joAl)r$T$ HgNP[uXBRo%Ui0$ #ŜO`FmjBgq[o\ș\xxqb?׾S欄CzQ- } hm0--έ {Ol) {n5b.sVdQp;ו7qy2mh>vs U4ܲ''U؁#$,xҪ-QenC^=3 /ǿ AH4a1Lpz ҧ@疦>[BQ䍼䛋\usx4BLfKHWU |C]/2V_ԿQ7wKa=N}dZF8cȓ̀ku ,A tZ4XTSgQ-ld=, 6бpYIZY@JS#Sچ;'xԆo,""}یY=zc\-^V5r B,(9!K•iy7O9G$5Ɣ){kj`Nģ; 2lV]R$f/r CK:ͷMI!J1@-6Q#\O.=8m/RSTqQ Bޝ1X1<@MknџcQr}6f|㣸YjɵKuxܑU9^&e;X?"EX9Pi٫AջhYvu0; !DiͦׄcH f㷗k[HRۨUkdJ+ʺOحju~KzEexƮ@&x=T`2{r~>X q>85Xv,-LmVh7Fe~!RmL6jM)boX\ȭJlCn qnW Sm(KX6#op >징x u"В[ɪe+هvy))Z'_׿E!+aǾ^8g Tc[ߠh4m܋79#wUtfqnNh*ZX"ۧ/ab~MC9`=EJWˤ9ro) ٴExӇ, 3!{fc>颋wEMݑ~6upT5Ü˲GqLaEc/RЉpgx3@ϙs輦0OKxڼeT`l2Ņ95rJn W)bCM=CָXR.Š^'pd|'r2ΛSǸGPӝpagB0(/V\x䃞V[0UO4rz[@8֡̎ùgԵJx$OOV.ٔ15Z{f =?[ {}|+k!w( YWtjS?HJ׶עy0GbXO?V b-(3>t}aM|YFl骝s>AVԳpZZTAos?MV䔙Y,kk-?<r~\?A]o21Z̍{( KT_CSi\yZmxGE`lS$KgoB*AJM,A)^RV7; - 45_#㔡t7 8 0K qzcUht2J\KpwZ avDg_Q(Zz4FXVI{Eˊge,pޛS*y*"xc PdO,`"||by2yO0Rw.ƶ3pZR6 mf-7gF!Y!ԟ\ e)Nxu[EDeڲѝ]r0HCu&vgqSgl\h=? %ۖ 3{yጽ0]]Mm9lV?3f,wP d2vܧ{j]|̾+{)fkr&juklip"ZjF CzivJm<V+ͬ_;a}=2M7QfWbaLP^Vn!߭ øn3xv.DTDXؗt֑/aYڨ/Ѹ{I$1SW-ŕߠjǰMm:n`0hߦ=oIpKg<Mc{J67jyYS:>zx6z;woG]3lqF64a\ƘDʌD,D``E;Pi.>סƻ* g|憮xW~OQ}@+r1,HҍZl^M4$ց$Gkڋp8݂h:{b5]i0ttxr>}6_zɍh,jkiu0xPXoHPuF(ǢJB"n!*pH3@ZF´r]iOY ƶLd[WqN#0Vto.Nf[-k ɇ% ,v6n^~u!QdVY%R8<};!lTmGOt#8Uuxՠ4q\{7t!kRXDgk8Jbc{bEv>Ʋ!i|C? O=9C>P/47-R  
CO$lӜoMg'@E7!!muwQg[mM*.UjW \KW׋Iw>2%cN\"z.4M@,BRi.7`Ƕ_)ڴv 6Vtpk"ǖ'!wBH;6sa.9meMLЙo3t2 pNF\:jkZub=r\2irM32w v= Z?VxQDNnwظw#gsXIEH؟ax7AGk+/A&tN҃5ՂmN Lp/i3ajM|_'/CZDp{% MsZ=b~ 2 ׿ 2:,sRߘY>'&,C3pvg1bxܟv8!:(7Z@;'EPCEC?"0+Rp :; wcAH~s~ڸ\j-(JKbarl\? Mh LL,&/_ygD݆pxr|I'J%̝[bώ0 &j9" vT` h13"Ff6ܐc9B$n$F'tكVJKnC>"խM4!{&=@4ؓ@@ q. E_q;̶ҕâ(Gs~; 2ؿꇧOO}4kAluDx1tsj\"/j;P.ϦzӜkfI@݇ԸiamŇ‚ґ a[x* 1/jnO=fQ$0%„>_&5˓!dBQRs{ب:QڃhK䫘KVEdzAd_>~l%=Pw{R5bҲ)^P+CC=5SR`ariyJqH?GF`%/fĠNR"ߠ\x\,;z俹iU,J65޸6RȪ=rvZ79͗,P`faRڢn'0JFDg 1L%9 K cOQ׀uGB%whxtU|7y&\5qF.ob`rw܋U*1T,A6p܄ &剷bP o gt#S]4=oz<-&! r6AO&HǂD/`ҺJ7:8uOސ wTjFD@Ll I7T%֒ikئ"MBU JϡZ&7n=oFyDŽ5ZHf~K@fD,)=*# p` ^/FOHx]vˆXOai]Vҙ2 ۵!?t gTUyl>D]kQ.D,+@s cdCMv s}w!zsB%t &̪(`Du 7i]Jaee"y"3vA6ϟ:%ׄ&8TeY@= GTO25оR'=އ[m?Ym"kE攑8×Z?92 T""ʗ,n)bn7ؖ:?:Ez̃%#QK X?͗ >(JI$ʙ(C `[--U1B׫F[uZ[\c6_GV<}$4laq_G-}yMU< YpyT0+)2c/87{v)r4Tu.òHZq*#@(9\Vd_ÂY#SI 3vF@b&/Et[R+i'Of!B{n%G)Fwmjzѓ+*n C13ڊa"YVbf.wb^d7gMY95kYDJ>:I}{t{@[6L,$qWq@;Ţ wIM(`/G{aKJk K@ ͬsnZ21ґL Yw<`ɉAVl'Mo)TQf`X|۔ s {j-pZ$vԎsH2yzO /4.my0U#_7jjMZ$WS"]M8Ngn ,&~@m%sd7zU~uZ뵭s#29+}'o`oC WNǍ ʰ\@u G r3 %-]ebk&ړL,h_ׄ ghǽZT:vgo6J7NG1H @+sR حVQx[Jz"˧GibHDQ;aRV47)/1n$!g'򅩢J`sNy|)8o'J6K hq"F@E>LJyXfn=Aө-+;/iR5|&43y^R5lX4kWվG;/h*U8KF3娪Ѭ H͍.ܰ_ThuOsg#<4L:gS7E2$9m!y!EQ-Ǖ  fV>o-mgJZsFk%b]qgb#Z";˩h0fyC^ 6rP%p\`&N2yj}u?EfWCu) ? 8nd fzKdf7pBx@&t^v ^=ͯ),rU욨qi=J/>>^#Kz0#`{АѽsȈzS ޭQ9JsCf06XT+F u.S$(t[_ -MFalcv/2,mB" {w.!JUؚ2F:u>~vQ!piWr/P5C%}mb ޴j\Qt.Cٞ7or炪UݵO(" Md cSp]KjkOԾmJpVvW=ϝ\JCEE ??:KtZ2ħFS2Nq8",,Z?@ K-բA@|-"n2g?|,v.2Rpl)fUWfz=W+Vg&Z8B O</̖sW+0 @3'A~J-LPxÝ;_fW$ + G0Lpvث|D9ŲhLI@ZH,v0DЎDT٢/j"#`nG;ꏞW]t<Mmp8<Or|*4uzҴ1$^no.)q6C}iD"dDE=N2| h에Oume5ʿxVM(KŋO)zĝO;*&`}Bqi,quM<Db%8Br@\pW|eO]gѰz\VǕI"{1IW ˃-Wpf@+ [B.vS=p`O+ aVV1%C|3PDbިSpZ B̄U[Yc׶:; 0u&t騛BE".4-uP[|AkNnɰ@jom-AX=t$F*r-h 2^Ş4)IPV~,`Gȿ\=h ;r!׈!5gs=qrƅE15PF#Z,b|EmLdi[:0)ާ- {~]7IGoR}sI77USK*}^B*' ,̶a8H!jb gn+21kڗ6 xNp׻lU*&V(!i*Wa *%el䅃_Gc/ 2d p?P}/i~*MNM)96LńITEo}v9L5'ҖqVt=Z9Aqn긌ǻw?эIrZ܆r 2W^r*hzwKґ/B<4%󰏞NDd _Q`|KEJ{H?;FEIn22Å5Ɔ恶PℕEz2zvese9T$#$ T_Z/.»E#ĞwqN`J?Y?LqS TԴ2Ztt053 <ޝ4]Ӈ#lt/ ?9(z ؍}Gc I?嫄\L^/Iԥd^V:c/ RU<-@*^H۸2{r,Yyh;-tQl' {Je1e%,C| ؒ,HZ_u?t}D8c`;4z(0'vaɴT{AiQFU'(!+nHCo:Ѻ H UY?`aPoӦ]A0@v^@{Ȇx֌}`e~Z'GȻ؇ڝ$6."(ԓF:0$*!|#5sQC{ڀ |:E6իm8#X_Tg|vi#eC]CI}tkH[ +4 DneJm`.0J,-N>`mwT7pgz.kH/ro/l-r/%2M,tә>X'/P妼;YvI[1W/ə+o`52c8WeP DJIy%2#CQCĒµa,+3ޫT5MIg(z8cWfZ|xXas pI e A%W[#p6,$ ,+lS8fts:ōSն`@E9 CZR\S70L?llٹZL9%`T6PT&n).W" F@\SuÙ͐yְ1GSWeLuP`[04 4f-ox)ML,U 8:({hƓnoP/Sl .h :- KR7S$b磦rn8:a?,;sӥ |i}hsjύEg~[n|ڣ9h{sO 4  $"7 KDnG*܉d ql,PnVWc)}e)ut;E p%|8F՘j~I-=!x'a2qs x>ȫqM'_@gP\NV ܎̲@!~&räL!3Ph%G(!mP .; .YRMFyRM|~#D ׫ZPF 4l7NŮr[L_ox+3Z.L&Ͷ\RRlʆ1<(Ժ)Uq?8<2ge^ؖaxǒgV5K4nF#z)49N(92&P2 ,_*4TF^Nq3fe^,?qx{ |c,l N7U+} 4v . : 'PsYtlEy2^\PwPvb/Ѝ%[pp !)V=oÓ,!T;}}r"^3e#m^61S>֮3lܩ;#jo]pܭ85MGa` u&T3\):#$Y;9륱t039%VD<["\LH;SJ EdF70p ;W[*)&Bɪu(^q=rblt& x$ƿJ8@*ɕC"SO2WwlgRj0X|Xc]Xk;e)+u:Vzu91_;;vTqw54&FUQ} 9FE tTxv)75j`=oHB1QhZeV;T/ i*ǿ6=}?^]EMv6(n l9ܸ{?բ ft$-;pI.I +"FT eH/ۼTNt(NKG7f!Umc!{2ǛM? ?+`Z+H Nx&}~AiNkc)԰MLD"f ؅|Yu##] <1ȰPَvOZaSS<㍵So[cd݊NqЗly ~5Ωax_6{ #@홡eh*@Y"\BЃs7A ꝝ'88J%WKd)EbqؾŨLLRpDWx mv*i&ŵA!q|W'yo[+(Ɨ` .|K΀{5PX%/'f m3a'8x 7V2xBP]4t (sgqgc{Dcn~r AO'($iejcac3*s´K^g#m?Û:ꡱ8B&*Gc0 za BޔL-R愡ĥw/aM}Է -5ϠV7Yh;.Џ(#ȁr-u%xm cVABSUCJQD(+'_05o> WdwPw^.8>pyG7[:MI*%ѕ қdS9gu't}y0E`Ŀɟ %bX,rP c.e]$9ƵU|qFTG#b >orƄk;VNiާ3ESr.ۖj<>3a8 lKyM`nJ@fHk {*v57 FJN6'VxrH,ƫ䇉>!W-I=s [V8,WJd5ȱJ)L"D΄.:[zp4nF4 Vt1M& $fբ \ܺn~7j,ƺ:E ^ZDZ}5Nki-"Dۿ7[3,MԐ{x~({u}G?}_tA؞jpͷDc6U]c>֫xO8&qAxi1qS$[AE[գ YI ?qE~GB xWjcfq s¯qR:ww,؆ a,Fh=LlK|YV:|p4X Mߔ֩ĢLGFg*<"=^|JzfUۘ:~\ܰƖ,vS ̉JIsl,؜Bk 2kTH,rps n!zomY8zpLzpWcb0DuU“(PO())yG`|h(fu?ޗhqHg}Mܠ1;_`6Řz-!u10A\<fÕK>Va\Z,lQ8c5x ?h E_({B-!w7~^v`ۺ+2q8K˜Ύ6UP4c~^gaCOJ3N Gd8`Y%\;v(C KTG-4rqgWP[\(`&ssgkvo5P2 &1T`;$a,&6_/s =!a8_7e'[R!|TmPeP1.ՋQZ8Kl`ѻ@cp;ikdr`vE{JlN;7 v$c& b|Y"[ȩ|ҫnt j)+u@ :&0&IQw 1XRi},N_+aIq{oEJnU`đR տ.\wD`3|(c/*KZɾT`yr#)1{-K& n][C=(Ō~]F6~9=jCdBO=7 D!(wUzf yuj8%}Vk_Yi 9w7v\a|Qżl>7]mKTebP IV )Ψ+ .Fėok+N7b܄͹-_C["k8Ťo2lE@~RiSz8qTH >;m >p/ʧ˄]ȉ>O'q9} Ն&Njt?:*YmKgX~C ]_%_FԥZ 34/@Wp+tLUűU, 0k/B6x^>STJ X(M6(ڇ[^v$W 5f֜$րW:۲1a]f\dM /_cԐӲ=36i\s_q}*QS1 5EnX\MTAd  u: _ TsNj_w2cv*l:ܲ%UvSc%DØՓUDj }7"EAƪ8ĕeUC7+3P@jIB7l6եV mj4DviޗQ,uV8,FaC[K{^`-)[)}+spoUCcN@4*kY %U0MB8ޖ,4;בQ! Zϸ6_ZCf})Cܦ ;]1邅?ja].NTqXWXLkQlQP=t]'y` 8T~&-d'4QPsPƽ3&Yoֺar NaC#i(19U*9( .EHw@oǢU{µy-cw5Җ\2u`-T\jev,XHבk;y$KN[΋룰vW@9ª`P0X FuRt;ݴ5Wb)$nICLF72f?i~N4N9#z|LixP4~n`<)4+`Uf{Y_uJ@0 dO^ZMb6-Y|nңpřn<:$^ k!g7Z#:J$h$͡!TUOyf^yFAH\jOBU +fι 55xt")r&Ɇ:НCSn e>KO }XPxi+~^5;h-SVx ͠ Rw ju^)g*{}H ӻ5 -S q9{?9ȿXETP[4qi/@B:ϩ[tPSyp6J=ި3D^3)۷ܦDu曩+R*N`֑7?'YY(kݫS>(. a۴עc.n{"inͺ%$j3 xB"&w2ܮ8n7_?g+9`To"?m㝵Qp}v0ͪb'6U|'J->kU,۱mAQ&jof=L j.hKjXJ8'iUuSUcVa!N@?7/X)h {` V\F9hܚ;IvN$9x,K:<ťt%(gnH/מ w!`wU Ca"ZtK5']XKͽԥdW؇_ ˣN>cŪAɪڑ`a_~ZH`oЂJHaF,Q/>>[] غ9DH qgb*ﰄĹ~qE喧w3co}Rf$bfGa_io7V@f:x\걵5)62u?VJc l(^{8d ^n,'>{!^YGLVNw6z1E6g~0γTpq tLIJ,2[AX;e{z&#'P6`7ÇO0|kz~Hv霋8q=6> ^zIi+t}#[C:Z5eȄS܈ZdfLnw$XvP+ r_j6֑WqVzC/Ugo\n]@ t|ɍ"!ޏ4~(E`~|$ ((VV!)Y~2ž:ކ"g᫧$fbƹI y9s'h軵czq DPͻe{5ߛ>〜$\uS5µUBz`{^yI!cos0K_<70( ͥ%sW:aPN1âuΝYr Ef=)`;g).& k5n,>&#9늴o !Ԅ?V6mi4ch b:Z7]#folC(zکyf\Z-?L@hﳵEmϟ$!˝ٺ;Edq_$[F#:]|D̺Z؄cG.a_Qioj6qavH1<|Aß{aONqc,r][hZ#d-.>>%0wa]\(nYӥ{r5Բ>ᴶ1'gh$ԪOZ#2U~H*]/ ?Ko}a} (#\/ /uïUM>J}q>~E-h,5WN5klKZU%qH qUE>uWr.sgs/ƎVs%/HH&X;r hI!? #ciЄzm}`MOʖu|wA9_ BD1AJRdC*굯O~ >'$^gf+n BO1i>!+~!6vqۋպ'Pm0^,w4u_01V!oP|GIҟw/9c{+g-u&͹6N # ]bS)6rBa?892R{VrEiρg]i:WF_n 6Ňe,gh[24"cRSycEb@64`֛Lӭ l8x `؋$ nA꒧h#X|9.S`pYe a&a^p:UL 6Ic[s1+fOk0t17@2QD SMe4EuoxTNٗ*Zm k=>AeG x\:f% {Zq&[oeq=LHKvVl} ya 6X 8{?3v&O=vH3s_:(=`ը'^ӊK2 wug7R1+w[y>6()쳥 L;ZZ5x!~: #zN? ߚ/{*ix\ɪ7*&U]PydJFĀ<# dE"cfb?"GJ l'D+q(ƺA|Q,lqq~02)-wL=W$O2  G-^|x/6xdN=t5 0$]|hʩs :<9֠Lq3IOzJ'yr*6 C{VP j68Np&m qkGnnRZ+'+Th%.%pQJŤۻ㳷5g{Ż$=Q?mya)E8wX bB۝Ӏ•a_k{2Z>d 5ŷe7Zk/IC_hCoлƑ_~9A0R NmhocmN`A{ WZ%u/d'G9Kl` SL\r/Tݻ>?+SfE]dDKOYAaG}6b3ϭD!qPdx J (E\"[6C+C0V-wx \F|:uF^#Kj,+8¢/=e1@O#b?2+ SJl-n~j` l`gʲaja^J,!s4^=ӰP/ M+eu'1Jzd~KliѰ"/lYaP;Rž/c9l{nT6Rt{qhJsm_6 ^.vBӻn.^PZՐ\&9yBň'0 -Xء߅󀊳4Omxx@ .\2`lĴ[d&o r2ϙ5!K .aJݺ=oT{Lqϳ;\F-,3-PXW+L@ )alQvo_2r>l`?d!]DeıKxyечEs֕ {b e5Д)_2B͐ j4%\ϗD}1CqX@-;lN__L j6E;OoP"݄6wO8̇, >>)F(HzIwP_+@ɛXMJS!3 /Z&*H7dQ^7;QEs 1:-V$pH[ x ,ۛ 50>j[,3->&} {nUy ݐm؞`D+J%(PjEᱤeppz[W[QFa<˲9XPuLF1Tns&&z_9JMrPN)YfCNYX|3M=6!f8IΌc P"Czrl]׀j@k#p/YU,Cr|EoMa@$u/5 t[e |yJQs(Wβes~_^ BY/Y ջjnm*\`n>먅3}[ EV+KA6v"F>31|IWIƅR>Gf@Z+^Bճ|m 4>zR4~/ª/9ܶNA-nN:1Ak5nŬI7I3cn+Sk~)lvdL%nvln^. ^^++Bes`J)#FPMx8v$_.# 1u"fGN>Mkx|"Qp>{ 6c 983ݠ1S#G21hݍŚ5Ԏ4{ 24)t<]lhIUMrgvq$E@ N;d:]2GV 21PWDL~ ec-ZPQ!cHg6:!ZaX*}G$rf: _C|(.}dꬨk\)e><,wdz' ?<ع8RqhRiO nUs _8Y7%٠NRtI/\7u%>g ݍarc!})AE’AqpG6)tAՌ g^; pj0druK=Od@(yj& ha.G c1zj˯7&{XZ9cY5 ACQSoCL*I"9gFKz44. %нAJ &q&&]/B}Ezs#lCg'V`fFX\x4۟4CTJf|ʼCNB ]#4`p,Q?Ԩ- Si$CeuU1bc&9 U!y ,ޠl*+,uFDX.?Ƙ[ S\¼n(,|]nC@]=n# uϸ^'vb_w7@k#`Pϣ7v0jmizmmP߉§f5 # qLXS@ΕEQ$`/6/ތ+ؾ}֝RMضF`hF.dۄsFhk0 ^?E+TK +,.nP%4C}/Ôke-S&@M\Ѵg[GڍB}GꙈ;tCoN/$a6 v _ wo8}OWZdKlכ#fn}oP+e>PiJr hAn*+u}ޮ}⃼h~SO4-(Uh&ޝwa;s,ƀ~c{(OsҚ}w@=uYN1PX?5ǎDyּs1qz\BO֏0 6Gྚ|)sE:qjOli}jsSݵ֧ϖb+B7͊r})P*i#^mP_{,hu l ɗ(i#b/F+[is. H}3iHu`C@98:gwIN!Y_;A6{boUPP GP]v2b4^Q룙9DPӂgTl Rӭ.ɩyX,\>즜>t|sUZ4'c63+(@𵝷NO*!,d|(gK))Yng+. "tm#A?OI =AHȿs):}L0Iu)[4 >sPHx,-I?y>ξ~^z>#v,@*7Mxl8SI͗IGл͞jCiM~7@~n!{ofu+5f,ڦJ-pܦ(2.._ї[R3f$[-T \*ن)on)`ҽ @5?ā* HBB\!^ [q;.OӢ;~PXg4@y1ߩc9b܀QKXl=G3" Z캢~&Z`*8H' e@7]k{(xw} ǜ?,\\8@,: =HoNu:DP#dMW0iC( bq;׋>cVPyykXU kͯ}dW.9iig]/ xiBKϯϜ  T{fC_;n@>Odޟ aQCtuF0),G0)kp}:twLk):Mùm3_zC0P_+p9?cx;qOo JOʨ6 6S8"a8PQ~2}ǘ63/~O%Gje& E<հŰxkM ZQYn522+Y " G0;H}%Z-ټ4L&tm^ƍK4hj^^nI3A_Z$MD8 [gxzCA MBU-LyN0d8AfNRDmW"6cuyƦe&P=Ɔ8XkBqB6WZfO].#x^: ۡ7M!2 Td(EA_ +v% -Ie{ ȁNA GWi [UkBcwFp@~u ktKGIGrr8^ʍ".(;0!6to >a%2oWA$}r;o},VuÂjgQ K͒of9n.Mh(_ CPKeJS`\qw#.萦x/B.q4y\G9'h6b {y<Wz}=m9o3d!Ksuê2>UTl HTtզuD`H E$5ݠFw`Ts+{RWId*؞j/LJOԕ P $k$L/H{\s5Mech:r\(I>\BE_d|Dr|/0W(\@Ʀ_"'IXCmW^l}QzQYɤb_[*K c&62),vsyݑ/c{˹RK=N_U_&P oJ[-I[7(r]CDRu:į4SiIʉ7HU'8Hݯ rK?eJq J̿\ Y! `},{+1$/xJpoXe:AkkдsJA=/)zW#vYkE%i#A%a;N6 u!hg'2O W)Y&i x}K'1d0qk#y @6A+F2]0 'NQ'*~7KNLEyC6"XS-IUt xgP*[V=o5Zg| UK O"tq߁nJ!|>8SE 8hD_%cԻz+GCX(osʔYdoH=|R\&a[oGl'i:|=Tj;jW7<)~Q+ȝz9nW XX W.yE/ZfvQBq]!JfqnKtwdhi/`f!V+[EC8,/8) :/y#$Iid *|9ݰ! EW?yn̆E(ύ.Wȯq(2FIKi8qav[#Q,^[!+Kpf $!S=xH3MWƂ%(Q[Lt(/Q؝j3>E. X8[ph;cBO s8^Te\&D[S_Y\1'"߭婼rszn2o4Me\VҹŐu0O:wFL+SaR,INe/x%DO.^w5+v,bگTʿIxvͽcxP̌ZƷn]]<`p %?&67qcn:WOiP !^7Z6|U|mIfK&>Ē烪Fm6`ԭVX48|wLb- GdM]{dy#5SIu)}\x(cGȓS)ilc_uYo.8Afh>6HCk[A`FʊBH%%xc=e;[uw9]iD*P8.MCWTUEDfIW<]jӛV\sR-HdU djҳhwCj?5noE~,'}wG jVo}Q+uyw>|`XsKDTEXx_ddm'z=}1T*CInPc.Ax9&ݝu:؁.?(Mnr rCeyt@bS?UHa>$r,XOPeM=&\%3! 巛U \gC;,FbJX} ϳXU2v~ 5ו*X|t|huRClCٸSI%rL0/|2:eՍ_D;fB4XWbH NKz?з"׫ԲЍ0wmk_]'W@5ޕ9kH6hF#g#@;!RlKZlz`9n.b(fU zfuB8vwzc(`-Yaj4e]Xjx,쪦qÎy+^dBv'ywGQk9o<[6L:+;XP ?rUx J͘)?j'OG\ov4 kK5vI*;=$rQ}-Y1b7F)U:s2ri>,n99m[[[1;~?5wTx,4?D9 :'!z?Is~ݮ8ZlcJn)mm SWe8pJYzr^&Mj…A4q7k7AѹB!Us`1G\9r2M2>n`?$dRCԀnoZ5VbrUnΡHt<scTfIn02SYYv3MC)ySxD.(7w|'2H$A`S-jl1O'% |\u}f'Hۢ}S Q̖=)WON@)V dƍpũ4KWUZ otX7PTs-wltw3FȜ`G(hzt5)x=tu]gwL&%\-qQx?XEG\ه6m\g6OKy7Q-֯heKjKŝt 3ŀVVT2:2κf*hh<_:˥#>^+m*C.(cxk7/vwbzj<'0g*"rK1o.<ͷFS73zⱞz3ں#k5:ѭѧԢy0a>km* *(&D|nKn2s( >ct"2[2ѓ$4&yY}DžDʯgs1,khЧ˖%sClu`.Pi:`t>y1Yr#6s¥oA}]?Ti&Y?`t*{|nf_Jȱ/vf'%S`K*$in-ItL~`؀\L",8p xž?1ǒe斞kHg_yGgJeK, 'WB̭SoA3??;rچ8 >Z݈(hTDQd^=3d ZFjjsjz{]* ߹MzĢШEq5Ψ\Os$gIoF s}¼&c[DdYc4 vI3~=oV,!=W%F#( ~J59)jX(ᴛs_u0QBdc$\N۴? PUk1͕DMNbk֝RsS>/wZSђ5'=M@Y` 'K=3 F> 0,24JЏ; 2i'v CVhXsB ~ v"mnn!)lUpT-,;Qu J{J4XVEZnJmPy$hܸ*kD;aƛc SL^?<"2t&o mƙUؒzHa/Q-7Z*]q4Q~ |>'0nV |[q>YZ裹q h(Y̲gC!i8C"=_Fv' $9 TS}({~@4hX?V9Ifr9޵j[9XR%)f7hms ?XkLGBti,dT6@N5}m፽}.LfٙԊmɳJy9+ #ڗ4MdjJNbvHA#q[@N>ICyqϘYl;9s"~51w uUCUj7^H:ou?X^CQE%* AgaCb wsxBU)"8 )m=$^OB aX Q&O }ǰq8mE@ p4WD>h߼ј^MhϬ{1\XBu(@Zܟ-1 u%U8H|0àm]ḯy~ޤʳ7LeG)xa-/@@5eaңT&j1#~.".!Q~֢(f*53ڄȇB4F)kr\ 6<.[*mrho?g^|?oY]֤a ʚXrc$pjU ͤ"l{jěpa5fm˷ Nt|X]qF( K3pӭHpA DzgFde8X]tՈLq:^Una[ʁmPK=a'i'/ǔp7T] {je#ً}0DX_Ǐ`0yй"@ xaM*zZDdbhh*qTu`_0_$nOdJXՏ0fέb6#öFD'<]n$|jSfJ6>Sxj_|D|'qMѣh9L)B;/pcB#_zIʷ:%A*Cв#_= K{.F/-nQuxp)fKTV~iAiAKЮr *J cm\uM-l;:;Vm !P)~+ aW YSvwq'SF@:tҞnadі0E@d;vDLΉ "zS!jb0gG;ku4W@_A’p~i_P4PCƏ/kͅMGREl<WFgG 8$<[Ĭ41y@dw )DC#6EWhW(VcL`M4@;9;g bpYHy+KchUbYxBhZR׃)z'mlPm|M>\c9>0'c'I3IZ" fAٴlbB I"a`2HwO5 n?T b]ovP5Lkz~.Tӊ;'*RzC8vIPӂh-EYv4;*MWÐ\2f|p'Z$v &$mp1g7veMݻZWjVO0c(0:dԔt?}f wɿJ$סh p5&ג }q 1mw~ƴi YZ