libPocoJWT71-1.10.1-bp153.1.16 >  A `Bm!M@eeeE01 vt+WabX4z̻r ْܜELI ޖZr<Z}/Ҫ|(ܓK?G+>䡬@Bia-/M z(bBSu .3A_?cKA}\74~j<;QL)H&7Hȭ彖r,mbn'Lݺ}_%K lNKm]%8ux;e$pu [̍ݍgX ­Zc8226b332875b31bc202b9902944916fc9c02000a2489763d139f9a5dded703112c04c5964fa387a0008a1a33f7e42d4d12ed898`Bm!M@eee#8-B:ʑ:R!}a:9[sh,]\״J]v%@-VΝg[y$t"u"͞<"d,荭4ɂ%s&'k{p1鼦\x` mEœUi.L·Wxp/_[ȥfr ?\&,pm O#cd|S_E 80wf-M+˖`>p@E?Ed ! N -3<@ B D H  `(89P:(>B@BFBGBHBIBXBYB\C]C ^C1bC=cCdDIeDNfDQlDSuDdvDhwExEyE zEPE`EdEjEClibPocoJWT711.10.1bp153.1.16C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.`B s390zp22_SUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxs390x_`Bf7b8ffaec4b9c878334983f1c60a4bcfc4647cd4024e82da8cb8485345b9124frootrootpoco-1.10.1-bp153.1.16.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.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)/sbin/ldconfig/sbin/ldconfigs390zp22 16149998401.10.1-bp153.1.161.10.1-bp153.1.161.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/b546629ccc3be08b8fd4e8f8dc90e8e4-pococpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=5c0af25eeeec068a8e2e7f6b39af887f38e83381, not strippedPR R RRRRR RRRRRR R RRGjf-`27utf-8bffc65d76d13c5770adb8d18a73f483dc210d2a9540a5b8b61bfc44fd426029d?7zXZ !t/`̾] crv9wHq' Ƥ"!{{g )dEf:5mm#o᥹LHg:\U J[#~e/+շn9=/tx)`aϤjs"G{O `w1&IGVj1~Mnm{|w|k-0wjy;ռTrU|S=3yTNk |߱lgӃ_Q&u`C?'݊[BqypfpeNGya(BZxB1K^X09wD3ϛvY4RJ}[숣}m坤@BސѩhGi*\K|t_K2fйOpT o{l\w=MvY*ΞZu`Տ֙@t Db#;pz-Hv Q|G7~A-W  D]'ٷAp}i7DT5WÙޮIp݁| TE| d)|06ΨbC/?D^:8M GU)>S@I-"NQjklM\7D3.6=4 ;@-'-xow:踹 eћH拑):?JYݱ r2nuJƅ1 2Hb((f\ZvnQ0@lJsje1i3r,x2ņUځt#2P=w( ܃Xk ZA}:]V929?,:5OuϺBYdkRTi}uFભ>̩k0V[Er@aU2Pv#]b[p):cPŚ&$"7Fi׾YI_=Zɮ<A'3Qv[xpV}hEˆPJF-^Bt L1r`Xj=|JYԭwqD]>iey A J:hrEmP%m.d:w?FJ:z052E<yxn+͕~EWK[j -_X&gũunx-E$7-.Qڪu&I&VQER $ @%r"Y |vسY0z ٣jfψ\>gB~#qW8D#;RgPݪ K}UҬ!GUiB0IмW)"qo1ϋ5;X~˴n_7{3͛A0+ u*@P5ooMXr %PZH&!K`8 9_ ,prִ&L_nvEty"TWQV!<@bʏTn#%|щlM|LHS!~t ]`>F'-$7G8p,kljzS:Ζހ+_\,Z;IxI77- m+,}IzLp!|ѠN-O6FvkQ~mJٚФi#F@XAv7Lg o"R0X&WV8Kwp+2y;,M/NDb4Q4 n9"wFe]I`4n8廷.T㪝΄CY`k&A:jP amJ=,:SHܧ|lAT2.m0[B9EI\){ˊ{u㱓9ۏc=vzº{F)f1 >@~=|k|jJ("MQ{G1&8Ƹ<=0 e:#z I}AʬeB܄F!*ړhcUZ$(g_Da95b sE-=Lb@J(H7CmK>oQOf2 ]vk EX\#gi1/5{CEqUQč_k$£$W@Cw4X8)ɱLԉbPB b@R9, }Õdg!qrJn noD,1Gp]ቒNrN;!]`+#UıS)JEzIM3C *IE*m|[V"q}S.%P=2:HbӍQ\*SZx黷ehi0fڟi8T΋)p^F,6o4˙@`#{Vq.('JT>hzu ZgS-[s9k< .]碞MVD2=%آj: Q{FEFk|ȷZ@*jOO~م͡H|klҍ&.d!I =cmP4s& _c[1'|xϵ_Y>:c)R?8ci|,"/g{&Pc\NR1,}`6ɏ VbI/g>X]ֵb$Bi{|Z7) k+غ2fV1˟JRмMWdh )b,Kۊ^p a-BT j_!gc|ݪ԰YMM;,%C7 AS)z̪)t `fjD^$a6EI(~!N-ƛG`6Bj|t]>\}0bklOx|uU4x׊Iloᇛen8!9e`r/Hk9=+ ֗3gK( o<9~tDZ˚41 ݡpurN1DVD;}78ś$_9oL&7oX~ixڙ9VE6~TĽR4 4uW[;=/ *bg?Yzmc$fSY޵YW7xqh CvP"FBI@|{#ŅB-F~sBPRއI;aU2[BkV=C0[,\@+[y8#vm _L 'r(u$1K( :RhDY-Q>Uz<DBI}S 8pPvK2+GbvyGD, }< |b!+iA>v>#A?@|`,tJgt y ٭繲܃A&O ȼ_iW|Fdztz@ʡ;0deXh4-mFj7 :}֛Dl\k8:|)z=j4иϼj}#w^SWT:]ef vu71]]ֶ J$QB3دj%# c*[`xBjŇ~ȉVUlxJ) ]*ODF~SX%3s+}B0GhY 0aΦrR:1Cd9ͷLNm2nm68£.{{(ttn=w88E<#Vws~czNc7t'zyzlHpu~(p|DWDC@z?ZK py]e5m`W|BcPDgHvٵdDå lbAakk;'ÜFj'}o?$(؏[cYƳ$mrLtMJ8\ c^۫N͌3V$ʮ+n~ss{zmf1Ds(s^M 764ɭ\rN1m[jh01u+=ZxC "n=/{ Eʙ-<-9!jtM(و~/[t =݅as95Il""UOMv`;00 )xsXLy BĹCpdS`TÔ S,1m~D?uYuhG^?ܢQN? 8J`[,cgkC%gZν7&@^߾Uґ +B]P]J6 k,y"@` g3頪%xA+?S/6!G|Kהq&hV]*?^jeݒy_~ϴMS듪#})'MYxk߂=wjxD$HP^&!&q'q^ZoJvVi^BӀ² }[seֽf*~|S96lwFj֎v(|#:7Q*{ba! fzpD$D2jzjQT ~xO<&,Z"nY CȷpX)Ď\ѝ>*-LGˋ80fcA^K"s;/N˒C!vFX ; :|U+4{g:XfaXW̒SuZ ɂ5{-j+ݔB0]![Yrd But+6"8Xe|v7|qPLo}38g~*=l3ZF9CЛw蛧T.EvEmgBr͜$HjP\rZEPr߹FOn[q9C8o4tإN `> ;k[rP\ٙQu:8CQ=;\p0{/u*P c6#cr05Of?$SL/FHSHwzLyG7&ϵ4wd?+ 0I1 KhyHPl;a?xwh<  VƖy)٭$S6='>` 8i>/y8$R ^'+-br\7Tѩ> 2y7 F*Q<ub+ѽw5&F_0t$AJU N ,27|O#DwnNS}-:?ha=ƔSצm>\V8񹎯=\P&pEOWꔃ".hZ;V_B<6}*iEA/,j>f6ŃSa^w+e~3EӀp:Z}#Y*sB8;߹iE&(Q聲/6-;4I ,ssckU$o_, OQnjE~x">ʕ|7]dRDW3upm k`\K0i` R0Ki!dŇE+Cz e"7JTIYrKa/g-%Mqqkl`b8Blhۿ ;-y!7zlX$P~oj`9 ~GXgW|?0˵&?N הH%!Wxx@\) MܰurifT%f9WmK8op_9w]Bam!>y~z:Ł)P $>v!7nmщ"xRNٹؾI^f3֏~*dN`CB|$pw;d tH|3dsLw ſ + (E(GdV3 `Y jU& 6WXf*yںզye8s%~V+~&kgK2PHvLBUn *>6fR5VW6 F0"6T ENemc҈]z&%ebk&[;R[d ?!h^Go9]`3_pb\|;bvDk |.U{S)ytz_;Inj*CCX:D Ae- GQ/S :TC0b[ӭr'L6dXm< 㙣us5,eβl3BLB78}Q5[iZ _hgQj! [ `hAOE Sal#kawܾ ϰyĄXB?q9zJҪR5L4IT…XIi+J#Ql)}4BpNvE@ \Axb~ xt6La7u1̜e:dVOU`]gUV@Mg81a"{cJ<8K7Z 9Rh:8&C;r@XNVaaδ--GFt 8/!s;NX풁%R){)f,(-;>eYN19,)# XmCpK!h#7oEd_$u&Whzꓱ,">ɚk w5v?fr,B]&`n@I#uW'@\e(mgP2CJ =jm_9Ft";ѩQQەGE%fK`-Ql@5u o[%U6ԫ@v/LRઆt<aC# S %ESy\3^cARު]'z~  Npm8IDxa:8 ~A .]GcxK1#,=q\ ϴJ @wg琄3VuXj-Gn [f1r~5y"P =e3RT%%(>`J*3 AT܆z <Z.~,i@+SPXv6mrPuGWP󦝀]| 6c4V(-#JP (Qmuch, w8U{WmYN`0eΖkLw+E85$M*0Xs9ƫ#vB=ݥ1_䱽4xG *LUL)$fS2BslZv-`Z ϱvdvUYZrN, qobDc@vrKc{LJRW㸟_B c`AjMmu*@#~!X[`\|m IS_.po} l.3 |2TkEcQ ФƦYL^4B*޹AZ&tw{#zi \> )zU.nv^n<(;|g(WO=4 -A@E^{ 6?;Н2YAĭG8bTsdf;]iPB +$Sn&q"*2Jg1Lm?|:4웸P!Bb%'x1b=NdeS9If%B@|c+[%yA>y ~ׅF> vik-ONTnX(7:֒E F4G0Ü'f2_J@p2 ܓeD1KyE>0m2i'~ GHDp4,89,޴=N782',ݕ JΔ\ka%hC@z,e}r$q^Rm 7\?.<2tˌi h @l]IGyƛﲡU}< fKyK-DY4d?'(. dGKi/@}¯گvXe>F/c ӗ9 g[܃DEXyt ͰZBТNj3huHKzE=[ZfL0UTNm3ΠR貑P0Xe6k0fP.,ϡO%y̶2[6m̭: }]aX}j;-[.ۙ,\~*Cw'&0`Z-!p(V DLD+xϠ,#5r0°gq)sH}=Ɖ28so̴Xڣ 8NDxjڊ9FQ1 ScBuHo!Qp]?OζB _[y Z렁@sjnGys^a at(1Jx Nh^ã%1X.#/Ǥ_O N>Ȳ(nq[ȉK3Aog# gֶkV|"#5! 퐒/f˦CAq9&a}hE LD뛔m''5E[lCN@:ZVTh\5hCBH~ĺY'/wɪyM|׍(0GhcFPr~i1^$oHƃ Ϻ:Q3x7wWs7~<^_R ` &@֌E S{@IA,X^LZ/h gb+IYC x"z޽0좌p f/̃p})mc?^5a4ʙinVM}@|0Rc=xȨqeH̠aԚtZ8 z~b"&ۻfeXe̢^U;Э!6BT6xc^=ֳ8r- $)|:%TQ Ld^m/ l=ܷu]oWu~kϯQ@ٙTl3e0c)9V}ɓ|$":GfBUmAp}1=/kngR{8vIE1o4rr ȉ7*xu!G nk ۉ\K(7]V͹Yc%=:Z)fDd AF0>cLP Rj_iSz ?Kp󸊔fΩx w1MD~zrQ}Eƃ P 8_ Ys>}Θz`iޭ/1zWhl'KB˭`J[縳χ%Xs>FQ%gSɑF?mK|g`K&&Sv_i0x!&( s`%4s=޵zM0"=*a$o!z ^]%;rdW5'‡oT9MϻALbR|-r+_WPmb@*t?=."L2^*HRO&h 3jfItJYnk`k:?O*Yrq4]v ~/CQOtƀ3z{APK>/$>Ӡ[-krzK9ֆfMH.φ6h>z7Á-3|؎@CUG3oc;x0hMK I}ȅ΂|z}ľa֡rQQ|b4bSG[f_=B|61U)BZATCTFJ΋ 9h*i5qfFByBbs#DL`yb?AHE3u$^B BhuK\Pv=8y@z.Fqzֵ]K9̎gݠ?(6~n9vX'RB0B(5O]&v?6ފ"1B<Ĺ1>Iڈ(3`*D|ke57W[N?[b7#vjAFLw[E4`ؚkQ|L3.g?N6NۚLdgr. H n8#uyoQ}M3΋$[KmVܞDKdT2#Bu4'1+L~Rg`k_5ؿLM.+\^J9/Yw\<-ubDe蜴墁1'c7[ɑ'`t:떶c3$R$Qy& nùit~#ûm6PƦOMqkWU9L(V5rKEW s֦~ruZ 5%,1ł o/^tHR1p-:}W3θ B_TJ\2윝+dpӥ?]<*4룋` Ybv]kX4yTR\;3,  (qe-oY-3V5`m*akCeVeY~l;K]Ŗo:?La.SݘNiP<$߫ Tz,Жq$gUVU.sd16%K966*CZtkDYs`ҍn٦;ivֿ-nVz쑛+R*+Xd#n쟘J%.>r_][ Z#%N VuV7tXZ[m%C 'vdˣMEFO-;=-RHs *!ˑ~??" uuc1eePxur:,͸L,Sz&݊7wQ%q]"0U?w{+[* 4а_ѬKBpH rAT5ZTCQJ}]A_ 9(֧f?&s-LrODck ̇ehmAXkeֻ&h&Ԣ7#9^I'[7E;lįp {E𷖙C M|a!gS'sJm"׉>ơWmk/!i<$g3sCi" !}#,[銍C:w7aXLJlkf+ZҥEdlgrQ|Oh#\%יM)*r4ktRU; &ȏNO.,- 3J0 =!sj>N^ ~u7R(:x {RŀRW(_#"g?x;HpZG u1R@hΟFZb< ^fT_s-i 4";i8I__g)V7}6gȦwoq })Z_1?F.þ!UF|lah _L%jpmhݽ%tF/W=KSTzS9}#3DB,(.vϊ% eKFiRNj8g?ļdj&@LǦBnpQz % OpÁ2%߹]VrL0JdS\gì 8sz:ۍЇX}錦A䀟f*XnqUK8քc/]Rm=ufr*(-Cۧ`N=)f'GQIp nMj%4Xbh:]][2 u۠.]Đ֖=7z+QD\dՐmrN! fb7#8jَj"u2DakMM97G(ɡNWQNCY=l\H8\73$o>tP1c5^뀣JJ^􎂡1;qnĖg5'*")a3wr2p *NUe=e'}~ ~HwÌZ8plCV=PP+Uci1y~Vʎv;ViS1FEo8@\g"L<BNJG{Wd=9lFMO%&-U37o=<r@jZw#4,N] :P'$+Lmlbk~> Zffh4 `^bSmaރR}SPߔq̡Mb (<7]f?D~U H9Aǐ+3p;*J n@y 8)O-R' j挄>E5:'$_1 =iUJAZ,wL%1uUзD0i+f2A.Nrj|{yľP|+Dtd<+_G\ü1 ð²V2׋e;y₴ cTXx; jR):GVdQ&/ UJ dݎ<\wfmX߳PUpb-iNM K2ljRFgG@_Se;PvYC EZc E,L٦#Zr UH&lMj$JZXS{$9G}]iJ]l(F5TCTY5.k7ZɲN:MqTv'RRO8F#x.@5hr8KGpUY}%qƤnɝO,e>Ce-WkM {z' ;,*dPcH\ uvāMN7?/R:,FFrv R});U| Q8~#' l *8ۊSݷ~Yta<l 7qxxbghx'MeF4_ĮFw$+fytJŭv*I13+1*;X_qN ƙųwix"SRhzQP>^<۶+ 1l9Yó4?f:֮z8HA7(8C-Yq*U5b1hi?$٧IdNF)u&ppZk_}!n5/D{mµ61sc!lwKKlljr& ط5U֩#*=t|TIyH;A¬@R@qvHw+ݡ8O(aiV[\sѴBJ/E 1ؓ{ĀS!|FM*lܼ} Ex[H샡P{w [#Awo~KӃj6AKf{bI'L;3쁠aϕ>i|1OPmroٲwe EL]͌n2MS&br[dz8YDtU\S'{7v2F ˖GK#_?јi'ݔYL7x=xi+YTӂȾ^lZa\^4S9&ijc͒tՃP 瀤{ Du! CwR>WnK񿛫`ոS|su۞EOsH 2"pўT#XE !y"X'Y||'i[+PGQm fD}~DVr  EЈ Dp dMw6oqԤ?> R=@I$.ƭNkǬ+ez, {J֙AsTv~H&EM:@@َe\ QK&Dh7?~G˴zmmt;!$ȨL#3e9 U>!jwT 0d ,CmG%lI,8"5A$yn \}ܵ_ BkwX] 45LFu\S&Gۺp 1͕B- o$qw3XV@e6M2F CwnjV=~`[Գ%1)~gq3)bi5eZ;={pmja4)hK2]MuG(셍-Vҟž@,+sVncQR`" XGy磄MN6񑁰{&|A9:霓xV2׊Hs{:K+l@F&89D70H7@̿Y0Gs-'rܷ޿JsԱZyXv Nk?5܄t2sz)NZU6tL/=(Gr"|Udd~DSڶtM9ۤ/x `o#W9;IC['dJ?+*Z>**&C$B %"-2'4_3ަkM DԒt|aeYUbG`M%V|glJql@#ۆziBAX; E6~2ő W۾UMMƃ7Q_2}Dd<@Z\vRK9:&@q)m- 2{;v{EoY):kYH nKpWJ[l%bUUm'Ƈnh3Ϧ[:Ӧ]mΤp6g5ڒ)z3nQS0h\o)@ΗM2wJ . }B7\̍w^yy0"F3X%*IC6FM˽O-48O"f\T_$|O' Sਸ"9Mpvbd%pTI].-jf;pE2 Fu^Lɐg,K7 |ցT~j\je0oG%ی$HyL*9}~G]daPsQR3_uPXshWqXqN DA%mڔnNZp۞uIEeɘ 5`2Ul61xA\Ï{[lfзC\i%f Us&_W#f0(4̗,"',V &&pkRv3 D9Q>m iHeUhmD{gkdY^VμdPõ@SK!ƚ$w斺Ul{]n>Uk7:}cG1kF0S *Ѐt*i_A|3ߐ-;5rIF4uf:|!>8?"BNDp(n&^謯}Oi0!}| 9>ᦱ"cppwhN:z܂# +t&fP]Se"fcҞ{WS,'FMyx._`~ɤM1g>'ţW\e+;DV 1.GlɀM,؆^QitO)3dng[!Rnԩ23ʾr0 L3K8$~BlD)T]]ȈnRݺXyn5Rqrw-, -HL|RYB;\(!-#T-VDŽz+in u^Y_vSkCIǹUv@xYN2ڦœ´|UjWꟺ⥀Ziw8j">]39&]TvG#;Mg~1'76x\'?=c?y"JusD1UK[)h%b~9 #$SzQO3r7K_;9)tVPi<G˹8ۃqD629pb6-blAB2_*nwvm35{ Zݯˑj;,1=$8:JY,H_P3zFM K Kba@lJ~5V=3Tꇀ%NI)ξ6[LtL=5 (̤i230f=C?.u ?3NA:|ŴdêS~‚\rVo4Q+ׯ0^ =3Άꕔګ4lf݈ :qol]01m@:H^K!kГ@}oºf“HCEx)qwYAE߅H ,1 5=CWCv@;L"ꖨ8oGXuכS.X|TXaSCV")C%Eb^JtkPْpl/Ipa& At3[`Zg ʀIk1CHfJ;YEdtkh,#uonJ?e|w]MEq(z9LPԌ􌰧t4ʢ. f r ٴo]N;OZ/y9p?YNS7Dw.zAvhSG ?AB{8%^bJ*ia M|qٞfhEFx2䪽%_,$ [ Xg@aIц 3|Sjo7<G>|:`mCF6#]Xibp$'H5*# B I&'E_[_xu0cGGv$(z+_}X?z̷vpv˚ Rx~~E=M$6Ə4&Cтl S_Ғ;/uƨ!jbyok^q22Zރ錀&D@۽,k>z Aʝ &zb?,5w h]mb"'y )}9(4$>!Rce@@}x 0ɔh M"ȡLO[Ұ҄ݙZxRmgd|>m8଼aCTvɑAun:Ą=D@1oN8C!1\K"Ih5~7NOx`5CsiC of&W2&JO-uXmS:)a߀|v fmc. f?6YH* 5g0YAro0Ѿܐ$r n_hqb3&-cBP̝K`@EO){QH%[WP*;1î| c,=$#ŏgf JtW!4ڐ ޞ;6tgV vA3r>^ۈzkݏ[)^&܄^xAp3>yGé2!HG|'ۿJj`2>tdAf#'2"VH7۱/IfZz3QSw5쓱LK/xG_-oM@VL$싄g9r}d; G@R1Ã["&2ׇi4߸~"ΑEݦ~LHhxVuңc奚ĒcJi<*#G4_*L7%7`&2]}̑76^=$$ty"T'. ?iHh7 7@258$@Zc}(ժ-&2C,T`w#P8lM]Vi]? ܽʹ86w:313nk7fpPBK:Zl Qd(FvD Z2.l &dSdFJ<Hw&2hm'=-3H/j!DMB$/2USE()6WtZ;t#io%q\!!(-S:"p Ѩ!€gG2ed{SNͅk _AG MN@1Re I'+4O+׵q|{»} [* V!.*d_2yxՔs?"ȳi- >!! 4͚)f7jiPx1'xh!g7G37 {$!=C6sRU۞asNrYr K6AC 'Ded()rk?m$ =7lY:6y[qA tSx 4n%xkxu Ӫ:jf,5J/ ?Ka'Px\(fmSz9'Xۦg;Wl n~kmm; 3T+=NmlI/.@-M֣\l:7C,40iEQS5O4q{^?("wзb+ySG5+*T\,$k'߶#)%+ f0wY*Or61kbYDlOe҇,X$hQJJWY n,;q%J! dy1=YKFN@U]J&[8}WqXoW脿FbdWە2&7ۅտ柡{6Yl!»?cF'i B ؝|2v'6*IJa2{4'aP),[.'m,I, "ݶ6^Rg1`M䜡X4&^EϕҖ{ԥ%w\JTi,[ ~Q;BwGK y-W˖*W7</kQPva+,n[8#|M P`!0 .'U&`bj+fX :/U𬠤D9e-e2Pތ5]gt\R>1$~Nhf76UKN32I܋W~*o&&HSi9ARS|jW#wHz$SOSkRzEzY?T" v)"%^5M:R*udLg"Vi dt (pt }A^GSj|x;)7 hdtw^"M5.5Gyx+bמz.m"6#:Sk yC+ܗ d,HRӛCN˵r !0TWF)QVhuR(`RbGeZ{TjrN3cd~3\q컎يyvGfp^,&`7 Ϋ$/֊ya TdY3*yU0jnK7T/u0;OQwyU#׉<8Yg @cE%g_,I{A X'j%av6͋UekK>?d\Vɕ?a3_~=vLI ||;./fps+`UGܔ%i5-@5 kڬID>Gk*bjZhirxMqQW4s+fuck-)/UC5 A=,-Xlvhހup~w#\x޻B]ٵP ߗxqaIOen}ZoI󵯏yb]XZ?j-AL 8 :-UhH`ٺwI.x Kk+@E˲7 iz@[V=:S+O&DgiD0a8kiK痼UZRۍ+`ySYIkԴ-CEȞbϒN}NV\R."=[ yq$[D~Ybc Ӄfo6ﵩڣpb+E0Lw$Nyhlts- #-\1w1G)w12^jJُZ@tn}!.28`XhG纔39E.DM;|nTOK +wZuϏ'⹱Qu_Mek8|k-1QZ᪸tBp{_%%wjOCsc_1 3[6 G+ޟ3}|{e,$c*q 59Q_R;Ϡ:ae\#i1FƈgI .H];9E.9DoW^.xW[2w|9فVߝgD /wnI1ˑ7\qQZڼ@=O$ACPmishq) zԂ҆$r, IX-؉Ys(/w(|* OQ^ƺ?pi 5nD&IpJWT$9bcjct(z |E3(#+Aˣ[ ͷ{|Ј9:|;,t2pק4tU?OuH35 LturʩHH(醛[c|mqZrfbYpBKťD!+f~̌1]ԳԔ0FRcg}ڼRNYp9bxsgNMH;h_!JIg`Y7msV%m6$(`Ը-w.PjGU_ \_񃿖!@~0S9uT0\?YZ쮄o4e$ ^qE:X񅈁kb1TiFKp؊+vwށ:Cش QEa[^L{x'7iL<){blqjffjhJJ~y@]zP٦R O$o_ޡo尤 5xMΨ}z$⽰2kHkwR| J)XcX:XF[JjÁ^vf,1yI nj So6VX NZnlYdjz辊*?",R [ ; <Q'gN^Q؎Ⱥ䧮F\@=낣B_E_ &c)oT\*׌aSP=BenU5r"c)@檹';ӡrFf$GvQv;|!!Z{9Ƀqfm C%HNcc8nGG+,~nU|ymD1xx.[FRiS&̝nxYpiE_] 'rnZ[>8|KjktnXfLA4ɨ+3E,Ц'rmW$.^Z>Jm<"P[n 84"sPf22hFЖny>Ǵf =L- KTv.l['w HV禽]T$&`nV|vwm}"EZfEc"*p v|H Al{pi&YwK4LPy/nĔ!BR m#琷S$>.X!{#0ŹZLO));9a0~iba#JA.!ç1F؟(<]ݭZ:Īcqp*N{+VqM 񪼅̎Bw BC`x*@Zq5OǦf e26%#95Oj IiJ{Vh5aQ``5'䡛SާNò>Bp 0))ib;=K"<{u!-{5ƄhZn@"F^$jbߜRqӚ.!NJ&ME1Zx)4sdC[19a8W΁un7tn2?7Vlfm4x@\e-q6z [Qy$nQuR y=ZAd^7Y3'I ƥOQO&#S ~'s& T7N&m2 ||I1^l9{+!g = *xÒ}Վ4:Yhy !4yHAƅP\0}gpGY= h!`#r1X UJLN#ꄼTc|yT|EI)PdxI#1D&GTRff}FdN1N 2|f؆ovMfCS=oUAAE)qV1Y u7!\s"++@=b *"]1ơP9YbaI$4!{+~ ;9G6 g ] DGMR!SVW>4|Tbu+> 2>&))8e5)9* g75X;22Ѻ`,P+Mqd;nޥ D s.YEDιYw`H ."_!fPل/3 'N ,CՈe2n*<:虗,K-H: Y.K~̴X1^~9qBFVoj!#UK71TgA&Q+xcT>Њ"OWgc7uxAQ#!@<3v2ЊTC %YmViO;v9c@"̠^$S)V=ךU QVLDRHLQ&*7L|n \ȜMFfEUlkpw4c4 #_TŌj1A0~mFӮ}y?k.A(Po$i_ڞ9@lQoA Of{pUV`375QX U.p\VbFӹx~n$Cz>Tr2DOvK.ܵlVEBf:s0䪢Q*o.qo o|+*? B9G\#8n3Adk|[r?]%@\ VP"?=|A1S(pX ?C?ٿ3GI.M&%)z@?dvOZn2`82F K8{4ao@'cfYs2<'HݳiVj`k>yQP*a_›}!ZEk"`б;3lsk9ςM| +bۺl2H>s Bu-X6=ʫ#$綾޿h!d3ɇpOjN.2؃bKC713Vy0f boo B7>qw"Z'. ёg*G*x!1&b11琬U7f 4nF*0KdS/LŴ|R(H1h|6%%A!hfXf[I$ޖIEԼLRjKB(1s׆2ʫ½ 侀İ0/eQ,edTxJ3s*!on*p 2~NXc$~zn#*-e觗ta)ԿU6]{nOsȗS)$zvZ =LsDj(ytw r.+bKhYW9 e;$!ENWr,Q1BIDˏ{VmDs f V 1ڟ.qjD=~e6 V7@`{cI T2[<+1S獣FcΈk)'Y|([㖖i!97C X FtR?dmQy,٬AkJvWqot֧L2o GɬaaۉN[n:8Xg 4h>IAl^5x ?KڹӍ]RU80J &ȃ;ˏ;PmXwhyD =["ؕa-6;xHw,%rmKW^BbbRT}i'Y9vhisrA倆'DKA|^T@%B+F``χ,[eswRD'wR-mc|:SE"*TH- e"40#l,\ya:&^c"F.^gQG&uہ;] wD[8Bc(|F*z<V%@f~׉m1H1[l 8;|tQ:Dq0Ais1|uk?WN{PE"䘚ʖ[•$b©mO7b~ /Bk=#`~ 'sB /n8VueSǐH|t\^S74 %N g~߯< n*;ڷ}JSד7u"ɓ0wcWV@7x\D):DŽ]%NyNe!1 v}^PD]Wcn8cS٠r ݫkBi1߃r]+K/*=XE%Q]ndm1ߗ_,01qiXt%Q]y13ԊjH ©$om1-5_c2:*Z[(eC2#kk\ڶIUy_f$Ng3dn9ǤY0:?P6ؽzc :/+1/D/X\tCS=۵Br5 w]3/w $5QCCU8`^Fr=su(rf̢G0O,;#pTkr 4G6-u= _@+ak__D Jg*35pcnXx4t1KJsP3_|UnkAou)9/l`;RU_ fLj$@ q  m0`hAuJ\ ӢNE#SD 0?{s]+^jܠd Ceu5}(S9||+4FJt$\aQAؑ53U+6O&,K.?e3t䃿Y#1otvpx܈a{&^)Jd-j{6>lFDٺCM)Jr.X? !~~I^9 =gʄ0f #dÉ1o_s W՝'L*gQr-Y5F?NQP>Nr{]@VDktzv }O3;z|Bgh#g!*R&HD?3@t/}ZqB. @ݥ=s=sY:jwm.Z FB`wEua8zڼıQ+%lA" +e=ш;͠nb6/F՟=q1U[Iq7@$~~ivoɹ&|dy7W}gNU|3=kT~^Q.yxќMpSsg`yoXfhSƒa5U%¨>ؼNͺ KWtsOŷ4@Zq?j yb@,%iGL% %xfB?UC9@9_F;kٖթ~oo$2+SF}l Qf{4~wvmf+u>Et8%p]%%^K1ٕj6` k1]@SC)*b9"N&4#S~1hOy6u<\%4-:r^ׄC~{<iSdoFlj*G" J2PJ4mQW˵9wVW*Ux},Smƥ&<:"X̤RdK9ydl`vi*,g4 !ۋQtuɒ(״4H VF* yAsj# t8aO7SxTph͠L R81|HJ9Y̔%~EPO>]:Љֆ2j?0tPxIa.FђVvs&T)sVغƄ!xjt}vxxKS 2@FOF4W/0bS/{HĖ*LԖ e9^ Dud 2TZٰ nɪ.N*iX @fp g>@Z5ŕx!\v;B.$*ՀH]YeV] 7TcRMDNqI@B 2b-ޒ oⰲ͖*31gV "2SU7ZFzH4Zѽa"䀓E_u?i,ѽ"XUi {my$+5&SPx\>鍑X8 )H\Da_MّFT%!):] nMq[QcZȼ'dաWl*xbP,FW%t*#Qݙ>[ؿϚ ?v%-2sѰ|H1SW!t2kG̅D'vl·T3^%pLXaza k08/pe'?pu#5Z*fXXc DZBoDgsypY\^ƵpTL3SR {3ޠ6-^]%hwpu]+ѽg6]--bxvX;aFD!`ToBI7C} "ҰK!~]TXELwz=u_J/aЬ5qԝPX3eo 4q͹A/rF23j՜|yc8&::zW:tЫ%kX%4NuSQȔA~22ܟf 4ָK RӞ!Db<܆<Ρ&`ra!&#r Mp7}?k)Y~susl#1ÍC%hGu; 7 [52Nkj4"lOjQ [%Q9hUI흞#N)bB"6S {DdGc_ݩo2 3u+si<9D*e#i{@f25"&rYK:6NVCl Δh%$+V@C6P!^-oc}geNcL۟sUvZo0 Y^_'-7e9WZz(B4a9,U$~ ތc,~LwG '6M=h%lɐ.qY!0/nwuckksGs"mFK/rd !p⡳)s%jC2Su Lsl`OK.eFj]}ҐB@кL7^׺IpNZq||Cb:R806fTXc8vەG攁8&=jq6{=o`s>$",9$}7;^ü7"Ku Ќ#MSNԊ<ٗ?, Xd?fWFKL\ZFzӈGýo8 ݤPePfMYh$amП AKyyOM_}pqo<y+Pxk*UpD [tB<]}Ԇ@Hm!&@K{e>vXT{-0u F<#8~@1+D<_;['z%ԯ:Ecʱ~[u40>Orm~U2PPVRJNY-AxzpC}CoWٴ;/LJkІp=Kc4E-s߈kϡ6nM#;Df;yb|iDٜPp9?y Zwkfǵ pm}7r^=:^"uW~| Meɘq+x=D7!`0Y0N]UET| WMlr}$+w^yJO'мMduGG}s~M | Jjިa$!3'BrLDN CC"3̔~ X D([do)̓i)HdƒHaƞ7)G'9\ mݧCŊfc3V|4ONl6v ai//N4Up RK<5[./B7 6r%$;^ }8 %֦Tج.P{ׂ0uǒ-hō!BN8Yx<%,(-ݒ_˰Yzh jX4Q0پ[_[60OM+(bWQ-5.R~C$lybIfcu7{Y]枑^ g!}&#yZƈM'._P}*B&z2VW܉ÞSet<&HPW. Sd"'w0cǓ3*9)7 ||-PΔ}C/ƔJ4UlId>e& =1~uNR*N >҅7Hl.e6C1Rjc #o0į:q#P^I%==2Dޣrވ '=_N J-ڨw4dC N*Y (JEn5֟i#ci GL=햸7djD4~s 7f)Fn_E%7`u\|9˵ 57@52ZA/)Lʳ9ox-/3{ȳx R1t]Ńu-Vfm˓| #$T 6"ͬcɞƧ >ӂ;u^(p#xά)`,Թa.Mv'>&Lğ$|T!K714OvF&_o2 Ӌy=҈(*FƁ`ϦŃP:3:Ʃ(O!ĻpU(nًp=%ΏlbttU$_sAtH6yq ԑyśUǙrID:Zq~x~9)7#>2Shz?h7`jf06Fֵ;t+>7\B\`">aFlwup>~6m0*PL+gq5.JN)S}Y+P [dsIL*Or1xQ?D콓&Y56r aR%rC`8:( oIBat4t|Dk3HQLlTq=R%]HEHZyqL] "G:޿=[FnzB)T2yapP9:ƦL<z#/̫@|m>&a`{T.tgK68*3=/i/ U>8]' 4 [lYKyPܺ%b:=B>u6啿8 zԞLv߽gvц08UNy IV 'fZ UUbl~I߂}kH},.کFQ$$_NlB]1)Xo) *' dy.}/DV]Y#3\sjl);G>:o@)춼}cg7>JbK9N %d aHpиE0rj]%+QP>gi~'ٚ] 6\!ps'lV,׎k?gU:$K"{/'yk}mn_.[:s%`G![5Y闱Wh$af_u#rg܊TU-,7Qx|d xl{eJN tߖZtKy›| nH.hrvoPT/>9~G(8jmmz8>,Տe9KTy[ cAqNp2ЗBZ1^m'ѳ +iO0D=lV1hm[XIEY)wX׭ބgCsF8>/<@'"eĝaL^'_nU8:4XKeI;؞%_uNpH\-D PX<¨ o4hj( UE]zρMImaz+6!?3g)Ș7 105=A;F<_i0B0a *ٌ_EO=2M wȕJn-^a2nE`iB۸ܴN;ﻪ^y9l)=j5O.sHƮe=gʘ$RO _9^bvJu2{|@'끙lPOv gwR[tc # ?f|j*` +* Y{ڄ[w ?خE<9n |'HˋcHr4״~V $3z1頀{zDkR88o뭂bߌ*`1$mfy^B/l< TV⶙ . @R{vUrc:!ēLλuH5 Oe× I<8a?BkƖ8|2X_o^\%d>D_pZfs*Y>ՅۈB2[p}]Z<7ؽ1Eo(Xu2r_hI6,xh e{9 ‹Ï A7eVeknƻvऒp:M%_^OPu5Y"H[:(lejZ# C bcZ/ߺ/3|^=TsIDC~2} ĪCC]Ä}={PM6j6guX8+%Hyw_h߻B郴^Smȏğvp|Fv-|\rc ʶ3e7V]C/\ݸnW#a \rW_$In[N5o:oOSq^kȭTU]SCq1\[i2z#ĸuT3䛞t34P7vJ} W'YؒK@YXsZOT+&)r%:ՖL*f Dv+TKtʳg@"}2xmQM$(s:NY)FSZb9}[ɒk !]o<[UXdSD`?l ׋MKIhJs `J,;9MiTR;ZV:%'~ZM^b?-#[+JebQb!sќl#u.h^z .fn15/1|<zki PePxjWLoxVk1}f[AXCs$薥ժN\NݙL;7-xNp7dp ;򺜮(!giV.XAڜZmMNͧOçϥc)tڟ"=;T"ѣ,cնa & [8VEL_ӱ7?rY* "'SL@Wo<;AJI݋p^9.DsrιpI!/Iÿ7&&HKB4ű/|C#+ '[.a 􄗏=*eNS0_}֟.8@'bK6Ic&`t>2鱬_r3 1ƨ71dfj'7ӿGE])[Pe&@jpPh/OWq S;:tGj3 @2[vkGo 莰ƁybdH }XFW"H3}iWUÄʫG->=p#Ü(W@ Ċh ,-Tny2sbn*s@:sCGcF?aINhcǤ8r1oݳ{(':#80Lm`zYIB٢'X f[%ٹ֔@X#d bkUHԥq/T$=DT!KThlr{:bǎfqAlSQ5Wn,( vVukm U3Xic6)TSr}"$fc.2~j$C'Zi8mS(."#=#_&BZ>ݸ3 l s#qgM[ Wr?dɚ?w*a6sTH9ewЂs'w|*z߯* ?E# x],T|}"y_ٽRb#8Zo;5TFl&6SPp+m T|v4IxPyi϶w$Uf}u]E٤k(9betƩRdeQWt3%>*J8TGm]P (?=}$ v:֤LL#8X% +l&M.`eQ2JI]7ßy>FJ-S.K ɷ`7&TݢgࡵwT솙bIg3ѠJ M=kYTzge6wLAYq̠$)%fvPɑdJf p6Y_gX~$caC#OQmX2מ[p, t]glB>՗Ej Cm'؏򟄲z|^-gWcE1lV:F͹gQbƗpF|oUЭwyё+3 [T(6}Cu`=TUFiLZ*~j?fCB!ܓS"}ơ5>D*Kfjj;my¢ܽГy E/VH&œYcd= ]^},[̘$86`# u@=<' yA*|" tW:+$6+ }"8={VLr V~88ՁYg 3EζMz^ЉvH|qSRh&E}w:"M*+6sNyOGKeW} "9 KaϿ̈́}7+J:gP;Yr`fzjd)v@P:ݲ#,2tnm_]J/~=\W of%f+-Dt:f¢ VQ-?#9Kڿ'WHReg ]Qt~'%]IIaq#ڥ(ͿZe D44mJ֩ nvSLR%T_{'U=B:|XkѢ:)P7ho,vpD˞2}hP] n3*]Mtާ: &8 6nOB"8|+Lƚа%SřātgMjA࿾kd 0 C3']5N`E!HᎅZ0KIv~1y HQ{v€Y=N㴃!\) %ZxDesw|Zi]kM ޼)-H/ï`kf%T)$lqFoIk Ī#ZKSQ@gy*}ԿǫC{2%Xt־aͻ6h Ȩ,5%%(OӱCfo, èр'š-mt$N_6ˆ]>-jǨ+T%!`Q`Gmh9/t ԶB|PU Plen/ 7fR&N٧ (M" $m ˊ-SF\g w>j(3 a ҫB ܳ r]-ϣBEKX2!w^a}0%Zto}G)`zH J)m?J$۶>2 U> Q Fu;yUrvbVon+:Ws)&?'nQ%Kg@!S~[#Y,U>\s#e3 ۋ`tmuk[+ Vw@lfC,k`ẅw+RÏ6 b+{XN! S >v Q@:GI=Hql7 #sWLCE%D. "CP&DŽ]m6QрYe^o|l9Nmy2u<S{", UEs9+9|Ȅpx!@<0c.8LIF~{SꄳRCˊ|-no\sMUyW/[/߳ qB1Y&e$psUI`gq4b;h:Bo'wܖQIX/w+ Z-~Ϻ3VB8**m ._:|˗sZ:7YFl订eɤGn5=Jpmp6=JUGCyA#K > äu4hZ]ӬfWdXţ\ʈn!4;GWb9_V}V.n?ᜎ ,Zp3y'=R*V A`υ̝& ,9w h;ƉaFP#}O.hR|dM r~O5I"aM?ǯ3-,_ q1i{ a]nn`>zQeSEVzu7Fk9 rdE8U9 F"vX`{S!tLdd*o#0w Or4i:᭱nuOfyw7֐ ^T~