perl-IO-Socket-SSL-2.066-150400.7.3.1<>,abpp9|0EobOB"һi}=Qg׸Ir13w nyS_i`ygc Ƚ*P F< V F/]-z,!(}C.O&g8ml^8,>/N-!9 +84#۳}Va''ݰAlUϴXaJ0`"A(HfyDV:Ԏ/ѕ씛\ҳ牓:GAx׬Ӛ=%GVҎ|O~s"8>>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/V]"k%o<EjMŋ_fνBLL3 mcY7OwQˍHg*}=}NTe:yz (wMKwcלבCp~Y| uiM`'d<(BxzzY{'if>WD(z[pF-\dzf:2`s<3r]cQI]O'Ƽn<]Ƞzp"n6E{bftVGI)iVLH, {!B@i8o݉t [=!1|o=vmxYY;ȃƌp ԰Hx"n@(UnYlX%fTYޢUfɒO#hMpz%#TD4 u PW 5H/X29N=b5)Y+c*5_˯B)p#_Wp&Я7lq|E=v*8)ib "fu/b另5T+nթ^.8Y[`>/D@yJ,RqĒ`\ʨҤqS 4u5Jl9\&{pcNYVAΨghFcުcŤ. r퉙O˰xO*3m.(P 3[}c=U "/2sv*hk!T#e.or(]gcR'BW LF˨e?!4!pl҄SSx<@@jY iL\`x:j4R%109$YOYSgo_C\8oHBr?Fϓ ح,]I` !|wsa.eCN>2h;bbgHaCCL' cy/2R=EupV{fWPkU-nDhVɋ-(F:S;\8CBtzAM?S'frK4ڸEp@p,9Sd à D1FD˖RCPO,x=>T`s3$`4XrwboԨ"#AπuPj5Rp}Xa< .;jzΓ2O\>-)Dk#)uQm}n}KZ^;R+3Sb505*JB u:EU=uet~ۭ, wdJ2ڸGuЌv^/ @ ;o/b&;4} E0<甽>)!^{t94=/2A\` 5 Fb B@?T ~j-شvlmo`k uY(GERisn +˄EjnWC("W$ER1dG144a,^M״]emٶ17kӗ ~T8Ăl G/;FX3<XǷ (gz|-8OVzM[EaBXJ=׆p'' hWA83X{D}9P9=]J[~st|ҡ|t݃ taxN%l{4i=5/6CB7A3F`rȸ[ٖLuQdtj2e(SՇnɊ"AsN޵2y1vmVqclKrVaoy~oU(ˣ$`,zғfrPfM-%sS6Ֆ侷z%s6tv Bl#fCٚ' a/X^f`.x J3*y9ab(`c"9GfHb*[cIIT}"~k=^fYF37vBt EO s(^N-_h7L4V~639 l0c+~&Y.`(ٴ ωeawvq}pB~Ϻ=A`?#tfMN?2' < <. f1r4T- q$Թc1Q>JNW.Bwl;IǞfȦoDJa_mUA, AvE%9߬YSqˀ0NdB\[7HbtfUuCU;2lSf,NUu4/lVF= FFvSG73o[ٱD2 BOCW#:<^@$QG?Оr{Tj&ۆ dr{98"y曨9 -%{vxPkO!$^PƩ[4N7y[DT֦4 erkO _H۵`mN{qy Pż[9t検-컮Eբ8 NzA ]Ry $A;Wi3%ێz *3Ɉ`/3SYoRe9 ;$\g~eLqFܺ%I;_XJ^.RE`FFH<#բ#/hF 9~.SN˼#|YQ5;A.DZ%i$Ose1wM퇪ig0Rkk։Yw3&MǂIހxȡ>.-IEml) ʳ@EN'e6_aw9hcUٓZ֦'Rmqts//Ȳv-F4 H>* nYb/G8_OßҞu"r viug2|W6X$* L^Kt79-KG|m JQ{Q B.XM>Ы🳷#}\J c~0 !qLwM웑 ۛ$/cd!:5"lcKbWT@CJnA߿0%Y4z":O.܋ ]OϝmBe$oc"5@$%%?>mzYޚ-/< /0du9umI<+Gka.5HP?ǔ7"ax㿴֔lh7u^m2z}WR+r!8&eVTϻ'Ғ/7 q3~\هܲz6\^7'o$Gh4Z8Wc!c w6G:6yS#@g]=5$d烒Zm6M FsJx+@յWlwRzL~OĄ}@96,X1v#^P|)Z Ff ÛG;yVu IUf JlC>WI)VkI]/54*-L-ݎErQV\}>x,6=R&@v[Xh^pӐMB0Xc_PC>\[+ZiAvRfȤE+^(t`2 u-X3i,RD)Sw"ѤlZ\)'4'Of:pAu= u%$Sjubd,f#W@'>փ]\IDO?-V-]u>AFr<{{7ϱdfrI-x7$!𸱊[Ѕ/TOl)LEʶ2BHti ڟ]$(}i߃{8qƓmYg&TUN1p:8`lԥaGJj~?k7$}? TYF5v X3zQYyyJj;BjPq""{>;$YMب01_}/IW7;^&T=v9"mj[Ns]9a`7 YӲ( $7mgA% ADuy@,\.]9{|!u6 fo{/l㈔Wu]M%V RiiegI3ԭeg'UAY?5\?jo>βV7ԕ*{AKUbc~$?aՊu"ϲ+NP= >ּx1Wzyk3@ݽi7:AiDX $ 9X16ıbhA[s`OC4f/w˥&M WVqWFvT5 EVUP[˷ \8_Ɖ4w{ƙX˃H|6]R wQ돉8t w;>$˞ՊVÝv'cNyb_KM6 ZOcpauNH})1XU/h( K/wEȪ2r tsDfQVMbͱ "@` 7 b.5 Nz5` ֋I汎RAJ;I`e93W >[b01(YY>A:}}h'êU"i2n>8z0K v|BM!}NO+&3WBb4LTRԋf:b`I-fE2WT(y 6k7Y3|?3!L}F5}Ivb`]Ws[)bR.6OR'Bx ME7o|Wl~uLj屺& u 1WA>-Dv/Cmjz*FJg%~6:Ǎlw!B oq"={_Q1evylQ%/4M e?czS_ 5y4Tes,R7v6#/eqɚXӍ$H߆|/Pproٖ#|-aF8Vk\&mW{XD5M]>r DtzR/@WLʓV'v$lyN4S ΊǀڣCPٕ,*XTq;btdpp$We/RYvr'e0RWr oóxWlЮVC2U >W "!a݌fZ"sS\`tgxn:ə =4ސU_P֎I.\(_4JaXݿ65cuCCK(iWXME徆& 0VbT`dS%ĞE媑5z#rH<}ӨwQ(x+E(.0QԤ*&ITTb^LKDl4=T`#@K~x= *֖[zuT u 4MIP*1EYZ,h_~sAKA!WG83GcQ?(E'IX9׌Mp/F.B"MШ+_< [Bu'@{E Q딒N?JO٨WСmuFA&U9YM1: o$n"Ar& 1rKj7jP ĚZSL\R&['Q3 aDL/M'Lm:u=wL gS Qc$ea]x15&h һ B^ 6fpjyvs/XPj;`o:xl8My$Ԧ/zP ldz3/zL R_ &&UwV@7_WٴAW~8; |*Ţx&ނHZ)s }&;QٿN1L#.% 5%ى18y͚[Q:*?VȪ z8̤7%ʸ4V.6RPwAHǫd<2o, H>o{O:KC7nd|,-4/vj-o zaF\A>q;L)X!p]TUNyz^ƫe3üz4Az GDzv2~(MDbq ~mYA.gx8_xݡ9Oamw^׆<[N4VG ڜ< #Pc҇X7\2MU[|uT<,A~.*=&17bޒm$*ӭHqې&XcLحw(3a<3Fl]9VqOᔌA|j@/s`}$5ura"9` Eu{V21$/]pG^Z"s%`-g<OL⟞+yBLL phoc%l ^!ÛqldH&]߬u-Q۽:ǏAKzSCaa"2qA[{vԃX#}QSJ?Y?ï .<fț& P {!tJ4Ȑ}0+wU+=ZBh!gvԋ,Zvu"27A"F%@tRM0ν<~dC"P#RPiB~(U#`8Vʒ`46G;m7U0%vZG بFA+g~efJ<#l b*ǣ`е)A&yMSl):'KtںJef&0D' YW߿q5|,)9g%d9-zh-ƻOrV՟+~mMRO?ƕ֙:_L 0NSk@Hoq5sB6-l,RIߩIdb mSt21Ѩ 5fF_ Rg0{w8Z$G,ЖC8x .&ڞ/J[9Fҍ {nˆ`u 7j9.< No 'Nj,:ega qGZy߀K|$8o̗g_fs}YKj:Oo[&wvJQ?y=P6Ahè#79) ܀NL. 0: #&z]w쳲 I6LAow;M_ǒV5](b >lzk/l$ld 7^ 12]Wt+5^3qM*zi@Zeweʼno_ 6́*n:uѐ`BY5UI֤X,([ÃnA9: 4yhd-.W;UVLjjG1:N0wD̜s%HC3MPҠ ~js/<rAkeX{J}K)@#WG?eDS7rq8 L'PB1t^3>XWaew*6waqcQ]lX$%7;t!R18 o䇠fFxK{o f:RYuw.ɓnJ,F?#R\- ;vKZT3">EEh;t!Ue|1XQ\{Y}!xU_1y %5]ѯY{:'&Tw{'N&c8ZO+3-XQ/LsCk`p22,KHb|kBM\[?ZӏAZ5Cm Vcti2r*de}J+}=StJjrZ"~_^JHOc8ySWTgC0cD,VQRAZ75P S;EhLl4 -ڙъei O|i.˸> ̯f{{9'H]YȃgR՞R.`&l}kohtT+lh _`3wZFŊ Sj]I@dqh""[FťS-M RVj 駞 loM6anP,&^|j(M RχΉk띨oEp:tD]aʻnf6+~4?S̯EFDd]G:R/ l}U&s +R5(V0+nuc)& xX  62SËJԛk9+,aw2곌3a.`ZIEm`, УlpwAoz\Y depjpb=/vȅi˙0(:zGP')gjT,NSu(݄:I\PuAڦh?d1D`$Y ,CM inIn1D6akזhBʼnވ (97ކUsp6”tpi4gF)sU Jc5VxP"(aRE~JhC@waDu4³bE/+h>wxP(/eo@uQrV{_wQ+x&w+q3 VH/eba>]aMoo6:_ޡ$l S,bAJ @Tci3ŕ̘% c@3 ^%xs"RX^<@,3SpAjG pJ($a1r/3'qriȅ *xAp&7)fM8uFT60fFv_쌢0?P!@B"͈b0 ?+jwjd>n>H 4}0pDe=P׷dvLdbp.U RBv|Ym4'q+qIL[Mc2͚FDGPQ=eN&K[I[DyUGt#Fy3pe V}%J%\TPzc_ } ;i4X}*WJfԓR0Fn]"d?M@t5& C 8f(%W%l>ډlD4\(؈@I&qШ@ FI6Zc%\qHڼ8R-&w:}|Zኚje$8ۼ[$Ci[دTyGS3$9J$pTdk0RA~MauM;xA/Mu3߅cE4w^ yIep= -c,YZ]д2 bq@ _֣p+=woAs@kudqm'i[7rVJR{'n@|+pmC'H^^j5J)izwIIp0MYm)$b m\n]8h菙7u ,JA%Xe4ڴL%l'(?M8+* 6U4b4`;XTh^wA> EtVW3WBkjLQ"0KvM|BiKpZHӮʈAԕ-0LpQ5 0M v`ޱл/nJ}*Gi%[| 15>|Ap30wI\NWQcיBnQm{(m`'-+<5DwHNe PKOC9±v8l&c~ T }\CDsRI!ϐQO(h&[+GCyX_h;ԵWḞCF|n*qhi@j0Ix+^a#l%=k Y 6 PIi>ؿA4bS1=omMT~k!A ch R mY3]Ũ#?tҒGM&aihC q54#:2HqQO.=,tty;.Q6ry5y @5Ƨ/0L1 WǍSx1[ޜ(x|o>JtI 4ڐQd iQps]C-:#\:KxGua)LtyY܃6 >=bNabgFTtE/˓8ـ,grT\٦RHN_&hH4owQKT>!q Ñ&hX0;8&tH17Z}}Uץs8ΝFTpGFv>Q4`EpC4-䵠FVr MEGy"aiSR8&s=DA²B9pDY4>`+.'4كO_f޺=b[hYڐqCۼe-\,0^:a޿а &y+\# *sx'$֯W)Y`UZu/¥kwGD38%ȕ<,;ҟ/&)s>8L9իbX{Ñr"*K^sNѣf{4unf[S Hxw|3c1dw{a> ձ9O`}W|O+NdK_)˅/ib~,D,]% WCx5Ms2ħH89N;KHf`܆y]DSaX8:j^PcØc)2NmLLי~dT_7KԻcģmҥmΝ#gky@I14Y5#. d ))z2<>٤Yp{;sc? 5`EWfP5!.D@6궵"{>s2n>\>jm7|1-Q"O+8$;<**d㫥k'<7Z `״%JUܥ2@+i>PXSgTX ]+UKj wm20дF>-C>5*$]D4!9ꮬ!;:n1B&3vPeVAv^!r_K!A2=;ղ *"T-yD钀!!fTeYZc: 8̏ j6Y@\Љ<5,~ĸŏBG z_E,feEE`FQ8yjz` *u&}f |:{_*FH|,ǹogo  D0/Cnl; Cn[yzӷU'C%?KFz8erx69&Jl<(%2 ڮ.fe2Bsn{ßi= 6UR9H: Wy:UB*j^2jN}@hkt/Ϊ~{̙N2{~ aɾXVMLf՚WPKS0Iorq K{Lρ:6bq-MI_7e PLu%H1j:-3^P{6?|Q$~es uEX9sLZ@/!&qd3},=dwb 2s2\lot\=|܁ԢC'#ݾ)<Ҩnh~iޗN,ǾMϰw-mҹ2Sl8mAlY6IӅ2ں4nnIB\w~%EYz¬zlɷ_)]PR|]J{L"Xm 6.tS3s.fglS{ȧ s7]A HX+e;RVEv`>DJlcu{@uH@w3iBC)`^݊RMI1p_&1,H53SӦ! *J4ٗ}JZ[Ya4X6.*8 )Pԫ1×i rwPhxD{)R C v$N 4m7.[mGKЛ'ŅVߓ=НA_,@NjrIm#r)^j`<4Z)%$\Naސc*v1ݽ*0.n%yүpxy[s&3 rg( o  pep~ mLLKF> ƊvԺfb, = f fm+|~V\O(0ԤWܣȨу#b wz-KYui|Y2{<1WM#,&+\'Ц eC UbN!tEЇo{܃HI r^ʹv5QirDw.GHc"NC"DޗPD 9Iv l-%keF|9*XR´ծHd[|eE1n~> jXmGoE;א5:ء?@_D:G@wB'-#5QK[v}{,[ aDw)1*/460Б 9oy6mT* M l6dłVYcVn@:|Rr&kQ5+]uMr ];й'+4ol3vaO7?wVDC'EyB86RTӮ|vᝋ^kVKJ$Ou*N_)Hĥt* 6*;\м/(wF۰ ՞6lhBKv“P Cat )*]%֡vB5.| ckE/xI=d''z MS?1=T]<:섀׾6XHI1xNTMW_>WbT<1,r\b@7gE?ejqQѐ ,FDL 63U YҽۃCL~/H9qEK66q؋c1Z@xf˪ss\dPDv|Q!o4Ho.Mb5 ]s0!5oQ Q|@sݱށ237rfqL~X(~l|8AM 6kv'لoRYd᠚{SzAI}z~9A]0 9<]K^_%65g0-ە~K10 eq*iҙ`#+`vh?+ɷ&=g0 5 'ql5Zt__@\[pSi").OrV3(:O20?ײq3.ߞS_PISQ#"S;IӖ 5bZx# dmqlkyAv пpTY.L?j4>2\%J dɂ # wL}wOqnt[3BT"&HRjc4MJe:]c<(;v5冊͙mzv{N0eRs3`EyE՛f uS  DQ7G_idY!t,#[irfo\OrriQ[ FXJ%X53BixINk z @zzDTjOx= C͏4As\^B?e-U}=ײ\1Ev&Pk~y\\LR5[K˧XY ?qU#^pU; b q% 1}DgqcDhi9ep9 IkLЗ8Ψ8^]! [5W̨l/oyM> nA󒟅Ll RA&ՓJ(hF`/o*~݌zf2)m_4=зnu|.":#.tA>#OŚz, ۥu }h***^v DVdTC'QȽ EE@oIRpsX&cTYz"![ݾu% @F Qv18O~ɂ٩?&G4pԸ}2lB^pH2/2m*sf~' G Ќu1,zk B SQYwqæ.fx|DA9;HZc5dl;DIȻ1+2_ˣ ]]3(PlnrK%'-Y-4&iR!mR?QCм4$@L{ g'(Gbu,^0uJwڡBKg"}aB*7WCU;ˣiMF%Alk3>9T%:%.tW⟲Jw'^Hlz[WmDSb4}DŽe cboo_,[*C:v}x][^bKQ 3v^4X%liMFǦ@1^g[h"< 4zÇ^y'jr|Py]෧ d>˨oC^H)ۯA-Nl?t}p1V&J@W(E0L4:\K<@l، iY kE/i iOq֒+^M^9=Jt iuzp6mUFmZj5`ooƳw=甜qnKK¨0X\9\MtN| 8++l~IP`7֓rYa \(?;vB&Lhk%qU~v{8ښ xuR 5$j|&Zq}M٣:4}4HMwosI->)JT}k>W_esuhxr8ؘُ2]S;|zSӉMC o܊E qV,9R<sŀwԠ(6{_NVͰd|^װO (NsT{MлKuZ"ΎHKCYr _U\K&W}ݸCz%8(h/vVI6So ZQ Xa!%C~, #F8u~&TwɊ.D'%!Y]0hM9z7ıj+8ْ?5  'A}wm$U0(C}}]k/&S)W4ۨT/۫t,Q+itYA.d#TM${21Ub<]h|3[O98n1+jɹ,ee s(l~VWt4ź!S_׆Ѕ+4?8ㅝN^pYd[Sya),_S0E9-1;)ӷeClXVw0I"3I3~L#ѶYnɒT7)c c0ų9(v UUM8 .ӥu`66{ԗcC]Augׇ_ŕ| rY2(f2omb@A Y,Ks,ODӻTF\{:#OLbɟM?Ev0#p)B 5\ %wt e T#n\< 11Tl n??bݥWa2kfi* "JS xASolO h1;0Y6QRulbփ?0o0ʯ |mYwIG=>MSa[Ju|) n֒(H,"|!iYK!-y^ǘ3U7(%P+}?f 0m`CE_{Ң@( f3+w ƾ>e"I ?|jI{ ޾Cp*xGƧצl }P TB[WC7q m/?[MKuR ?OD~0Ød$T^v0%lVVz;59Iy& b `as:ZRO+mP2ub. Krta@9oܾu =l^&›o|xrɡ,wDݸk>4Y^|7҇Kxry}#i7xXSyf |qS]M7fm_w<&oGGZ=E(D gZwE-Z eHFGv|ceN- $mV!˾&EWq72gOVeRGWx9؜"|>K6vߜDĜC׵>#l-d%KRD]=3S>7۲͵K&cNջ6fbKlK1: ;ъ)?ԭ-wO|lnI%G&B#0MƟB?f_MubjkUGKQZ/i9qm{,BwK\7^kjg!|Dan}Mfۗ678K 5y^N(ek8 f{'af{2 ͹C`¶b:*[Zj~So/7SLWi]:8!v]:dyvzӡQf:^H`,y찂ֶL'MdVk"Ki tKճl.65ڜ>y2R74?AUҦx1hs(ɏUV&:kv9KYP/Yk;Y{7qA z\Ѷ/ყ7e+}LE6U[ʛF_; q$&T49Dǂ  ޢs d𴖱&iW.'(b / /wsC/M6&5ꑃVL ]Gu3NDgЬTM bȅ&S Զ;n5@" MYlh0Z#e t˒8J'| poJTZ4!?x玣O`IfEu㈜)h*GFSg~@itP[?y٠mE78 o%DMކ0\v.@N §ڶ?[Aj3 4 m1Cc";Id)<%MVM0_;rGRl͕!:i>U6>F"GImͩkUԞjoCȱⵘ!,~a~$x/uܗ; DZ]6Q)XGf@ 5zY8jZߥ+C Ø q;.HJ1<7%zCk#?v(d+ &>tk r?S\D|m/5!$,>i^B|F9mZ緙~K,l=B ->OBb$dwy?TUKFpZyat rk[x><Ytr4.KY;ص5'v`$ESt#ۃd5M>徰] ^^g * rdm>ՈraKh>OREO?֏Cm8^?ja.I ׏{gQsH!o/{T5+?&E֏ȕsfcL*&azB1ӠN ݀: \%ޔw ۣ HꝂKcLfB5pMފb/e\n`ci*:($盼(.|{8 TV,gB;㒟M}X 14Z[fB_{D}=jT(Lg?[VGGq$̀{l-lYz;9Rh M9kV |,U=u"1 (KQLEӜeށTL7̌W FHZ,M,5/dg6df9IQ؅LN:/M/pBL ,n{ԗQw ^&݅m81ʲ̽`|\}zV7ޖ{ȳ,9̰rZQ1n+_& \<8Yn.בht?+o*m+>qN Kf2?ةoGĿ1z{9$Jv"DQYSCqۨጊ@G^ߣ!v9b#NH4mG4I`j m]}<'^@K3L o.X Fqql`!1́kBFb*5Vckq|zfq{(G= 0:0&8j08F4q:,A.9/y=D`HP30y˲cgI϶ܹʫ"9 f`E}mT;+v7ynd3둅ra~fցTMYQv+}LQP]{{cUE__lenI߉H4ù1|pp9Du^c`Fb8_势TVSpm')nq6,A.R=5TG{^b 6GgP/}<{9W{/ B+.{SlĨ =ʠL6# tzUum5\'Q&L01N-.znNcN+b!QYo{zlm#$, Ӧ8#4V'I=YX@L=Ʈ+8aG7kD*ȗ(dyrDtŶ2 ad'f\ J ?Y|+2\În ff3-i-)$f6^aU(4 ZmP]ճ)rCu*.1Jb(yz$߈qhvdVϚ/Kܖyg('ǔC311nټ.i]oe'~ Dq6Lҗk;md`NKTӀ(pAbb.נvCaNʏж~N&\,?hQuAY΀D sX`_,8n3Rr &tm^T)T1:R<+اB[i,h |X֎EBT( fz.!iU_,WD9@Vtb==Uz58.=H>BUrδ"TUXZKݧđƒ:7Ŀ1&͚֝}" 1{/z1/Û1EZ=Ŝ Ad-KY.rO(r($E) RlB)b͇D܇Y=M4ՀQ;kK7W $zS7l '[w&LC_#PMlL` `.bAZ0O2 aȎGC19څ2_nP~8_ߴ%wP=c$zWz3W)φDV qkSS1Ruk$8s5F1qHƹ-# q2DUj7l1XGLu D>gbRbI]V̢v/>Ssa~֚e] 8D[4ZlDY&(Vߞk8w1Tյ_cѹ7G&hVZ:Tryh7N^ٷ V>GToC/NwpKPjc@m)Of>]-w?o\iZ{}q.e\홉(X )c0TP!2h_&d1^Z>JFXCM@%Zb?p:;r}mM7wK8tWuG;$-%y{^W)uIh (isBבּϥ=ViPYmMNn=+k.A/bt} >DFNoXqIqvႧW W-vv]MOA? (-GACNk3p.PכO4?D6pTO=Vg\LN"{TM;,k:;A Dz(h[/4`B /%) Ն7άK/n&tc oXnŰnp_ £42L%ZV.Kզ71ܲc^I[Nۋf_|QVQCZmrGp ;b]'g>L?r- O9L\Cum?3R|Y=rߚ6Y F o' ]aTvwi@s~E2Q?NiaU;Nj>H;nf1ͧ*[_c`01c `iV'sZQg!O$",6?{B骨+nSdXidKb M(2VβInS2|F\Y-bY:0,/DF|Hl{)`PFN( Zz?#髎6%#>g0Xăs+jG6EIW~RXz̢[XY >y4>'eGL) Vy9PRW?L%WOKu[ԛjTfMtXa)9G2Mj_^#9[sXuP?Z/$ LLV\g?㮕Rc iR٤|0{Xd!Z."xYG1{0Aoy@v.|y˖0Uh0قO}%+FII,zF7k,>ͮ#8pl-&_L8IҔGb3?ףK_SHL*?nuFЩ@\qTj1,YQ/- jh Ι4GjBҼ)iq&4o<\ێdcDpiqB4%~6>7=Z{/ʲ/{gO _7iFmkD}+u", Sr>hɐ"4ë2#Ino foIQcb7B߃،SR 5h(ٹVyx6 &071Y&v>>LN^~)! lȳe p|[?0`6:T4\wĘ͍Z)61 yt_˩;bRxi1w~P0ڭS&\z6M癐uO̺Q|z9eD>!D@t*g)3W͡ne/{)u"L88@40trfwree kz5)0}$=L[MZimX7lKY? CE"Xc_صAĂXdVTX>W؛s"뎓BYw[Сk;5C;AUӻpMp,ہןPr] &vƙk {7?ϥ"_:6q!G|DE5ݔ/Sj+-xY%  iYIaㄚ'19 )(r/PZH|/X1nPg2R \Ϊ8,)Л6w`3 DCՅ_hWO[D ٣_I{[v`IyNm?Mf݋Hr2Ȣ ěmN|Hg2B ,禣$8G*&/J)Zٺ'˼#v؝C QVaS Z"Y;8J·*= ~u&Y9c +rļ"6 yKAJ04FZ w]M ImV q.NXk5Ck傊Ep{]gyYOk~AqhI"|̴voqKaYj68>:J2[}g~]М?_)>=EIUt*g6dg#uy\2;%MͷfxcSX`KS$,v< ,:psq KJrzc]-P([Ѥ"Qyc^^yGݧKOQ-Fmy]Tgߌ,q3x 8^ξr,cNz_y` o<1j!hݝM 4/Xracj9 uSh:4Q3(~]N*^NqЫ@]$>17eФc<0)C E1J fSYK1Qx 9|`퍹 JT6vhj~u/څ³7&ME]$H\?),%0+c8(IVtӟrܚQPuKɫBu882fÝ=ϳ'c!5h:³/Re "eCSg̍'eH4D ݺe``,mm?a3W欌'U ]fm|L%_fI*vd#ijVQ =HT!GmVz_)$ykItVBp,iYBMܦRY ȡ9{ N[gc8H{&dlM܌PӔYrG+4eU'ir_mɋ܅/;S>rg ?lo,b2u(b8娎A#< [x8EGmS+:BȚwV wv\*b2ڗ[e̵Y _y(d{kӰe 9SrF-bA^z<~`%eQ }X99&G1@k Wkdgi*NIȣmg1U "v\Ch%C%5Y6Ԑ@jۙ.)cѷ0Lm;9pnI[Ϩ3OFaqcSW9Ly:ԕ X }ExJ5]ʑ,{F͠+ܲjbI"$'-dUaGD|"eng;6a$kɰq'zhdG_~jg|N|@h-ZwYPjB$C?3 qo3Nlg'o&jCJOm:W8ܔ )a2Q]@xxZ/bLү2[ Yc!`(Wn$G>*O4D`=嫎AscZe8)a\aV7,.uu!Jt5bBJ'%?0.y0zF)$0Y}Ϻ4VHhCnf؀UPT]H\/ˌaOli3.ه'%B>:Hd3h;|@*LUH5Q6.:łPOk U%M6ӵv)3$6, Zē'P's 7zʿm$!Ѭ"~݄G^$@+fݷԠԍMm$r}[>P-E/uf Z.c&n"˱h_'U&O$'.![G%EtE-e? 2\ $;N Cf9.qE5Q ^"u#1&Om'<ՇA3[ۼwo{k9;癰w (hbnL2۬_5 Z:8o_"P_4&z꣙E/[^{sqKoH 7z ٘m'pTTHA> 羿1{>,$g;kUy8d_f+J3V9%889\ˈ~BL#HfzZ~ g:b$QQ& )ļ,-og p[aben `HF!7fb s1YI/IAp̫T8 6;9ZPpM`26|uP*süot袼DzJR9YM-'m-]ۀYJ\~Y5mh{-A?w{77aEO%šjM39 ؁Q]x_;E Kimfhi*ZEߜ@Ul#!'h:~I%/_Hv(zݓ^ͬFE (|LAYZ>:QGu,z$qޤiM*r<]DK=Aic Ujf#}%Q"[`.)\ŞOuldK~@]ur2o?c6F l~ I "itأ"Q勚5 {^6K}i]NK11˯&[Pyk g[ 4H5c)RD6p^4=(٦0+ȬYUubpFlVZ9*8/E̬I 0=t %~FqhB3/5k;jfe!F@'n~3dRcᏥOr@1fHKgc(,9)n2qz,=)qZƅ3iq™}(~,פ9\1؉kdtoVm-s&U46).MM[NjM#_Ď; }z w? o5 C[˓w/?/wBxr.Vp{V%3Hhû Py 0tFT4R.Q#CI+Ei˗׶Xp#uf&;cEY/T A/N]m тFqnrٰ f>,m PT͵ [1%w_@KnF_͇z# YлY/j ,J";Vɝe7,Tc˹OO:3-dtCL~^y\EsQO|ԩD9ءWh%Bѱ)ݚBw%9 0ʳDvli.cۡĐ8*Jk:ӻ =.>vn".o@1R <,`|/,6HB1m&UDm|'!W[%랴f UrQງ(wL^Cga;nSwI9XC}2_IJ\?sXß&6㝷d|5G b8kIvC+|]bJو3 _i 9hH~Ru3˟~ރ) (Ok gx ~. [Uxӹx$N: DN%k~_N=3mv3 qɊ."=hfBB;pzha @pN`G,ۂW)yV@:kPF#%KĀUX`'H=.ONe}Z=s}g]>-8aF8H ']k4ozPg fZ[3XQt*!1CT 5UԞ{VbZa*ɩ` \SKgU6~%f)G3A GTmP*uG׵h"m,Ā2:C[KV^P 5]&y@R^IDv 2o-q p!}NTa?^;ZE5'cQ[h{ANrId{`~|l,'An FGqOsxD? vZbsm@$h[mr))9bpVOC::$d* BEJQZ^69m]9ua276]ODH4>`- 񾡵Cc? %}{>JXeqAs@ ͙(1 ]b6 E()[nxֶ*,۴z; X8*B5h O84 C갳b;kVKW9#>J%m~w)4Gt69{?S˿c+\$ =^W ۹Wn/hHؽ@l(tM&e dqRMG_-l) y1{(9v"*O%EѶϰy"vetS5SV,Tvy2%Z" > OmeF}`aǼ9aҌV(4sݐ, f~[OCXټozFNٟ1~Il=*dM7 } Vp(4[C׎Xa,X(mKP͍9_p0kpS5 v/ T@ &1b2!9qeX/kTk7G#fA o>.X,Ɏևc ñ|jـ:@wxQ<Ġ6&{<,Q=aAϼz/-@j Ԅ%ODr,Wm۞I2q"eBMQJuKms>8iH)u*,Ql(w\;N3(;=Qt b[,/9&9|Gh4d|ZNZ-&hkn\J#RV־S٪fINS ( SBW5rx\uH;ooܞ|Hș[p-9ORK;0J]jg{WLeZ%D&?p.o֪]*?? h洧.)Щ>4ii+S%2/k OAeg01ZlNuY m +gt+ xE2՗REXdg:4Pu zagbIN8 >N/7e%etXbVn#j;x`Bm ŴvxU >I i'U GRqclL)$ى}N Pch'Zq*9UEv5ݨa T v)lSC_/M01[Fq-CkNJvO0R45.B)F ĠȃѵO"_(EPꊡiϟX/ودD*+d F gcq* yP6yf,(zM9U􃭵y{!=kʟny{əD0<6w%y!-*ZU$tů }oK\" C,7eȪu? MWW &vxxa۩ը dj"͐#a̟t *kKb$BCDžg$6G᪮6qbEB]{0U}=rJ2-*ÏZ;Ձe77Vk߻kHj6[Į1yŞ 0ea%R2nMܞ{?-z2'$1Hx4aYclS͈1}׎&"%n))J*Ku{"%C{qHل{͎WsñW@z'15+f52F)c؋b_QfWsMtlb .HsO4S&]/y~ND ݹ$Xj(\c6R5 47lT_e,[˛#z Swj-'=.VGS]Em$4m%0P8h`JY<ճ¯KZ0 TCl %:׿߅'!W@zȑK5F64hXkע*M}t^+Xpz!NAך^VH2 }mƸGBzfϻK+TGv{J"(G`| ϹYD0km6`7 iDz rakE3q(7#*ww,9V 1fso+VJW;@ خ/\s"ekh&KWK%ck>d}/Gp>yWyWV od-H[N$f|?MwX_FÊD;(K'qJ&&Ydxe9Ӻ@!Ŗ?>O#eEP&'P̼6I`'0 "$[Z[#~K*(H5wf'}zCBIkZ(wQ'WorHN:%hh2n}z1G{u]y S=S>OkXu2<ѧ%D{Ѫݳ|)yI!bTxkFQLɀ&ď$p؃C;9>8i1udzi8_ظ:x$KeQv';,RlI+0է"7DE;(F1*@,gxoo\PH6IugMjǧmƼY+򌙍a+Q?K҂*qn[xU޺T1d#Oo2]Ww+aBSoٜL55%M=\d5Fi:@Ȑa.g[X0*& oXG+ a/_W(dLiQ"YmRƷ/\?e\˞4,Ir槂@S/c,ܺ4䨘GVDɱ ^izg<'-,@GO1ׇ7HF[ >~?-ki#f_u]RUV Fl]QGyԿEάT,X˙G4N@18 ǭnIw8Hui6DO)Zq:hYrićVq '>pȹEuu,w9y ǧJgMTŊgz#3R~j3ϼ%_Y~vd$K)6ѐah#(˜%@hSMdg{yȑxl0d`u^\}z1̡ʹr 㠫3ۭW *W栾`nć w$++ΔburUulf|~.q~;>~3]_~EO'3NԀve DNRʧtkxlש$E%}%I ?4-HVi#)NCv.Ï㐨Vax-*7'cXxO$51Kr O>ň4Y4TӇ ='J-[f6P4}UEb{2t!K g櫡w?.t07E`L/X +L(&WnFS2j-}銌 `!T**] 3Gr3 }3n&/+jq!t4W Հ4n 5ƭU[P`ZH0},9b} . n@M;VNnuԌ@ If0/*QZm;]/lU(%?nNŁ,=q! d49Kӯ.A#Frgk߅a&gwe^nO([abz)տKh^ip*{n6gК[ l#5,,_HSEMxƟ nX'ia~MA/:r?AeH@rmB 'F%Ko=(7,n{,|@'!a)ms 7O8gJy?f૚%sZPvmc]Ul]M(<سgkT%(=ЌLO8)Bv#P:ؗ_ ߕ-)]ɖ-n4Ąai31$Hu %֠TՓ6-+=ըjf}?wif8L󓈼U W7zIG!6EoX, xK j*zOVglkRIȝ2R^J݌6F7M@0VTMyhL?mnz%5nUOFUẀ%@q_aI=Iidr*#+; nYxK2+Z+C}8!NݕD[ߎ^4-{b”-#c716M"_ؽi4Dh^6jYJg_ljZ`  \8} dNVLZ5c,- <<+/nt& '>o'p1}̏ kk0<g w JqhD%$"9ʃb6J(C6:&-c]rc,kpLpzL_2ڎl:%&+`nR((]m/%hggu[cB^&#I<<\ʦMeeU|M7"ʇsk$UQ. $1cH:3/%4Niz$05`Tuxſ|7i-2:) ܞahoWB9lJH)V2=S=O\i"x}.ΰm؄7P_@ S#]rSnMNq2>[-yqV)=əݖ`Rw(KYa#:l"'Rj o*v>l'{N/5_<u0'9%l-MX]_[u@srH~؈pAnPBU/VSݪ\~b4yO+>(3+XaŎv%{޹l!h5mBa' E`ϜLk>n?c)?x$O|PO "m0O6qs^e')]jv?`_H<_ u%GtACb䯪GJC'eWG Ef\gzbłJ>`Y06!tsMqNL ?F imAm"M?~ B0l:ӁǤe*²ϗ1ົ֎,KD[fjߊ 3S@.iHp_,z9 ,>\ gBUʝl:YOzJsN;spv)} 0!Fض2&us/=/[LlQʜQtkqcwj/`8N𒲔 _L.잧&zd'z'tIyq/I{Rs407Q ƭZyI8}":Y1ঝ"i, /jhEa*Fm%`ĩ)G  b)r) UO 1$:H}$o^AuP!'ֶ E"c0!#ly[}N>dw!&dÆ BvC#lrT$ԴE\ $f.W cn}@&} :Fuky~2Эh8K@6i=4R3p|+UiTouMZ0R USW9  MRhpl)D+\-YŶ/{?-dH4On}Tκi¼Lu<,o26YW/O]C$,g8aۙG湞]<ӗ=.|aϷ V ҆1rk_~/ހҍ8ngSs{L⎇ ! ;ih3(TH26gyܡ/+cW=8DYsF}'F ~Xaqv>JDds|߀BGf%)8F~'L.0'ϑ8ZDDT6x{y|*mQ#㈹~ +IGy&" 1 8vfLz8( 3>˚n px5 5"I3+dץpQO+%5q7$7BI@ aR!mI=mrKAs9Xu`VGfw[n֡ 7l4Q! H: B쟽rO\NZ-40Z2~ VHa;Yo#B&L3WI0g<]}+=6Ÿl%0$x(soɜ,ڪ`8#*(>_"_ӭ@Yq@128݇>9nRt ( &NB$G;3Qn$^ Pi9Tٛ$P* z̀#O%tDe) #K"aW'A}Q=i8tɞR6-^x-Gi d9ծ1=O$*+;/3au(hF'"cB_ /5ç+rpAl0O3!n^]"mWS6+=%uț dW߹̫T><#HRlb' :@ 4b4X6 "/s -ڕ+8Ě"TCjGXud0D)mAf : tZ..W裇a\xkN UlApO $+f~Z՟)J+<=8& h~PdIړ!v a{8}{ pL|>Γ5*a1oƃeK$d=bN]z%SA^ΛPtGv;}~Ê HǹMI{mL)ϻ\੗`gg!B( IoE$1mYn2rO/!@@Og}'?eliɩ$|;D;"͔B&˪CIʼS5G,BYkw9DNlbΟ?8PFWC %%()f"d&h U!ç=,#,N}O@s bt{ 'GJ  M=aڑM0ߨ%vHpd)cU3@{7-`U>|VsNhUQ n$WT 5f#2MYX.p1/v0\ *o$f*]&!o`P| 6hދVs=Bvc7_Ug*E;]\ͲLc V#-b¿A@-3]>4ɺD;01%;}.QbsjZI(_M2SA}Z:fB]eYQfVNɈOV )^4:V;?=.a3H}&^zvr:bbT k&%pjAz=;O̓'u@zE@8"R5/ &v;P"y&f !>Cs4" KG[ b?\wP79$%5ə}xߠ{fFTTQRUk%'ܣTô9-HTTݟ+R~39wyC`Dǰt8֌hn9Cra-O=pm8{0V'1a$řm4@69j5jѿzԚYHtm9/M+:PNkYyNgpjrbtsI;[+勓PMj a5=sUn:̇T(ŷ8ۀM}eI#)#,[Y K i }D:]ݹZ,LU@LFm-`tЏEz@%ۜWtQ/Hcv!D!KY` e0'U?a{ڇT0BԽ_oln!Z.I^] >Jg80mY#⶞^E+\iwW~c@q]y'65yPs 7aEJfߵ6:zrpr[H 9Y|R]{uh,Zնȩ3wJ1,>I4?u2B}LP;dVZʵ+\R3q^Pۀ>R򒱺9ޫmhm-[l\Ia;ND=n露~c_a R[ȴϚ+;˹ .GeLΩUy7(wѤeALsۨ@'BGJVR-W]U]m TOZi8Sa,Jb|j"J hȉ@!u )w .VdNd]K~ 4{:5Wl"qx0*}3 X(5u!J蹳f[W$B?Il#vF0:l6eZlI=Y53 }\Y^\zTe w@+-@C^ @4>G抩oXK,;v%u2km/=4i_b4م+b_g$h?ХޢM :7_DZ Sy0susym! JD@E)ts[@XyFҢ62+:5VőoÆA) ag @&LٓMWĕ;Ewa2xvZᤫ㇐T>!!m ! Drp-B<ֵMi )#2ᴎCBR" ' IݮW)7(s4Sgj~DC I_c1Ih3t.J3'.ݝ/Kڏi\kW1XIXPEJ yjIȗV:o ;.A:Λ;_3p/N Bj{!н+w‚MMmwoȞM87#8裎>im%i0 sfߧ~N X3˸*rR<;Apq&S5#ԭEDE-B1ZɒN4@^^d”V8QΨ7=nue[Wkd!Y▍.~RgY5Wy<+̠vaήVtgAAM@[d?Tfa ]_qBFB(^b^-RlIߙeڊ#@Cܘbû ppt9MdFoog@}Z業`Z //6>(BcCGS Q4`[[)[3<4QQr$)f׶ YZ