libPocoJWT92-1.12.2-bp155.1.8 >  A dk=wI%z NF~{o%{4'C I ]T~BQ݇wr:J.{JKE2K3n̋֕j%ET(: pYgYWUL⏎S[qaG=5 MFl֕a\|g$=ҿ0ZM3M2 Ju@w enz?1~$?|y\e0j=edkJI5[ K(KlW$rL|c7 >PIWXL4s+ (E!8e5ih\A3C$?n,(j~qAԂ>ruBV,Hj#)78I} X/ 7,ɇƛ1StkߖJ# J 3qYTb"uzۘ?_)c[4c/gjjif\,fAX mcj27pXz[WW5Grf2767be933a77135fb0ab5360e534a3ed6ff24bc295b15659f78168038762628eaca96c42295f5fee941898c75e4d726b31267a0!4dk=wI%z Y][WYZp<<!FI|rЈhN EN} m)a[ /Up*R==kwP4`v5?*D_tm m(>m\2~f܀/jx2eu&Gݘ=\`wy_>2y9!hw&oM 9K5&:u1,o8ƈ/ԘшP}z8W#|ld*·L8j,ɻppr5Lb8^"T.Y~گRe\ٮCq:~ -S Sq>7l(ZnC!|Bq#MOC{6cW1:;Ѐ,49=o%F5q!|b7*Hr!j_2 M a*kS>y58wʧ Ϙ' XUdp@T?Td  M 17@D F H L  \(89@:>QZ@QiFQxGQHQIQXQYQ\Q]Q^QbQcRdS eSfSlSuS,vS0wSxSySzT T0T4T:T|ClibPocoJWT921.12.2bp155.1.8C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.dkMartin Hauke Martin Hauke Martin Hauke Matwey 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- Update to version 1.12.2 * fix(Platform): LoongArch support * Linking Crypto-testrunner fails * SIGABRT in OSSL_PROVIDER_unload with static OpenSSL3 * POSIX Event state need not be atomic * Release script must include build_vs170.cmd * wakeup fd is never read * lowercase winsock2 and iphlpapi to allow cross compile * Only support extracting JSON fields when the SDK supports it * PocoNet Project File does not support Visual Studio 2022 * Added missing Crypto Header to ProGen source * Crypto: Progen again to add new files and bring back ARM64 configuration * Add how to install using Conan section on README * Poco::format and C++20 * g++ C++20 warnings - Update to version 1.12.1 * PocoFoundationConfig.cmake should now check for PCRE2 * SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3 - Update to version 1.12.0 * This release introduces Prometheus library * Small object optimization for Any and Dynamic::Var (compile-time option, enabled by default) * All swap operations are noexcept now * PollSet::add() is mode-cumulative now * UDPServer now requires explicit starting * Move semantics for sockets and SocketAddress (compile-time option, disabled by default)- Update to version 1.11.3 * fix(openssl-initializer): check legacy provider existence for legacy exception * Redis - add TLS support- Update to version 1.11.2 * Handle negative DST offset * Poco redis command set have a bug when you want to set nx ex or expireTime * NamedMutex does not work on Linux distributions where fs.protected_regular=1 * Basic support for OpenSSL 3.0.0 * encryptString() crash on redhat/centos 8 with FIPS enabled using md5 default digest * bug in JSON ParseHandler.cpp (RFC 7159 should be valid) * Sandbox all iFrames in PocoDoc * OpenSSL 3 compatibility * JSON::PrintHandler.value(bool) prints incorrect value * Reference counting for bound configuration in Util::Option is broken * #3507: Fix bound configuration reference counting in Poco::Util::Option. * fix dst and utcOffset handling for Dublin time zone * NetSSL_OpenSSL Testsuite: testInterop() and testProxy() fail due to changed certificate * Expat version check in #defines incorrect. * Bad management of file in case of OpenSSLException in X509Certificate::readPEM and X509Certificate::writePEM * Add back NIOS2 double conversion detection to fix compile errors * Poco::Data::PostgreSQL - DateTime extraction truncates fractional seconds - Update to version 1.11.1 * error: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 * SocketReactor loads one core of CPU up to 100% * Poco::Data::ODBC::ODBCStatementImpl causes crash * XML error when build 1.11.0 * [bug] MacOS bundle destination path is not set * The definition POCO_NO_FORK_EXEC is not respected or something like this * fix fork option * Add POCO_PGSQL_{INCLUDE,LIB} variables * Fixed compilation error with MongoDB::Connection and Util::Application * DNS::hostByAddress not thread-safe * Fix crash due to X.509 certificates with Subject Alternative Name other than DNS Host * fix std::localtime not thread safe * fix missing expat definition * Fixed suspend/resumeEvents pair in DirectoryWatcher - package /usr/bin/arc as /usr/bin/poco-arc to prevent an naming clash- Update to version 1.11.0 * This release introduces ActiveRecord, a simple and lightweight object-relational mapping (ORM) framework based on the Active Record pattern and the Data library. * Over 100 issues have been closed with this release.- 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-power9-10 16847495531.12.2-bp155.1.81.12.2-bp155.1.81.12.2libPocoJWT.so.92/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-SP5/standard/bc6aaa8b9f764531c4d2bde51f3a5a19-pococpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=3e2df6bf1f1fe92c2abb4a3d864c4bb8a690eaab, strippedPRR RRR R RRRRRR R RRR*@j&Vr;tutf-8035ca283ad5c12af61a55a0f47bdd8b9a6920c1c257528e2f51c2612061b4d03?7zXZ !t/ w9] crv9wBYy$/Ip^& tHfӺO/6'l&iBe=bEA* sӒ2 {K%d\{ ͗`_r\x%^bc4]_aZok7ǕP#n,iFzqSw(ۧzGp+(smyQ93 WRgDuM^ BNd1308⋣u6@)crS.;!uȽn-g. ח嚁w؜B:/"9ǠEo-Nhc=t= zu6djŲqj95ػ6<)!٠.>9:/;¿UgNn, tzODR~~3?N旲ELENRQ> }K.^RaGGnБ9@lO=& >aoM}2U~6Bu7"\rJϫrQ2e8AM C2n+Ĺ~{8>A*{6ז#:< S\n~oSȺ_7-o1A*pݖ&Vy\p*ecǭ7G kl4|7JJ OD:3`葼ىo|R$!J>%n6 l/$WJtf5 ?+ڼsp _?7P/B{N{Y[v0"M1FQGIuȂh8ۻm*K[#ң[/^3&c)(\DD\Q*fIHU@?c*W (a? IoP@'yPxp&!_THkGCc]Km} '_ei्GZkE>/?8 ^r">D?_jd%wV4k]^@|W?ޤ Z"t,(&#^nx"}Bh fd3>GEcl ]UZC6MkStԼ,Vq[)$d! KnwES5TVpDųFW΃~I C9'u~ow^> jO0p<­ Co.2p4-I"!yL-f@Qv*_UOq}޷ ҫJQ@|[ORc0;(VyISW}YR d\#:3og߄sg{G56tbڔO>`RC!T,Ty_DF:V5_xz%n{y{zq1 ˪UL14 >Ơ.\/_le ';oq ,FS:-W{D/k\62 k皅$ڕoP3YD;C+b=琽) iѶO˳no:uO=r#vU"DoJfCH35ƸfԐgZce rYca-̢TRBoҁO{{l~?1[IS 8AYl^"C8̏0힬恵Cu4M8[Bz8.hJG97*AUGFUE>`XB{`*]'+;kZF azSZ+Xb,~@dlxQ4_w&KMW9sWhqBGss(4M{R]yA'͈vKn.rp9rghO쏃wCy y_@ZNT:3y/hi+'hcTV&6: bВ7TqǞO b:3*APtxCD9@oj>/"<͞Y@\3 äo \ Bn*'Xu W Z K*~0l(dٽ;C8vPdDRFiPː,o?< {+BSk*MvX~Ծ5 ÏJؕ6SYbn~;ED֏#Y{֋ݚA@ .ɴɭkjE/EE%K5pQXReLqGȯ#M(gwdObfh.;9ķP.\k2WQ|%*&cq؏w?RT޴G-zqe5qE Xi{ uIfn.yXv#Cl;AVYpΊDG.vfϤlBX%"$ΈxkGhᆰY/sFm67ѐD5)][㭰L;N,&rZp,|*d׊ʏH+;Hh}:Fh\;!vnmeۯ?B y%QEK(8ܱ\=j4 >/[]'nm،1E{c-9św}xкZݒN73Oh^nDn{wdCe\)h)1@S8 IpmeeLah<.{bВǚ.F.+SA+8I`w]E6}3ԣ<eHGl7S|nOVkrPFp6e_f.b?M@Ȩw"#*f=S9P\,|st7y2Yϊ.rl<|h-v!zkDE3މ?u} Vv49߻u=qipv@}f ᜢ;HD$k = *T~ Np{ rEp<˧ k_K |Ȓ#^޲h.pXY}J|+sI.۶ONW(Xlv,h! b.;~*]ɾ Wo>GͲFrqqH/@3)if% ઐTBQ`bz 񯘥J^+T!jҡrzOʄO2]͍8Vq6X&>ĸDEٙZVq*HFjZmInj H=E9ZQ x@P1ٲFr(MM,GG 1p|G$=D-zc.Yݎ/YQœ@R$:rwbF[[&c&SB-tR5w{1HF*T@PԬ;/ CA`PWa  <Gk;R:ޮ}O_2:$p%ͪ7@0r%9ڸHuLZ3Tph@ oBY? yMƵi%<řm%~vRGw̠f IQ!;ԂbmAarT22@k"u`xS{&zdc6lđ5; sTGŰ: x^iX1MpQ[0a͓PZ[zޮɓ$`gk֪ XT}:LR<\0 ;]\Hcy):`,f7; k9쥚-H#-46lea۽$J $:!|KC;uU~bSxҁy)oPP#~NgL6X, _;Tnn8 "9kV'N3m|ҀR^w#CL'] W5B8FqL~'5.^-Gug8 N,$G!R3&%HP$Nd A*L8q[?LhVؠy`,IUi{|pg(KOYAq?p?HxY 3?eKl3R+ҶMf?i*iR I2gK Ay3s` m%oq R'lz[\O8HLR"5Aōg~Yfe`'2MZz[8.+X>.J8-UATj} A ~>%T^p7*դk& 7cD:g$t!yRݝJ Fsn0f!FOIoSCޟaD{ PBf2h?=9s4Rq;2POCk5ׁ?6A ؤ\LXg+`oDԋD=/$6#lfǞ'3o4鵭;n1uREx0"lKZlh0dr|Hre ➆i9UXrWsB_I6 Dc @^qƺaX~Uט+߽mdɣ\@R1P~&lO$!U~2* Jf3yȷ7f)e#QgMR`:pb|4^i\2SQ7M, 9qIҩ3PnOLq]~Ͷʪ:|,bvRL̒Ja34o[#8jZѣ>:6T5nw6;AG<) # d_衖)4R2-=k V~tk~C+ 6cQbc*5)P> ):z5LJJl.1B<_Wwo*lFs#K&޿} ~fq 7APMh fN[kp$oA*bZC51/}z5y$nyS|bn'DΕy7; 1Ö =^`?9g:MwN2z 'K_glf#H1؊g_%g{ ?Ḋ3R09dU]%g:LXw!r)@m 9\ 6D%Hk*'*yTE·_ݖbs%O=bm'yJ0|`/| >* Z`/Fb#[ pNErĈHءhx'beu }:5/X3}a)[qWb2ބ 4l߳ "|WտN1F̽DZ7pVE.%>K!Gs>(H.FUvYx겅Јj˒=Is[6VV9EP;R_ZW;ݬ{ -͏WRLHWܿw Ihn*{l>,6(DJx,+{@?DNb~U"%i&3Iw{W s=ɜ'|xYǝ$\Ah"4mG!1MC;(F:&OsC`:_U0 yIU)K07ಌ^b+JZ$/tz^D}S=\0-^V} Pbz {e0&Y+WM(ƨ i̚LnSiJ $6cwg z|̈hlcSkF T}hl=3m3M{j@7(Mnyxb8S#Q(iꑹvIE=Zf1v%^%*O?|5@H':t+ղU-mYm(ߖO;7. 7zs;5RiYFɍϜە3z%5~S̶ wܾP4D#\7 IϨV2jn)6 :$\#<3VC9NaW4<1̏'L [kt2䇈Q :Jֲ*sdf7֎{&ggx@ems'9 /Wl_ї~I)t%oܝ񆑐RoM&BxrNJ{dPgy~98/u =y`q_AM*~%5cgD: K</`ZCp%2,vU@f\q@#,ΝcIR%\$ċn0udr+ DS:{dzToje lƕTGW 34LŻ^2S fB\mڳ#՟SoJ bW=d; ^\: ACm<HStJbmb|E.Dh]5Έ쫜-r޳B lGC!k3 G݋HdFG"srm uw-:l6Ӯ$ɮqrZ Cr0>J PrN3xQ1sc#$q mYYy>&KfdE]˖ϹH^~K)I67 ..x&SʓG[#5 }7dښVݫLj2coyWk,FzIm:X!`~ڸ.d!F%&z:-G-"&g]m=S4WCc&^7Qyk `6J Dު4gvc$8;x?:3&T4@ s]^J ;@00NJ_=]=Rw]z;uF-t]5=4)Þ Mf,S<FƸQQٱMwY4sM0? r%.b<J/2\,G!$4dr*BfMP #uFh{mC/)GP y`J5Sv,>&0[flo*@@ {\ &#XR/}Y~D<1f$̧R[-q\r};:#-vVu0ء# wSyGY*8 Gsۚ&[Ҭ>j-u;dRoZ)%{掆ˤZR~!^ 3کƅzDd:}u Ѯ[h>'$MYLRLy0ђwݞ%tă#-+.wUc\[JU;urQַw>N,f-K ^wh .4 Z(7m g/ˮ (X#$INyջEYwkNv^o^zI{?."m 07(%)J\z蝾si#P͏T |@eۿsu8Fkjr[lKL#%M r`Ffh:)NT_:nȥ"dXRP[gX 7iNVGefi>]F_6Prp9bEnSk|gxa| `hwid F 8D] Ğ%SPA¦&>1b}a"kjd+O2\6{ЦQ?T$IHiWoLRCz 7n#4(gg`K1JF4 3ߥUTf+tĽ$|k'iĭtGݶ;O@W +' bOeP{GiČM.9#YCz3qetXfӫb~9^Ro)"1hty̬KZL)!`$[J4R? WTg_' (r΢ωeoޓ |>\ӵUj+?!f/|/XJY4P9&0{UҡH7wwUv<+~/j>>UY9U_r-iE#R fݸwS&yUݯ&wiuUy z& Tec ;] ^=7-?$pTǞj!X=V^1=:ZiR9,0-ֺ'gJ_=)%Tvu/nY8aKh@۹иjv 7]E"|wUC9as~>GP ޟm  ovV!pA:M;mƅufMSX^b~  H"'2k׫{؋v3YqtR}'8E'&zDQF&"ᏗM+)Yx[OM%ȧJM`oEġ4?Vxe]1Н2v *U!8 HM/\!&vzXe (b v@}Px,:lBw?7axARh;g_Qㆢp]2A/g<91~ɋ1&*?;mZ,RyZ,rG)x>;y/5yPz=Gҏ;Xcgw&@:^ >2lU *f<Wjf뮲όVc?Ѧx8S{m.&*u7q#g*H|kNˡ ٨![XOxFͰJW .UatzamNJt,1*\.iB~;(ea sR1|2LzYW |i1ө_ }%,1k@~^J(FUsNª0Pˉ%Oõj% SO~lg FC :LhMg֏\E1]OβK Ÿ GeGbB7yN~zVw6@R!!v:\ry&뻖!դN@%{F):QwՊ)vIA+'Y,n=gƟ oh-o H|.Heb0||3^L*$慱 QqQUл)Ц;;1ӕ9Y(| z4q= w/6ǤGT5#Չ3Ty!X p7?.'lTA/~`YQws_Toi񗍊 臸UsRؕ/= \sסbuU"],`hM+ɤ7rkx[2@_IsN ; /.s-=Bd¦2c j2FXB bStWnҍC8v>PRb6MF 43IЂxf>B5F,gJ.u0\6]eZܦ0|'N/O)}P\*WdaG7A)e->xK"(dJx2*I`]k90#}Dhk{bx5;Ah,@@:|V6w 荏WV LlB7mTP8:@VH9r/U'I&@‰,Q zYJD6 Bt(I:v򪼙ׯ e3a@ߠuE^x6S:TéIL$u$Vazd?H 1QL N1P, cd&77dd[l[cViBIS[I}(H_נ';M ,0𹒀BOZls=gf%9[je[ņ5iJOjK/v BԩS?YA]aZJu{ A@{o:5ߴ(F<3mS7N 5ڇlg_2򃵬s[38W<}E)4۹1~ n}/ǹ0$t+{sD):a(+\ G}d\OqӍuCH]3. Yϟ쩣3! F5q=FHG/fNu.#= M3g%fZt=g4(O2pA{g8|PZ`2 3YKk6.?T4T}?@7.us״۔ȺmjNNjMĵH7@%O;Z!aEt&HD1SJ}>U*@Ɂo_yف='Xd3-' {|_ɝQ T^e:*]{s|e沟›\~0፞I ?8cP9˜'\[%YjVk[x"v~+ƻ1|E!Rǽ!~*9Z vFaWdSaD i6!%, 鎚% ŕ^Vm(NLm/Kw#)vQ6ҎkVxWf e*} 8O,Y<ňW`/'|'!rq= IiP ;`r\-} ~u0 _χF] 7ɶY(f[M2HΕx@"t@x7ÐY#+MMb|:F/8L]jhZl$XO p|y *VzK2H,{dvX῵MmOMA|K 0q9̰7) hs̯T)_b( 2؇Qr9M:XCvyەn8P665&H4BedqpY}1ّ! T W*`ihy QeBzLOӅ;~}L~^*V3"(mk\Ovi״ka yN3h'}TÎT QfZC_ vJI9roo^C&dqŮWSNI IV7KKSiL#pu{D6."l‰"L:`q51GFrOI)>(PSZԧjY2|R)(ټO?iRS x(7r̸ȞEEΠ|JKsZ$+lpP?^a;2YĿ%;g>1n!6' Lf Zhcv~%#b)KiTcڟ3FqF, d;<FfG>>T׵z[b_OTp"9H{(.ħ8ž,\`LZVTaڽ8IwGj`Ȁk>үU&%|cɶ7Y.IvZWìCHܰDT_-:wٵ@2Ӿ'Sw"@JN@HxAir -07_糱 Ԥ$la"QU|*nqFFn̟@;qd׺>1EкQ.(e}/DO`i} ح >jA^F;WRRSЅPH($ w_,y.5 ḡ}qmxŨ:L] QBt)I2 ;ZVt+"a(ZHs2+;QG ʾ |dŮI Tq`aTƙ@m @eK0h{^K@Ŗ}9 `@ P'w3J W +¢3ď-R-@Zl*k݄ 53r 3|2KZ];nΡ.SGs@u_ZXOJ3GS{ Nt* .5xOx.9/w)'9߄ ݔ:׺LQNAJL@\ à481}9%yIIyL_[bIBP&(&&Dd xѶߓ0VSFPtt2J+$,]NB4M"ȏȗXޖT&,#߇LX @ Gߞw~)R^̤הb,״jc \MlNQICqMD dewȻQluNwv%sr5nj-s6ZQQQCfS]Ei]4LLJcMU?G*dNoMv>aK,l>؇?җrH~AJM"P Wv6ZdYHDC#_l &9aE)MHȇݬw-QSu2_nqpy>Ew#2PujH\`WG\7vS^̱$a_Ac*=mVmb!|٤d/TykXYrur`:Fy*2{6 p'Fxs!-]Mu(7T2}"L9W0$4o+GL]\VmH_*4F7|i_{ϔGݕ7g5X1; FISc*ꕑ肽GϗAnQGT-k >t' nHī oMR$ aաwQ7l3nh3!W5NʁW0dFgl6<ĥKgi׉;\:IFngjm lLRg/.Hs MWEl 1ϲ&ˠ/D#h!""B^ emw}ψ=3ƪDmKuUlʧo<mrÝ8noIc>(5Ft!i@kv&)[x!(S+x *Ì)E]>59p*SQn\|A0UG$57L|g^ esn 'm*( ySrʔLkYh?hʲ~/V<[J~ӏ@`tky])x&v2p6%ٲ3,5J$69'=WsEtÝQ %'~>j*aY1 H7+#D(;#QlGNBVOq7WJENC,OJ~FCLG['BW6Dt @X074^$9 YMZ`]l0g:@/Ȧsm7ww0bOD zfu+2|b~b)V'UIOmM) lDpFi .Zt%~n% .P"ꟑ JGnZP`#DG)Sq>J^Gj6.i%&ۨI%џ)m^L:4d驾4^,V~WnO-EYx~͋ht T-pJ:9To܄4hM51L!Z.! `rGC3cйmXfrm2[ݵqd=VMՒ>9D'L'a`h R5\rd[G>H-W6= q#V56mk,G}=JvvdX#%=Ꞌhz5[kL_ i7R/t:})59wIRn UM.3N+< PM2(sG7@>{`?ҧU|3pFBZ\$U"^#HV8= |<%I -{&mG)yta_AF^O1y:*ThL?(&JR 8tlp#¥ ^  +U6@S)́jBS#< f,ʒkxOjN낱Ui)ѓ8jsظ ЈgeKU8y> >PݽqrZðHfSjޢr}ѡxn8%O&iH޲AʑFWg4-$%0BbiaY >IDۯC<-lufJKP?XG1SNZ* |v7z g$odq|šuUڦ2v6qeL4fE4ĘR Դ?!'NqWOa0W%sa(ٚ|^ɽݰ4TN\8^c탋K'!wj@jwHxxL)WVt e/5^*#H6p!D9ƴh,7bn<' ?WELhK)Yߧ !?Bיg_cX@|[^AXhKX014 OcSQ Pa9{Zd)2Ff߬ !5EP-oCzr-Et?+փ- /R2D-.g#^[vPX>gQ[Z 4)̬ZL‚#qhUf t NboPyJ a7.lq\C Z5$rɽIʡ{PQI [evqq~yܱt`E+_JSX"Z> X.z$s,rOw _"S+reIgH ֬*֪.{ I%6G[pE3Pf\G LdՒxcVF(;dRbÐtF~)݊"+4(ETGau; YQ:wK)A`fEV1>;SjE=^ C*^}Ζ <5 P̯ bUjtwHM$â,%z%QDžfăpb]a8uRHq&2 {aW**0llT clVβ"GxX ) iw$M [t[wX>#5[FS .(YTT VxE ۊfWrbiZ-cf%ML)VM|)M$h13~f(TzQ0 >N(< (P:g,ᄤ…u|w??Cqy @;jkKgo=Р5ɓ̡#)" 7-&EU3(i54qph/5 YlJ[_h%ga14Xïzd`L|+yXppN[BTWr.хJK Yb͟:t n|# RV`*9Co@T )Dcgђv<fFǢH9arBB1yʰ+}oa*(t"PT7TX{O}yڅLκFUˁt2QxT "K: Na3l7i0T\浰ºPwE5͒A{6Q޸8*h"S09{3Y8"j  q%YMy^+eb96!NnZژGޝ: '~ ^IȻ\Hc[,Jc#ɓBnc˥'1ёg'Ȁ'M!7E\z_BYgpWq _ӝZAJ ywK8`>*{~,s/e[HQHӲ@ع. b8ģc(3 *ݷx~~QX/o()[GWb(]HoKb@H%g2]()R&LY6چxx2 gUkO? $"ɲ`p,\2~;(~ۺJ:psa6_m u[ ,|+CO!Ul 0?5OЍd0tqzN s7Ћ(FhOƺ tnMr*,Gr ᾏj| xMPMLz0%ׁ!kbŲ #LAy'_b<ށ0wGY`K䚭:ԭPDEe[ Gܜ꟡S-ϩ3UQcc~A eyap C'*vU oSΡ& \u*cEMmql(S4@v4 3 QtUlgr&SŶIMAMZgU1CC'̭HYy]#q컒c{#3E= fH- Ǥ ODz)XjgB趫\koέ,݃OO7 ˏуR'ڧVKo) #0>oǘ^FOΑ?$2&vF:Vq_a=ud+ [6)1o^|8yz_<ҹp٤Jlݕ*OuyAmOqf#;On`.&>DžԹb}-(q 4f]E+;{JnIO~H ` R}@zJ5Pm s]⅊{w|CVw `\NURq; @A{犂^t}zV2a;>^ծ36,X9pPoP w OxO/JJ1gF[t:]#.EH@=IM[$66ʖ7crI%Vs'~BU9Ӛ׀.)cr.Zdm&Hnuj.eգw ika8=n;wW1rE08Bq_^❢sjs+a4n+)ɇH>ߎ6(/ݜh\)8Q ̅V0orϫ6klTe3a jK4*ޞZϋjB1WZ},̴w0Ue+@){,kGu%Hpȋǹ6Ys%Wm\G>In!|d <*u< q𔑌IH+Б9ITPp /ϳє"T\g޽UXb 4M*nd\0+ 9%^>y(3H1~%ۏm=OMD7?*HSelZaz6[Sז(lx"+ 0IZ1WP@'Y~51+4;mq@+΀+DCqӼCl, 2 7Pj1 Von/,sZk/^uYU܌}jKdyg8Q7A"QjL@=_vʋO?܈gHv ! [(m9:hXV uDF: Ui%$3NeMy _xp} 8&FKė9a8>g7^|(*@KD-uM_N[Qm$Sƻu?#Y2d-H"Vo0OЍrt̏4:^-Gи:-V 0>IAyl~Eͦқ/Oo*)n/1n neYxm⡞?Y\zgЧEFȆ͆WNSRv>2vf8%+gjq&OrV2FwxSO/ju 2%LZCu&=? sӪҔd$=|.QA/&q45̼=I M٠I6SAr2|2qhS ]e\{ 5~j.Rq#X[n狟.^~^ә(a8y2Vayz-:H7*V3;" mfƀ,╚g WxP8r [X܍^@4s8"nRK!^V4|2 LdM4yaQOiVYJ)SA&ܺ<"MP8'soKfߣ,V 'ksZbbU"r4p35ﵫ`Lc M Y ~]yLo I̕ӕ/dKvp,ƟS~n 2yXBTFѐxE wQChh5@ d6D5p⯻7`;j(i$|5. L%QôX|0~ _ JWN2=EC{ZFջpo7u16_}x}B+8(4T$;GI&,gNzS~{U@XdBC&ss6w[&Pl0Y3tD (8ZvmIhǣi :Tz]K^TȹKeӟ޲c] Z>或#7!l´Pbg5E:* E 73CgF貚dqcۭ r\>W T>$7/'Zr!_iϋ1@*ܙ2U)ۊ@f9fRcg[#tVk<0?%QLtme֞C Z1 SC&zWI[ gik:aN@?O }H9+rvgg bB}!:7< s>ߟf&amz߆ǖ`j>A;Ʀ7M^a]\=3eHZ7p><$YYzCԙC?\Y`C^M'P.?G5ͩc*d,TBB/8*43* 14S7﹜%PK /AjOqogh撊o8˰ҊD]&s m`+СJ{jn揔q5Үk:ӨF>_z-|jm">XT<UoPuߍ]PR#DDXDiU㍷!|ίyuc/OŒ':&Z8S&!-%uo]DRZt$C$q]4u7A&Sk[D]#?23s8=XT_ΰ֍FO-Ԟh5 ɣno<|ǚQViٳey\Ȓ?aB!) JͤLRΎhlY&^^)˴,:Ort4{oÂH^l]\Q+$r~&ε!B06alh8<]Z0:OT 04YWV@b FYC.HxӅ(ɪwG7! ;ND4zP9C$/}fXEla-d]yu<3{hDOzqoeftFTn.QF$ܩl-#6F,spΟ3,b^Sך|YiG0Wz z6n`Ҭ2^==3NĹ~7~[)T!+T5k DʭjihV1Y& ;RC_&[,TANݏ*o"hkA p{]C}5X[ǜ B #_/U&ʾ 92s/j>K *|n(un͐߅e7m+8^R` +F[hpj:ɀLzښ87ЕȪ^^x-es(e @$-x,fejS%_ &Yz՜l)=U*!V!u7zk[u`{/a^tSAY} :𓲂wHu;k*EH^jEڤu3DZ^mߗMg"7 ag1ުQd-&h_SAJby4cV]kPy,Ҵr~C?={fx@P0d$y M8* 6?xg#3$y.2nb">ΨH S05v9E`H'r0NfJ=ZLubgJbLr${}缳~QdQO?Wm)Dd%ƪF#Kͼq?ƾ\mLJBϮ$%L֓s YC|3L5dcLISq/G1ngvMm[V#At'Q^k*}h@J՗j$|yF"B1ah+MxUup+InȭV+AS* tr,X:I 7iB$P% r$`^C뚰&]!y>_ِ^QO BFKb.BR?GL2f)N0ݾL7c3+:dm.Bх&KߺcV[wˡ9nYj=}XRuzi (^a]ꧪ1oz*|-4 lk -idxy6y Ͱ6fY*5/u*&D'5.TR=Ktִ4c{n ;{),!0}rUP /k*lPĈ]8|="2QeE )E #vk^a+ ͙s0YĹ WNМ‡8nbC! gh v,`QZ0ʝ̯Y:^ aŰsjURH$/Z|JJ@Ba X{yF bIQ|N%zɊ+1mh fvGe2Ǡ5vi2Y~7 $_u$Q [3#d(Ij̇(Kq(bkZê 0jstvE,2f$?X J]T+ZU;RE#x #~wz7/4.g!%rx׊2Ygؠ0xaq^ee^S/E0|wi)w6갱 ~y#̊͏4TrIsFxA)K ݳg-1/c̺t5='A"ibeeɂX\IRs7 cyNMVN.D7CO LDtы* %=ȒK.e6;/ӻ$<4 d+Hsi 4!|6l֐ ^BGHu*֌KeQ[$UmE>zi5-idB33S {Ri.7W3 z k>пzRGW|8> CYa5wx.g\ձJz泈Ri'P{]4 4''uR` GA8fW "[;sfD+^+#boև fs̛xb,"l6T61OѦ.E g!LwP jLYE' b T/z:X޾oBk4|`7&B?Y8Ī%y6:Io&?ҡH.@FC"ӭz?;r:"穹˦4&U7sYeY`; `|"JgɉؑǑ[!dwa Fψ`&o\mMoAo7;Ѫ7$r{8z!fY θuQ "%|L DnŤOa̢#;&XbE|g or{zefs,.wPT \c,o7aX.re5?@X"j>@C b3 }:</;V]Fi\*FU*|(jqypc%)6j2F|Uw&YCѲ)\R}S b;ӨnI"0U-C#Vą سṮ6@1bH0 63j>D'3%_dHf'e6U <єBmxf7Q@^J8T \ ~S +_@Ws!wד#2i!<y%)ɸNdLl*ZMJPs-"% /)@$2׵VtZ8n?kNIZ>J+]~dHCYR䜜 =%\zD + W{}[;'?c~6!G T)ɍ`/gLi+ 08!\Hpr]SF0ၿeބL5VtLl}~oU ua5-R#cVhB3Fw1Y+p[˳ؑG?@Oo=UAQexR(di8/e.W4#Y? zx2XtVB0e]p@Uz_6o߷\(Kɸ<,܆<}5»J g֣!5Z1b\cwN]1ݔIc~'zK\YFa^6@G gr>[VY -w`m.y{|o>W6V!}^fX[˓iFS؄ $_=]IԣӝytiQ9 6yי  2,yrVħe-bm6`E6Rk##XaPBR2bh ]!~GORJP:ud t~19-Kw dFKR&jg4JaQЬ&oiY6-&q8}n<:)'-n԰da0?'7k"@iHf},8>N7(5Z5єJ,N F #*! 3JhE-=k [k׈@lx^ 8+$Bo<.ѩUNc)<ߪWHΪQ] /ɿ"֗[N;+0y͡xVjsFPVg ę"qjQoA2rff ڗ2Paߔp袪0 3 'q-+f 8E>Á5e2hJ2G 0FWPƲFPxSgmq/@ l^:k3EBWT3_dь1>[dl hwZ혅YYpY:-|tES|r#;ޥ$$ߋq/r9 " MCEbX5fH{.f>FAN-hp)8x|mYȖ5$4m^)$uӏ1H񧎟UMvL]c bW43k=nEI%GQdܻ7Wy8pTQj1ۿ>mܬ6c0_t{یPm 0i691/%Ld`ieB2b1)oĚ,~\Χ'xY48FUދ)U=h>݋Vڂ3{V0| λ*/N3YH"%]YSN53@OČ.m"+旞Y!/3N7eSVfYo(wd{3\ lB)'|6x&r{X[ 4[d(ǃrd :zM$I뮖')F07$8=a.VdgTDk3"HI7fa+Wr]lVPL{R% `L|Y^i}t׿wUXxn^>U3s\\P qBԩ>]zܺxsxO 6Uo%o.yÌ ر-{K>&xG$_ ٱ b'U$H}iQM8#r#zW(?J0]]۩Kb!b6AsS(ؘ+7wy#7Y7.>&Z>ZfK6X[ 3]Xa,o2)%z-l>iskn,&BD!Ɋ@/ x4X]JXWQPd 8.+ \tT 9B;N8ϛx*'h_)x b{{B]n5inIlz(Gd_%jK->U00}?2Ȏ]ft-iV@3/c%Pʁ?dqB0.\?znl`N6T'NT `$79vfe X 7p9Ai%^yLyVpDKшnA n")S_ oyR0{u@|l=cvlʽ㺗 n:WWMp K {Y[6ku /;f*eպn_xY!y &؇+6ھ-׾#iOK[Kϵo4҄wvhv/@#Orw cnG8IOF`zqp^GݬDQ"498MA6Լ 0xbt߱)\^iq-=y]0[WuQoF|ߌL`Clcc /`5ng?a_34!TA  s2v]_-,-5>J""e#Ş=|v g1uDZ\7d+ I="c`\yAۛ_ xA7uQP#}nu,HX )zϺZ%zS& Obx pc69dUA'g˰!zWe~W($YME9$H3 ;ójue5I.o`m)K6ւGXn[2M ~fa z  )RJΜgINnjXѩޞT~?LԄ JZ@ iXFPܜ?H2҅g﮵J:yꀿHedS/߮/,{l8&l,45tҩ+TbhD[Ў'&+TA~r"AO@v,uZF)Xgsz 5G}1,+;۬x>STFۋ@)r?m{g)WX%IN6kk q%'Y:;t 糪Fr?]ʪYKTBq@PIE鏧ZpE"O nNJ9UsAtvu]Ah{JӢP-1姯tq8[W6~QD *߀7 r97)F hB˻RO(6%I$9%ZF Bؿo$qL'Yq]cb~vvw@Aώd3JeHLJ/zJJ>E_c>h^_TVDʙT)н>/^oi*wZGDWH#9¹)C9EK2'8P[ EX}XD>. ՟M,(>VJō3lRR+?tW1,A? )rԟu p t+@˖ K 0JA ֎2s %1VЦy\b8ݵiϜȚY ڋ)p/|HWjpk1 ,,ѹ<`${e5S]H!Ls-.-dͪxMɵd_1?Szs^#x*~= ]F }E^8o@ˎQ9aCYQtN"v 'XeɧrX7ܦ_V%*m~1XlI:B*<q_I'Mh@6o+od>i.މ-JU(M+2*H^N*$jR{xgp(2uiE7/sURFt#9;3/-6NC :LQh+=a;׮zFhQsk"Ԋ%Ԩ6x浟/ !]i֜pZ{o9ld2i^ q q$NpC]O `Y?~S3CQt1,K{{lE/jCc-+QUᬂ%k?2 &^Q } NU ]td菃pMJS":=^KtAjSFe#Ovgq3v`9,딓CQ$P6f9U쥼B5[(cKZ F[D1ÝR28ѻ ǼEG~:`dW TvDv?7Jo$J:`fNh1O;Kκu) F"2?nQ^L\qzc8KUB4l1<uq$ĵ88P0&)Z]Z߸D _p;No#<Ƙ D"4K'$P0䜓7nYҸ\_ D ɪ>RçU(h%~c֣oG l sʪO4҅gU=3Ė6^x 9Q ND[}l݁t5_/y"<:j~/.pP_ mZ8̛B hT`ZJp'tTߺDڅiv(L'^&}Au/pG9->wQhepl l /Rei[ rKA>oeW>P}EseWI"6@Nҿ=FZPȊ\ a%9+R(]OZhHdwp_V14 +:^!/Nlh/;Mr C7$LRX*؉!n!60ao8S'{<.؅'O TO"#os!e04KXpge,:4.0ڽg.]?[쵾q*v;_4bY,UTi 2,%fvP݆̎"OMqO\%F3qGQö}bv1o"鲫Q1].D|n F:Zہx+pǹ!+۞IٿFgܺ8| ҳ7V"Dԡ_jKBnα<gºRZgUO gqy`~)xXABX aFLrayxBM;bls'EI;vf1BN(uo$]X׊Q[`Cqȟ5]AXDIGI=h2L_1eޜonx@|o]f~m̱mz65-'{McB6R0QR* snr"l  4hllo ,wp]>Py )$Fb ^.0 T$P_f,,5zYL`"G /y古<°3ӾhVvb!0+?.e>^A֕|alb,*8[6P.,eR Cd֣i%{7sek^*Ao7:ō X|F}dj1 .Kd401p $^Ng)qTA="PEN#ӂ^ +c7>Gw6W?zee42e--PF)@ ܣAh5nGHTyge) iPl !hLƮmOD2z1zP%+pH3,vY#BqJg"#!Bߟ6m<4ϐ%isO D |KPR806G=$UVIrslSMlR~d]w;%[FN2Ddy󤫽>bEnY0PR𰕰K@R5/Nؼ/6zPjÍ$oᑅ O;C=W3ֈXUrq}~/WppXԹ7jZIj%Bѿ pZgRO+h5C)#Aһ>\[/',zz؍"z`U=p  ˝$]]U=rcG4(Y>?[f)H  }M`B[8q!S,a~|ZG X:Ee` k6PJB=c?jGҙ\Obmx}mȤ:q 6yg&Z_g^Ntd}MXԆeW1u-1jr)@,VOe*Cn:F|P6"?,YM>`ז 4ׇdU`6lbeLt#)yi|(CF; ]1v@yXtecVt,^Gl:- 9fH)/#ɽ O)eu"bR*MpfH!rdYo~K Eʏy ] I0sznNe;>P5 X9n ׈(ծp&ՃS<485r$Eg  loS!ōԇ r7cd J‰nkVHG`u$H%; ZjйEZ\P1&IŁujHFs 3Y'釃<>`OMղ26o\TgD0׊P_2G^Ts]蝪*Ύw7̨5stEl+\ 9Sr-.E:dϴ̺Ot¤vR/ȄI+>TzLm֞nGc~śv]~EPE:rI>*G~\ew\S6=G/P ".=Hm'\?19V@K_3©ϭB3F<VG?ʼnfPw CU`Mv/&U\L q,{,iSC6J5D2%"/= ْivD#TաZ XgͱW=%mtٺg=F̘52Ǝ(&-tz~-!-p*đ ɉc\@*^O5~yF33eK=@}%xg7?Hs %|JבHz ߓ*:oZ iW d2/E0 ̲ Ejwz:J]hY)"?,BuU68\̈́yɿ3nw9Ōb}w"H,?9ܳUAl'ang>"&N?%7۸iӄCj`?yw2Rpv#{RI iEM1L@CzBa6<9V86$YaE#`Dѿ-d_i13VnvrQk[XgdOeHӢ eK KٌJOJ>z}s?>FlB*x$Q%L@W.=q#jnG(\0],_w[ P:Q_k4'Ȍ7%JR^0=,\סln8)k#))`@u5՘컺lλ7: mI^>wC3nC Pp!8x/I%e5$gбmzmd\tGY0yyV VɣQJ_t#0.X[_O9àyra|ƥ.so FCFfadOLEPn/pq@}-GԿ5|5gPeۓ<%5*GeI77f]P(b@LL|vO"p0m/;OEGD@9ҷJ8DL46Cx/> DomR:o6Hڗg 0hl%Q#26R"5/$ٌT,_P 15RigbNu=òA-ŕ&ndnBFX;,B9k!v^4qDӈl>:Y-/u vc$ŪD/̋/N矂Iuqn8oZhOKJdP_Ag]0{8餁f9l3(s jNc͙Wк?cS:+I+{߸n=mg 栌-n9 =L-G}@$poPKZYZO.";s*RO#ܓ)O46sn=w+x=SGYE'I.|E{_'}{B ye[ٶ3# 0#0N"Ld"OgQMaIY,bjSxr>S'Yy0na4~*N'B g؏^ S2xtO9ׁ %@lԲxzܣu-7R>qs_5'yh+,S2*t~<ցO~ Xg=0h3@0`hB^f]PWQ[Kug@LcB+13*Ibәr)YA@ ?[{T{3ՠ.~ҳKfYײeg%& $Bimc(m iXկd3VՁ:IBHplFڴ+ڣbu>#Zc<ʔ/bQ%bo٩GmY>>T(Zg SZ:w![iȩE>\quuH$o]PPRl[OOKzhp]e>Y 9E.*FxDVY;mf gi ~v㨜LlPԇO &ͯ\LXeFluԠ5;Lw9wr&(a@oghq3A% )EFMdnƸY.X2uN_ ]F۹,NYżg ][:tTRzjFk| c=PQwꚏ6G Il$CQ7r p˴DJV3z 9Lwn2a2BbP~aWt| "#a񷞻A/9AeТw\"! ?4A2yzh'i!jbGXQv#}oFi75ݩymv$jBMq}JmJN~=XB;ʪҝ9s^Y ꤕ<_+=,t ŽMv[-ZIJ.!3+KǠڄ8=6f-v1+Do[%Ufk+vc:[Mtԭr,{6T7vGy?lW_Zbc"IB?I }IwUz]$k/D.Mwr*p gņ/)E?ZSLZUA—V1MH"mÂF嘡zpY4y ;$I:Q-M7$T.]p:>M2PHB 73G,1XӋ^0,:݃z.O)\L4gS_Vk) L.m{BrQ,R IWLdn7]#O|~CQF m1r\aN5BRőFl:$QQ$G}x)˅71]NTjB!FC52:Fr0 rzNE2t\<?k;qٙbUMx`:>W {鈰`Tӷ04 1Ti]<H+˵JizfIˤ^pn !a ط'Y(UtńlI[vP{Pt2# KZ6`FV[dk=_nvb8_Jn}9q~K;=[YJJ_ O]J!''%JUq8XcYlM%isi_]rpZB HTKq<_qRŔY 7-(1MZBT1u _Z A_a0?2ԫ`Z,8չw ^EZZ c :",S>PO\ڑSeAvI#%vl$ULi/zȑGj_ND|(I~K 5DP`ϰ~6_>JS߅!m\ʑx9 p3=O[uL++B4~ ՠD OޘQIz]6?cP$sggs@([HU=b,9!@I#@*TRΨi39j dgbs2~N ީgcTl]wzQy:0E6)AeABGKN#m Y7$R;H'\7*T|QJ,'D1>LkBW:Ӭ3e/ w$~\~pʐc:DZuMbFtݾCwƈ۟`Z݃D"ZrqDyIsK{UƚڢjZX*s>WP+.7%貜/ xk_֝ .7}750Ϳ/QY53}iS=;P  DkaM˞OSk^L{Z G߅ R Bȯ #Ծ6LToRsk~ dCN%= ǰ92=PУU4vA 2-sؾd-oUT0\ƭR*J UWr !?\;^Kd % ˴Tܧ8k#Cz` 24Au#;.BE ri9Sf"^ƑAY{5E%C 9i{BoB)}ma%n[ |fqS?aU4daJɮӔKfQ޼i5KJ՚<+ tnnhwd}ݦ`O_ b=\."|ڡ_ Nd0z U0gBo'y xfgIfO/rxt!\uct2" gP xu C/e(dfQt,q[y5;6SR7kwV 7s0jߒ c0x6딵%θA);D8$QOT>YX Ӈtho-eХs\YíSndDB;. E|p4Ė"pO`Or*d-p$=]fϩȶP޺.)iCy\Mc|eIdޛqUZwg\Ʌd!@im4:2\̉R?J[e42ѥ,"c${KAgYV_ ROꅅqjD B um>b,͛C yˑ H1`saLSe):8LM!b#gvF1{K_BuYTd?ʥ}DT#|_MvYiqrZEhPtJI&tq-"EᅞQ8/NNa!Bpn= ;+ǖ r'GٲX拣ŭ\.P%'N_Cu% Zc?6t@oFsv>pPnk WXWΓ~e>~r0])ΒI*N'${Zd1N $aO|:]>qGenx. Ut^OY Od^\_/6 fa-ޭ{;[~N(\$dQ)/*mAc0Ńy3H/`_Y&EAjg"N+\t0t/ECXO v{g e)߼1)TQ/.г|Łk-K>yYd֑xѹk+* ,,`П(1-EK-D{و.| rSha̐15^|q u Wu\TkŨw 4y5 I `Ei^)$5~LQ R;B՟x2̡Ӗ)|\pV?-Yic"nW# ~jʵU НB?'*Ɵ Jt_3V4A3Fl:nׅEq#T, aɬ)9(z26J O '  7 "-XBM8%K\}@8IIg%M W"KS2j|CRT]7M}HBT)}h}ЊJ {NF)岸^#V'W2s`Ⴉ;/_uB{(+aIS^3' O=}B)>L̘:^E.WUIc" JOwUQ w?&PSQ9vp0Nc*Z.Țd L^ *6V FڪRJ/ϭpsw:CD{2+I}a]\/jT5:O) !+3 S^amkl:z-=m/3 ~% ܑL` uxOdX#4}\\܊_W%vwUqBY؍@"@ic5$X$5FUdc+O YZ