libPocoDataMySQL71-1.10.1-bp154.1.60 >  A bx~!M@eeeBߤP;+4l JNQ86=._*CvKW&Jf 3b~iGzaP=ʁ ̷ Qs-}u=hް4=ѰZNkzL +JvC+V_X]m*h?f[j+2 $nDsqY `@bDI!UfV5e4ܜs@HPp7D@cms?l y69a8878270e332e9df5fbb5f188e452905e01363636f14fa6168afffd540b5f0b815be12fa4cc8b7e218d354ca10db88bf3972fa(bx~!M@eee1c|Uk[깓Ryr?oB8̗鸓2~"HcOǖVңFɿDKLøC0s_}.wQo *A e dHjw? uZB䖜@}qY1M)"Dd"q]{]+&Xҟ&sQ78.qe(P.Q79O⾢9 ?Nϋ Lrw|@Tԑ2;>p@FP?F@d ' T  5;DH J L P  (>(n8x9:>C"@C1FC@GCXHC\IC`XCdYCt\C]C^CbCcDpdDeDfDlDuDvDwExEyEzEEEEF<ClibPocoDataMySQL711.10.1bp154.1.60C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.bx8obs-arm-11SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxaarch64bx/61969f92380753ec98acc1d7754cfb630758668276090cb395daaf8358be8ae2rootrootpoco-1.10.1-bp154.1.60.src.rpmlibPocoDataMySQL.so.71()(64bit)libPocoDataMySQL71libPocoDataMySQL71(aarch-64)poco-datamysql@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libPocoData.so.71()(64bit)libPocoFoundation.so.71()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3^`^J@^(9@]c](v@Zw@ZWQZZ@YYYK@Y3@Y3@Y2YXXXpW@V@TMatwey Kornilov Martin Hauke Martin Pluskal Martin Hauke Martin Hauke mardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.dejayvdb@gmail.commardnh@gmx.demardnh@gmx.demardnh@gmx.detchvatal@suse.comtchvatal@suse.comjengelh@inai.demardnh@gmx.devmiklos@collabora.co.ukvmiklos@collabora.co.ukandras.timar@collabora.comvmiklos@collabora.co.ukbjoern@schramke-online.de- Add missed requires to poco-devel. The devel package provides symlinks: libPocoJWT.so and libPocoRedis.so- Update to version 1.10.1 * Poco 1.10.0 doesn't build with cmake & POCO_UNBUNDLED * poco 1.10/ NetSSL / openssl < 1.1 : default server usage changed (compare to 1.9.4) * Wrong cancelation of the fix: incorrect type of store name parameter in * allow pre-allocation of the buffer in Poco::LogStreamBuf. * Modernise TLS configuration * Add getSpecifiedPort() method in Poco::URI. * Test failures on s390x architecture with 1.10.0 * Poco::UTF16Encoding and Poco::UTF32Encoding byte order conversion bug * Poco::SHA2Engine computes incorrect hash on big-endian systems * Close Service Handle after DeleteService Function call * MySQL: resetting the session when putting it back into a SessionPool is now optional (and disabled by default) due to a bug in MySQL messing up the character encoding when doing so. * Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr. - Update to version 1.10.0 * POCO's fixed-size integer types are now based on types. * Many methods exposing raw pointers have been changed to use smart pointers (usually Poco::SharedPtr or Poco::AutoPtr) instead. This may break some existing code. Specifically, the Logging framework in the Foundation library and the Configuration framework in the Util library have been changed. * New JWT library for dealing with JSON Web Tokens. * The NetSSL_OpenSSL library supports TLS 1.3 with OpenSSL 1.1.1 or later. * NetSSL_OpenSSL now has a Poco::Net::FTPSClientSession and Poco::Net::FTPSStreamOpener class for connecting to FTP servers over TLS. * Fixed a potential crash in Poco::Net::NetworkInterface on Linux due to an invalid cast when obtaining the MAC address of an interface. * X509Certificate does not render UTF-8 characters in subjectName * NetworkInterface::map can fail to reveal some interfaces if an earlier one can not be handled * Poco::Data::ODBC Binding of SQL Decimal Type * Allow to filter long tests using a command line argument * Poco::Net::MediaType::parse() does not split parameters * Added tryWait() into Process and ProcessHandle. Handle kill()-ed UNIX process exit codes. * unescape Backslash char in UTF8 unescape method * Add support for SameSite attribute in HTTPCookie * setEscapeUnicode() functions in JSON Array and Object classes ignore their boolean parameter * Allow Poco::Net::Context::usePrivateKey to accept ECKey and/or general EVPPKey * X509Certificate validFrom expiresOn Date parsing * Poco::Mysql does not build with MySQL 8.0+ * Uploads larger than 2GB fail * UUIDGenerator should allow random seed * Support for XDG Base Directory Specification * Add an option to force the use of PollingDirectoryWatcherStrategy * fix Dynamic::Var parse string issue * Restore pre-1.8.0 behaviour of Poco::Net::ServerSocket::bind. * Implement DataURIStream for extracting data from data URIs. * File fail on overwrite * X509Certificate: Get rid of deprecated OpenSSL 1.1 APIs * SocketAcceptor::setReactor() is broken * Poco::strToInt<> fails for values right above the type's boundary/limit * Poco::JSON::Object::set() should return reference to this to allow chaining. * SQLite mismatch open/close API calls * ICMPSocket does not check reply address * Use PollSet in SocketReactor * MySQL session state is not cleared in SessionPool * Preserve entries order in DynamicStruct * Can not open certain zip files include data descriptor * add struct tm support to DateTime * NTPClient not checking reply address * lock-order-inversion in SocketReactor * add socket gather/scatter capabilities * UDPServer and client * add PMTU discovery * SocketNotifier not thread-safe * WebSocketTest.cpp faults reported by valgrind * Reset connection when a session is returned to the SessionPool * Android abstract namespace local socket address * Fix race condition in TCPServerDispatcher.cpp * SocketImpl::bind --> bind wrong config- Make spec file greater- Update to version 1.9.3 * Data/ODBC: make binding of std::string configurable (SQL_LONGVARCHAR - default or SQL_VARCHAR) through a global setting (Poco::Data::ODBC::Connector::bindStringToLongVarChar()). * CppParser now supports type aliases defined with using keyword. * PageCompiler: added support for adding Content-Security-Policy and Cache-Control headers.- Update to version 1.9.2 * fixed GH #2736: Error using CMake gui - latest version * fixed GH #2737: Bundles vulnerable copy of Expat * fixed GH #2738: Poco::AccessExpireStrategy::onGet() must not extend expiration time after expiration - Update to version 1.9.1 * Added Poco::Net::HTTPClientSession::flushRequest() * Added Poco::Net::WebSocket::setMaxPayloadSize() and Poco::Net::WebSocket::getMaxPayloadSize() to specify a maximum acceptable payload size for Poco::Net::WebSocket::receiveFrame(). * Poco::Net::WebSocket: don't attempt to send empty credentials in response to 401 response. * Redis: added support for additional commands (exists, expire, ping, multi, exec, discard) * Redis: added Poco::Redis::Client::isConnected() * Added HTTP*Credentials::empty() and HTTPCredentials::clear() * fixed GH #2277: SQLite null pointer dereference occurs when exception is being thrown * fixed GH #2316: cmake can't find MySQL and ODBC libraries * fixed GH #2336: Omit ContentLength in WebSocket accept response * fixed GH #2358: Don't include for later OpenSSL * fixed GH #2364: Stringify escapes every unicode symbol when object contain an array * fixed GH #2380: Calling Poco::Net::X509Certificate::addChainCertificate() leads to double free. * fixed GH #2549: Fix keepAlive in http client session * fixed GH #2565: HTMLForm: optional enforcement of Content-Length instead of Chunked Transfer-Encoding * fixed GH #2570: DialogSocket: receiveStatusMessage() - line length limit applies to entire multi-line message * fixed GH #2583: Crypto library does not build with OpenSSL 1.0.0 * fixed GH #2655: MongoDB Binary element to string - bug * fixed GH #2700: Invalid read of memory in Poco::Environment::set which may cause crashes. * fixed GH #2723: Access violation when trying to decompress .zip file with unsupported compression method.- Update to version 1.9.0 * Added additional text encodings, available in the new PocoEncodings library (GH #2165) * Added Punycode support for resolving Internationalized Domain Names to Poco::Net::DNS (GH #2164) * Added XDG Base Directory Specification support in Poco::Path, Poco::Util::SystemConfiguration and Poco::Util::Application (GH #1609, GH #561, GH #1609) * Added support for GCM ciphers in Crypto library (GH #2129) * Poco::Net::RemoteSyslogChannel and Poco::Net::RemoteSyslogListener now have basic support for RFC 5424 structured data (GH #2173) * Poco::File now has methods for obtaining partition space (GH #1545) * Added Poco::Net::Context::addCertificateAuthority() (GH #2197) * Added Poco::AutoPtr::reset() and Poco::SharedPtr::reset() to improve compatibility with std::shared_ptr() (GH #2172) * fixed GH #703: Poco::Data::SQLite data types (INTEGER is now mapped to Int64) * fixed GH #1426: inttypes.h is available on sun solaris * fixed GH #1912: Run ping with custom data size #1912 * fixed GH #2177: Run ping with custom timeout instead of the default * fixed GH #2058 and GH #2095: Synchronization issue/deadlock in Poco::Util::Timer at destruction * fixed GH #2089: Allow hyphen in HTTP authentication scheme names * fixed GH #2106: Undefined behavior in Delegate::equals() * fixed GH #2108: POCO SQLite Data Connector hangs for 20 secs waiting for thread timeouts on Windows * fixed GH #2142: JSON::Object preserveOrder keys not synced on assignment * fixed GH #2199 and GH #2188: Illegal header in zip file exception/assertion failure during JAR file decompression * fixed GH #2203: Use MAX_ADDRESS_LENGTH to determine buffer size - Remove patch: * poco-respect-libdir-cmake.patch (fixed upstream)- Update to version 1.8.1 * Added Poco::File::linkTo() * fixed GH #2044: Poco::Net::NetworkInterface::list does not list inactive interfaces even when explicitly being asked for it. * fixed GH #2042: Android abstract namespace local socket address * fixed GH #2038: Poco::Net::MultipartWriter::createBoundary() always returns the same string. * fixed GH #2020: SQLite not handling parameter count mismatch correctly. * fixed GH #2012: Data/SQLite: Exception messages contain duplicate text * fixed GH #2005: Upgraded bundled PCRE to 8.41 * fixed GH #2000: Fix building XMLStreamParser with unbundled expat * fixed GH #1603: fix MinGW 4.8.2 Compilation * fixed GH #1991: Support building poco 1.8.0 as cmake sub-project * fixed GH #2080: Bugs in Poco::Net::Socket::select when POCO_HAVE_FD_POLL is defined - Update to version 1.8.0.1 * Reverted change for GH #1828; DeflatingStreamBuf::sync() no longer flushes underlying stream as this causes corruption for some Zip files. * PocoDoc: fix for handling compiler configuration for Gradle builds. - Update to version 1.8.0 * Poco::Base64Encoder: add support for base64url encoding * Add Poco::Net::PollSet class to Net library * The Net library now supports Unix Domain Sockets, where available. * Added stream parser (Poco::XML::XMLStreamParser) to XML library (GH #1697) * Added Poco::Net::TCPServerConnectionFilter and Poco::Net::TCPServer::setConnectionFilter() to support connection filtering and IP blacklisting (GH #1485) * Added Redis library (GH #1383) * Added Zip64 support to Zip library (GH #1356) * Upgraded bundled SQLite to 3.21.0 * Removed OpenVMS support (GH #1988) * fixed GH #271: NamedMutex_UNIX.cpp must remove semid * fixed GH #739: Add WebSocket::receiveFrame() that appends to a Poco::Buffer * fixed GH #749: NTP Packet impl not according to RFC958 * fixed GH #896: Sample "TwitterClient" of NetSSL_OpenSSL can't be build. * fixed GH #1172: Poco::Data default storage should be std::vector * fixed GH #1337: Poco::HTMLForm throws exception HTMLFormException("Form must be prepared") even after form is prepared. * fixed GH #1373: SessionImpl::close() does not check return code of close handle specific function * fixed GH #1425: Workaround bug in SolarisStudio 12.4 on RVO-ed objects. * fixed GH #1614: Problematic license for JSON component: the previously used JSON.org parser has been replaced with pdjson. * fixed GH #1659: wrong field size calculation in ODBC code. * fixed GH #1683: Poco::Data ODBC impl doesn't bind to unsigned numeric types properly * fixed GH #1705: MongoDB: support URI in Connection * fixed GH #1708: "SocketReactor::addEventHandler" and "SocketReactor::removeEventHandler" must protect the access to "NotifierPtr pNotifier" * fixed GH #1729: getConnectionTimeout of SQLite DB wrapper returns wrong value (in milliseconds, should be in seconds) * fixed GH #1739: OpenSSLInitializer isn't threadsafe * fixed GH #1750: double_conversion in NumericString is in conflict with Qt5 Core. * fixed GH #1804 and GH #1805: Integer Overflow or Wraparound * fixed GH #1828: DeflatingStreamBuf::sync() should also flush underlying stream. * fixed GH #1880: FTPClientSession::close() error * fixed GH #1897: DateTime wrong binding/extraction for MySQL database. * fixed GH #1905: Compiling Foundation library with POCO_NO_FPENVIRONMENT in Config.h fails. * fixed GH #1906: Race condition in ThreadPool * fixed GH #1913: Message Doesn't Support 64-bit Thread IDs * fixed GH #1921: ICMPSocket does not check reply address * fixed GH #1926: Exception when using SortedDirectoryIterator * fixed GH #1934: File::setExecutable() on POSIX should set executable bit for group and other if corresponding readable bit is set * fixed GH #1950: Net Exception: Address family not supported with clang * fixed GH #1964: Buffer<> swap miss ownMem- Update to version 1.7.9p2 - fixed GH #1628: Export Poco::Zip::ZipUtil class- Update to version 1.7.9p1 - fixed GH# 1968: Zip Decompress Parent Path Injection- Add minimum versions cmake >= 2.8.12 and pkgconfig(sqlite3) >= 3.7 to prevent broken builds against other distributions. - Use virtual package dependency mysql-devel to support all distributions- Update to version 1.7.9 - fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3) - fixed GH #1826: XPath query error - fixed GH #1834: Visual Studio 2008 cannot find stdint.h - fixed GH #1842: Upgrade bundled expat to 2.2.3 - fixed GH #1843: Use random salt for Poco::XML::NamePool - fixed GH #1865: AbstractEvent::hasDelegates() is not thread-safe - improved/fixed QNX support - Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label - upgraded bundled SQLite to 3.20.1 - PageCompiler: support <%@ include file="" %> syntax for includes, in addition to <%@ include page="" %> - PageCompiler: optimize generated request handler code by removing useless statements, e.g. writing empty strings. - added POCO_DEPRECATED macro which will be used in the future to deprecate classes and methods. - Poco::NamedMutex and Poco::NamedEvent (System V Semaphores implementation): files are now opened with O_RDONLY | O_CREAT instead of O_WRONLY | O_CREAT, allowing sharing between different users. Furthermore, ftok() is called with 'p' as project ID argument.- Update to version 1.7.8p3 - fixed GH #1760: Upgrade bundled expat to 2.2.1 which fixes some vulnerabilities: http://seclists.org/oss-sec/2017/q2/499- Add libexpat-devel and pcre-devel as requirement for poco-devel- Add testsuite - off by default, 4 tests fail - Format with spec-cleaner- Switch to cmake build system - Add patch to respect libdir: * poco-respect-libdir-cmake.patch - Remove patches for the hand written configure/make: * poco-disable_rpath.patch * poco-poco_libdir.patch - Do not rename gz archive to xz- Trim some empty phrases from description - Use better find -exec with "+"- update to 1.7.8p2 (see https://github.com/pocoproject/poco/blob/poco-1.7.8p2-release/CHANGELOG for details) - Rename %soname to %sover to better reflect its use- update to 1.7.8 (see https://github.com/pocoproject/poco/blob/poco-1.7.8-release/CHANGELOG for details)- update to 1.7.7 (see https://github.com/pocoproject/poco/blob/poco-1.7.7-release/CHANGELOG for details)- update to 1.7.5 (see https://github.com/pocoproject/poco/blob/poco-1.7.5-release/CHANGELOG for details)- update to 1.7.2 (see https://github.com/pocoproject/poco/blob/poco-1.7.2-release/CHANGELOG for details)- update to 1.6.0 (see https://github.com/pocoproject/poco/blob/poco-1.6.0-release/CHANGELOG for details)/sbin/ldconfig/sbin/ldconfigobs-arm-11 16520870961.10.1-bp154.1.601.10.1-bp154.1.601.10.1libPocoDataMySQL.so.71/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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/b546629ccc3be08b8fd4e8f8dc90e8e4-pococpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d66799445e5a94ccb9bfdb3519e0ed19dc53b591, strippedPR RR R RRRRRRRR RR RRRR5Jk{ðutf-8c14f34d5eead5753cd58fcd0a663265a0a5967a50640499e893d10176ad363af?7zXZ !t/o] crv9w ,Oo8;ݼ_WB_3} ǶMX[YMnwZὄQ0oz/OΦ]O! %_zbMpy4lV(Tx~u Ҩh.P>N&7Y<4Ǔ4uϬG@p4αkƱUk5֮4t\NםWU {} fC'I-45*=$DÙaml^2&Ex ^`QMaܥ Y>@ 0# {8 N bqMN"l_j'wMH٧KϰF+ZNwz$%R#+q 5'Z]-nZeJEfL5עݎ@-JZ\~.LJ7Um˪(/ҭ+&$@B~7Q]F5Mt9hkoD<-BIkJ_طXKÌsqT`yL'WgƤt/B^Z P8bt='p/YT lt%&'(`DqC⒨F0pjSet:]bJ#4^>/Thf7:k4urwT]!F2VfNldhMJB/+u8#n,#&sS~[h\?kv֪a%N/'Ć;WpZ*V-[tITqsҠwQ޴:L V w37 `j^CZxXPjpf^N_|'ws09e.$/RuN{&I]0 %+nIOAq.<ҽ;5s|9gcz'oBGP-J 6z %] ]yG#ZCEI~l¾p1PgZA2*ZVH.݁%6PYm8'NmoSJ#1 ΚC6ړIgԴ}&=k&cN+xd4Ve1#vT(FD3ȵeI.E#Sz6*otr_#˟@#@ Q.H 3i 3j=JHAM~olYHul3%EiQ 1TXZ;S{Q'ϯI90詩Omq|gn>Pվ3Χ(] m%rB$khRhMR JQ䶒Q}Sƈ^! gٿ\ eLߵؚsti@8ms{3!ro{\ynWC5$˄7Wض՜Fn7u'- yڠ(xEyJ˦W^OA֡x}zoh:$ЃA(sriG[.T刁/sk41"o ,V1&'/UKbi%P2c6Ե:\?=xgq4ߨF,jzL8ظޗ_4%s9jD)Xr`7gr0N~Ŏ&(8DX i (Q%@y9^ E0ig=n^~JDi?+ʤhI5t i▞FA%`o9̌2y o&ǪZ &P#7+v0H#bh[LuJ¢NwGţ` ]$2\Q_^ ;W)4˂2U fz:2- :HM/+)>^qo@[4| "=5 h:0Oz/sodc:M[7_f\|Gc\=${R<;T^CI颪s: SIYkoNq62:a uƊRUt-ENlЍ{h*H*Saˬ)ݵ{<󢿵<XJX$b h6UOQuhKNS*ɏNa#2:ŸjʍjZ-Ԏ y pF73.ҡa)t(`GWGƋ#Zzʜu _Y4Y= g=@$4ք*s:0-%\Avul8JtB]?}> LHv$OQ㟕*7fm>,8DՀ;#{T5;BSJXq2"XKo)U0NVSU[:!>ll+bkftOV]O>HC]ӽjHWXh%]@`./ Wn [+}틆Xoz{<$idP@* %0-$F-9۝6DqpGB-y蒬qRw׉<Կ[g" W5]*u&Π`OVxfL!, oh1Kk?M';R[ J 4y^@7Ap+)?AS)51[2)C6,` rL*~yֹ|]=$׬-{2TQU֎ 6̘Qܼ @,8Ո1 H0c?5"k3sl*pB=ʔLMfaW57O>zѰCuEծ63z^G`C$г m^ ^-yGA}j18._/H Vp0Cp>i<8c5PīG 0vR; 8?>1!7a "QE/12])]Ă(l]!u-jO=iaM3y%҂,`>OuzaK;}X{ Iq4k\Bٴ* E<'uW9pxM!'pޏ V& 5>e~Cp*`yۑȴ\g+tyBѥ*,|#:TCT*]uc=:13dMl}ek\jJ ~HZ&jHlBg:jbѰ.N/nߒN3v %l(靥ŤCBuyr{iCQ& 1 %ӀW tRBz⼰U'wSODZPV8 -~LjruzgD 00Ǡdַ_\$,ZkӉsM VϏ@KBѢ$F:p6H"ghssi6Nq2pCyx,K,LjExݼK".I!JF~Qi6M!#aͺ{1AEEr:]Jhfbhm#m2j 9B5l7CP%d7'< *݅>3Yk&Sa&$NH*\U,wJlHd/Agtc*0"udžXnZ)-G`o[BCn(;t ^)=&sZJK>RmVF&O|aЉ J!HUMiP$@iH5؛I4O@E;S:D`M):mNf^3۷ulGAWS^ҕwA=nmװ.*f|2BT֮a*_eoVe Y^[ןy 5&B[MC0I*,RaV +O x'Z XS-j^,',RRml~`۞{/;S+JArRb=Jŕ rpJ3ZADa".* RSSՔi&?fhmUZ0Ǜ,I<9ءA2]DvX[Wm'I uP*n[OUyGY)邵oS>cySɚR׽g4T APHG6fERJ;{GKc,d}D/u2VǗ=YփJO%~l<δ:!iw  nN͠ߑB@>L=77Ln[%:"a:}g62Wq3}Hח 7w^cj{j>5 D)D_onCۯ/3qx nB3 hU 3,#cIT3'}>D0Mhm9vRcuVBLcˀP. &,Ec[L-8H+.+M7=rNЭxˑN_qg[2btjlFN3s\-xf:BcC䯓LќKF* ?^[9D ˶H"JK1gQhXIMZ @Jj8rF}ٞ7o`M(#x5#8gY.v~Eo\&uWOW[v3xx0,Mnȁ9?EyȲ$zU+YYzctj ; QɢD k 1;wn`}栢쨋>0ۭPx[,@uО{(?mt{N>[@X+j3lhκ=b}4-R/mڮM21n sdPeNog]-܄\bigz;5 zTuKұRBK;ʢc*EJ&QS{9I"U ܁m>Q6Qs9{I=SlP{(#(tՈYQFt"Z7%}my%[5G%f P Nj0߀\h0TeH'G6Xq:[Z؎"}:#CDktA +E2C? q?\W55;soBWymNNײF>83~_J?rO.N*ix0#lP ^{uYL]Vv68\?D(ӼρN {ʒކ4㗐X [Jc8"e)J|F͘2^YnA~El%bM%/%qg# YP"#IO|[0Rv̯}_l|~*-t| C'rBӽ Gj"涾ҙQSw׊0 ɂ.!+$>Ah>9M)7twuba+u\R!h}24b!iDԠޅ]TKлBQ7^:E_&QPw ĝJdESb~q!3Jȵu8{[70Tqols؈@Wg^r7M0lNaNHS|3e,r(/4&|Bn |=@#լl-cF̱$|j1I=9: r2S ع.6w]mҸvՠt^<{wIaz)g^DRV)9(Ww>{WT'p;Gb] d-f $EnBLbz psإhaܯKYb> ͓am| |!D$-crğ̭va[;CzmnnJM&ƅE /^BGjo} i10M~9j)=,xp6'* Svny󷤡c5 P:RB/C /?~64.M:Svu#d4E S`ƾ*t2gĉQg"ӱߍ!YJz!Opn0ܤv`uK_([=J$D-ܻ  Ds5qXjp@2 ~O_& X UPjyԯ&?,;VoU+'>'@L_[])vRdQn1 ;FP{':'͞*P."4isKi+E?g'TAZ߰F05y@8¸G̖z<'T9ئGacgԘDNnp2)ٓq&*c@t,bi')9f񳷘W2=дv e~J̌6s̖K5,.HdmT}wcq?j\EDǏ`:= ;8]. Y4 Ĕ բArKO o̞*ן7-ϧ$Uhe@Q]A,!M6˽0Z@,n[A;tu7ޡJUM.%]O"M KIyph:y_䲋f4C|98b.Hr\ßs;zoXtl\t84tq䦁 1ܔ,bdPZ.=}'L)MS% &q"1,8KMH֛|ۯ|JT* gA}fb~7rZ>Р]oxBޒ+]VLQXVY5ekV^K+N# g4#q~tBP2`G%^aݞF[T) xM](HK$ITXK  (CogBgG;O7r5!KHZB} ) xƝV?C>׏b߉lfPoZ$ p eƫ&f+;)=׷۰'8$/.YW|1D "? FIV3P~^[{qOyHah㜠IY<%9hZASCUgѪ51l|V'»Z5Fin{G&*<%ҬiǶgcmT~4>dLoSM_Q-]rMΧL0h+G!2n"`6hNP7.nM%׮ zb't6љCpmo)^x8*|0xO̶+I.r=mgnD͕N< 1R+uvt3.M$N=}kǫgV8%~{?+rLyfT%(6DZWѾlR 2re܅1SL;i`䤁]bK~ &`L #}Pt-])Ŧ/1m;I `v-¬q5xBVY>u:?x+8cwxUjyۦ#QxT5x$j:@^ce%&V*;nH1vmVcMuc P|xUCXҼKOӓeuECG y9Pl1.=ΰB/im%ͪlW2DgPvat eC٫BusT쇎vHG~ '4}4n)3Tѿӹjǯ>_c?9JU?FFw''>4?&3LzbQ&k9& E:=7SL_ߑ]Zz?o v!o*EZ|JQ9֋`r^}=|#x,AflVSd"-u:Ap$0rQ+˘`_zƜkv}zfXwz]Bk{Տ|R3^@)C(G*[ ?Z~:*"Mtą?HgT "zƅ}\N4{2r\V0|&R2qe tOcd* #dXvhEd}Am%4#n=!o xZZ^gѩ&>oѶ߀jtTZ5vq seMפ!C} /n&4DKu'c$Y'#7l  ^ 1Kf]UB6dOӱO{${I{ȇǂ0d8k*b1nE D e~XKr^?ǧd%TQ{VzH&)5ZUaԞ]a^P~lMv<Gs+\w}$) -mM wΠ"Y& ga!`O86/ǿ&x}Ih8 )\uFyW3 c ۼ’BQ = B8ޤ &su iԖLIcR:j c&_!֌}IF.O溒򊌉~ {`ʅ-͵ A%yD-9/6U4l:H1!Jor"f|bceLF խ@eBVMLu9гq)S; 9m$deJb ^eh䘰C/Seg=$+\I ͷ9Gj,' mg3VVc~bFGwcPFS{r͋;{5׵%=,a0ZW2S ,g|(G#w>Nau1t_ krGtb.oli =QWQwzLk.9 ]7╙s܀ZppC b-z0CfT+\wпdPctĄP_V$k52:͋{QC>,> ť`A};rŸe2c$6#s@s.^9Q9 ƽ(cDG.S E/,@e nxژyGAL2ɵ]p ($9'"Vm MY^?s?PYFhHwY+7e#9L 9v8jwB"Z]Kߢ@  fةjh  KmMs B,ZX2 3} _ޏd؛)A&ὼyI_}.6P'e4b{_oW1/dc_cl1O^Ov=6|Y qLUtCwi?;x~-zǿlgiɃݴI hz%6 qwX3Wi3&rW: *Þ1\U.%.?~)qH/@$ݫ>9=.,6V6t|D]i `2Z& ETR[zNPpEPvJ젳: WhuNii/11쵩Grxm蓌SQ˹r- AA< gDXQ߹kѷ5P QER#fkbY巊Tbks(Љ순I JF%NK9V8CMo,f9 0 y[2upPN:e>ጅ!|`H];h@Wxb-!,?6^u7e% n㞫 3M.EamNJlfrJx{sUKXwszAod_#3kLG( ?e{إ,Vĕ޲Ve9Ҕv~l`dr l%!@ǣj'WGL#c!֥nF1 1˟IPʹ *Q`,L1n_9=#EVCEv~D*@%ma@|&_vvI~D p!,e3- ЇuXwt0AƴC[bkGNF?xܢrozfD lXiʱؤ(xb'2q98X EB]ENՁ8| [Ifod C)9g8W_0#8]v2cmv!{0J@)`E `w~.-yRFi\)r qGXGHanxޱ}pd@Zugy58?Ny.8sNDzNǿc* q$|ia;s6j܌[s;w!do}A:`TvO=Әo 8J-) NSd@B:XG$P"tH!ZvyPzQsT$l!+haƽOw^I>;'Pm>3I#+\R/)B=9)ODU܃\/X7"ԵnQ)nL^خ-Sω9PC ʌlNRK,iOgcELɧ.Px'NiO:dZkЃ5N3pOR |KT}VDMIDRy6rviP:Q'(w pu;HH.Qk L lWƊ ku6ipFp#}R4Ky5,DȲL0T.ɜT|P 3`j\FÑ "cxN UfӟvC`Ũ:5 #slih @3yI1fӢ/Ciy, cabW)Wys+>P*甠Pj/^cuCС 0>hj2t:FnHǥ޵Jw]8f(wڳ_gTȂܘ/1X"VE%2bԞ@Ȼ[byF1kt]nFZJDQ,FTGt+lNcM-բ'*BbG yVM:uV;ygj㉊G=/m5&Ep۷G3jML*<6#)#k\j$Lnj0*xrEY!R-R%÷x&B kKUqv∃srx-a%'Y^ph{NJ*5P>b0J$_V1f*T@>ccb-4'섦_#4ex掬@9/&bTY}&qT# Ū&]̒^2% dE?pB̷Ql2FsnJjL?:uU;xhR8ت5aLoֽa+'K.d爱"2S?3loXoU{ uB %<.a@sz.PQBO{ÝN^h ͨ"F&@[6~xI9lQiri jWx-j0 %&_~@[^od|Zg@ -`1yT&`;;`o!Y-C`7VJY,(pfB->[.wx1*)]:}ϤҐ҈ `%XvzK$1 u Ť&]^#PUd_ꥡqhLsW<$%# lΕCD+RtV,"xwID6ueyӨmg@FlKޣ-HxAvo^_"YIύu,{ SKKT2AV},!X'=˕1)5T,k랎;(?}-oΚQo tx΅&'rq F&'PsSh@ؼt"E#i†Xىb'aql覸 A Gذ`:(XlޔIQS::k+|$ᡦE\}ا+LJhQP0PR܋ lP8T0Q#E|ǻ(`_!F JEͅEw٠jiٸ:)jrp\Z2 A0ʮI9E-m̎S e`;!K(Tm|ŝx00FZy~ |B}xNq)nG4:݇ bNkCt?AP.9V8yqK9gk{QQ_JĔيlPkiF6`j{.8y bj)mGbXu׶W*px26̵*8aIMhTX~lbk[?<771Og pp’k#2e2_µ{9֘70&oZuٿpƠ_ⳅbuSf8>7|ZH6~ ޻ M˒խ鉿*%c&Vw=9=q29ɫ iKmL Ѳm_3>|fxc\WC->LM#m{B܄Ü Ov _$l3,Qqf̀$6B9a#v:eiǙW@B(VW0s@r=%}+^vuu7ˬ3KӚ|^~;r4=71'%Բn_֊*՚$KRk1mϰ4KU0rݗ0Oֵ7ix6ŚY}i/57n zx5ս5'H4kAH)Om@cVY *!b+/!4rc-^Qam/ʹ[:(MoMp)O#g0sm_\p .ʿd .ywۉY %ajZ0zU^aV5RkUpx*7@Wϑ_%y8Z}g]o BwjrQ@A"-tȭnF;nIk%7ǔyHKcRW+4fj1+OjvpÐÄcF t<#NmMYJLjGj7CGOgVQ"tU+G6t~yqYƢ#?# EwTW)I^˅t~q9˜Du&(~;;Ah a,=qAĄJ1k| `ٛ=WI_p fVyS*BlsD2o Vsm|,99,|87-5ݰsqEлEIk&k/ @wmUG汅!6K R"a=_ t gEqnƠ(n͠W#ï&<)=l8?B8N>6>5"xi`E@%cV=*yߪ7ب_"$}~`vґc ܜ1$NO =ZM԰&%! .0y+dzQ۩q~_a>[bީc`_@{]N6iqN^X'U,`-0{|,^VQ`Jz p4^tjhPёe"4aM7I/E`gEM8N[ @+vn3C= {,od\Ԫ|BrH+~"VSU!u+87t,D3S1ɏs9(H( d6E"me5;slLcF[xW7!ztFRڲN$NICVܖ?Dy@R:|dpn&\ߘ╺rb%} 5yt=feQc9ށV#5{ YőBT5v̭?2Ux_=k"}=82`Q9AX;]A|CNeq狻6zZAo<8/D>$Pr=T8WO;e%? 'ytܵͱ->j4b"Ky@ˣ_&. p`:jĚjY[gL4N@R$*r'dy. +pg`KF69w+FizUR+tcXcc*ӔnxyՆST" ܿ s{9V7х?y0 cY}>(BJ#PڌSr#<mR Td*~]IfYSj ȮM*CkRH Iжzi~dеI0822tru5(}7>|99ѭaY"TVO`c.7/X.IJtx{~; GY '5)qc.Ea "0G?h(}lR-A#cpSx{n7: (@vl3xs?밉D] gbw?P;tt); 8CLy?YdHƤGa\ؠ2b5q]0-ȇ́M/f^-}s6+Ď.YLrNMTҁp'QNQ> YڹtӜt X _9~1srTo"q)7{g7oZʂc }f7MGڨtݘ?2ԞvSuґ{<Wi\ʆAMkhC{ϓQ.2 }>XiBAOzוFt5Gd̄^ܲ|F:wѸ%ߖX2EnkWLuILN$c EVP<܆'_@ wr],ڙҧ6r6 LE:”_l{<[)f|P,X1}.-xunu҆*a{FOEST;*\U-#L,(*鮤v'(r;`h5μvOZM(|} ̍byjy` `4`Fqyݻ/ͷD^ ZnwIfFw 1V,'`cy6+3(P57]xK}Z-(IAa_W Yb"UϜuCr9)<\P2@m`US5FX;e+ɓ+\1< 9L*_ &/8=K@/p{LHR,-)V³!K%ԶfXx?1XOٱg$UTx^Iǀ >j͔ W pޱvZŜ| E_Л MKgo*,&2K[ʩ.W L,8/;QYF*7oeپ%x`]pӳG hb!SmB୧6ϟwxx:⇱+bjiT|ó*Hp^ʷj͘0j#/ݲ-z/!}+AVo*aNy,NeiX2єjL_C={8PQg5zmzB R} erepBw!ufAgmzd^ hIrZ*d#ݱ[XUHjL!71 ^XMyO;AnvU`]DylX7\!"v%"*p'ڪc,55HL,;dbDZLFMƌ&S3` )j:5Z$-IrYtr+!έdf͠]CKn||}S1<;TK6v@.7I!Y# </U4K-iQ7Opʩ&b6iN{~n aNҢ؂ qjcR&X~mkAVyZggـΌ:eD;*- l<=HD̢,7El*|7lfۄMiMps"&)CBad4, 3LY}NߚR; ԃ| ;Sø1ωL^"7{~|+pnEF?سRt 0 Vٯ-6ӿϏ ^̟ P\39t-kf9NfL_ K'4Ujz@f C)U\N([m *WIR;b;]PDVD>VVH((/WbL?藒וOP{{fֳ` sZNf,(n6{$;^s\f O٫4ENV'[ EQS}jxl!]OZl[rcDɜC'_Aߑޤ-e<9a!!H[Wf67MYTt5ՈPG6y+W\(ɿvU!z~w%$EՓrT (_jNW*%2'xGiARH`.Y!073Hjг. (R>/4=Tyys%B`u/7a = gfSj0㋳DR:bi:VLaLўZ'X@fg d޼AKY'p[=Gq x6$R &tw\B~'Q*)LIrHrivqOj]$^T~ @UO$.G\C }crGCgCz[*tjU΋(*ɖ|Wh0oMBSYK^rդSZy䭦zˇE aݮiyjZyHBkzy+?uӂ: R? /߄ 9|eʭG@2z %Jb[Ffyjf8J<34/D-*2s.m1d)Teb9-d6 lymLzx) {V*5iY&֧c1 #g߰yGڬ)ݟȦ央~[П*a8d1)1LsgYs)Ɨ:e$rh4!Wgl''crֆً< sq'+ ᷻IYU0ॕ7 [B}D$ǎ\?E3JLWCbR1ʎqp$ Q{X .HDwtlfR2F٢})C{G=wnk;ȐOMcbMF LckxJ WEpm0ȫ pUCѱX38D*zf Ƶm-,N;qP;&g${ < ~14~پ(!w4͚+Nnff8 Y!#XDk1WEHMDdlvYt[H;0l_n(Mc碂&md'y/Ջ!V׃;%PU?dby]ʧ4ucs5Pՙ! v.vIq²r?5N'A],l p- ABJ"sƸgNxecn lWe3Ti-̞iB޲&^=@ANR0a ɞ!~bsJ+a͋Q U$1!Ȁnh8ML#8蓨m]Xq;TԾa!u Η7` ^vFK:i爘p8 mL x>Ü{Xhu`쿱gHqn+! :}'~ScNgb|Pv@ٔ wԠ˺r75=0Ӫ˞olfJ GĨ?N(5ϡM.P]}*n / Q 6Xϯo ҝX_%z) $-`=KE7yo+C&!Gy]N9T<č:NP!v3hv: Gb+rh9bzq<`relqm$.H(bAT-"X7Φ0%987 %)Sz%I|oHEWI0Oq!ÄEW|V>MY:=Tk?W]h{lip5h^~; GNR:P!'ON4m1Wrf\fR.(i {~hM-2 3БF-ZC2+עoxYȅJ89 |Y7aܜ0=~u/u+a$nSW7xS8_ PS! JWcLpP+cF&ͼRagp ;kWq-Y(,vi횫|b$%  .w[DͩeUa;`2\\,EpC/oqL[%4PnmgȤҖbŹS4vD]\0LU)1f.s*mGFWTe/\2wAsws>u,ll>sCG<P!͸܁99[)SZWuBtAj ԿpekIIJ#"0dl!$`L{H KzӤ Bu7ǣ5< >NgGb&%7*V}ΗME A$\mi:`,3!M6kcAF&"<&}PW#~)|&f F-dOx{"\ޞ8퐑rUG't+\ Ca })HQAE>ZZdv.s "^IP͂؅}ڢʞfx/٩E{?rV՘i5[csȺVbNbjMzbPI#MIGDsLHFen<5)hb` NQ |aހo)*ָX*8+J@BVaiZ(Z+7??)jV|e5"'&BѫU3DG{QMB`_ 9AN#l!>X74=O1 [k]^ ն d=m&i??~o9+ k!4&.4Nh\b&Z^eXkqD@WaA0>f^<')e p%(y^ښTLޛdT]=/{(ͯ1f&Ps.Ӿ </D_'ӉA0N%?/<$&KFf|NNmAѭ`n1x1+TE@j]Tfᚐ/9 6':i):c ӂ Κ/w#Vy5,.cc5 BuAi4 i%NnCCT)ǠE=rĖ#|6ޘVXKT&DbT|uSŜ-c(]Qb۵Рw\H,^)f(Zak3% D[Č4Iy@`굥^(xl:1!k&qI+wy/lKX#X<4r\i]։fh2CY:+l'!.Bw)!ы$-ލt!2roTlRS u&}׷ ;6$caN99?/ cǴ 0/"潁wer'GP=& nȾ+@CQ(E}Re5 {tz"n\p<ڠokGF ;p+ UaJg]B(5!ankW߷ņyjʙe8|_d,e@1:_[ѪVzac~xBxݸui+h?/3kl-I%x,j-lp5hb+kQ9b#; 3i W A/l#k:u%6R0qSc=(ud!VLΪ]R/JFcϲ28"A0q[7>>`#&XamA.$˪ m IO_UH>}aD*Y+O{CKJҏ{5ۀ0Uz݃'zvb(EOP^pȄS/ l˲;زsITݦla^78u_Nf&UVh}0}ds3eڹJP݀꯲It|ȇl D#/ևվ ,]@}ŋҖyح[?RY rn߇# К 5JIhoAjvR*KD`c$ Vck~#?~ VH_[$>MʇaepV*LF?cI:|&YM޸]>Ƿ9uF%PD~G7 |VȓLX#m3;cT ma̸t}oD jXC]ȷ `'tdH՜J0d$~ QD{omg:>eoN{W[o=>h6J -!Gȱ^bpKtĊNsJHmab7T PE$ܮ6~q®lRH)]Fp~W;`q%AʅN fOL8D5#_<oDu(o[[K`c)j;eoX\tvS{ (2Sd}h\[wMϮv[3xgx0u*d4$l:P`(6t2zeRCEŏ#cl_V,IT$o+6ܞ?){dONˆK@}X4jhr|ڊXC ;0'*{]2˟o3ХD[:4 1MksCoSr6WkK?)%F/(zPJz"NlOnˢWXr@bD.@N a _{^*Evul!E@j ^J'BB7 JOY.H~,#'܍S&^<r;$|V (3LUM:w~q$4[?`kS*=8\z Zs8T,'ɉ ] V>c*1Tq|32C}7 ̸BLRE<5K1$-0.2=j{wu`gbʜ|Ny(LKl}!8ϰk c@y&o1[{p1DRZAxk\ᐚr$G~*c$ܗ=VFȫ"<=|n /iqxxN=LNYW(ln/ՂSu(uO=GNeC]|pu!g8? N{!I#sV?.m#dk2UWL|hM86:һ3 Ugk;~i$?.>X梉 pƒ-؋q_\=hD`6208?uѕ+K$,>ZI Oe~{\^'t-؈k3,֖ڬe](Eͽ9_F-weDIM3ӫF2FL^B/-v,V*0VNYatYN"ɡ%nscG8g=S^}<7ǧ6lRB'nq_ew݀vbxQS >9+bEIȎdt^6W;0-L_C"'CrL@8=m؝!Ua%CzL>H\~O>1F<"?N ͷH!?o)8NѻZ1qsH9̲;# [RB@B-TQ)CQr3W](TvZ--JٯwZcؽ&|ԱE@TM }4 cz]U\ X6Rhmp֠D-cSw~qj SNCydHX6#}8ꕑz/em4x T.ͣ} kE6%|yfX9XézbO}PE izW#Vo&}}udꢢ/ak}5L `@S6( wwϿXw/ɖYYI:ºTߏ[ӓrȆsT4Je=4}{p0RM[ |  +BUZ]f?BQ0Р> +.o{4z[&L|"&%LKu)8R*xE2/핅Sk$c#|GJ>&yR2z nQʀKy"JDwk|4hkz54P5'HI<5[K`N=3VȺ.J|):;^tZXmlMxMa3 o xHǟ]yQ?Q먘6.FG)EqXNјcf鋝ƞeY TKMiRmD 6NX?|?|-bF[[8 xHkVio uK 5YI3vF~xU[&Q eRl}؛3 Y^~56 Š^Ž"l3ݙ'"ܧHlp$WQfŚ(q,,705!" d?EXd?KT!;G"4L]XBge%aYvԐʴ>?7 j n#gbfciyj JBMnF"qj?L 2$K˂+ƖUqIc.Eit()cw}] !؆&?j< ĸ J|5hB&8-6oh{w LrG2vB ^Շ\ eXZOULr|zFBx%j l$و5rP 1M^@ҫ)8Zƛ-Bԏ/ XsJr}zPUȠ5=)n̛{ P} |F]_|> WLA1뒖g(Qհ\SB19JBTDs 0*bdtyAc۔LVJ\ 'R ԗ#Oo"b+21{YVᦴHY0lu,Y?.!å0l 3O763hB9&b@OLW /3U&&Jm#vw@YIɍ2VK '#8u[a?RLZ W18]56ZK#tuUZd9B3 4ck.8|+}FC2xs1Jks ː<7w-,)YVzL͕h0pyC-p|l-S9Kye"y miPX\qV70&{')"$yO:frxV q, } ).=y({Y7gM5 ~d+c]4 9mR!AZˁ|CrHU^6|~y32n7n0E*k.$VPv"JkV65㬎, Ä}G*U/T^xׇo 2!Ir ?|3^Cd)JSD,(ڌ"V:6[] S ]%1oK Ys`jT)hEiGxZs'e:'@LTFNi՜! aZɍ{binD}TL xq^m?WDo6 7^VKPk(6G(FAl!,H vhoV =]('Cb(!yE}ZЍzGOjO|!񌜮:k%9վ3ҖW:g7A0j&QV\WFDF?+}Pf>ck fҽq'[OE{f!t0ܲ8yY^ҢyG*aS5ߓ\8 ob;1,@~b S˫{YȇA]6"Szq V]oH$䎝LOLmLiVC]+i".rK7/8l܆֞@K7!D` ρcq~)OΗ<ac)efծ>8q2- }'Q4/#d&n? 7(ikԔn;>?">uZ13 D鵹4bR@MZDAvz/7=CChNT >Z}`|8ڜG, fn4z(%JkgO($@FCa +VOp\xoUT̾H͸YS8m#5A v"iEy1EE9)@b#H*UG;b{uMD,_9D%K4 sGÑ>HFF; 'fl3~7'wGHcD>?CpF^yp\1}VTK64(F_[ zM^q b;V0%O\qo~dWH֪cK6?Zϩ;gs CNޚPg;\Q7=ƥ;ymN.f*ff 4_8PWPh݁ +֭'j0҇Ng"eRwmAK0ߎņAykO]f,>3$KGj\B؟|Z (uFWOwA ZT}T+,·s$IqAq0TY+xq˜p%=V8RrTd3nhƸtZrTyYac!Bh|B:7@[g 0x5_eX@NlwQ޳)ь$ |奀㴭apq[W6[/{Ui^{7U0]-z&$C^o=!7n2#\~\"%aPS+Ěh!m )/1屚N`}PFUEL|aW$3-9bnNH2Df׫]tw>{7fH_VKGlYkO%'2X 2qHE7E m)74#Ok;cY0(jqvz,EK'\}ckC-׀3I\fIKt|^ך]{ǐbh;0rZn;*PSH`HӺReׁ(KCn+O;* #k1zAc@/t'sWײH/Nı΀L4lpKd;Ͻ4uɻ+pԼ߉y'a 5Na<|ڽ,m.jyl_m*WTe}i*$ϣ3|S'۷i7Rٸ &Sѝs>NJCxZMB,L+=15PP|zk-_nG,=V77L3 q`&}-򧍆.`݌x~ l!y5r-wc (0xIY뢜a k><Zkl}QT;e{#@7\H2{=7r %:ִHK໳/LĘ ZDNeV.ǵ@ZR~ Bz٧'D(OSn>[W%׷w/$6 =km:0͌YͩA4 A="VZu_X_tQnO%Ļi?R+f)^LH  W75P+!`ߟgmQ^lSǨ4N O<̝zuH 벵#Xog Z@&Z<?\HF;Haa:t!5l)wL#,e i&FKCh7J56q﨡v~TiQAYkpV$ϼ@Sf tqd6b%Ɓ6]C{Dz9}˽ms 57Sz(ǖŎ!P-S0/.EG=&9V*Vk1bmj4ţ??gBXrD;ys aV/7Pwo}( KL-3hoa 5g/v|0z2M!6V1r 03/mv]W躚_ VP |-oGؘ3lDP^Ld@T~2NF_7w_|ʥ}A9Q`Vul OO?^'HnS;qR{u>Efo9ɭtӼ*8-EyVzhW×Q!tqmrN6rF{,P M<-"$*7;N6=ůB[\u8EƸ=+Yaޠq g4Zu{VH xFc/lu$)N. rTLOz޿V{@(zOyXqG0Pq{/>}9_u ,7O3Уx)By AŴ@8)TJWGh Fk(䞚s/N"F֧tlfBqCش 3Jj&:!:DJs(seZKY|#bSFH̳޳:rAD.~M)%\< 3WQwM7a=2ʅ1Գ?[ #*X?^y*كCWcԣ,dG-C}8zoW+QcsS>Wjd L}:ΡKFٙGR{^6uC+)BUF E_ (w3d>[f@Xքo͑6XKBq]bd.jVӚ.00L⋭׌U8`Lw^ :Nnh#p~䒹F ,54C35̘MGKVLpo>ܔvk{8ڿΑ%jOe%93 m[~ټCh^}#H#H'p&|{6bh%}I=B2x+7]̷?oe*Q]c{KWL \#ElZJhb7TL?,AJobMtByTP|fLwVcC%}غxUookV2gx͵H cP#FY09!s )FJTeowBV%GFlp8,@׸:N}sO߫T$޾2)dn*fr"*X` #pw@}!/TaP)h9絸d/\'<@用AC}tcÑgh{p\q?jR5DAU$ˊMD+G_JxɈgWA%/jwq+oadYP@xCeH wl;o؉lT[ԲbMjXqҽ2^*>J]^/'F{"\E߽ ӹ 1Y?hfIڅDy=sҠ9N*RlfdgTU肆Y3sمZy3zʌfoweP FeFXi9 AY}e80~&5QnG:AirNN0Obpg[gkKԲCYШw[z{I*gMVjQ͚3놠1+f#|:Lj|1Vos& DsS r@fk5h zxt rCwW0Cˏ4ł=}Ts0Vn_:A2iCs(k#k3ds2bxkՅYϚfS`Z֭ %>?/3zKtm,,%_/C+2 wÈ;cQPu.spIwZ)Sf3f 9EG5P[,?_5>IB~{`_jwʱ'o?Z <~%S^]VU8=kh7h=z"/_`)1}}EoOo(ـBAy(%޲a6# j:G3D:V%{>9kd8"1f٘ԹR}\+[X5Yqc@v5ej9tJ[BtpLT|u(g*-`!Z9,ȴ 1 9d)̧r54j;pWPʃr\X[ f d,Ӭu(_.`Cᐲ/o<ºI7xp727+9 pmt7>S -p@e9 sC+TؕtcU&U\[4!uTrcQ Fc[Hh >7#l8Dc[骯["}l]V!%!TҐܭBbkr *jta zhiIOLRn)䎄86ޥX@XMl>IU9M {@7y7T(:-V:-V-%5pb8C@&fѪszuB$ȡxo0zBO[aVLg餸jL:~YayD{0AuG?422r_2YDt7?K+e5ʰU#Bgb3)r ,E񐆟o2Wv_p-Nokf7P H{r8LR2rE)Q1YR;ߏ2r llAՓKÎ&f}~ !#. Zx1 TAeR ' L{SFXjtFIK|1 q2N[rv׹i3b7*{8f:{@!ŨpGx7lISis+ .Z!XAMav[f?R6к08Q˄ +LrEtG;2T%^6-Duqbf@+ d}^@s[sz;4"*=/?!iX_W5;6]`Soʕ[\'pR l,7#AlAu5t׊۵ ;+~")VHCs&zY )(ގQ.Y܊=-:gP$nΘD5S͐{-GzH]4I9G D.H.%5> m;lU!dͲdx3y4U\c)g6O馡eg >ʡr3mSCnƲ>y㾋g+hm&AP( k6A,tYA*8V-ºS`GNX\oɔf|JfO&R̀)9 wp"e^?nAkr4(&ڼ7u/!a!_ۄiS?4JZj4!p>veq`/zRѱ}U~[z}|{tn.cǿ‹I6"3 AG D),TYxnA"T`I uoq;C3]knT!OT!x}=(R P=YGy[D*ޛ=)erFCʳ UAeă4_u_9skCJy8Q0=ܽD{9d[W~t/+ TvyX T!9T\Wkd!qc&y**3l F(Δb"86tU1B>ۻ'; y@1+N}k=8jIZT2iiD A hIVu0/y79e WC^)ݓ.]jS_HV0 w7LK\;M.lS(w0/qƎj H~iȈj< t›-)wr iB3X8e- jDf ۗ:Ch+8~7ҴP#ea簌Êdf? OvC% JMaҊؼ;jKQ[z q+- ^ X|\.Lh ℕ$ʗ)9zӵpV(iA"TZƯ :Xj (NG/n@([7$CWV˥ġjņFc %nVשMH} dEEu@6+˘@5}V%Wa/S(恵{f 5|dqg&]cNä~$ +y5Z"o\:n*EӋ ȝsDJ.dZ|GE">Oy\ͩ9"!]Z>mJXAdB/E`%B׻v7*b\JpЦ!!j N!/QmT Y;ڢIO/H2se^o=.(o]jdiJ91d.;&f1+@uB~CWT"|'k bD֌v>K9`e~ OB!(OaӕwMÑXZ=r|.[lBrb-\ZB& ߱+Ѱ?MT#"ʀ ti(_ p|:,0S]WR+Fq"\[J Z YZ