libPocoJWT71-1.10.1-bp154.1.60 >  A bx!M@eeecTtpN{*#:~+0Ẏ.Oe`\={."PF xp]1E6C؂j J䱫BhǾXYn< .9w*EKcVs3){9ؒ NV&/4޲+36mcj ?q:~fZQXi/`Y5 'OSB* iXf4M1558f535d22815146a13cbc00e9ce23de1c7103fa5402ffb6742971079efcc06bc9203972262c59eff1c9ee2d6932f09060df68871Љbx!M@eee__4pqɂCkz>(dP׀/Z5%mvF|:YI'Dtq.o3Tf>aazV:sI4 5)XT%+xga@uhkFxI1Qeﱞ<p(U% 2fw[f9J5Xd{U~߆jt7@{# 㓢c$Ơ+Kd'|?OŞ$Z#8@9Y]p`0>p@E?Ed ! N -3<@ B D H  `(89P:(>B@BFBGBHBIBXBYB\C]C ^C1bC=cCdDLeDQfDTlDVuDhvDlwExEyE zEPE`EdEjEClibPocoJWT711.10.1bp154.1.60C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.bxcs390zl23_(SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxs390x_(bxU9ecc2c53ba944f24ac10bd46d462fd48f878154af03902cdd064d75918707c24rootrootpoco-1.10.1-bp154.1.60.src.rpmlibPocoJWT.so.71()(64bit)libPocoJWT71libPocoJWT71(s390-64)poco-jwt@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibPocoCrypto.so.71()(64bit)libPocoFoundation.so.71()(64bit)libPocoJSON.so.71()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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.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.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/ldconfigs390zl23 16520884191.10.1-bp154.1.601.10.1-bp154.1.601.10.1libPocoJWT.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-pococpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=487a70938e5b9588686f61a2788862dbe0d5e583, strippedPR R RRRRR RRRRRR R RRfXp9Nlʫ70utf-80331a91a369d70b80b97c5b23a83f5e2175a0b2327b7a574e1d52b042c69f550?7zXZ !t/`/] crv9w ,a׆gv/GpP8FҚB D|{<'B5"j #)`ʺkB?JP&kYH@ <2d""0) i% 01* %yh=Z "ٜ43g Yj {Mw U]%G3D z;?23/ Oڃ|I ) M].V P=F{&.qPjsEkYt^nQ rvSĢ0hU}" m!y~jojț !^'cYj9Myg*>4ãEW`O*I!V4߸9޾",&>:~ W.|>hse a4g; ݳfєK NfR Õ[ SƲg m. +,& !{B@qˀWܕx\/\3/cЪ>HԄksvwowNQ[uSon;ՏY䗖Db.ch_IX6͂_5iFј XJpD[(r6P~|?k 8>fnM݁"A-gd{ݸJqUY.3s%~ NTVla3 p(-XW Z{nԬ̡?KqBeCYWl1Wԃ,nK 87?Te!P;r^:x4 9U(Ϳ d땱z{-`I §);fgZ,Rw( KHZf ~p41QlwP碸ٺMN\bb9fLl\ȅV0#KlqQXN}[+͝X\{ޠz!nJ09keKFѷ£tʚ#''H\"dv f䃌`#~ CD9REOD`c@Kе?Sl9p_M m $A;?Y͗4K΅n Cf 9e 3P7y>'!" Ay#EРۗr{2Ys5%9lH C=7+n8l@)U6>%*5&NlC}VSAʖѿh V犌(; *Fg[:8a+ ^ZcNUndyאjȱ~t ҵ/KNdL93pRBnR*XjsK#R) ](R~RV{Ih89!pP*wԹ^bZEh<;ڲE8k1wv|m {wBh#'ɤ;e )\RM ?.Ƒ?=܎`1G!6?GJ GT*q_anzdh &4GL0 l*.:.n YK{!n1-bdP!b'3f".B+zl8jAPr [(I^kY"""=x15,Cɱ}=9ܝ/!Jg<̷Cmi&4Fؠ|0}bOT94+|X@Y53u'gEx:$?j١@ἅk^w:*>->Ln_lg6 lJzTz Q{|ް%eD&Bc1CAqC&l٫"~"o}hzȃH/_1%{KjEǑo&$5]X5ɡX&0f޸h74\D'D n5Ո;KNUx?wBdxPblT *89-3&E+jx:E)s)%hh[dDyO>1RI  S8GxX>?K6G[&}rGw.:Gj໤PHAX,j}#B]ޗVPn03X]تT:"t6R2|_4-vZ5\u-oiJ EQ©Ꮜ_g{Y:ιLԄ\'&F6*8o;KvB,X9ܴѬ=3{9S+3ݞ?dD6@m$ĤjBۺjV4 DϠfU6](Κ8tٿ}ĕ6 7LY)[)[M]Uz9IQ7|/p-+ξ.)dBYӂIN0~V1T%|tϔgQ;%$.7c[ZSv2w:LއluY2'b9➴zT]]z/*]/ce9@"1z#hJXW 3RUzg R@Bsl7Mp@e ȂOcx,,fr0\e:#)%Iw[#Eb@?Y猁YIŇ;DyژARV`Ta]LMg\  xD=Smegpqg$xքV/1F!7B!Ӈid6Kp\~%@SF ^T_OBQeUawfdkB}뇹ѬЫ(д "kzX^j"X:} >[W6-P;D`4f5Off՗$`a=Ec<*ʗ't.0C<)- tBdY)ެ$QB{/, eMyY*F`~e@4yvH-ؙ;>sY.fO(-ŗ=ֳHtno 6%|bu!ҙ[D=$M0A_'^9lQ#O})^kR{Fj G=g1;k`2a+70 -]9ꭗKl2KJ|lMMz<Ics[Л-/]M3 Y3j"=X$ܱs3b7"*.1{W.% LA^kNWjw!E8ݳ?s *bSKfU\xT䐃𹌟(R @}\DwvܷYST򶭝dզ߯}+EDF6O28PQ +kT@8ѱ<ǃ8K p\Aꌃ{թ4`v,Ph~-?*KNF&b^8~qE4]`* )W~jr W$н|h)),p<{VmZG񌠪öKI},pfuXNHJ5ߍ@ZRq JF)t{p> ~~XrҪRI3mFtWZLOb"0pN׶@66k%.:ހN8čojc1u І'3Zɜkny AuHTΦb[A 5C;@|WvH䒳X\tM5|mRuJ^lkA~ _QkеXṃgSt)L,B}p& B GR@ٳ6Dm]]Nb)iYES-t3AޔY-k[< .jpwyU'ao8$~-}X{&`T_d?K%Ȱsg9Gq`|ͳW&>߾PuԠz}aOl]71M^h*+CevXʺ4P9_A IiR|/梋ozT^jdRfQ"2^B],p.`FVU3Xg u}+:&8j5'S5xO>c] lOV Y'iFu!z>=UhˁUQn/o߁,#5o2;^ZNsH)8=CRrv >3MK_dL݋*5D /hGNYw}/]f߆!I j[; "#x C˖C&W yE_'}eJEm^ ̧ G v?tF[#r ,b/C (agXc_pbo֝'qDƨo.SI=T/>g 2Aj >ӇEZI2/'R^*iQ[ 42m,N sJnZBKy2,\Р0qU4AZgy~Wl;Kd|!F(4( #>](q Q2{岟f`E K*"N.<mb}]/ZLeVqha[p--K{ ~-I`(PX͸Ё0Y>[fdv0\ᜉ&(|K^sG?˻tmW\ `P|\xC_Ҏ +Ea{Lw- >c="gdqW =(G ;|U喷[BSIj0*imGa[fS?`^6{#u!Be[-"~#2`Ed2:W,5g-uBq;xCZwݷB?> yVZbb@ \59XlHԝ"țqim4I kg;yI+˜QKz'm~6Ptt6ک1c8 |A܁p]PNV82C :+(5`xS >HAG 6[9TR27,-epH]IدCXUc/5{ WrbXF~/6צOêPH-o8s6mL*Ѹާf "JYڠHzCKd7zh_d~zp SA4i,hohmOv<\bC0tcpEqD9ы3ɉX`KCrWZYyT\qQK|]ȕ${OhnZG⌵VeZGQwŒGTZqTej^(S1[] 9 dˆ Vz4vXA p:ȻvDf#ѥ<;2 3zCIP$a C.M94j>bF{ꄱYyh+vz<~< #g;."w9o?kHoahahMX/ڐp # Z^+f:])JN`4NyE7W(*ղ$ fEŀ[v4:Xۅ9;I9c3 t/ t3 {Ny)N4x[ב#E!9prQ'%$7[haOkh#=DK0:KNG ϝΓ3̔#~;q`M4vtT̨`B $4dpyȥQyiɫ?li1iL֜Ysp}|DkAsLN//3QF!\ wsZ%KՇ^AyId${}0aеaN=Jc\@|iLi6҄!aTw<[T6A£po5QE?>f(B٭6/\nkbߌPDX{"Rd<_FI%R @*5r Ն%)PH6qb&ձeN`p,RˊIO}]mTBՏ0t< a(F. jb"ۊw G>?Ju?SBA5;Y}"Wy*f*$ilh26i[l^:2i lf\;| ;?X,frݮU(KG<"09_nxa]Y wW޾7(RB=5;8Qno~,`@">LNl1+Ba焿^`]8P]%fBa[-{HOLW̛ʄWQ]:`Q[$bM寧4}ţ sWʄEN<~&FDDP[@  7؈IePp~޺h^H<a[H'f!DMWܚ% +L(RF|v6~l;U'Bz'zJpȁޙLv*4΂UtT`g_OƟWy<&7̷̐ʂK0 IR 9jA> L'\ЏD{pbOp}FVO8kc+"a~RMi1>ga\,U*ov[Oe`{g;bai鉭.vk"Qo12wMC)lSRQyT}<5g&|>".5x$?ߪK^q$g?|;-P.]Q}/d4.A6zhT3yʋ)բ3wnb\!6*2֪II˞ UǛL=s o8;Itdaa$ۥhĭP,F[.QTq(u8C$A4 ri痷ap")+S6֎"Ixb$&AEȿCmˤL+04 xM6hONT_Yڎ4~A0{ٱ0BvEplKE1ٵ 1';Lgˠ_J,;g ņJX}ӂ[EOM gBP,$: ˓NGjdn<Ȗyu-dqJ(!kEDȿ%gyۑ_ZZH )H6=:8m UAtLNjV "4ƣ+oJ=t G;y>7_7e AttMċ9a_ $v|ѽYK6DLn`?2z$}HxiD3 g]v|fnB@ &30gĭFNwYLPܣd byDIz+$>߽DY2\I7Pw>.A ~r5/or: )ȿ@nU1 J Е"-%@¦n`P=.[Ҋ2,DĈ6Jo2L= ]}9XhL@-[*r,ʔ?F ,2Mf1Uk,Tz⛍]:*R@ ~9䍀1|tܼl]wb^eH,>6J)ut)Tu ='rh+nc BuiJ{a&FuG4Rk5VKm=,*V6b?@2mZ S{]S0BF2c_ MOwq/2.s0(g]P3^wާrzrv"]T~ Gu>[ Np.fTy`|Yls>- <,ue}iCR ) U·;:G;/p/WQA Mo_R햫v* е' qb]`4|L\R~6܆RsЦ9'av_kZ^fh]UPKOW%&a1BqKyztToQbpw&b|Y~|l1|VQ[5<94%qv\x甓KQf:Km Ҹ;9a" R%QXԱ;/܇߉:#0%v=YQ  Z60-2-0Pa^_\^6!0iFK9RS;mZ APhU^. /+1;F^6M3jBRڝl6:[ГᡖJ@~/~'+Q ,7SJ%cuȬ~S at|`<ղT`?.RNWwV '$ФכqӸ00Q羬-l^ SL˿֨9BT/o=bF~-~oJ+-0;rP~k9f[^ƁGg -Q,`{QUm2PWr%n_:xwgܱlU +50ܐs463qO䈔zED8op`,sPV/bWL;G 2!RuR@~h[֑ؗY/,Mc.006œ<7ƾ$+31<*N; xܲOsTzB q7g^1O+ ^u2(Hkmox?3qX_J{W+b./j6cBDP z>FR@"d|&U`,~J_yzdn;d=NZh!0Atr/߮꼍V$^ ƞ~qdnxvx҅N8QPXU2gutN$q!x|sA=jr$I~r;H52UZ$PwӌɄ^Z#]V-2YO@G]N Ra$>,4ߊ f2"Jڼ=si6B/3dK߁P ؓzv.9*M`)¢zX~tG*S&aŵ#%󪲬 (v-$Ie! K3$ޢsu_fdE8=5f ߽bd}c`~ps :YLḱ÷ +ٵΛȡQIN@'"jo<*NָFPZ kO hTltyW8 GpI#+8jWי Hq案-qvi[?]'f$9)S~{3 K׺6"~*-TJ"s:3S}D`j%IsaJ7 .vEb>}yG/&B~vN32w obR0[xoLn[ ֧@EEPVI{eh`X(pd0f u=B!C Uan`Ǧ$8L읤Ai~,Fte%KX~]PZٌDv92&$NN ry1Cǥ,J1b6:pioQFr $,hE&7I}$`#cM7l}[[nJdY>t ҆d`.VL٣s.+#0O \w2t %cM`c]~F)ʥ3N ԵBҢG?*Z9xWVJ#2Mq lYڬ>"^@j -[*.TӶnl6P5K@(rTIlJ~`tz7.h?9| ~('&nyzّ&*v s;HZ'WI?ğ7_!Z:3b/;TY+ Ѭ)O>G/::|ަIxOE_hnI$JfKIZ^{цp;w,* `rw:0߳|M(iΓZ[S7tPa5Z|d?J}:/’kk  \R?! /f;gw8D$gy|ȍ͟DYv}yF>C먗RX]~ qPfd!޵D @P"aSXnF=X q;ځsu()`f*#h9(`?]({ 68I>'m fPWH}_ s_}>]+(t+Õ-QaqA^n BwƪVܠj ʇQpPy,-Fw[Kxw#{OܫcPU2OƚG푂&Q<5E2KxK0j$Y`Nǿ#n`1iWfT!mDҿӤ{} G@u:=_AF4syiTatʈqdG&zh@l{HU5*dip`/²!R}#FD&= @le9P׫ӟiLc#73zXkVsCd+/5gw. SM$*R:21B϶ʗ' y#2'*m72ZYqn?&sTڭt:/l2t 4=ڳݣ-Ҕ;TJHs@Pw.r1`p! H1:Sy+X"joWsOK)G5EH>Ǘ\%yCT&>U.6D[9yz&(iOi!YD#ؖEd ¬zS˾V\μo8xLט&\fql!0 %>H{؛9̤/-SplشzojBⰡL'00f0E(!ۘH6oefD 濳ĮȴY-ߕ1\ `SzHBrHQ/;M7s/9אq[g쿟1]Be\=mv Iz *l\ =+?frx3CWb2q̀2l T[Z T煾b *vbŎ,&f)⣬YczK-x|GLNWh$p #*!3<Ԋ'7eFWsidqU9yC0"X 2S\v9Ղ/N?]1{cENi 7[9𨖲UJ6O 9M2ް)(8JeX}P0wq̧ba$֕(ZHkYL?$ kCjA}/M]߃R>dq~4ѿif|#r+_xB/\~yytyX/6?}zun32ChqD6:gU;`n^THb IslDKGʖ W@IhXRg ϛ#̂'Hp Oe6,NI8 N,)Ac^pQ pfQ[ #YC`Nڀܓ/,3#IjFK&KI|:0<_"V˟BUgyȶNo\*''1°ϱkŎ+a }L}i-u5/]ZpwcnmV>zHUvEW)M׫2{Wc7 ztz*{jlAFh'v\ֺ2v3]₳N3)3O%EGZi16=ל"rObEm8f&纗Qʶ g)sBŸ$3 uOo켔.ilC[ڬ+z"/\Eד64e (d\ɲ/$bb޳ZI2gDzc"vPWl> 슱YJI*"o[ж!#)5N\l*"oA6 }xF;# O5# Ʀ*2sq[|a5( N7V[`9_soQbCWoP*Y6׀zBح_&iRg5tܼ/pO K->0H_JR>Zr?w  (~l*U$o ލXt} 8l g^Һ*"8H#W<Ɔ1̀Y{o`:J"b\[2 P\| ͧkOmxk=>BL˱ë}Zz ;hӿo ∡jrdsŵU)NV:XWBgG : # -oބ`Y"nv99%^ۄ^ѳ b趠wy]b^ &)"xnD .:am^`ӑtxbɶqSkpmB06\x ?~:MϘ!i/oA: <.;r|>;nK]q s{FGj>Y65^+Hy8D!vLZX3IsȀʏy!E+rʔ[$<@Rjm7@;5f7&MCNZri\ݖsӊK"S+ >h7IjP:a6EpQt.Je )@itb4zҁESAueOʶOZ{&M񘋈*1aKTG]_/tsJjmO}w/6Nu1(@}>Ȇo\a&ع~dϗ<+ ya=]_B)qKnT8U@1aDaYv fz@ F1nkJmHyKhr>7aW޵ Y*.d5U1$at䴰i$J9Tz/j!Ds=TUCQsQ&,aOZ[f!쁜-ow/M.\+ 6](AF(HmW"|CȞʿz<$AMUoդyg_ Ρd?/^>OM_/ZT)5HSH7 ?H* PhZ߄L4CS뙧osAMOeW8q 06lI(KbY;.ؔstY1)dj1͗!@wW2-w ?%C0BNV$_ؠ#=օ` {I.ҠCg \k|DO|&wKNw~&N-J>[@zS#+ɝ.>֝A;O11^BpEt_K# ZfuɎGQJ`+̣.NAJ*o53 \E^o=Lf|*v Fx{"΋@ 8A`)KB機M[Pg!'[% KZE쑨5EUOl^+.aRiQ@n/ t5sA=ɥYG&к.D) q),inÛ$1AHVu%nxs~\c}D$j+w"Xʢ~T}@*1=Yǃ9]ۭb(ݎ3 eI׋Q #4Owh_XL!s̉~hQ}* Mɘ!l _X5 '{=N5&cEԛ+OlT*R`X4pm:14h1*g-y]`YzQx."2ʰ)l( Xp90r OBo0怾RgQD{NṞ`Diu_-!8e-Gܸ#BF쨏Ej|wB{`cfKNe}gXMDGq%"f8 Urϳ4}v]iş"X.{z}sX&\պlj8X=eD ߁ayRmȨxB*5BF]R a`?e!HiP1+ވm!9b:0qY{  wH?OPP+gK,0v"^1+q]|e7bfo9sSL't21To|Pq#Aaz(*ito$ )JhXS|;D't okv`}hSOZ"]{GԍP'/yUHWC7. )iKE|r01MNY< Fv{&|&eq,n> EߒXXV9hdNKskeok'Tf9! Oa`F by|ߦ3o\7*=5.-bRr):+C8Vͺ?'61NDk,Q1;L-""wmipe R[5ǾyFԎgg|^aמdI_7 )9]ܳoБXŰl`:Coaj0(׵nqTyhsv͜ਐ  RV=K5y9X5A (ikhWmCIxRj)BE׬-DDo^@ jP ~ ¸:˕C,g-n5udŲH%!~Y~`aZ dcjc7p}3n.17X(yuqFу%]𼇲\ynE]]L 8R?J &'4Q~ߘYrQkNju, 2|bi,r/]~ uqufxZzO 6=+ਖ਼Kzgl|4J˓^񹙞|Qy*ӭ)Z :&IN)2 p*m{ C@.0&t*1aCzpOIT.&<7 h-`!rŋ\'{oq7Z}خ98Ĺ;-?8x&'>qzLC񪟆L &`#p"΍:;x@*Il نC ko_/z'E(.`oDF@9CM'uy޻}^C ? ~t!6AYQ=K<-8쎊ፔ2D%I{Hۤ&-^۷9 {rB^b;dk^RGRj%GJz݀`b͟׃Ρ[[Jf"L2Ϥ~"W*VxЧPǭKyyWYGw;F^Z3>Hv2r &!ȴ)=\uYd&R"v6o2EDəi@ѾoNo#3:)hQrgAhzE`q}eI95HsNi7[q f6Aק=bP8^D{&9 @ [͸ ztYJuZ%?I.?Gk}nXל!toIy9 uY'P'^}"a*KT<'RKߔr?N?uN'y<Ĥr0mޤqzj+5Z#,g"#tF钘hEAzb#~81LjUeZs[+޺Pr5 `S_Te2A"]6"*5w6:m"&kLLofƋ s <0T}coƢƫCuC;{VmB$znN7mtε~)zrf Hg`ƶۛr BM ݾwTc=܏zTO)|:r8/wLc!k,h@8I(&2J앃7.drO`(:0-}z5Yf45htiak<*H^* 9xMqn?e"lSΌ*EJ}̢'Տ|xpVSJzʊ2(& 44<șTiX6 uf+S rrhc蓠s"'X"lyHXɏ$JdΔyڝvsmHTT0pP S66oK}>CQ0q5JTl}jDY&ScDl2a-kL@4"OU!dLOU*\.GL3,4 $k"H,נ[іﮪb`[h5 ɘf݂08 I;K[Lgh5$Hzo{iXsLZe=HMqwf뤰d霩L '罢0M׿c0ʘznF>C!73ߧל6V!(|rC6cPXR˜p]x Md|]ЖP{=]`Gu¸=Syj[܏;_ ̴$x%E1miM 2n˕)^T rP=0"t#^.H,vdx?a , ZOA7C#N7ƮXb$ɠ_p.s 7ÔW`gkK Ț쫛{DS!V{_opM[Sސx$r9-q &J2~;$r3|VۿErr1*@)%13[j=fb@ݠt; T6 |Pj:m ?׶ݢ ]m 䐖7p7r4]s(&DyIF u|`\ml Ҡ;P@h`ڇ 擈"pٌh7rk2gV7#kK^zG(R~J6J;>iWC6`2ZB-5WM2^祱ZvrJR.fѩ3whf}Z(I$N|jO3g*kL{}UN3:t"oFɬgV݉TY{cFtuu&<+mhޞ @y^&:mlR!&b"EAS>/ }! }HYpP H2rrM=ڵnX r 8rEAda3T FYEPń'tm|Wlo_ ~UNts[{S"Z ><|\ lӅʫRsq8<,LJcF5OԢ۩0qϢ\ 儽sGepqc }8js^ʩʓfP.Xi&$? 0VJj>ptC&Ӏ @ѡs(T6̹q@< :"mc~8O6YhUzl="jMtPټl7Iw;G/EwmNb _ToަD1Ϯsop& u%%pp~>G -gաY-?:l_[6y9FVC=?}L/w!wSM}Bn#%?"m.(- WXo<Ytw΢p>+w**.s(fPZS@U@ bs 5"r!\}aT?u\&"}Glt t*`Ӏ8d6N1m`}nC4֥#t& X(+ݺ4RሸsΌ?k4ko4@R_`qfKOb rXZF JbrϚOu YXV&w-H8hL%]`etkx|9RJibFZ8LaK+9B+*"NG]kpS{(N %jXȚ{z{L~yKEf@YCzM& #)O/Vb˂S;\@L@LP94t,J)!q$qў ^V?:=UY+hWi1-p+|@0:g6W+j*H>"Գy@ 9^t$l.hml8^UQ:= C^1eh!"|~nM?Z@"),yI9r^ qB/ӰAϋ*̉?e(%3"[Sz(6[J/AW a@SΦ:gBHUٳٛ'4B},,ymYN#P V~4dB'4'@YI( =CYفd!2{ /' jFZ5*_ЀxeQ:ۀJuIhd_7lZ-^[ k({^n36m~9!.(d-3[i ˙_T`$oyXq ~CmqC跋1]$v, ʂ`cD]\[\0r9V2t@Vyc)+({N];If܍%r9% {L R #^``'cۏf$5$L7u~Z:h8,#_h&`\G!n7x {}l//õ8` .ǹ< l۞٧"68h@{[58 0*E+HK$I f|;΃P1n+jY^<Ք5FP1,gqC#P !{xQ+D!:l:1 ϝAsˆ2\i{agq`7B&=w横-v;*^jD;vPەV(Z׎±hHjxgG -# %A'. *r늽}fCII2{ $Ϋ. l0rrun\%!X,wJk׳g &іi[+^AiSa] $EtFDfWՅU8T: TQO(G1kKKȜdNE iJMyn76Q| 8ΡBB7]*pcpfϢrׅ03E0Y TVBޒm?`' )F+(B ?#Y ND b :p NÛ`pG*iJ8$ Y9pQr~S!O1'"l ݽ[a&ޯ .s!O&a:@9fNomwjQ[@X<">l̳g?*J7],HhT nLmԄ*S$/uVEai :XuCB Z1ڊ8gozOw]>rU1g]#| ?AtȵT q1h%^;n>CqwsLƁN=3Ŷ yGZ԰;5qBXNuCi4eޞ˗TSx|wJ72':jRvsM,?C.0,R<$Bӑwlȳe!.4mGuӗo@_~KcZˮ8oU Ǎ}'jө4p'nbWFy_@Ł~/3ĴwV2#% lͥ]C>BϪKh$"أG 0Xϑyqvk6`x@C,4&U 90mlԢkm{>Y59ha[;_/}fWy[YH F&]CBvՒGLm>i?Lh#rRΨqLj25rI]hQ!J1=(:E.dp3-PP_LkK I"4_x9g0]>̓&KR;oABk C_:`Tű3e~IڣPS#NSsː昖lKۼyuVfVۢ)#Ģ<žΣ V1aAƛ,{BySd ǶWQ}Q˜H@JJ軥 TK><* Ʀnm/OqsӺ쾖c\`{R+'}<]Qit}ϧZj)eerA.:}np}ta4nSa.#zbHqv(f}$,쨡c3Bs1KtD;r+Tq-Dz79h 4u!}7 7!\{a'mP7{Ջ5~!2ZON1`N 砕-07xCc. IC ʘ[[^X?.S8s2~Ox\#;~2} $G8r곋+`;<ގȽ/6g"Ю芭XB]N13Z;)Ns:9E.'T+vJo3Bkg5g#/tj!}F]UG{RnqlݖCϥK R5[;`*Юm{`+KWQp}YgNݢ{8=PVC3K'P~S"' ܱo2EwTz?в%JW:$+JDxLUys_naԗ5Nh`3ȡ(ٝ8 ss7ȧc{D}K7XHc@ʌ. E֑;q  i%BҴ#b320a>L/AW+&ٰcOIYXh'>sn^nœpLOL?/%Ԟ|r75hFUۄLIZBL*8yzoG:Mc,ˍQ/ʫWhB I>/1n%{d @⛪띅v) $6;H`a7$tV{XА;>kt*w6]J uSu/qnA|^Vim.WueRf)/2v;P684f5>b hU{G~o84٢GīX5ՙΈ:/fNq0|YnP݀=f0wJo Bg D~WŁ ?F<瀼*ac4)`g e!~z. tZy4 .uQˡ0h2P 3Jzњ\yOZdU&넌9X32˻hC.PƀLènIrp9d7 *3}C!t=T\8+(6݁9H8᷸g|tRk7Ė7D$&YrQ"0_HHZ V>PUiV uh JR,"׶uxo7+P,n )(TQ{ebՈw;6gu?=Bs nh?8$7Q= ;ZFhL LGzg}崪35 em^2h'5'+rѕ(bZ@s#%b(_(%l\ jGH]妚m%ƃ/ΐ6y9?OO$,61i Gn( n+5"Yc1gO06'a:u MׂbSٵ ҏ{qMa4j  0NEHl[g* {g t8Z,&Yl}2ԊD)\3,nt-¹ܷ댇|\Зm%d0<.1kǩ1ոpo I $žF-$Jt鉰dKi!eBӁk}K^%kKPJa%W͸uvո)Hnȝˆ:|~*CsnZƎF2ˡ>]m5ט؂i<#[ fni]nr!A{8jmc9װ=ўtJ[AP%+oQ$3KlV {Hr;e+Tl#}dIoso䀩dJ◯zx2 ٿDv^I)҄/*:7к|6WC2 a0r:%M.Ä]'qEUG(Uliy&If>AuiLǠ%=#Ȇ/Yؙۛ|VywCUW3kRIWT@W'[ިN2?Zd}~,hYpu\k O|A=ڿ;ORVPle>mw14JCG|` }Yو"woF}1=ˉ ](dB-_ǜ]}s eW.#@acZ?j,*$-̓<{*\e,"[WgxgrjҾxVR)(#ts;gr_'a'L?t]YZH4j`TTݙ/)›w +Fei|2TmJݰ (UN%ʡ2(J*f>LZ٠ʧbJo ;qsѺu$v a͚"]0Uf:#>AI,xҶ}ZPkJ45|qA$Z2`ݤ` {eRܓ  3q#0(W~*?+lY_jJ_ʗVίDWcڳ;Wv.ӿs37Dّ2N_-3Tju,N1~BvVUG–Sr!oJEo%؝Ǚ5ԐplE~~ MWu}h=| y6ʼLtȥu'̂=pTVP=mjӷ CG#ufW}_N:` UKo:6 h>h;܆7-%r WCO6<{|[I5#dʰ1]V8d찚{l1ĠE@=V5]6`6!4,R "ڢI:#w<ۉ`/ ٱ&c >(*Xu̚ _?}<'KULPG^vtai`ɗ&>J8`ϛ?PTC8.3ofV=p`t[T*Ѳ oDa>lAuVADd(04 7H5H642wCvʫ?Qs~> Sqzu^FE$.j#gռ}C^dM@ջtZ9*4 BYU5 5sGj+FK){\6.c ;|MtDop㇒Ѐ9҂0C.љP ^]v2b_!*]AZڴ94+VU d|zuC/P@(tLcv2(TƱ7n6E]NfyJJK-W(OQ|!T`J.\!\{#lez3cwuoڿrVX?b.6q{{&#iؾ)zZ#v$=oMff)a,C؄ Ubgek/uJ"ZG 2ajZ>?cn;*vb=TI0֯5Kjh}b<¨mjB$wSI$fo:)[Mʽ؊]seï>]Dj\cSzFYRAd$2jM4R~xBgyVUOXB-&c)gc*AfU'+T2HVqk$t T_RB+Om>YGy\Z w"{e4(V#WN7ؑv$\ڊI쁆`.'xyj}J-3MQsbh*UKmM-ߏ˔sJ!콈Th4߆ ex_Jc+յ&TAφxJ dMR,ZCYt^%WAF@웖jφtttF}<'hsgF웋=P D.TGe}dܔW`)T8|M-?/A;YS܋a7'C[k;I5w )EZuf@X;F_a-I~_ 5IեUMઇ=]rHwIx[=Dе0"pS W *o?X/9Ik緰N$NV6uӄÑu9| £w>b}XQb,kٱk(`*:2BqO<HW5Qm| 4WB82~&OTF<^wk9n1ÑS?K\tŽEd}ci͂l + O3WRL a̘𷪍es Ulh;cU qZk3_(2 ,PKFme7M"9Ci{>5@k"lW$5HND[(`w$V6]Kё\z}Zw;4Tb8۟٭,zqJn*G[:G,Ʒ"PdL=kN>XUeTqx;} 15EAYk)׏7;s,=b+fQtS吏r\Pp!{;$vهu#ІH/ebKd"p[ˁZ%Xie**X2!Eǣe.>a҆> dYq*B2p 3u9EDd5 we{Pܚɀ}tRmın%g[EqaE yxz[r*tU S)dep c'|K]㌘ W^ Iҡ/Q_` J[cط9;b*B*'.mn,~A=h)v9N T#v298&v9AVSeoY98Hrݤ,qEś]\KѕoĻ>#Z4̏hYET%-#wVP!JOfyF)iăv**]b(?hox[ aCߕ.wMU(<.c 2m|z.>%\Vx5R* `$::/1 ٞe-=4|_#Ia1m˾I\":-v G 60VȧMYM ;&Pfs3V%N\2-n ټ1޼/VBD;3 Mx̖GTe6\"y* ڽ1<d"{c+Du4E) @8 P9k:;٣_)-c XZUw|ZuGW=L]j[MP\>,hLBZf& ^ " 5Ѳ CgxiO' 4Ts<*'(G$U$`7*š ;L!6et%!\h˥ri\/g")qdlF@0tXNigƋ=yL0;.M؞ QE·mJx)T)y8#a 56ãGۑ"ݿrqO5 ʟUV 2t@b")748{eJ ۨTRv2Ԕ 5aMCA#}ф B`bR'@M_@lj9fଔ"7e_9E_ްVz?F}xaml iHご3FF@vrhe9- 5 r[#RAX Tc)*]Ttc^o %iJdB,fl\w*S c,YH=`*eѭgm /̧JRSf{aYd;H[SWzoHLKW{Jf4$ 1\Yp0LEFb:uP+&ɓY|!|8T;|4|<ɅP[$($20W5d]َ=<`ww^\+zȑg:$T4vo?^PEv@ եY%~Cd**TeU vHEG 4Y eWrxQՒSÜy?Ԥ*G,=4]Ό t EQq=KDJ@x]=rEFtHPmҭoEGj]dPgآJAҵqV/I9W?1LVS&leȪA m88'Y9-Ia2S~C )n` F\D_~/@vsDZ2|"̧.M%CN@+XDL:eNtKR]|;H1;$; \3eѿ6yeՏK\C# NGwK9*m0_-ek!$l&=ѩY䜇|jRq%D!,M]w3]!m tLMto`gO,9OZ.;*jw\Jr&cQ%8Bk 0ଞWk>We)LYQR7G(-x %K@A"G.&R jiV Tyrܙ!, sb~ JM28UܞuO]Ɩ tR6So@uI^<جBkfEHF^P-eڗiB%IīʨŪVoi-ϟ:X)>W޺8 "{"`[q:ʋZ8V'0WGWsCKvF?~=uY1PPSǻX9ℾoIRgFC #E؛q'Y l9ccT3G6Srxd }Yͫlek#8k3X?E5 jCVS|Q2i:55C%5 ϒCL~H+Ecvt4cU+wmÒVdi@ݢb 㻺*} nWsM :#[l:_:HLhe>g_!F`"L10svTrbH}/q #k .V$>(E-&@EW2&E ^h|2W-0G df3;YjՇt071ͭƙd/.,fXAvv>-(>o0~ŧ9uֺ-3KTg8{m4L"sY#|؄.U) b3baY Wu3)"{ O.h,WslNRt,9w/Y _T_g6ar]\'9]"4~ \! ؄dx/,0i3PPTX]5T 9*Yo q7i4#sc*t:2Hz^J9"\Wμv۹ϔ xc չbL!/U+wn3`r> |f].'^ޫcDŁZ:*sWVEe_6~e~cL-UFM iʂm[@? T}#|J˼zʌҨOUYE9Š6pO \So5-Rz@tU~ c@)-b8*vM'(ɘk ~h;b$=;U뤼c}˖]Lkӧ@Fw|W6(%~fKf `1*dD@FYq}=@tY>j2Yk,sWe {%z6{ִk|d2oEeĀ\E} 'ȩRAWgۯ"^PT^\K dv[3u:XO[=#chA24PļF^b o qFך ?f (&3gJ ꖏO1r뫆zn ]Zm'm{Fmgcx>2H@jf 1_P.xa9hQ@2=iuRà﫧"77C: TA g9dсjЮgXp"bfVmbEH50%`6DaEeli LY0o/dEǍ)>iKo?yVyM!"S75$@6RR3HV(&Fy 87MZl'j:/5=jQV!Xe,UdyvЕ\- }[7nɒzg$% osz*@̍]|59auRApں\q1emMaN˃՝'+Y7t^ a\B2S Hj$fJgF#VP|6V- ɭO+ 7ALXw1rܹ K"~y532W}Fo5^^@; }2L˱g@"o]^Ui%Bwd?Ƥ#Tsp1HZW.uE(ȯQsga<>$AB[R ENVe}`#Z4oWNξH2̮wX8\lS.3kƅz`7o[~m[~nR"Y^- \itXr[m{?w8 TS+i/#rotg.צk<1 ;uRU=~qgqd[N&7K6t 2r97XDg`RXfG$ wY] x`3DQiEQ{)]BdQ ,q#'*ЙSZ(]ne}Hx1p'hW:A4G[T[#1gZxpt'V4x;$="bre9AxӁlV j?7rӔ'a uާw_\xս& x9 v~dX̓md&"W8*TPsF#+U4a S>J YZ