poco-cpspc-1.10.1-bp153.1.16 >  A `C:!M@eee$q\1*_K: Y=h;uqhu]>dg?Zatw%q<G7aK Ums<wwTOzn Gj8^Di,Q B+>q[F_(m¼M-h]ɦHڂm[['"H\h}M+|S&A)BLM> #(5gܕ{/~D9"iL}35e33e351202229511d61d1e274f04713a4cfebdf02702670dcd2c4e4d434846da20b7e17885e572b1939156ef1b7cf61cd68220`C:!M@eeeu-} hמU/3b{R.,]I.`ׂLGC#YYIphuGIXMgQZ$a{Q'D˴&`U3?Õ|͛ nG E!dWTS=4aVC?ΫFS%eopFPxF! + {@ E-q"ߖe7Y6FI1foϝ/s/7|5_.isnL>p>Gl?G\d   = (Iagpx |      (HPpB(o8x9:FC"GC8HC@ICHXCLYCT\Cx]C^CbCcD=dDeDfDlDuDvDwFpxFxyFzFG GGGXCpoco-cpspc1.10.1bp153.1.16POCO C++ Server Page CompilerThis program compiles web pages containing embedded C++ code into a C++ class that can be used with the HTTP server from the POCO Net library.`Cobs-arm-8SUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Tools/Doc Generatorshttps://pocoproject.orglinuxaarch64t6`C`C1fd982937d4f4f4b8256a70e980ab7ad8efbf189311fd69c6d816dafd3ebe000316e9bd9e58aa5934b878c2bf4d7d6b7d541ac88e10a35c621b2d759d456775arootrootrootrootpoco-1.10.1-bp153.1.16.src.rpmpoco-cpspcpoco-cpspc(aarch-64)@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libPocoFoundation.so.71()(64bit)libPocoNet.so.71()(64bit)libPocoUtil.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)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.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^`^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)obs-arm-8 16150481811.10.1-bp153.1.161.10.1-bp153.1.16cpspcf2cpsp/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/b546629ccc3be08b8fd4e8f8dc90e8e4-pococpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5e4482ea050d4a6c8ed819430fc34b182f3c8657, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d44cd6b22c04e80a7a2630fa1cede7302bfbac32, for GNU/Linux 3.7.0, not strippedRRRRR R RR RR RRRR RRRRRRR R R RRRRR RRR_DGi9 '¶2utf-873eb8b8a6aae02b0637f61f2ad031665fc74efcda2c84876489b6d7cc6ed2350? 7zXZ !t/KB] crv9wJLd&\Cvީ-8#p"v-\ g짔?6Pd(}¨&B5DAn60Q(p7jjp+Dbe;n Ş5X;ȣ=5s,*ho7Ǖy ^3XIjӛ#+7B?Qk,8LxKaJմaf}V18/fr,dD&â}<sߙoM2qF71\~iЧR;b dN $"7& T!U@ﳲsK!Fʼ 3HlmV^\扄^P蒱ւ9D͕c?GOW;|mn,roO}1'b2#yI\oH"%8N}W͖s*失 xDSUvZ>ha ڲPtG|T+k⻗!  gR|ܑʀW3偎,-ɚ29wvvDq)շѩvqs$oI1hfE;tӀrçPKIneg:Mw o;ԔjG{vZH+XדbJI?0DCk5 ^fcN9#G%*K[DvOK?0פ{CpxФ:]S:;UZxd4R"s[VcYwHlDgFr7]}*8b쥈~Sp_b=Ui=qn}N$ YO)IaĜ)FxC(OJx߷E-^ȣ+8#>SP,oYY_,7M!o_Z}/d7^CWXnވ=<#鿾ez}a|^i vw&PSl \4ߡ $5<>³f6W$uX> +LPkeQkt٬_զϐ\~!`[z}xi@iedL4y6PU= R^>} PT34Jæ]r1D^kYjYQ35L7GDi\> lˮO?)8&+z"ӑuU$\VZrG ~<@RJM)0Y8V2Yd&$ˆp\DWj7ٲ\s69pN'(zBQG|PQȀs캺ĦVghX\gOYKTejo*HYE5G+L3TXsxhŌfA*]0xRb8 z@llsMYɯ㱣ˆAۚr/rn<$F{ A{sJcW?˄O4H`׿CZ.(0iܠ_,Xĩ'I^[b(/AP4-+C.|ܓuniG6T'/FJ7{: šEP}2h`-h&=$ڕzxMtܒrчS$D& P"r8}%bnn[dA3!&>bb`n54=`=.n:8p hj Q3Z$qR֞ )7b$'<|(H}$PT:y[ UsitPXi⩞W8o#mq ),,Sx"k9|ŮC*qJj%z&{ŷ8bB@_Oj%D8xܿquWLq,]=84:j2řЮG b` S#u|ɝQfT;6=tH:04bo,XMTO$:P'q6\M67'rb򹳔L1wETDA Փ_j2!ZxtDY1 &TN;s4Dmrk0oL[P$cĈ$^&?i9Đ}8&l){97sC_5Ngt]MekuМqxly82rm@юk´~p(yEo6G׶۬`BEu(wϨ\' on*o_n}LS@{D3n{ 0$8_Ha\xPOıdpwftE(6rg.64Coϝ*A]:O(6r_ 6kW|$P {hk9O%AsUeUX}jI(ӒL@XӢ}AYx ^[{nѲF ba+MZ=*/m +)XE+=G57~)-~TxdZBriQPp"-ns u$spӇ (+a&(6b#J&Q ٴ_F-Zڨp_(ݥAj.~t,l4 ge؁.]҆O" `ԫR o .NF*k_a8֠t +?Li_D-,=m57=`uɚ܁i1$F%KW}}gh`\pxcwP & e IWEH$rZ;{xU9A.~ @Bujr`Mo) S9u&&)Kq%熈fF;s&%u͈j뇙_>0C[wG [}tYё&v @Swy„$!jwnLE;3ލGa̿Zbreݥr#:bklz.YI64fUl.懄{_D(hy ""KY&m/.>XfQ_fMW1UXY*0| x& >j} P?(cZ *FqdyDBB~ۤI_iխ/ TL5dX{TU |ڐPlzn!yGJ,8OX@lS;>! %S]5F$CY*$ͿRmE cB=D~Z"iE%LUųZaFRI63~gr 9Oʋ8X[bCy%8Z=cZ3})20:*7EL7i蒞C^S^Oz,HVީƒ ̺!MSdBmnb@!Np$J/Rח(L5\mP)$&3|G4(*TQLR1o )hjr"j6Shq ߣEZQ;)虌XUXLI)n !dQ+L\]kN2sqr+0?/%h@,q]Puh7j3Ԫ4;dd@9 ;j* !̷ȟ "hhfCkLlqXnZƆ[YJbg`vIMzj윍}w8%jS7olTEn$k6ݢ[|ߤ'j>2# LFpkt責,>?D!nPm^ܩҘ#_T]74oީƁL8ƣUB+)5>sMh&9o{i5]#F$Jݭ|=LH0N:.0@<'/uV~'3j#q9QtA Djx".}a%X\ޭ肷;Z+ng+kjRNy\IJ76TTb:Q*|fwˊ`Ot%l<INP0 M%#*3) h7uCd+WߣFN/ 4}k>rU{?uiK*؀ʴMU`'+b夗x5d~7.8+y?=sB\"e+CܓT틍R23:̞s|[Qj6UKNˌݤPʼn4ijLCD!/ԦZQ{B{RZJ+5i eDngG){}>u\gC#0RM`.@%/'V% ]l1@R'V ]"Z-&9ˢNh8,Cw0i+JͲR%)qəfa,Of$H:%>eـAQj{|^F֤kz  Y]R6t+˜ނqJ'*;ռ:QU\%( TY!tc㔲!+Ɛ6(Da AK7#إ!,u?Y6`73vm؁Vw V1Rr<Gk,CqRrށb}"aEHjri+I8i84myE.Q'6QC/4 +~_fO{r N8LeJ;x.)Pxx֥^Ww߁qlt^.GX2*VX CLtOcפ K:jbrWWW?>ܕ'qYE.lXKFU(Ofۊ)jCqܣWՆYWH'Y]0%auJK:+y״CmR;`5srUKۀe%4$(nbL`9e໫ṅ"o F4&X}ex\Xw#_ng=Qɣ0?Jr=eWiP'}44{ѩr,v H3"Qh8D0+*S `B1`xiɕy9:LdA2M!k1X/8a"f (ҰlGfkݹd1*n^swnŠSL ekBEہmnd:="[kЊe쐇Уķ&\^AEy1/,lЕx:>~G=a%bD&HHׇYӇެVO8M[طumTڬ}a}al۞dV5L2 ]: *WP>RwDP J'OH|vU3/HTlOvsPWɲk)"(tZ,^|m,:98.\tj4|fkc%1Yj~0n&Ξ{uK[pCu,O9+W,<7FJzpRּc@V_[ɓALǚr :nI=9M!t8Mmik~\\Jv&6N;G5t%vS ?^@QR0=UEF0]A- c}@\kO+hF]R1PF۱8U>kOTf*JnX-xs@PtZ-^ MI X+x5O&._[ғTrѠd 9_sM[Ige&yhX/8bP"3c~9 rCyJu$PPxN@W4f(`5KuBpeA»N~SLUL5J԰8s媠98㜞lr O}lsګ'Ep佦/*2O:[I;K?GF'\,)(CӳyĦGyi`ܔ>A.*$1NM:I(,l3=Z}DLD7=\! ,﹜P{. gV\Ǿ E%E25}cWGEva,#(R 긔 _U6h)9Dbi„xAdxA[<ʗ4<]M.uuS'LCo쪊[b2$H,3ّ0;=[(Bai21MTީ*yI°TFJJ+_>E+v$f*2neNw |ՎuD\Ghdoԍ;I22L? GߓPv]T_5&+!GO,|cf/Lo]](靸Iv:-7:~"@ 3kZjj=M|"܃Z+_"C_ SCMtuO&U!/|=b}Vik(S.^-)9I6!X&{YlO3vsNQExAMfP%`C=8$Kk -8pˈ69 RW^^(7_}5wfosեi?=O ѳV<)kb92u&0_ܱ='h(γI zVB$O7N7E+)7vB۩"2Otv[@E~lw&+ZA۴ y\p>g:OF캭aa!Ӄ9&u Bb'Z ?_.{n)38LB[/҅V$Ag "!ocDDZ-̬s!B|CGJmY(^|i(6<ˬs310Ha=C9=N= _kISb,D.`u#K>zq7V:A&Ur߃l?l<$L9Xe tO_Vɩ^.Ogq?ㇳ<Mf'Zt.aOI~/EӽPz1|qO,M@tݳTy#VPB'cV/~2+%[?Jhy~%r@7,>G, 3D~Sq&$qz+ {ViU΁꫑ԎpG7 X1P2-C\F+_lEOuqlJ/D6,,'3쨕l*kxDxX  GMJnnv3٥@7֯{r@0p yEf 2éN+mLGնˬ=$kqۈQٚd #}z@:S5]G,wKZcxSN8'(袖H >y4E@Aa=ftkBlvD"+{Q{v] ,"[RϚ;D*)*߸3Bm!G5Kҝk X.&u9y gv,!!b]:"/1EmjտvX:2}es)FTAN`y_+*]N'HHXo7cyEy .g*6^(hgܳrATrAċ|'Q4%~kz"kZo܏ʌ#IQVQИuZ Ԕ^NQo"0n7@{}@V1q=]Cf-q}F EהOCo<4n:RLmk7LN ήԓի.! F- #<'٪T3jv_/sj ѭHbZ .(٪7P ^rT>U‰jv57JTDHnaCauaQ+< !beۨğIˆQe Hb?R"V%<;e9Q{0`)Z'J$GW%Nw5 ><~県INXBҫcjF2T{G j/Cu[$jx,16胚W]"8 jdTȀg@/ U.SZlɯ09&f.ᔎAjVQD}^ޛ>g1,!י?Qsqsb</-_!-T]pl`V/랩HהԨ~`Alݜ({HJ1H9N m?^\+ İLȄK*A70Aa44R6]*R껀9@lm匽FzGntP>81 _T(bu)J`g&_S"i-JwʘIoR8I"k6$z *5d͔e$' |FP=F x_& h* d ɜbF}X12TG7]eTZ kfB^׬U)i׶Ľ 7P_S^5ɷ WweF7 +D; gC*H})\Ey(ݵӗJL )M fZ0178 f!Ҏʁ~K -GQ^ 0R5{Z:\nahlӦgj0,h G5lW@/雡uvL-Jݦx! -\ w?1v*߫ޣ s\O \10 35ynb4Ɍ}6],rj+tkM~J@@H!SPWV1Z p2ʆW`o9fr8,woKSk+f.{_ D*p4 ļr/186;xaX@ 9A:Ѳ?a%r_| Py ƾs%ݯI&6v$Ӛ86٭f]_GcJLu2ñUsSr-Ob8rH}8mLm>Ϲ'~k7sI9> +PkEc+_ cs!t 5@7/߄ՊE3Cj2D*Kt’$YOu#O Oa'upd"{EN14mr# Y"01݁i3ɘlYܶpuʽH*݋~T$צX#eɡ t0)5+8HRyc-vmao"f]9SH@ϼ_!kwh:<AJXCMC OK\hX*nt:\LC,wB!tZ?vF'Uln ۴'mT :q.Gn9Kj5Sgz}a]a, 9gc%H[pt/PFE&7HxM[$=<>9tjpaP1v{RQO(s55/)ASNWWf?cJCxZ eeu mcj܃L<Ň>Xe1)#!*6BZO/;<'ǝ{]!;5E3d 'j]n;)YUSq\a>~!pH40KҐEB8^ %.:/%Բ\}o]U>QKzYX'ַ4;t̥6j4tSHkp}~z Gda NQnv>뤊>nz+涀Ï:=>jfA?"Lۥ?nQϰh+&x'iIZ%~w`;0]l[aJO&cܿAf?p!gߘYf{Ѓo:Kw{SZi–7?) .po)ױ D+(h*0[\]w%lbh2nY2ǭoJgC5:@8O%ȫk Iu#U[!~IσRE&fyP0 S9Mܪgq:Q*5!jfoi-AO/?ء=2a@X|y 7WAgr2b /:OOCw!p ˌ[nH 5O̻rQ7 J)5YkbF-is؇46tcY&*\JxC|I v!,o3 ׶;qr1Mb>,Wfv$|Hʿ7XYWX+{:>BN&bI@t3Ak`uz^WB{Lh 9',Q,d%DzO ˁ/1~vGa7([~kL15xZy'|6Tj>d>/-%^z5;V1OR /+k!ekV_B}T QN,xkmFDZ].4=}ҽ}̩'bXU/hYETq'?5[;\NJ|Ym8|-T.X& ?.m: /We}dEƅQes⺇)ϥmTum}=0,.__;HJ\1Z+{.aW(!dmkƯR `O>x6@aJ0yKŽ:j+\nuWǏ 0I"F? 9[/Lr.-mm͡V2c@W_IG`E0MT@5.xl^:¯"9m3TQrВ8^ %i|jٙs}2]'Rt\˝x4hTܓ *9ĶIsc:-n*Szp*;|Pv:*&Dt' om)M3J\o{ jh;dS Wr8e ڱ#`Po\ږ `-wdm}}35,&eI+@r)sśOfr>ֳ`\7蘪|MU~!Ѳ}''RCT7YAXb2;/YCHj8JP|-d^{X`if@5 .=f89R~)*GS#)j G*sWקoPn#v஭6 o`LAKE.gRe -Gx%.5 M LZ["9ۏ7h%<"j3lM I1Ne찶^:UQRbw35||^'x9 {T ̅$Y~yNv#Q.u<|7s4gSBA«cJ%xon'M"i_(}9V4]aKV.3/C 2ȡYΚ#rH`K<`{JY8&0%6X+nOqӜSD|2%RXWA~Pjt*=(*675h9XԁMb|^ć=Q̏EM @7kRw}-\ L]AoRh`+"v{)R1"A,"'c9yyH,2PqrȎ(a~,+[ZOً5ODMD%֍\/1 ٘&( lm,:t 0aH6C|K9/;lzdv‹dQKw^FBje …֖q~  bq@{ {;kH[/N]vW? '*wLϐ8~zEQeNJ~4> LŌ+7({Ha/8F w谾@>X%8eȞnh5q#Aԥm̈J߲H *:=>&f 6\kFf{DGG|hi wCj3ma3H'Q/5{YN CItp}ʹO2Zltõ\m/*pkvi> "9SwJz&x]$B%pGBP8R>jr8syo b XM3&փS'yf.bg:xk SS@H ߺ푩3%߻9'nߎȨ]Xbѣf⺮!)XJ<yѷc p&vIhY:&ꦚs{|;v>mB7;Nӎ.$Iɑn(TFFE׍bP u,{M̌.LfXcݞ /Z&P?s64pO  ` NKC/ClZlBw;Ҫ+J)+~EԒ;nD'бuR{^B>NFn8(-UEIT %ۑ%7*8LvCQIiDߖt)WgWDމ0a~2eۇzM  5qdec"BofUuDIۘ|E"DmL $s+UNd{9(fU‚oО FW0Q]A RH;Ԙ#{PoIgb MYW:টԋg$+^Ӎ t޸לT<^"w;!y+ws!G Y"D,ujI4镲]R|?s܆]B rXر 港kyDUguLfJ D;͡` E#J\iτ6h-,@5jyv5@-.޲W-@b,zT=W Dfw!L X( u轲 oX\j*oO巩zAۋM)AaFp9.MVS@EU_@Z)[mO<ɜ^%63-#4=mXRxV +U~FDAsrx:I#-O΋KEf0M HWW`Kx&~t 誻5T@P[@a&G 9tc>FJHM ;%5+t@ Ï.X{vC&)=MM I(⠠xoم'$>PI=O_˃ ޵f k#SM%؝"oDZ o\AA%F9k&[apsB:EUrIO^:-S%/7,@5 9mAR=kjmcX385Tkc@'6Ō x>Nma=EVe\V4[^A 6y}aWn5JĽ#`eUx },qr)FE=ˍ%l*Wq5< íG~2?Sվ?Fj~JE=lOm#R5!uI:$ eSS|-/J <*}T4c֥H/  RэP;r7\\K暔tyРNkY6KH97¿(C!k $#:b?} ctm6痭r.?2 !>Vr]9EapNk`LgS#G%Ϥ {S%Q-v4M9w> ĕyͰ-iJ97$*ݩ <o h8$UoC?̖Iѩ8%M";<zj^]'X2{hAC+pzWqc_ HSBFF?ⶮR)h.i_`z\S_:TH&& 6\OLgUmA; |Ϧ&@,U Xv֒ԞN+<꟟mWaI:>{o i$\NaCgtSç4ެ-h]sboN*|"l3 m,e.w?b6M+k^B-!gr`kqrHpc,T}POzi+R>&:q҆J0DLD:+%E-/1+;֐..ép-3c=rv;wca6)W)@W pBZhRݵ -Ue|4w{AI/VFP@)w4N٣bO3BK2nHj1OYj2P6%Κ éBtJu&,(럧]37u0.*_:H}O |[UrEלg[MNK~T-FShDwTڿʍP[ 6 3 u[y2htI }imJ*a'Κ`aE%205O>.@2=n9~%%lU.$d_xg2k-qM/[7r6hbx7(ɯ̛ ,کοrd2MT#.Ȭ 5!2q9{C'My2gpm^<4(Q*1>/8OAc[>|vɢW<AN/lpeOJ4-m8 Ki_|=Mkc{Gؽ_($!_ 87b2nؘF -0h-<{w xzm&ltm+_i2Kb* pj|)X21{ Nm9B*+|ZЕ5&)I-#EX_M3 7{< :}#l ,Mnaxt#"ފ!08J !A{$+> g<˷9]?nkz âܼeu`6ij`{K6bӽsU}};Cϝ&keZVj8YђXG)d'Pf#7P"L1vC1=}#1@j0|][%RU s}4 І|[1@nzD] HXVqj% M Mٽ@l>XVe䳳CDbk3I d#;g+19.4]g,%.t~6W+o"±DK&ȺŞUFYqFm5.x~yMa=b[nSk<qa؉(]Rỳ~†v!]6z2F824wrP-D;9r+DՃ7)QrsjbdC]0֢-2֞pj@z{eIcA2P(wPQ:rwDkpm8 jO:ٙV@p;uv*5@*Nhإc#*D+Iu"vP,s^<hoΫkͮq,*\nK# ӵY;7"-ʠl{d}rg? F}뫴С̱R[й`<0C8Kܮwac^:I*#V?' @GuP2KqGh N;3-Co8d5pb g&SWIBP 9&iMg\EBاo޸Fl`Jty=GH*vI>*M^D$`(  nU dbq/EBCA`8I9pǠq8H!GRXwrݎ\B%;X}$;o|T dL~aR G ^:tp Wv!^@Lbhsn4ڐ;PS1=lq#4];oچ$c8lOedf0JwLmϧ~+>~pG4$aOisolɒOKfCĚmJu>ȬyYxL3U.FFwK;ȅ~)Q5"n1L<ߜZ Q{ñUW#W:IP!}{u,٢!]C&x3fK'~GXxdUXG3ˊZ~nf< #nyy94ܫI4TNUMaݬCIЙ(߄]K9 c6%(}kT{#aʄ>c(D!!o&ͤy|et>鹙f hFz:L*vtY撥Osb~樆@ezhC yÉi$r%0ަ׫=^ Vo/#2@;dC& 8\-ʔ ɹ.(n3 aO3:18j]ӟlOƂSڨ򝄀-6ZZ?w;7]I !LUn@I {ybeSyQ#_ [n`e}X$CX+KB!Y RHff/,rb4uJr>۔!1_=wXBKH=a-d^$N&ZG>5C g ̿g#%]֞05tb4 Ujhq) ڲ;h#.P5K|!\c_sw@{ >`ol* A!K^`L ^$ oTeđֽn"] bdp#[GPeD/ WNEtQ Yd  26}ԅ,㽾FmsUo(v)_gJl4WJѹGa/tmxj95c sˊg#,Jڻ$SQkG:j߲{u3\5)%T |+T͇iAfzmkF=pOY k/ ` h;DP~emh2([.K) P gM3z;0& x%.N`_bʲrkFnlcLfp,J:`C`zhqW9@JKu2is(߰UzW:\eYT #z&XǵY0rڰ+6!❯]gT /JLR]CM4%NI_N7jkK&gց1jx!"-V0縱~ɔ*'˼nn ,-AB C|vŋ9~j`k@(Eܗ. mdE ^*?liZ]—92KHȑH̰A M%=s+:5$Hڼ%[Wqt;Yڻ! j_f(+ *OVU 8|hV"3K ظUSP+K;ܡIL2wW'UfXplHһOcRʇ8^X^D :6#eOWPJw|>@$SE *7kfIt/„cfv7m|a3r%5h7]]QEYoڄIt 𿋳`0rF=(5[Tc%$*YqE$fX]"cb^0q,(n r9{bofEc YQ)#Qks #K?>.!^;:N ,8 I\ Y75{m'}b\96gXL;d.G8f?#X*Of<h6щ{0|B&nSxUXdD 0v2 OzYg߽4 ,;fV@V8 S;6V 2|Y^{Br"'SIiZ|9U&QVAcrdw`1&paRʿct[wV {<.^3A:6MI=5z\o)pIŴ(= ,3U icW&Hk_Lإ5(oYG4Qd~vka"{B *sY9R)Fs;+;&zFM'dPWMWQ$%e:GXX#3?S1dB*[,E$oF+=Di-!7M9HB2^RФ/ڐS$ ($Eom1GoA07 "l/,FWVЅ7LVK/83yArW+sSԠ`Q5,7d7B0S#b2Xa)X}W94px4%fDb* XUghǙSft "&n@6PkAwNp}e^o!B)t?Auf,C· X SR o8 k/ wȐsP4bn|) [ﯴs"gBȔ0$ z_IrوNUir4p?*Z2(ܛçeOP{Oy~u7 o%䞋䌃Px/R)NJ>=]*R1:2,S+O7%L,fvK9݃N,f~J {f7ʿC;I|E 3- CȲ Ԭr #Vb>H>C /*M(8(-7qpfueIV$d93gxNX T_G`'G}$.̖C3Τk-p8nb'q )g{9lJOZ#IJkaqWa<2֜ N؎(^ժSwf Dޜ% RT^VDşe<{-HEC9:A A5g᎕* 4pXb/ ?n 谑t"NSn_ &]kmRzG/KQiiZfO1p o 3n!c׉kMho鳈$Ta1W~S.4SY6*~۪l@z<+-j>&)Ϛ=nrh]S븴$Hۨm1PC\qh˂}Gy:t5Cx7MK^w'tjvNKSVqCtVF-tgةl;{=/M1(t`"UGݭ7Jy'NϷ' ã|GEWu7C/2mqG .綴gxJ@i۫l3suPQp21i8 Vo@o4Ynwx?a <'Q864^=s,Ѡ݇OT=Ռ>.marOŅ!~>_Vrf- GNzHV8EJ`ŔV?^[-n՞.)8s;M&elgC-'l' (BIi=ljO" YwqmW <f7]⸀笒.oqw%)co *3\klp^ߑWӺ+$ rV4fJOȼݙ.w{ ԖD?à)## [XڥZ@y)*^.YS[%A鳪RNMaa!הn (b?/AP_ fY\25NC4-2oQي5۷5V4|[4'ֵt[.$Y碚}͏usat=Ӹ6ҎYOn\,wJE%;dD5Q)rRzyȲLSeyuUIEOa&`ΏoP(q༝Rt3oG$x.gtEK[\vD2 ҊeU1AAί)KVqG`^ѻ;;0a6v30OI(%rv.U#>=#mmM$g*lR'Mtn M?gҙ`*R8i+~'5;PD ͹\.7a(wBUND"ŨP$Ǭ0Մ#1KTZb#D {S[KIk<+&}a8I:dz!h h`KS<_z rIӊ)Y^ī6}b5^o5)R3q[~.88_` x LHΛ,$>u:#l2 9npPīƀ!h䔤crUH@â-X>q ߶ ađ(h*?V.߇ЄKR7Q %580h4 \TސYDĦF,fׁI~8 lI8}0t՘r9ٿi2>W2'冤-"TfuP9߇ ŗЌO5N%ɟ (yqb FCe'f E)׹x[$ jIz`\eT;&%KS!"!V59/.2;Wq<+n*0M>bFwx'NX;O;jA*ܫq0zcQ;%XFMz3}はk߫eq22dXOQLGY cp/\Ks6iS4UƋ +#OY4c/5_]?,Ede c,ƶP&ZMeΙxȧZָjck:;wdh=#:P}ŗGݬ8Q:&Q+5 4VZacvxx7ڣZ)e O?C=!kNGh2lD앪[Tv̯ȹmOId;}觰Mڲdekoznpxɇli*z?~{A+D :ӫڅy/n^r`I51Tx*/.m*_dY=p})M里(Y-bq tOcTOQ-7`b%+e(;@@$Bqz$2CҎQLYDX~p!ij;IOf:'"t LLQ\C WLxuV?Ze N"H+Owޓ[ J82 LfY6!%ַBl6rfO_+ke*f,"|fG,YDg g˺+igTb@{`6P 1D""G9 ¿̭R Xzg/QsqY/7G~0KkAUcn+@e]쾿^H Ө5(mI^?i K;pўd77Y{0c/ C\cM>dżS{M6ǵs86/cv Wg0)MBuJ2UBcL6٪+3v[<7BoNҶa-( л_Jh(F^.Z\Vc-5#َYp0TwpW;FY}r~m;{ $ڌk0HlD<mH$>(SJlXLXl z_Emizqvlf`'^Z!|$_1ˆ)Rd$|G jF'i1WN`[؅(b/ꍿp{E;U0Lkq}*#Ėxqĵ¾,qWhvhW |8g5-o-mP&Ə7U`۩QuL`:C/D}~hzk-$cz FSb}<+]D_շinJۅO:8Jn]; . Ah45uSsj pT͠32Ts--}3DL9AķBGJʖnm=j^b]| T OFAt"'\j\8~ą̓_=I:>ÏPhDaj#-,P&U@|mHo B`w~,7?Y w?8h/Oh;zA\%JfE?hosobg/ːwc4HKsʔUU6V :rǙMu/y}ɂB2ųLp<#py0E)o;b-"`s-Tti)t ٕ"FoͧŁ?_2yOd2])#.}ۅ~1XoIPxqB:nzF%` ihN8XL^tOک>T1&+ 1(5`I{Hcr2"PZݿi ܦ[S%<)O{Q7(PYB@b$߅uJ$F4|sc(-#Fi pL@`"g@-fn^=THOj$"!ؚ,ˡNsHcq#G@tؠ3C"B?,sr.4?*{-}=X`,!j&:@OlQ*fX>pw! oY"GMP=~O3cG6󧕤[鞩o6/p$HC N.Wy6ԛo0 k<65Ne]j8 $]y![9 IJyn* ).\!β.”KMQ6# (jxI9 ءd>ap~,S6Wh_nnKU%YNśvHV]a~V?#a&&6$K<ܜ_[Tb7*=;/ENFnacbA3[W Vj.;pGy`'<?kӚZb3#56lk0Q酋* 7QDhQ2/a(d(@O`|ŇE'Ta!͵icNk`1jiW;<%KPFQ9o.WN(ZCQqo=߅@ J~nm D /,A@яk_s[#7i xk'.q:n=n+i-HhRg0,H{ç(Tn=~ C+58f^7Bebp*Uxx*^ sDUtoX#t-3y^^ݱ.x>GpFP*B}EЮ3s!52nP1al7K)cS[cyR , SGcse)A'bj5h(+RѤfvR!FV}>M>PG`b(xĎEū2ݩM(%ͷd $El Ƽ#q5$L86Nk-Y?\DH ޿t2w=x` R#l^_MU.Ώk]yƿ2tl~S}<;*3*g!ΓF &(zLiOZګ]wHy@CD08Ц*K0%6ywmȱSWFS[dfM%Z2>QH{\nDޤs?4q]}]=&iT}A4X#rQ ^Ww=B*/藒'ܩJCvJNJY(t>XLiKH)O,=[zK$S+W)1*N6ol@OS)爵aN}`YF}]ͬ3L:Zx|-D|1 d,wW<~ nH4?erQHA.@z$mvUSw]-*Owe?P7h"4z&vT=}jyIQI-*PGfnIـd3tzXzp+`e+cD`3"bؖ k~Y ۞j[&K#5Uĺ_CZgǧ2H-^H<_L F&%2/7*dmPfaK09Kr oeJpDŽgB$' kUU5WZGQ۱gJd}<]0G~>Va~0U3qʷԚZ%-]hwwz83\FǓ.x5.SfH yEI 8s!{8wۻP];T:hV|$X:}PZbʫp6o<"5nRtgsMXc11nDLM/M۱u[YJ;D^砇]&%{H ]F2dy̱l=ПNFkHc'˪ z(!.v{yj`G^\Yh :w}aRDr}/jE|]<5 iv&_ÞƩ'"RKQ;J"Z(\RPè ްmv8!- 8T+H n-3Ok2AMգtkt0aۂOL| Hy`DaMi3Ɓӂ~lඍ/hG!WƯI3>aP <]oQCg@%~kp;&OaJedڈ:EŚ8:I)f'AxZY>L-(f1)Sd-­/ۏ EGҾFV} _ŸBBL'ygQ(o>$DS>@^wQïi{b< _UM(KQso!q㎽:/[w@16;Ve&AԩbzIgOo!yM|9jZFۆ^ÚiYG,څwk ?gj=ʫUewlSCl \y ;A>3azŕ|m w0_e'gw _?aFxg$A@ք2Fd]~E}]N$ K !_8Z.c5O2I[nimNNH0|a6L9fTu4ug /޶y,A6BOɸ3!d4P8/ҩ3^AE1aJ |} d򁞞7g<#.m$6*2@Qxus GS@cT:Cݠk[2 B~OVfVAW7kw8(ߴ,;}Eq&'\|80Z_ pzKqlF:UQEChFB gssߩ2OTWD3S-<(8}ZjA!t=)oXln~_:tBK ;OX#d`1-=To> 4j˚XGCW^*M"izzS|C8Ԯ23M&Xɑb8}P6{peԮO2 lFvfW WB-!moiN̑ӧtS'\&N)^HC@P6Av <Ȅ ƵQ+)T+n`Pfl(5ŭRv[V.j}"R^9m M\IzF亶^uAI|NvO \Ρ{Zi}%U4~IN:wrKt^m'4Pʐ&,!|.9f`sjJeTXbO-Z27"@V5%%F-FN-V3A+PÅ`?7'iiOx34č=(ivy O̵sVa#;J2;qOqk*FNl~F7;^fȏ{5rU ޮYaLj24 ,4@zqgd,nthYhM[vU{+y⁨prF;ǧtXNaGy|UZIV_j̩CzVO87I=l.5<G9ԲRmb.ܢ%i1|cwn %ܦb>fu)CHB2vȟ1$ԓ*¯р.#6Ҭ>`h*QL|?گ'F| $<#.dn,$tˁ )|Hefk^) lѸx{\#±KLn,@bVt\RhG}z ݦ G!ԓ#ǥ( Y.X0PyO3 si[yNPg0I\T_[>qaeU:+Dx-T^v>.sT7casݨbu)/Ma+_=BQu-X Im(|=o -\$}- w+WHa6!*$Rp&Sc]+ǫ]c{#9.X(;[(tFUQ D(6h?9P g?D{dKr4.ςg1| KgzI}G+1K@_i;xݡM #QmA5:œ%56FC|tVwY^ rX *g][pc٣ R"/ _]sP-MK_`Wd#n՟滜}|*ɳQ*iE ?NFrO,skS9x4?Xqf:!ș~7PVY<@euC)ڻEt]1_)SRPDb/ko~Y\~Hl6B -On^ѽޘA)jm-f˵H;6+K8:;ŴpIHD[D-K}$#=734Z9 zt4i.:*l@L'WGt4 /ux`Aw(1WQ~GNp*?.jq36w/T->?oDz#T [tS@%2>01E XN4p+X u$V4IE!:ivˤ:)c b"ԗm0^9)ӱ^/KYuaLIEOͬuρw ./-0k[﹗BUF-b2I =aN_@:$L,E&ct%[浗i=џixI=@CE}1?qvs,>`yv/0l #iSI c+k5C<گ#Ѻ@˜^]ٳufθJZڒ:@rg7\[{(ʚtkK6 ~hk1k7p:>+k{Qu YS5y +b9mCMoOOBb5-usiU!,v}%/@w7Tqjw%fW^+&­UH,IKȷE { ++6;ފI*) $`"%a .D0I,הP3e#۲B=YOvF"9OQ1&AMh6˄z`;X͊F 1ۻBPCd}WJ('ޛXН:62cfrkh{aQ24)48j\^^ބ&I:GL8|/ɿ.=nzQޙ>ª$TAA*.J:XP l,G@']T+(Q˝6&L4 Z~,ZV~إB'5raQ-գ8AoE]`Q9407f` dt U:AGPxGAOΗޓ~"~>ij?]V]BדfHٖ\gNgҙ* d3ppf:~u}%.v"mgĩOLiƃ=DuLԝ;'(/nkeԓ9ukS{'(@F;DE5z_axcjB))nWvr_ƮI?Փn5,hC= 8nn4RaekEi~MQm!<_7h}M"UGSoYE\lS!('?w„-EkP .Ja_KeC(AU_±!hSOM.ERNaj: ш0BUv6k(>lpxI&^2덮uμC߮JG _s0:ecfŌ78x{5@CHoDOz 5ygZҮ;2!@~5µz 껓'pt4 iDim< ${3Lc\9Ԫ&Q w#}'68?4]=2I;y.EXk@ % hz@ٙ ƴ9jb #q`Va=I~Ah)@KVf8-=pC|ȓS) 'Gܐ:oug&):<17@vU8p9CFꝜk:3">,8殅+iR2R䨉l|7Y,S<]*cc7\,`t  d[,^qR't ıOTYy~+96hDɐqQ{\^`˛=ePע=/ߌaU.#]9Y}Sj`XlI_WuzIj۵•*rٷS/:U߭,ėX L 2Lh$T?[ι Z3.f@= ?:ukwӂf#|Y)QC7HUbZN-jo-[H+gBkL'&8 !e 4%:|;B$N }> ݝ9sM"rtT6%Zj~wAȈVuk^ *,vG6!٧:|oDG&H6"2ӷ(hxL0A͠j$ǔᙿuÄV_{Z9>m tt(Dؤ=]u؅ZI C1/e^?Ty4 _Xq _κ8S钗%mrM(kXQ~V3=_W/-b.tAMG!̎NdX 9C8b[~0<+r*n$` y>2v '5*u72Cf굢L Dph tHJS{R琅D Hv 2ֽ*PmQV9 )?`z3;,!&rP.?ڙPڑv6([VZ"w?@dPP\3A~_Im2E