libPocoJWT71-1.10.1-lp152.2.2 >  A ^%/=„y :cdt)Ff/MgvaNTsy셚&ɏD)>\C]nf.vH ) N?$Usyc3\VNS@x-Y<NmӜ*t߹΍8-j"[+ycϘ_ΐo4xޯ(}ǖ7SWM= |nU5`٢'6]󿬝 "Y6303a1c6d8da9fd690d5474a231ecc71afb893c258702abeaf9c1a7f25c9458aa6da2ce65557fdf8742a29228367d418d91c84e9ԉ^%/=„6i7 5LNJ;-ݢY3,D$YqtQ0Q)͞.yOoϺҵމ!/ŝk9P>p@E?Ed  M %,0 2 4 8 y |P(89`:8>B@BFBGBHBIBXBYC\C,]C0^CAbCMcCdDQeDVfDYlD[uDpvDtwExE yEzEXEhElErEClibPocoJWT711.10.1lp152.2.2C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.^lamb04OopenSUSE Leap 15.2openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxx86_64O^3ba249ba90e54e1b857d1a7d9ab2ea770076b6f6c78cd0e517c5775f27573b78rootrootpoco-1.10.1-lp152.2.2.src.rpmlibPocoJWT.so.71()(64bit)libPocoJWT71libPocoJWT71(x86-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.14)(64bit)libc.so.6(GLIBC_2.2.5)(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.5)(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/ldconfiglamb04 15896488191.10.1-lp152.2.21.10.1-lp152.2.21.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:Leap:15.2/standard/b546629ccc3be08b8fd4e8f8dc90e8e4-pococpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=014b5c3404c8395f9d2ad8742f7bc64971bd0d14, strippedPR R RRRRRRRRRRRR R R R`A6 5C4utf-8b7d6aea82f491c235c740a8722d37b7864bdfc2b70eaac45c061f3025dceda8d?7zXZ !t/PΤ] crv9uQhvaJbJl"HͺvŋF&hOYcD$t/Iqx BhFUO9ժZ_mΝRT唵mOɚCҳ3)ii$ia+CfR5H|uWdm3+Lb{d!Yj z%k6II vѹ$P`J  ] &rl>m|uaImy۞ɡ|Bnm< j96Oa"9 XW,#g0+TPa]y$BŌnol/3 wh^|3g\):G'Ш;clb?85! pYiYE(i|931ZBy]-2J ÁP(g3Cޫ rxQ`U2y@ @fv Sh,9_8|L^gogLݟS%{Bj*MJHVQ=q<]3f-3 gK:mDa˜ēAdgu4lz ݱAK5za9P4ؖ>H%3 Ԙ>}^}Sd6ӝL* ~ю 2n 2**܂ˊs9Q(k\2ra٥̅j2Tױ)=?#9\=IW9Tk{&q_/O3{+aT˭;E<7G#j; \=rvwiJw`7҈Bܩ9M wmG'OE1U |M0e a*@{oڇFRmN7US 9DK~!hEa94GHk(sE+ؙNbM&62A @9f(zC~T5" dl/!1M}f[:ы0>1KIɄ^[|mݭ*Ju%)!ZWyނkN^tYM҉" Blh>UY.yɗL7W+_6g'O2w%=!p Zr[D+ʩ9;A}\Pťub@X9aTprE` @ :xzͼ%=g!-(lD(!t$\%IvCq#j\ K1/6 'R\QYjDi gN΍ܕvz|3y$Q??LG=Ji*~X,) 7 3YdAXtc~ P4XDRaRRni.>LawX=V|Z/jaY'fmҴN8ZL!7{'S>#CDlQy%oHf&4gވa9,wA+9;s3}5',Y$u K 3UxD'|m6pd.ٳvSĻ 3y)#+X/XC&)ˆF#<=?ZbQ扄[q4n0g+qFV5~;O&yDS'g^oh܂WQmE*=MuTs2 Q2y<rBiGLab*{?=uIRlp{Z^4T.q-+C,#E Ȭ3Kv+sq,\ЮF: Y1?d|-ۄedQ%h0ݯTn{I?w#$o o=< ſ](oS}5D؄VsUT< F+&Ao5}6Ud _ʴ]9C|ڂN?xNRĥ&;۲v`ur[ꂙ{NHL%a- RrfL˱s]ВEQXZ1?^̫`'1k0VEf|Ƃ]#KFxj*A&}ڹ4kmZP8ͺ)Z4&xej{?W˚⼐JGp3l)~U#8AeLE5vDg]ʻT C4iz=X'l=TWۚl?wV+BKq, Mj+YKҨFH^1}k#ƭ߬w7Mf&8Kdソ)!͟b@wM4 Mv\0_5}D֒ Zfis|mM# c?[Z>[$T됺Łӟ6I-0(^N F 8Gږ7%x%yHcʦ:R{&($ф)ɔfHDՑBCO UE[)=r2Eþ7"E\8(MgSG$ͯ:b]?SjW`ĤLט.ۆб͘ٯ\+E,=&*]ߞ;VB.Sē'T6fԔ}!Q p22zfI Ӽy2( *"z>k6yԎ ֍[=jK˅ɹIޠ.fT_ 4^7d( Ǔyz_X18X}PQk q`qv~gq}+I6y ~q(K;ؿ`5w5K68mtc`6beh6U,uMj?RXRku#mF\1Q,1i(sB+*l;-Ϯi'j5zߒ>wh@AخhD~}7Q:Cx%TX=9s. RfʙH@YG::zv :2Rm *>>n%.,;O6uL1/:AuDkN|kGʱN߱"bB:XtVePs]z12yj<3/fK&^4fA9uXYhn@qbi(E"UQLpd <;Ӊ;D ['~?AO8-HU6vrNu0si{4Gi{Bi1BT#hM]3%@Xݏ8EA#%HPa 3gҢ2 > ߗ'/L^e[*9&Z,״`Fw<9}D%q[[rE~ZjˊZd9CVEͱmT)=ɦ=lZVz<7ykѱZV\DϚ@ N e>G\eԘ/)ZG̕xve{%D xe (L\˙#ߵL?ojିd?O輁(Co;R-u zpLvQMVI_p'8#b >EZtڦ-ȫk}M& ohTwWe"OU`jF-JES,4ʨyP?|~tKQչo +C_;"܆C4^Dccoq+2Rㅝ+KI~fp٦": 7%B&f)HЫXen'ӏK V_؊߆-XlA)k?_\sTf9!U}G$Cu(NH^OxInf:{V` =|J [fH`0xPceIV8$ecgXC3?G5kN)fA/1'1>?/v܍uMi3 ~@54#:ҒF4y@Dҟg~nm;w(.Fd).Bh*Wo7KsBRl,>ha}s`V_''E,W 8W9loWվ&P@4Otn_:I݀oIѨTmJ;:蝉F\8GE͹@}bem3s|\kψu0XGc4D+i`~ٺ= 1fEzA7Tf~g3cȰ|Gd{#Xi˘ MUY| ͢BY\먣#-*ωr'G 7+>d 2mcY/KDYq^! =?[ X,t5G`1^,ўY/pjgN`h~l L﫠+iu>-s3i&G$?)tXܙr7c "auKEUB, 9c'uy]_ iQwq :6rg+A'!q{ p`nEJtīr|n$UV7_GV"!:h}{^#jQڭ])+Hfٗ}] ?ם|)\sѬc(7#ȫ0Ԉ2/ҏK>$-+pyL 01wQNxt ¥AM vL5C*¶Ӎy #y\2ߕp1I[,ڜh9S,P XáIHkZCRQ3-ՖC+LQ%"5]fD8FtIsVK$JY}/lʻrpkPH5qm,;m#mtNTT+p*sR|ԛ, dG!"n1SOIjT,DD>\o(hYƚPUl0E 1Q}$6aýYIEl%ǫq<=ܷuih|1S|Na&8|\ A›j/lAKK}wF 5)LZK s>iY/;f6$ ٦_)֟BX3 sduD45+_q H!RIάb0sQ)0]\08ś`Jf)9@.x{8pj.3|`pTem[tQJκlW W^0.h='_M((D} w~igIÃ?ϧµXw;j1s KB!˴5d <ԍDg JAJ\A- 2^%a[L88%L!o mpaɬ7Ak&10L\Qm 7 @(Z&-0⁝^{Xe&5 =)g1-,E73So is ]XR{v o:Ƣ=q ujܖn|CXvK8yGVq)-HȷmNNM78tk0'/Gd:cI"d޺yBy]: ๨;CZX ^=ĩ#ƊaTEW3|4px6o_X[W~w;Y# Lt ,i*9w$BAB2uZsS~xѼ84Mߟ+^wgutVyxF TՉD_;9Ku\9™>3yRLej{xWS(ۋ1M_"ξp8!S9T_ j6t"ʲ5?/LM=wbfb4,4hr)" 7r!CCN]@Ro0?;û齸r}1=psCfx霩݅JT RԼj|6}hq4 q|* 8,w9G<(pBvf~n9< Vg iı`q zj I4Ps)ʾ>Eo#lFVI&5[sD`OzUbIP],xė \vaFZ[ [lӾE@mDV =G RICh.p'w5e8VrKhkx!7yU?Zk>!OɈɩhh@_4S7.Y^(w"Ws)ޣqVuXM*G_+\NNLTC|Уy>PͭNd޶ɨf'ޏe$= *ۨF~%f@Ơg@O`2Ͷ+zFJ.Ζ:yEsm0gyK[LU#Z*$__HjGYqU|mS]@ǔ ȢnN7O(P5&DhGH~fMVĭCR7MW0[Ry^d)Xu1ZĴUe4t<Щ'ل"Êk,K[qȜmpN>zYA`RZ A.v֒M[nE/fA  ӇӋI`v9{Zo$'L$My^p8B#ķ?dHR}M4!R7ա2e 83ʅOW#]j]q 7(dԦ)L',Da9nO(p\ffjnaBH} fL~F0_DEej^I + Zʤ1!8F] {:d숥cET:E^c%,9?ғ9| I:}>pС:zȶζo3%0-_: BaBK fg|*iBYG*,#'dFKz/{I55XDeȩ3V `8܁_fBՃ̰)xK WBS2 r9I=~ߣ4r"^W˨*\HͼF@lbN`j~vDx! {L/`*`" ڪnzFrW}0}A[{!'5o>tJnBLS=qo?-kCNwҫߘ4<&r]8VlMCfL7 q<1h=!'}K55=G8 ?xUa܎_)WJ2#<'.-e/VlrEi"eVd#;}l(hEQKM7QYz{<64SոT>P\3t}EO *:HV4HI"a g{[L"[{8 er0VM#;RI{;X0Çm*^+Bq<XļaRyӚ̬H1Gadێ) 懆B *-i)C#(OUxͼԑpLgm]QQSt$X,^F&_o@Vvfɞׯ\-M 0$@YUo=|IC<bx!¾ >r ]t v:`v0-݁ZL.f^|ZiJ.T/[O5nT$H O2.BeI=1 /<7_bWNyuD$Z=Pnј.T?8>;DoSaJOoҠtSZ:Wzdm08TR^ X3%rK0}qT*=GxRk}\[e3Y0K>| ic'zHh(r>RZ*|SbGjFoE#Fy'$g祸l=׏+|#覚3s=7?YF`uwn1Q3Q8(Ċ* ԓ.<7Ʀ=7*]nDo?Ӑk " Q3G9$De^qq~ f_4!+RwRl]pv}Jsnp7;4 ^fOPo2PǷP7^a6fkl¯_Gck"E\^#to+ rNHMI4`MUfuKwztW 72aJJ;Lk,_A,{1;IvB+8/kV9H(soN*K 6_23 &BW' ~Bp\ J`%PPm}ےP?T5/o4#^uZ>N_­#Nl}v!𛢺 Y $+5}=*`V}_󑄻O@/k5kdAp{db#GBvtWe'kK{HGK[#WTP rjO~$5Iq4!q"qۮ_/ou4`YAF~+BdU].(Ҽ*Nf Ytx'h#KPH ]p8s7pߵ0%bH›W'^8@H%Siy͑9N w{>?GHX)>J] m)P.mxKqνS> Jms2݃ҐhpD !^ϓ ?yԽOOC,钩0pĪ>5;XRj[`5E,K-8w7o֩ 8:kɕ:ER @6xzP:>dtE x1=x֓,̪͖-G<)>X܊]>>}eKxydjLV+?MKܠGmc##yBBhv!wTӪ+l b5FI?2"Dy1A qo\oABȍr_u&p #AH)Ԉ)lU20cⒸ<ޏb;S0nPnae}xa*Y)Nw>c::li@dcvCv.(RNb>*c7`"'ʈB {g PhMȏY0wu* ndIQ塝c_:H ts֜ :u!@XEs=#-gyΡGsT<̤Ee\/⾓rcQ!2d)1 C*"'BU~~!6 bZ]?jrN;;;O} }ldj\ {ʟxz%-,vUsB׭ZsEt+JySfH-PI@5D!p(SJ8ְq$ɂ1)v~(+3c1a j.DiAhEqoa)]Ӊ τ0 aL"lhM7}qLN v+ZՂvpM)&m"1Bbh"+GoB op!Q#1*dQӆA"XWk/wPw?C7O<KOZX5TH~#0MbAȐ hm<Б?H8H?GbƘz0` 7̜0wE8"+qΝg/R&O%?@<&붉@.xYdEp5(o\R7aLR}eK}'()9U=J8#`"W}@륇)ЦltN 6⏃<#A'f!Nۭ@?JYwFtM"SBƎEBe-l+tZڠяJR kS3WγI/Ms[l>GOwjх ]F?|FadYfTCce:9tIEsxG7; zsoXDvE8b)Y>}f)W[,{ !ZмP/ƽWe1:D8RB2I 3զ\|nDd \@yXAFpܭEͿ$E.XLqnoDSTOa%Df嫝<|z-8}ߋ<&t :N.MPS|!ȮGQ6 q*[7' B%UWK/[w.fQ&(j~vs+HWdt>c|8 2r~ ߌZ/kp$y )E|H=B.>Q.e/#b3 ['?5$VN-RRh{K寯ϿzVp_YQEj lTFĂK"6dX!7Xl"Z.3a/µ7ǹR$<'$9LG0Y LgNo[PqSꔫ]q\ a#BٕZq-X0\Um8 j*DuNT$%tdiJr}p;} !ר)2+UF{89 *CP2WFrYV–_3ϏN62b0T%bR/}Ӈpn,IaZ WʴdP=/H(a*</)N&ڙ8nd[> 5YFR*,n;m*ſըHYΣ̦kThۓe*PL50wWY "gEVs[&nPbO#0%7gͲ-AcWTK  { CgWqWE7[В3Bf \8\e1';ꦂPUQ"F՛Fڕv?o:jYL^ [ݮ3}ڸOs!/LX/6ꫦTp6L o4?wi޿sz,'AS55Vn!ȳPv@j(LYGHn$q|4xۧr6P4!ڶB%*cɰpwȨ7b[u2-O2X<"M!D&ֈ=p-xFO8MVn$8~U|)^̑i?yM{Q7kJ>%}ӰMqn۰9R(!2Y~^n/c3 WfzKqϕju?:Ҥݲl ps ^r`\sn%&tgn؃'WoBװZqw?F4C$scb(sG:-^t'ߋB <#,뒞i+z/n(l T0E4Lw)L,WwEݒuweQ?I>Edz.Yt1#Õx;zOlR.&5Nw݋Qȕm-A7׬y $ 8|{3WX\cTB}'^lX*rUF ڟ0޼WeE1vhiքH~&/sӚ%â5֔'=vl^& oPpѫCS.bQ>\># ^"-/eGH})pgIsHvKI(23l[Ͱ#R+)f#-uDk<>cKGz%y&ll!.WUy__m(!˱62jX*V#OLWO[ .EKr7Ip[-U#WWbSg,NmOC# J,äݸH}@Ԕfu };5+<:<ɑ=L:AYQA@3 @JCI8'_+#OplvK0 *- 3JÅTod=_lHy>ơjfeo3eLd[ aSn)y\+<'|ѩJJ\EΣܲțKf:/uzweLcg 1b‰ӟE)}ŖYݡoɣXS"OrkatX;qQ/<@"P״޿ѿݦV24'dZ@.NWjo/[*&ʩ&Ogu*۳b:#WUlg}#):7t恈qx[8FD- ΣYVBm.wh} A ۺDB zbZn9~.' O[oKբ ^`;vF\c!P hȁ\d߁ϫz!RjQ#*kE=bziKU-xd=hQšp 7n!tWg5ju_NnrWY,Q(4ePn)'@`g,s8`*8;/pТV&I3lԁgq Pj0E7I#0̬ ;N!9Bm_Z/X#Lv! Ie# R/<fT\ٞvQA.^ؼacbܕ52Y+qy.Rw;~ T~SPL){n+!H~Q &AwM1QZźԩțGӕe O ͖;$KK; `ۉӏ5[GdA3k8H9#Tsy#xSf06B3"Q`nD'ypx4[CIMZZZ <)ľ(ŸKީpv㑻u2فy'L7f)VGKq`}9k. bC_ Sڀ6&k go;:,Pm 9"Ŝ'iU_#yPUke~4a*OX$&%?VH #GiOwz*I=V..?LUD}JJ¸JY/ ?h( !+s7ڃK5%XjH  O1fV\6ՔeM>0=49DzeIPD{`5uNwCaGaKE ,̤2:ms~>#3 (o,-(.j 䨆Vt5Ěg$L {_i%eX( ?p"$#?n琘O"We9sTEjk*^zY*W5r|4gMT7B%ڼִ k7=A7a>>w.3XT!SlQQgtd^@?ƒzWSgSdIX wnżN*r [/af\ţC͵  ֻ?U&k.:C @HlZ eFz|_* .4].)QJ~[ш+w^Wsc׻JV7;Hi˪A 3m1m~?B V.U7Dij-D>BMAoc,j0K+1? V؇3sdt{ n.ǣ&oR T=ilr0z7&bUyHF26[7WlY:D`<3y]D#l"H`WӳMZXhhڛF O+ %{L u&ç[ t/^oH1fVH)бvgʝ&C$RRFY:h;kakRk HcpȫN~:1ɻi(ugT.~D14-V喴?Ty C Դ U8IjQzm!-s#3 }n00MbFoO+L7,kuZL,CT0+ .yA` } ޗ'8ES~d/=]ݚl2I,Զף, 7ڀ8h-]YigV x= *@ɽ.b?C6#$wQ݇tx}uDlͨޝ'#Ɓa.y+w7nT`s{k/:r)e C$APz>!}~rWoX}f ѥzy,fro'fPP@bL¤u@& 7wr˳c$ Z`{Xث{67]l{T>MTL/-Fy.A+`#s s[XIBhn8̆.ug#ٙvD=x0WyfJ0g6UYT6pe2μ!$~$dҔq%û!R֣' a(\m+çgyI=2J}+U݌3q}5>WjjE:G$;ρ_'DF 329lzXm|Ku!,H5PK㖄>> tǺ_\X6bm6ɔZL&U!)fXwBi7w;FMb5\rUdh+OS~I2'О{Fģ2EjLEo3%8\BYڇ}vY@n2loR*"qx)YJi*UdgQ/ڨ^  VXq-;l,l W7zvE^ecE6:lRFO9s@m~k>HdfB>egH,[FP? \;F/aQPZS_6] fY4\CiLr>Tͧ+'_Kcb|$fk f p_8ګU:Z>^p|XY9516Av *2Z{ñV9`M*D1܆5D"z 'קQm:Uʦy#x:6yk"Z2J%#9z֥QbSoS4W-o̞݇5&8XնSE3z/cU!.w}r 6jSH7(܉^<(4~hW-!$1e|s #)k cLES 42'qb/婌|+ dci_7! !(l`nF5g]i> N|I|suzIcmL>f`Z:.o^$5{ny -EQ:i`׃}0r(Ba뚚 ?Mp ,<~m ֪t|J}00R)zX ^+ _HK{{&uUF AqCsM˪EexMh=e7mN,ŏm4nHi|.Ԝ󲨼]/Wr}Ůkbݩ<02<zhvu_ 8XX$Ucۘi&xM~ aP82G鴉= S=PIx3.^2Ϛ֑/)[dN%;$;cZOH'7JKƶ˅Z⎃?ugO bǹvwd\~bw@bf{*,ѱO4.(& E~ejlC~ Xn KoPfvWS VVw 8ҲVcPzDyD *Rq,}PSToKyM 5[q1JחXE>,B9*%5$XڿЫD;`r*_{`[w_<P&~7nօ>LS2Sg%췘 sנ .E"9‹O2ާ}bm9S/2r_+lm~5ʛSG:q;[Wa`HtىQ*Z NJ& >hpw!&"u\ϲSi~SYو1xjI%Hqwvh+ ۉr5㒨gݯ-9ѵ獝/b3Z^ʚB{sC|E7D`LpγuV 8+A7-O"}uv89:@!tZ >ɉB N>^k#Y,ԥkY^t}qd4F|omEH_ O^\]\7oBgG0ZQ9GTEI ݝI͎VOXBSNi2Kʰk]G"g&F qZ: H~?m*'R@xeRH_|`1q\ó{HA\զ8NM+čl*pƼLOqcAXFe۔0 <-)b#mXI开WXpsn&1S8͜ƓMs T֣+O)ULD fE%ME7PPiw(Φ1Y5[b= 1o}'f6E6H2 :i)KG|Q|~q`H!,q<׮W ȶPzBB2mJOT U*y[\jo"UH<LG₢P _;KGijc@4 7ԱEPt8]V@JZ5[n\97P{X|0u~ⲿ!OwS.HU5{Vt+pR {̆ـ6XBd]N]E@`v 8!KӼS / Aɠ+eED)glLZHu\`e?*[t|54pW[KK3H/璵xZHuѩ1< 2 jG 5*g}x/hWM1Y]xŊ(p\a)͔ؒE}-Q?0qfBï#%0eԋֳ+usN̂|_ aD ]pgSxvpn1~ 5=6_>fxC1\ΎTA/Zz>(2HEU?']*u7dTng_Ѷ5`qkD)hR1[Mp + |Vd&ݵwd1쳄5`t33#OY~nVѪG-D!V[xb#cJ-Cr!JCx #U'lCuS/JaPdN?`I68{c <_ڜ|bXϬ7oc{o-tKI§Cr*V当?!M=%De[!OG=yYxS2_&FKMQ=Ux!t$_YCY*|O0pT} _VeD 8~4 JQj=6}cqqnbBf :lއ0S+-Goz/FfګQ?ֽ.!pWC՘OE_b# 'MQ%ص9ڐ1byo;Q( ƧQuUz,w-ge-wGp@ɷGKi F]@N͗'$[ }B]0Ryx>° `]z߈Ej=o~ַ9}QbQ=EG_ [ .uh%-FGJJ c̪N9֔y&_rDJ&Fu7@R/ؚfd.lUΥQe(w^ 6QqO1sXw^ ED0l#`EIsoz.I};_ϗ5[fY`*7$5wVwZ= Cc~@ ,+&T۳~i6OGv`)l1Z-h6j!4,P8aK[Vu rE$j6 P('!f]{:+b䉴EoX=IǛS)Tq5eon% d,N.9\v C¬$v2KkOAP~WS3F6% - hKILLUgP.}\kXh'=+f \̤C7fY!e9 EY_@$.N$GXт; i+Ұ&4^*a&[f4 ⽸#ȡ@5},CH#Bnzk7*>%%r)-"<x\ okBVOv6JZ,RXъT!Hom$TKHVsb??4d[=0x`s?@2а\LVG,xw} 2-=>4Kv7t`xLl*/2j]_#?"PcTs.w63N]4$U%!3w ? Q[{ ?P('Wi8in7jBslOVV*&F]om$<촉CđDyz[ Uڞy>% G-Mv]~p&4`%!j R/Z&R Иjotirj3-r6dsZ|΅p7{f4lm;϶TgPݏAd+mqЕSW|{0epܜ |@eިXeuמ;vzn(cWEYd#-GPux9XDzVPҴaeEz)8e$+ob&" T#k|g1]+ Q>r5.P*\4XK%[vBxN4JoyQ.04y>(\t&1HƟz!N:U4jKhF@{5D)e*x4+ AYߎ'=_"< )5 eagBB5 x/mІ #S$qNo1!{B;>;^y}VusxnR#؝>0*._~m:ĥ4J&OX wIeB#2'yuԃ:m_bZ)tM0(] A*CA;-Q/'Bݟy5u 7VU<%18<-' +!:=#, PH%P6 =!uf]ݽ #b) X45R\'U ˶;ج8p1CRy(h`g~O-}zkO 52NMݍ6Œx+r89YվO? inPA TskI }<'7뎾/PCx y: ]ki QXzPb\S!RC,ԥ}t́ }ʦ*6["J ݎPts_*y?UTClO(#rA~h0{-"C{q23˧㜵@V~m!;I\M"j!US#p/zdi6TO /0|-eL=Arװfz;VKämÛaH^Ze낳)3Cx."-\2Hև.(2B"G ҎAC|$R)iLpvgkxEޯmCz՟XՄ@u֟N@c7822wT?߾jqpEB'(e"Ħ*"^ه@Mo^d\'{IזFA@y#wy.d1N mK!F> t u}‰𔌳̿vބ oHLlrt;hB܉Jcj>WZTb,j%wFՃu&4!Crp-h+O"~_hg|N4" {K{lz#az#:.pw=PA!v뎪vԎ?&hNV 2rZy (Z ZwzC^3sa8@qT? zJf?^C2 )l4H'-%@%էm3.)&!Al T;5#-R?l諆~*osV璈 y o, " =^(=zqT/Ԣ<'3(ێ y-vx%m3V ..\Hӣ05I T3ԓhpA RcY/.g J!&X{YdJqDs-FYb]#-& ;tc8-/vڇaJou**'6' "!ݖm$׊@;AD=cr BmOGdWd ƌ Ȟ!K@,'g|8QtN78U5- 1;I۵Үo?̐ȡزFl(E)bEoF4^ۧDjUVSӸ(̅)ӻmO%#0[P߽ePg> V2Ir]7t:%Hз%L=~]Q {4d<5-W- 'k ^!&=[ګ]K(,sh@-+ck?gNw\?ƽ`mؑNwѷb#"L^D-l>͞AszT+ IE=EMQnт@xɓEqQ@>tJ71/exPK*"HQ̻ncVn|vfv w?l}Y052Of}Gn`p0hw/)<{&OYRQn6 T[X\1,R=|ٯ}_EI^ؔ¥ hV_.mz3wX`hos97y98%]o ꫮeJh69}c#aH(aW*_j,kc>V]<טs*XDIZ >2j=M!B adݿ+(|4C,|u톔 %7L_Dl.D?Vp+PNnX=SRCR$ bP7B+xB7.(Y\@zNt[ */lTCNdv?&Dx(m}bJvBWߎې!\ 7s|u_Ole+醘jTG秡n ~bO q";c\6R ;}PiE&"(- Ic1̓Q=#>rZߐ,5i︍I"wzCA|;w b5>vXPc:n "ZЖRF][1|>Te)=J.2:J(EpM Z)G, ڮ+)iTVL s3HVZ\G? W߅w2.ʖ -@-FT3cMXQ[. OfQe=ha<[;֣"߫x68cWCT%aQ2<ӍX+l_M߆G0 !kGh֎`q=J"7ƅ\r|UE7balMM3lj:EOo̖"߰eGdGr]xUzFoz;y"-|'+n^PRZbwYQrc!VZ(gsR]O؞UVN3eWg؁$ڬ:& N0%*E@`~7{䮑TLWn~/"}@HCkI6ԅ @Y[HUhڈ, DeDqīYzlvJ`z  ~Lqhwr\t$iuH9Q7T`P˹ U 6Z ;"VK&sOޔp0?'WNޕk1%'f8𶫂\җj'A4`C1Z6!>|iAZJ@i|Uuu`u: yGj h8+M%OpgФ!-:BXc̸-WF7VE%!<;пZ0FCI$=Oh!9 C3n8ag,0KJ]#DL9}=l[1Mfط\;uUxiPrG~Y:Fpm.6۴VQ- ?I(wAveFgn=/\׎OV }b_[Hgx"n] AWuy#X$=`QW,]e{e0j5%#Ux }|f (Te-dd,Ut㳀ֆ`AQD?!݄gq,eJtWfw7],Q:K/ũxqHn)M # -4 26ɘ㙼 TrHc I$ZdC'Nv KVbY2 N&Go?Th-'`=\i#W&jjvs(^X({kny/EѳmvcӎzT*A5[m ֖3߉YDkĝ96Ds#6կ5·Q*d![2uFhsI~n1F'q=avRMW|\T:2hƊ2cHs&eQKQJ\n}B,q?^Gut6yKōR.E5@t)t-A^ƏL2tVB?kyJem]yM38$ 6{X Cm.%<7cp#Kv@yTO-N1Ï_e?B l [} f3-JlUy1[ .Gɣ9&& vFvR>.5`ŮaEbyDppM5,m;oǖ, w)Oa#+X'wD>Cty+e襒J)Gj̍" iYֲ3zk5Wv3Ayn4nbQ?f.n{WsQQ\2 2AОt늡ͦ ߇wYAh=6GZ+GKm_$%g=|I>&N8 VVs>oAF^'Q#ŧ&6Jn U')%D&k9i렒k_VELLg$}2="1|PˎupKhifAw7Vfud˧L+9_R@8`,)~?h苐 T8R$;{S>TcQzM~z3QM+B3u-N'3 R I|XxbRˆ #e-Izีww_7y$`# #E,efSzv3ϋ?c=5 0}s]jS3/~a;Qc ;؝\:PT_y*ߠl| Vv;ehw~ NF^AVx)q-w3amx.D]}сi[ >2u.6myA*l UR1$kD5`\n1Q>&O^& D/1Rffq%hRzdHDzɰi#$ii E zM&6Pls!fUnUXtH74!u[U4e T݈`9%"9 tT|`y/X柏YNĸZ@>Wi.?,o 1ǎB`D 0|a 9hߌ(1}i\< P}C)fqSH=G Շ{uYiIdd%]z{-`YE\BdTr:HuG" fwHv`X?F3;Z4LaD;ޞLג͍:#YR%cwh|}z=^PbN ~$V#߻%1-8aWA'dF;g8RUB WYgVDA^f4`%Ci/";,X";4tjg1ڰ;fΌO,<(;ZXCC&=93L`qBX 3ZZ4y̾r/g 4aS!D4et@Sv>"m/#2ruu&IF@qKW@nAPR,zEEuV[ w |߮ D<עF Zii8dǿ=(!쾠:qVj\&Y 5r_Zuk@NׇSIuM֊}ZT(ho/R[tEgU$a82`<Wp?S>Ri ]JL3ѐ+ 7s:Qi߉YhF +j6L#LvgS܍)wQ.`9zӊg #PpZ&0gmߢZT~~k%˗JF0%e0ʇSTkQ7UO89 vJU"وK}qIYk`tU n-}gb]s :F <L.r6Q|VAt^ ' WIګYfq e*Z22ɚ8i+rT[7٩pF*L[f/K:?NC}|lJ‡#%Kc>=Ey;z^ 9ՉN ;*?1$EDAۣZ'mίgMzZe׉PM~z]bv;JU@ͷNi%#dgk{ llpuLQ'wy:.gb8&[DMN`ZdV`٥zW994Q5&⽔ QdEE-t{lþCIYgiFND 'Yt6>`{mKO$ vz A2Ć߂-FYhX?:s yvN.\V̴T6Ɖş7D=DLs<TלgdVI{;-81zͅ(W'Ct]FۅiDpßm4bt?oy.Q, "Ԃ`YP#9 ]ŷ>27o'2>uP, l[J:4꾒gb%{c( ۻI9*<'︩qo୅P >8ի&Fm2"Kvk2C}Qu~"o1:C+3&n$F3}ˮg>q7?3wͨ׍}G*iSWq *3 (Syt,\ōR}fU@ #OxTCMC xy up9(O}1%GM21 e8tA1 b m-(F5*[Y+CP hS4R=c*B/96 M"q}ͩkϑhlgofpfE=ڻqϼp%$wWI7+th܁ ߳m5xpiL!>cBbxDÍ R\AI3G|jEyМ$so\5oi"/i y'NU/*ztt T*QI1K]E$ybQnu 5Ʉh'cƎQ}fr+r<%\—m"MGoaaQf$+| ݩznʼnsDq`*<ꤥ7TRRnHxd" OzH  .Rlt]`>_v[I&0/2^%dArX0{Š!j6n^R 4 GOA=QRAْ66RݮϐkfY\{I`z`lYs>j? 2.*΋08'P?٬gjUrqs+eB|G!;Љqc^Y/~⦭fSh)&Zkm@ -SGtq4n},a#zs7q@?xO`fBL;aAڮVFBBU&2EF{wg$R< L ]gZP<unZ NSx)[*@˘p šJMT C7GhyDG63z.KG{|1qOUDբ2@NPT_r UP΂lݯ3V;\,-o0rț`*$rM42Nw:&0灠̱$#/N ͐M̑?dx C҉*8 fetGK>7^l}#Mc g䃜 9 wZK4dP=Y3I]A%%qqs9/.+# FU30O>@\7ήg=)EJ .gP% 8E6B8N'8iAWC)0XЅ::liO `@@79rѵ{EˤOկLHY썰q'iD{ D -?rzŖL$'&4.u4EzҴ$ R: =!aBH t2OmQCBs" cFydCofp]pyG/ Ϸk_Jev$-W`pYP|#!T`X xPi9Ǘ][*}{aȥIœžw]DG8 7I{?FsȐP:(}}NKځZSL܅lт=fytH~V^<'; 򤣊&1[JT~Qk/ Ej%"E[ktvPY#,V ehvNۓːHBLh0vvoPxݤx 8cV^ hxҍ0 v?s'%GRTKdo!Sc(N{QE"~M:TNw6<[%Ix_|ݩ#> if$6b I1hŨf\G;"*@\C7Aa|`2 D2X=(psbdLǤsG-+=QDhs0Uh' _4!148v}Xj"2HN Wu +Oi'6X2YiG^7>`ByP2WWB$N۳3y7!TGΡ]hb+0t20%FiEB =B I璩g HP'>Sy5l[Bq gtz5UlžgR䁸"i=GN8g9jvl4h,`ɤ:~?NCY~ SmC<~Ep~mi3܀O:܃I,zͩy?=پ mxjG2 6r\?6FfR%͉]8jYޑv8tj M(Iű۠vGovYP{A#dQITTO|s~}3&,Ip ?blv.LR 4VDzi";vi sޔnJ`Ux#g lyyV^n?@p U[eECTFͧ$]n83XΧ7,7}F]'s=vu^A8x;uagu}pmigAʺ:0yV0 hzHh[ NcN oacA( ꢿH kZ t\VZ5V>/)*/'Qd5LIМkTIC_m6gmm$mǭo mRvc@ |B!ulۚYq20@YQkb2?-q o2"ڪFl# KoU;Up 4R+J\;8ם }/q%fǒ߸;vǐi7=9|INyLވ({O{eF5ӅWb)v8 9tw lA1=jҡ1uMq8fwJPxJJFgYёݓͺ/8\%c&WEOcT!*9E-MJ,.Wwi' 9B[ncRH<{etRpP.RވV@ɹR][B7:ZAEleʲ$ P߲̤LiJ#NŠӛ9<U{39 o\yǮy`8ĩoݭXKs#O9(8 p>fvQEF]/6F~ m+6L", q Fy)V(Ơ?1q ʚU@Dl*/9DY /m!t1i2Y#O.4!TxU>ȁ9?MӑOQ2DŽ5|_0HV Y3juN}^UkҩUOp!T%2CŲ.:=JU ⭔Ű)qz+[z}r(6}i^>~;:MW@IuaFʜx+@r.>PWV0Y(/'-;<cɱ$UD(W_OITzax3@*ØwkY`Ӆ) |~%$DC?c O0e\P |\: rp2QSo4?`/;ذ9h)|F)L烡̵E:\vK 6#ZZWE 7C1oKɞ@&Tt*ꚰ d``Ll3oΟO u ¥x6ɝustKT#ՇNՂ(D=TkNڹkPʧ\ZtY.l;A7J<6! ?LwYXw]>c@[x|{dJߛSۅL2`80l+B -_6Fޏi%,R-mP6=.W%q|f `1$iIL#mw9elC"^Beӑmz]ՠǑ1K9aX#ӿb=N9_v5a$/d Z=`m-؜@ѩ!Jr+gsA7eVҜyE@ 9`FE6]):;ZMQZd[Dԏ-,Ce*V0stnW$_Y~v\9Tm[1?vhH@gʇJfrP.=bi?ǎ̆D`[>͖'qAC;h8sq-йΕ|8NJ^_ٵ9"h`l*PKT_<>q%~V-6qv:<( M RiUcSٔVt-tWD*{'Nx^$4T7~@>{ 9[!+jV_ mlxPƊrzhluV>٭n jwNO V{ q9ePW )XC7k+CE̚L w^̻Q?N?kfaìX1~vC@u̴{E3ƥc/[}W9~G8HB鰹}&Yx;Q;D 1DEW?Tjve&TmmD ^m.i} %=|p8Psv ]:|pQqAgvt΍=.DFF\ JgaVƂ?qkǿi 05xW3"b:&;lRB/U}=6NҀEGr8c"g!*̥ )/Ubu;G;b!*4E4!/EUX#6ϯ7v7.[V9ɲD@Bsy/Zwt& =XFbv| /i<.;%5,Q5gK=as~P$vn & zRH Qd>Gp]* D@~,˜/{"lRRJ``,V܉;?$7cF7j߅ OVý m{xks>C: dԶ`Nf p LY[6hL,,q}f(S}e/3GLm+72/)ގx{ձKw?@YDyAKP !jTAfZQ=kuujw:S KN\ĂM> ՂkvM%\&)?d(ộQF'FrMC=Nq7t5h/"^7X$rS Id[RD@=-L;-K 7 5dgG=mJE4.btC[-šθ!XX$ܱW2ex$?7h/^ݫ}LoH4bhN,áK^Hm F}|rrߺlYy^'\&s^u?N/H$tܪN%a^L)vQs@QDDl–CYՍ2=% BnY)ю攍1)Z l?G;\zJ %smzؠ`҃$4-|t-~dT?%x;&ÞoT 2?7@CR?oLJЃ²x׀K  ׺tk(r庋p94qmoO VcVɅا59n54qKTN~B,w7 /y$ýO'_Sc\'޲x"7eTPb* Z]|(R/Z.zqhQ{h[QpjdFЄKiM(W!,;{ƪ,>[V/FuhF("e*%~R+qpEE)>xy?M0zw NڞX]i#L(D"; FFղY>J5cFJkdoeObH"4;\7k+;A7{ r|P#5pыf>L``E~k.-֘= hiض]%r1W[ҝUzqvJZ:+/fzT!+!A,n a'@G/RTJnYYj0ab-,I {lj[~oCD|hIWhS@Ï]2'״ya4,{z^Y+ Hӧӄ͑|aU==C{ӽ}m!( nяhR_9zJ™=MV2 [B2Y5TrdgJĿ&-Ѿ! tReF8Ӯ9UzZIkVUNLLj_ ep#Xԝ2FJ ^W5G].}\9yu 5Ւ.-SVŰE@$^\tE]h0<PO5 1璂Csu \OUEE;yߎr*5H]2{/3OVseJt{ԵosvB:+6G徏kr@6ҊV&xmM$ݨK`h `.=r62ˆ΃gD\ҾBJZx.7ZI|q]C72Zrvmf cCi4&"|BB4PZ}mQc]ۑIY1X&t}l/xamju ymHDXfOK0$鲔=ޅ ݀NW Ӂ!frYFvH\CxEOsH6" Š`vqڠ.Exp?EKm$ڔ}t bGİ^օ.#~H_fH !7y,kt| .DH#0/Δ1sx7Vb( vM?3i+1VP1bZ4{nqTKDd#xW4ۯ'*u{^qVߺ+n08iu{bfU$ym(`.t1s5sE>XwzO<lj~f;Is gB[Z֝ܶa@ Yf*42YϤ7l= ܚ/@u v9\k0H@ŋd@&'bYNU[li9ě.:͊)L#vcL{RYI8=8 'C"qH Ӝp۔P-I1@ѣY5k_zU^ g' ;;Zڜz99.cĎ*Vl1a<ŽcK ZM- qq&14z i.O5CQ~-*ݭHGDoB̌4pv>Lڧ2*4rM*A)&ᠱF+-acVCߔӒDs ~%{$۫W.s*mcJs(P7n7n/!եzafRI-0nuv9#u#\+vKUؿ4ĖI O 1NBKzvJˮ/GN;dzyi @2sZz/dǽ%=XǪ(2To7qQYA7CjKJہv4j Io:Ajh{j e"uRѓ{-nCp|*3βHP鬊[bp4ƥ7tGidEg [2pTC0>ĮEƭ,jVu>=_D9&GfHsgtH3 ssźlV-S J۸,2cg8xt{;7Ib$V㿃,fõQ#,_ESwH&n(D yc[Pz՟Dd~p-_Ɛg,?gp!G~AD6ՐR̒ejv6*)[!֡}\3s3ka.\6}I</:9 in8 ԢmKF(*'t,wP0|T?%/TVJYjh{v6e nI"oqkz0xevd,MhY9Cs&5 j3C_?m!ƶ{`F^8#Ԋg؈ʹħ֩t<27ivK%uFA#,LoR5< rPdM.Җ2ƌ%}ɧN6,I$~v6Oh>t^7h']q\JV[actG0Y-ܞ<gatV]U)f&3DzQE cY:Bɋ4b{({s]иZVsE9EA)eᛰwxXЎBhP͙#gC݄ =X(Qg%*坟HO`Om"l &bJ08 ){fql\K2JJ1 NQ\OoPR W;0ocdy(+vO53-oF' <ˊƍNA\epRaO8G5rЍ ,&yGZ$| yy;i@[flQ +Ll#2oL?WN>Xj0l\ŒՓ}u>\a2tB_Yl=t,`|s ɠS$y?q-SҊfRBC&h:,[И*=\._ʮ*1j|t,FZF9h*=2TؖW.4yU< =1X'Rԛq}!xzSFgKTpjoM)zaӆFިl6tc0bܾB#[.uKůؖj{G&Uyi@"bPʙ/z;:\XOu.4}~ȿ""soä] m>ʢ[3 `8jo,Ρ"|ʫ2ܥk}nFf57eweĿR7"!Pbj .)BEa)yЀ:mҷGXS-~6ʲ@,&BK+ o=kﶞ&K4S-ak:PlS=nPh ~i[WH;h+PٱYBa/ X ڲ.RviAgR[E ^³%%Vğ()0jr_:?ia 74Cn$wFc-Yp} 觯)Ю;;g+&/ji'Z.r|JR9E&ΰ7ŏE-n+x,S W }WwǑ\31=keRQU%et ?\~HjR-\Euaw5\JPW?T g=q|7мǜ;#'>0Kbu6,&7`DMY-%j0#~U@?"Pw%@D4,ɟ~P_IlQrMw`b'o"+5 M+֪҅>@K!~bZ;+I7g os2zUdçAtcV*&|\r휷ԈE,t*GRrOEky4>|R=''RZEUV&hu”*vҚ*׍ m%`!8T+jW /`g(-ftS0r(g1^DB$TH WO4 ~*:MNÒNeѵd`{FY& l w;G wЌ,PT QiNJyo'sRE[h 9W ^g KkuzR1qe-`U BCYPM0ak\p⃭Hjo[SJN]$挏"Ƙ3yM832^{2h;0$I|"E }.KO[hT74fUxkI QM2Dk02Q]IgYsGpzSQ%nM;H| 'vs-%l{fX Խ3W@x MAK0sT|+E,o3t[rOݢY-`Fs"*46$mBK̵OH:YN{ Fas0섩ے_J平' vKÎB9BeMSR<"9|8Rm( Q)9{\Y2AN8 S1)됧KUs^/0p ^ʭfeF7k}V RvwbuI9(mVĄ