libPocoJWT71-1.10.1-bp154.1.60 >  A bx!M@eeetv~]ֳtNߠUŁ2[e`f1 [~AЧZXi l9!9){eF4" X+FCp}Q!l>BS;׶m2X//A-]!:@!ꊒ☮I!rG4WeNzg|g\r(Bɞu *UgUhcBsdܞ4E0Q:V9Fr`KjlNsS$N3JqQm?a8ccd474100e810192fb62c9ca0e6e14b1a0c3c45e6779ad6474a944ac646a2f9f23c511359c3d370ee547d899598df745ff78d4 bx!M@eee {@>Sp[ǝyͱ߼0[)w|(%Bwdvǖ2#x(%Lܦ5G/0^3~XrrpynXWSlnyoC!N֒IO-d wl;dYYU5O!|֩_ 0ARotx cF9pH>,S,(d1zAz]/vhyMZk5 f2M>ϪG/{ (Z6Kߵb>p@F?Ed ! N -3<@ B D H  d("8,9:\>B@BFBGC HCICXCYC(\CT]CX^CibCucDdDeDfDlDuDvDwE@xEDyEHzEEEEEClibPocoJWT711.10.1bp154.1.60C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.bx8obs-arm-11SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxaarch64bx01df6f4c764be2146cb7862c84f1845a7ab1a237a3bb1e1ca799f583505b9171arootrootpoco-1.10.1-bp154.1.60.src.rpmlibPocoJWT.so.71()(64bit)libPocoJWT71libPocoJWT71(aarch-64)poco-jwt@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libPocoCrypto.so.71()(64bit)libPocoFoundation.so.71()(64bit)libPocoJSON.so.71()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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/ldconfigobs-arm-11 16520870961.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-pococpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=b0621e5a4f4d0062531d012fa9cf2abb9a7c3981, strippedPR RR RRRRRRRRRR R R RR5Jk{ðutf-8b4bcdd8c19bd9772d69169869b2698a1f482ac207770614497377b1007d40a69?7zXZ !t/Š] crv9w ,Os"=ㅗd_Zv(j)EC Ph3Ԃ:N\Ҳ|>#Щ]V86'l3Ъ@sk?ۯA>ʲֳxȁ6P5_[X6̥ߣL +>w%i#d?b;{${/ݘ B]|L 9_FeQSڤKW]@_,F꾙{BrݔpU]gr\)76{hP2!sb:F<.F"Ѡ>j&5(rIυrnlp# #FCW'uҞ7 =MZs &Ô}F6@yXZ9I ^\~A?0ǃgEBu/*Ұ+P^L`90K|<.r}=odF }]{Ww^3VU{rw6oM> `ފjiŌ@ x#Dc:kM һI3,*U (>Jm3T"W&kto"l843ly)C1܅ZQXhY-p3Y๖ijHhuӶpF93x]QS䍵Gg4+-yGbTv?6Xp2oYM[Ţ:+l (Ký>lj\fu 'P oT>#HhZ<|d ܒ4wpDܜWɡ, ,璈 ʲHGTj!m0.X,iT>2]$phIűTUv?Y~+*>yU=;1I]FN`{8v&c|?щ齂^=ŸuhJR2å!9 xWPʶA\ݏ! g>e_x] qwv,&V4 ^4]nm8aMZObWy/&)-Dy'[xbG :nS*h &Ks"8n U >e1$ o\9KQoOZ$yjOЯ%b3'Z |p}CV' RAQ|NgJ[-70S`氪(U˼ɟjHZaN7ir{ߦsR=|*S=) wq)N6ŧ*{BS1%4G6f{smyam垀N9E?ZM T0LLo[5D \M,rRm&ԿC+z:W9! Nb5~"x_>dXF!,;w7@1b DIF+0XЃ,B~̸'ęnRh>UkP޸L oiZn*H.l>l(JGF^60tX$y,h5P\;2Z3^/s7eIgOxzы\VQݏ=&Ux 8CABSz55#+W98LXl,>݈g!O0~I!ҮMh92tPּ@h_o n!^;hܙH=@%[y_WqZ]z_-^{- CO: oPR&i.u 0LfdhM22TLTߕ~s=Qb7nkhntUJ`vYyl혝?*"G?PP_dzpe-[㉢~]Dδhn Wn6\0ЮP( Sv/ܢX0b . Ua 8,AEUQ+-=pnE:Hu.[EUW ;V)cߘنy~CFt6ц(\ǫ@!e5O2d45 #׃=$o;g֜yOcKH©ٙ]),鮕CL5YW_3UU%Q'Mxɓ1vgxܺ@?C xIv"(W^` 1Aƀm/Z5i#m0: zP;gb˲'`e6|aOffW`paY>{^2fm";eƀZ(lU@ݯH+sL>/'TWf'1x>3I) -ȻwQ&}EһnÑ^w30DSǁP+tيH U(2gOrJam)!UD}mݟf?ʟ "㡝@mq_Pz-)TT27-3Ώݹڻm067IҚ/ h6lː u3qt&! N8X;)pZl_8$~}wsYQ3'7Ne҆P ޗ P/ ~hHcX¹wSjϋ$|{po orIZ =6&J&t! jH7R?z`&8}]K UnȮף?UNkNF\ÿgIM[Г0| RYd_ A;:3BEKlF^rFm"v!@Pe0K5v?Cu͉L4#^ D-FjAo̹֘syf~aYsߨk!x U^""'#iozjdh-dL/:-oz9ْ`[m!PT;JԹ\2xa@)"kO_qک.8lx@6 tEAenͯp}W~ޞp0>+'rNRYOVT]s4WCS =\zYctvLy9\xcsFpS39[؄$#(pLgC7?N- L,._@MQЎ΋r-f::40cVDz Ƞ4ZLbhֽ$4_~k!An[]T.cttuNr4ϏՂ)9f's76VfWh% G?6ؓjm›@z2|in L3 i<>|ǯ` ԖT!Q; N{&^!'ccNO%>V=#l6WJ^_{;p(9Zqo>*5GTY~:>V!>LĞidU`x8|-.޿ 2D* PTWo@eQ4A}Ļ7Ps'A'ХYu*M' .{~})X)6yB amCrOy["7_|%s#_A]qh>gᴕ'뗨WjYg}ИwA(~Fm/*|5q=Yżk0d5S$.DGu4&oE\D6.T pE g5BGR)W .S/s(nd Ip,7N% F^א2!t(̽V/Ä9 %ɣ}Y峴$ !`$ `4NDO*^\-` >:0R"DX9H *M v=h߸b@+k!*NL W9 㛴#d~s$V dsPVe N<4hZsj̘9`wjXX|Ϗ+]w)OsB:+H1SV+jr˜O(ptw2qL ؗ, !UZqIKsdF-gzyh)d?D-Df^=ŹiYJ|,eZ%-_R xj430h=[T5 O`nۤ-oD>;H `()B ;EP6ݠ"G 6APR 83Akֽ SEd !ŚDJ2ə5txMK0J8G(=v-n  Sn_c[7OaJ= ""BsLpΔzsG_9B9yF٥<}ZW5ӁX>ls {!=( @ UUVXaI:=iGub*l[uB?; Ԛ3, M/{8p(MRnb#c 1/,Qtw=|B(?|]iڅRb{UHi1)_NbD>ǵb,l(깁ZR"}뫣`?@BJ!q9g"gGF,hF+p~Sy`/NlH DHUcQocHyKcwpӅN*ᓺ$]Ml(K"NlG_Uگ'@zQ;u'<ceݝx^gS^*p-NcS`/K>4f|FҎU,*y*x f(˴8/R Rcee9.2.̰֕]k˓Nqκ!@|_V@df^M/`h3#E^p9vX3^5!h=Oc:mQײȵ \ؘz Q+E1Lj0NͥPHH)'\cU#v~k){V,ZK;[wG`n|CA;`p+APEaKu1(ѩ#NR憪9X\>_:K8u4TpYl̂^zZޑ5h,eĵʅr õY}$pRa-߄당c&bi =#haLm6$[!J`<͝W.`~ŌјqF<_f=ڏ73]O+:e#ָa8+̞ɯx#&TЕ܎`[$NUVQ11{ vۛz D&桿Uo4hv " d;JM}>\'N <7TvU_o|>m =289q3浶CrSF|ݽ45+@9ɛ^?'*U졔hݪxKwU\'2#=Z7)V!=SRV JWpgCߩy d&II +, K9iЩI'X|iMť<z]5vpgH?~wq 9'—.|Oba~Reh4$/pps"K M5`38ŵ8n{gvyK cWd cxٻ%UZE`Y81bf~]L꛷q]vrM,NhR0ä1tf;vߦ)cb&Hx< q"W+@'Z')(J2ݛM6$pI+vFxBfZ# ry`I<n@͜h~x>j3lP8mۅ^l-b&j6*Al]qRqh\D7@efƫHGh,sc-vbZ_B~եv'\a{ ?؜(ha]+'L [?GXTFˇFS6F{.Q%Ӓ61D4TԼd_ 9"K–6+|#zx`_r(y~8k@3ghQ ?;(eLvQ%Tw zǼj 'i , >BAKl'8M'$O۝flLL TU(=ron|hiD8a>Haapn`ӷRϣ?J[Cf {:O^Mf*yPzCaf[p9cq7H϶)̲VU LMŲ3}%UXzd&ѣy뚏dZD+ׯ8V3OB^93A'2_jHo2|-zi>jqҦfhbG3:s0}@Ku%r>V]YKbT8PpO$>pBo6轅GNB}Լ;ìg$%nE{ڿ/}p+zfqRnr*EUnSRoN*98} ii35Qq\lo9,$`zy*U)r~d© ꅗWM2<yNwZi UDiu}VUӹg u 4'A 3)م-4\T\ }걢a,"2 "E&t * jf&2Uu`Y;T,$3YXC"wcK6n!Wg٦ӝT`xC([Sep1A=:yi-'9ǎqJ;-V`1Q E BaކɧP* 8M+>4taM _ hepl+K)r 6=/l Svf:i&2!Zϋ -F2:;dVÛsf:^RԜI% 3.u.ON]<0 dϧq tPK\hsG$>[K1"%ʑD185VsG,FLmL&DLE!KQ SL-hfSrI-@nAFLtC7Ӌ>+-`, 1bW@QdJŬݜ6ߪ,YI0"u\tS3A˟x6);8ys^`NENGo-i9R8ӓD{hwq#s$u,ɽR6hK_MaJ uQ iRaqbSL%퀶 ~ާ(,{ps:z0f;*9j%b`sP)oƤn `D+;.ftـwz}uϳAK:Fq9A1~@;nwL8U-s"]ms3?[a`t#tLkhW.zR k  !^Gv7!ߊMy> #,R]V{{X$$X@BWx1u1b֣놮LEx&4}>FͅC; sDl:o>JGi1)9|Z;2"r.y:_IG&Ru@Fq)o/. J pX/*l z(Qeduz +WuT*lC z맾X́E?[q j779o E[-*IRm`W9?$1[A~_'R?F / {}VW踏?3!0=71\I@5&$$RçN*RdXdXj`pTDŽݦ߿?8HfQ?m='=n/k'6&3jb1oꀳPmX5f_Ye$>!0#Rx9`7JY` pT a xg)HOTC|p0M ̲׃*:fqa5=wzlzlAu=łU[Dqf"zO nMȰJiOdm)es]w;OJ yBFqc.ZGO 8=jh S82 2˘Lc'(*.\ݐ0xzίeފ`M6[dhzsY&oXƃ'R-׏u@Ц7]G3$$l:8B_& z:+Ǒ@"oE<Ѐz79~O4nWk=9Mlc9L英LV#( 'ڠx!gI.j0#fRեlfy*:8%b*mqVZS 1|NU&n=:c}vv%$b,=/͂ 0As6PY \9^0#7EfXd ?dǍsLeGh'_DRlúqHY234Uqkdd ϊS$1j>WFī<f \!3;IG%AD;~S$5[ҭ;"‚V.'Y C5٣o ]66$:ٟ}C-o}]]j[i%v2YEGxz0pǕRtato`R҇4_~WgͭXiF)H> M!^h0vdsi@G}sb$:"p^|Ry- St5` eg]2u+N:1n0-0+; NN!:6:jů&vGHoA 3z3x.FnÊ!ۙ(SD AtH)οL@@05v U@du UWu*+=.SjϪ#JOro9OFt2k ʃniA[ '֕KiE1vi^>^J2>Mj/Z1p}2CM(hRlӝD1?p5by^G)%JPXms6/s8pPQz36.kMxv]D|k}aEvţ?WTGBN/yG6=<9+L+Ē; 4FO<,D)T_o݌*EDUٽ"5O-P) oU2?>̞W?_ZP&A7rKyڞu#˸=kyFzsOC"ʼӸlP'suo֮{dw|[#qiREi8m՝;-[#M(r =6ĵ5q`iǤcDzuۍENK'DzTĽE1-Z1!,t:˙'7-mQe_H "c@-g :O497|8Rt@t_]E=]21xl/m¦GFQӽrmZB,~^nd6Ǯ#vpΊ @Vx1:6Kd!3w#ri(!9>s^{&ѿB0aכ1\gI'"" 7 w 1m1!ywz"͙9DŽNU}ni;fAo]:mkQYhis@ ٘ؐAӓu: =&ȤNAJQ*?޲-ӵlStcwP܂ L:m%f$C)j;NL\ELv6)x?%R;3ZW*}![edV:N~'mg0>ԜK{upEY a冎٘=Id aԨBb~`7sUdL(A΁Viɧl`Nř5,gj嬐6ۢIRɟyyw9Gfz-Jcʇlo/:VX" =3k#K)]K4(U Րu?hdg,W88C=W->fBDw{ [XvP}UXe5:Nf2]C&MѽncT>m<=JWf`?@Y=y$OTfpI&S|{`3j.A$6`[@nif,t?%o#̦ ,𬤨d)}9!ۘ TIu+MׇjNlp_ɝ~VR#2$9) ^PNhbط639eŠRq\CImoXJ$Kqa4ۯ =Rl).+fwZl\XbscKGB$G籏L(^ؘK˜S{J~>ܺCE> . tkF"!ߜzJI9Th:*8Z.Sͩe%JB3ϢZxJ:T!+u e#>|N$z|VMyr9zOeQN륷;V{/T_=U]IH$@āPL+X^;؁]Zh]c +Jѹ,畛jyZYp|q*0L!D6=1 `Qf Q-lc q6uȄsd NIЧW:(x^.saR tpájL/B9֝³%NicȆ& U3U[OO|`oɡGJ .[b1&`^D-}| tO7ea%7)< >h`q;AOݺhU>ŷZql2v3sjw6;\<^rr!X/ ¼ t*#z\<2,OEUv^=NhYgy(܈Co4|?P2ƛ/bmHF<)hK0K7e)#h=8=)GF*sҁjǀ?h51ʪA7g:5.Sw;sj/r8ErlL΂@做sd4Tz;qa=)H·q+!zUNUxAK%֋᾿BڴJ wT# 4Lh06mˮZ;Ji" V Ѷ:+@`Ŏ)ʋ[c1xS tp}>@fm'9j@έj3$w`YJKɷEEVv?_ŶR*S xAq%eaֆ:CPo$^3>X|\OoIFRg/îҖIrً<&҄ &$EYX!3б:zwg4ߗ E ƏҥI.HF9|*lL; B]\XY`>{[ϨnTFQ=Ub[jV]3b"%±U&8 |zAQ7]$++cW9|&e=Rg㠳-Ӯe $ Z47׽7`Y{}7Yh9H|_~+%[o֝;Z&%K3.JFm.JGhk=$sQc"oZauat4[}mt暿OamSmf} x/1.Yq/kiqnͦSl{H(BSАW;ȧ f6R,ba`i (g%hm$qbTHEJxȬ &XoaN|m)br(#ah;sy`wxל؜\(ٛU ;#; J#W^H35X Kk׋t QEQQ{$utGw;GᾸ %o֚/Hy& *H+«o=ŷ3a\5-dߖJW԰3>Mބ8 gYHs 0lLFAn]{d]1 eH?B2Jbm Xy6؅y]@3PO#㹓N=#}П:X1'E#έ` v=& ib!}|RÉhj9, &OX0 MEE}}Ԕ'a1 ΂% $ n"(&Ct>DVܧ%l$+Y3Sk:Z+Fmb8wrqU1 !$3+қ.*WES săLalgHx4fm5mn) $qm?\IԃXkOP#u/ ~:V#6 EQO ~o};̸KB&W;%V.YR8m֤Cڒ{YU"> MXOzzMM\"DDWBU:&J"jό(ҀM|JQ"NK0zZs.:E0|};h;=^  o*eYtfgoY3bDcC'3n!$6l>ɔmlHc)mh3%pp\`+`A=Oڇ(zWOyp|*Rþl+'CZ(D$~8vjd{fpkD*EH(C4bJYV+39|(#+L;rԨާX:~_B(-PfjSFmm*ߔmvuY)%ό_k[‰noiy-ͣkwO]5woB#_y gt.l^).DTSbOK "߲("MYHS 1f1!<'2Ut"d > nF)D=IBkfL@,}F7+a+pGAL!eUo18FDk; 2ݷU؅=+&H+(Y_5 oZj]-Y"ve}"ɫIl9f _lBAIӟM~A@)`b}?0!ɕ4pHxl)>ZW.=>&b6&|| hˬL K1@ Q/ObZ9۔ď׾$DMCp!, M$)ToٍY~j2 ԥA/ ݡ#^n?$f8{wXڄ\ɇQg)ڙCry :ʮTy|v c_#:B.:/tŦ^:Ɉp)^^%-,.8B^#s?qqFabR|\rJ}#-ȿU $Ju }p:<3k5?=E0.;{; qJK|J̧F}0 ω.t6fW.Z?oy'aĥϨrxg9#(tX ƣx!Kqf.b&6 g,QR+DX!̘s).Hohg+ 4-տ 촷 gyjR>.p W*` -٭\C1v@$Hu\XcɊnJ4)F5Ng2C >ҡ45>Too=rB#<#TuoAjSG n[ FZNRas S.> )Z,NP+,w8%VblT5͊bEm'!,oQf{koL+v==;f)ެwL$%\KDi㨚; ,mDOX#gf-IAYANMX>0u; ӕecl(+0\c O~ zͫnWwۜ<r?w lTQloa^`uk%CZ w89=Ġ0oHi9go^s:Xq<i09FPzN>4RM^ Б M|<4{YZhy[.@^iL'$áw?\\`.iO4>$?+2|Y[S)<_#I(@p=[oNowPP@ 7T-fKbjHiVxYW7EjĻ=]ז .@#"[/6D 1#fH)A;^Fa{#vI [׍9+yu>i1T#7B% wybc ҆?[)?o6\AyfdMDXM wB>M2ܿy'>j/PuTҬ4$%ՙo|4mZı}O(p)_}ރ; OOÌ,yS޽ VK4fx;4VWY3oEN? 4[8A%FY$<[vkPqM}K6* ?o:֟/O;o\8/ԾܸӀQjZ42cg*1XS, AIV@ UKX6Sn; i"cLYZ{c@?O(OM+Bw$5-sr{ސ@fg|)5R TZ$ORl{t>d+ѯ.1ſ݈>qԟ*}fr2]N) TooEgJɱdt녌qSTkyH>+rtIJȑ9DK䅅C]Z##]Yv6Vz/I JBsli ^`/TI]}!]ӣȢ#vRn师k/V<.Xԧwcهin(ۗ*'0mr΅$YfŁ:Λn%/Oo6p bثuǐ_yN,ѵM'@v~D I᭻`"[Y4ZH 9“JΡy0èsJ+6l;r8.]Tp"ar22Ɩ>C;=jA`' Oezm N$VEO ryy-jHQNyTE YxFA@>jY$C ׎?5OpI!EX 7 {?;%}/jЎV5_ d1إV!(븛)ʄӏkJ1PpQk~aoF6EދM VqKr]xo&8% hm 4Zg7[Vi:6X{RNfx>f;:\! ϧ%O^9an;i1O?d\^! q܏N/i+T;1XS,RThpU+WĬGЖ?0g]1?FC b.ufEo_k͖x@U \5n1J&&e& FT[q́!H=nIP*Ӆ1FoO 0ߨ2ޥj=[Yo6,gwJWK9&Kk*M)h!W~DN9VCM ?K]*+Wl32u~xl;1 1$$6tx):SGPeA5Xˌ+]}nK;`>Zb ?9}|r.DdI_;JrS]\y(+, ~LC1. 0 I j'a&3<]QQG~%_|M4C6aa`N̞}dEZLuU'f>ˏd}ݛKJ:C4kcG7}V1L;aR<IxQKzGd[9+KjBV+bbFUcϧ%XGxf&.KDPNn- rtk٧m4BBIIoO3gCKtXPI`G;S'eǢr|6QQMpx?P;%ovygi@Ƣb?-:<(cHД Ѩi;@a;8J-]V}lPjp=?!4HQ7?!0/s5Υ߾p{Zoy0 Ʈ(Ǔ.ۼmT -t-Z^w\=}O͑TinoEtuXnWdkiBP?)TMWCGU&ÛhGt/Z s^l1sRctwO~Y&P!2u|JEV :j%N5+J:4^WZ 6oExVqI_y Hvhu#,tt?/?rhiT ?4g(Uf|{wXzMP`bYRr|*v~XO5 X"o"hد4nt磲߻Q9 *=_gɏ}c1$I.Dle|؇Ngd02Fpp{QntyX{e_?AbQ$T Ҫ L>JEnE8Hڑ3\_-tr;$];zË^S&0oA.bn2xN%WT܉Owyt.#62/51?6p~OqXC.^#@Sk[nCyh4eLdK!`E%`3Ź~cijg&.ӚЖd辆Mcɠ*`Vyl\QV 6XuXOẑE[?EDӆ' /ݨetMvHi˨k&zk[oH_kmߍȮ{@|4xEQZHש Gw^8 Icoaүn(L!KL@XJwⅥ†ó6O"C =mæytZ-2lD]0:y1S[45Һ Wzǝ+~ 1Tuf-=QAڒ<,ha9#܁C{cȋoRM}+Ϙa\$R x#pݜcGHA j c@٢O"ƚ~ŋ6\mox(jzvkXG<{%?; ,YZh [c/;lX@n#"my;*hh s0F?zK~j9\ڭ=цEĈ؛S@8a|qo!%he4VQBm+I/3 U徢-Gѩi(ysJV%ɦ~ &IwnGSvqXqu,VZdGC܊R$E3^빆S'ֆ|]?8Ge\XN v Xm" %: 6םF@nDAXK)hr12@'_ "ɐ_,d@]ӡ`X>WR2a8l LPl\ôyswWB Ude yN ($~=k_INţ{˥>T?PF{yJekXk3ijcϻ&ώбhzL, |E w C+Z1CўЭ_9VBbۿ?~`PĔtFLH¡a<|Rl{o}=[σz2z $T pCfeH4 &w !*H'3~$'"qzY(J1ah-Xz,\@0H['5eoeBAH@YYsE͔MUtV@SD/s&i֖o ܔPH'V{^1%9v[L^Ep&(2TŷNa& 떽Qϼd; 0c ;q-XK.՚y*h*1P(RE}LS(MT~+16'pvNC t&b$CgS+4lH2;l&Ry{2xv :o.TIV;yLQeD+N? ۏQ"*"]MV!K{_~6A%'eInEvK6&[gsRQэrQjekxXq!KCbmu $99X`yDeW1½g \Y{2FR^crc տURє% wo**fh}ϛfw_iϩg_Iy 0_ݵ .߭Lj@#RtUq35u %v*-N_Tݚx,.WOm7Ę_L5`k~:)A|lO=yWuQeB N s 5T$fuϱUw;QyfESN7?F&.Y[7Dž1€,}՞|G?;G{I7oQQ!:D"?,MF/iڌ ~t)S?{0JEݻ9a}#B[FYJ[]g茙QZeХo}J,'q4- p[`΢xLfP"MɀA^oE_.ujuݟK)8I[H*F3p_):1W㼗n @p>O=r'=r@ |v؃-v>"Ħ2ɇkĨ[r]Mjs}܌xd.Y'h}Q@7jH{$LMEOЗİGRաPܴ[}?\wu,IV|>.8uS&hTO>}sQ+aCqē|v!`{|_Uywe |U5c͍tGeBĝG{k&?Sޢ3d :)hl8?-R~,_7Nny2+/b%x^Nt quYfPnU ]gv]9$>s%H^֍:SSKZT4iWUZ[bGd)cEq/ <'ߩxZ2тHzM(8֗lW'zKYV)sdcw:#E)"?Z', Ke#$60t]Fh'[5=ҽc5*-+ Ð"'^{ J L/TҜYUy8*xh:C'|0UE M݇ÙnIY'i-%_lOTȤ4(h@9iyS d^B 9Ql 5\$yJq[j#"{BwIAZ1 y9I<͋RVz!T!u ܗӥȢhvurgB{QY%Uf,шx qY,_w}k{cAj!Ya΀+B2{T?wF!Aw>0&:è\V1Laqb@EFl#d ťd<Ɇ<0mJi,BSBRk"{Ԁ8kcxk&{@LbCEiUPIN!|rvF?׶h\Wn-ے)#E*LJ/\٣Ҿ!1vXâ}cճw_t&?P܃%-rYg0A'K>d!1?8$Ju ˯7hhȐ^o&d>@{pq# -KA.}Xґš]F FU D?[EB&'$M:uϿ 86:pcL(o'ډliBP:Qwmԣd?e5'j/[T5.*Hp"=R|(@4D P)gUN! Dl7w@6?)QZCFN ^4{%/Yڥ[)\rWQ6N/kmNIZr {B~"8K#zb +pTp󕵝OX|l"ϸ`mv%mU`76B!@drD[/9$U}t/ 7F]*֢&`K"J WvvǙk v;ƥ.P=+8LrǼx` Z-k{9KKaO KxK*\K#_t)`\!?^d#Q6]K~{J3]l#/_{oډx߶!=>ld4CDz?(稛uGNVEHĞ4Bx؋[#6N X@_VjY+NM$eyF,ک/}6dZFGL:dCD„Խ~X2{h{~JHCiu`TV}k'L]lRaxMAwA# &r-^5P mʤ._ֵ$_iYuNyj4s&m䤑ڌΟwmzJդ-PPBT&}&#Nrpw˼2S~v5hб ΟM-ޯ9DQ0rҺ!b ?9s[Qd)͇wxPօ &sc=jṾZ'S/TD##xQ=&o _Iը8 ЅÖ' 8bU'0*cxu,_EGQCP|3WgWv)ONK0>*+H,_ W`/. id)QE;ڎicɕrdn{4C0:StoF~ݴV#(#uL=$ܞ b\1 JfqLT#@Q(5ʭ˄~IQ|0lIJƷ蔫H2)G-crF&S >%cv4e4ijP6q?S >٬V/䒐r"k[C?`6^y;[&߻OڍAx=ZO>Ti0e]$Zs'H $GgR)G,$nYuzštstJ%U 5g+EلwH_׬Vi5G ~ ƻ4?_(Gt+(Zj/EE#xdFu+ryC%RPNca6o;Y8D'i YT<8׋Lۧ-Aa\ymZ]ʾ8y9RtG<}_cʀp rqiCV`tV0\%@LJ]֟q;V! #U3`d SWmR+h:ƻ2ݒe^@O8 i~-nz~+*+K핖O>{@Vkw_}^&OC{/ QeZ?080 'Rr'C ME$]ñ^;&>8LSle|T%OK hgv!2Û>.'@_/M[&$`SCoj⭷ߖ̀xsSN,D2mM"bA]Ke_yP&틭>" gz3{I,l2O`+zbUS 3q3T.H|A!0cz88Z+:CS]*<%~- UY=Cg$~;2M fJL{p AQ7"A`%U覩,mO:g ~`EPGnJbڹ~uv],CόR6L&G`MFgϖ{UZ߅Уp,;Cg" 5nu?w8H_/1ҶuFxRذ]Nnx u!J,P7~EJ^-}.Csd-h$Sf1~tOK w74ҀRj5 ~i.67J A{eAK~ZsR47hY%1c|>BNO $_A^Lq ěX;䠼K>I$l] iDR[CgUIHҴ j+m$%(u7+Ń-ށˑU%\2}lq6ޤe铇m>#+}85`Ӥ _3h{З+o36ˉynM ֞ōPY~fcPI*]˒m@{ D.vvP(H.@ 'l2X{( %g!bS7ʠ1zi] ̊~ ͥHkMpbqriyǢLxBR/t| nLfI;x!I.GjғE";zBI؀*Wm/%)'O0ГxIǿ68|VLƟ-h%1h`Lh"ݰ狲(2^/7Ƴc !Y>кFjm2!U\anTlWzh74a`=ʍZLcQnQ]RdOunQKEA(zlY,g4֊QRLq9>o,ƎXCfw&G'Y)*PjGWTcOіyPFy=ZHW^tT-LЌpZm^ƭ2âC#^֒X+Q hUUw|*9(4>wqRCT g#M_h@p{|, 4/,Ӗk=>"W4*r'jAZ9z1gk{*ُ4ַ!PqCT 9u5yj3\U'H\Tl%+paZ+tLp >~FtdT~2Vo|cN% rCugbЙB DRealTh+ȆS`o*ý?E]׿%&WǮ[9t28j;뵄f Ї%;d&>Ϳcw0([/'" c?s-ܟ@UtSqzOS3o I:)l.OB./%zo܍œFĀR5[e%'BY}}Z gui0A{g>!ˆ`Fnʬ7w%v^.ཛྷjucODbkЫV0ceZu$Xˬ@157"nMjq7*SڂnF&:J1s ABX &= KuͷxÖ_e,}̏ F.;W ;f΢$qPG2'CD@1z4ber|X(Hgu^ _%'jubSK̺H ~lǗ1)ЪlQS8ӣ!2CJTO(W |چى(Afo<`lbPV$I G#vGx0#S\Q^D-zˋѠpfjZo1MO_O-K!\SSNf9T?TJl tX N؃?KIAvDG˼ELQM]zlm&`cg/Jp0Oo;|W>>qnbǕeF" ?UwdGІ)%s,SenӲےH2~mJ"B2 :*NTTcnK 4ɈF߀;,kkSUӝ>[j gfC`\Kh`o1Bs舡ӕT;}@idх|-3%lE0I髲2I(6x01$/&֐tn둑X.*Ն 1@fȢR_P7 `Z2|MOmm+ZRےTחSS*^_=MwݞeH% B*d[,G^#q2+pZ{n=j/5֑w˓1ytF=kfi'4'nʍtUnMzad; Ź-0j9om4HVcX~-9Εbe3Y9BFib|_ϾC42h5 /NjADMM]% Ŕ+%)Qf.qcJRf0lm?%[6{δ8O[윣oa SuV1ޤHn5_#uP Y7;Sl*yQEXg<D{e7>gK8/p?xCi]OB]%jM$gڞ㦱n>w$ AD_&bj[p$).q<#ش`n{ Vh"&qfm*peOq7%A م%+XQ88H-kzܵSe>k+@%wsw=Q4j!F;AqEłGd1Pb]c 7 J?Ͻ,T)+^<8ꦺQp%F3V֨w4|oQ| GX~hNZ??dTŵ!n߶eY YJ]hLqdpϠƄItUۦ|mvcVQ**87;3D< YG0I P/-*)2nMb`Œ" NRvs Keմyajfimi@[wУKC=dD'<Ŋ#re=Y#VhhAR> (m&#IC~ӂel5TyN[F YQe4 2#@$4O~n=V:C7TaY{)e\_g *Uy9fi%J8y2bv'vr}H%0MgjB]=܌/b#QX:X\f9ɮWR&bЗ8{)|唄R埴H8Qlc a{Q:{It?fX" E9N$q;"ia(΁yQ܅4uqLhjۦR.bİ9n㭸mvT Q,$ Ggm^Y\lJ6Lb,٩Aټ/8xn,\M F-uSbUڮ {TZ7|9|Ԝb$J8ʭxanBle4QWZv>>8q tw݅A^_5Y v&g% &5'/"Gw2s{bHhogD\. ?M)T#Ffd `EZI aSIt7նrZӳ9 `/e߬!Ȝ$cM QhBӽqxL,ya.xC$-[>r*;|}@ًfl3=2$kY"Ϝvgnƾq ԼQGGja$g7$NM#>8*^ncj=yJ~;dz txKQPN}9.5sS nΈPirO6}6,q~TtLUrcgaQ) mN Y.*.%xISER5 'u5RbB`^P yJFE`eGWI{]MŽ fG[zSO5#E{iIpa~_cgqid횣mnb&LM6I*C qrX AIcg6Psg Ҕ R*] ]1'6p,"B- r^:8T g]IُNè&'Ij!KhiSZR6)2G̩ ܑʀޫ-دmӈs(HЉ^'*qr'Ҙq$)b$9\<5fT*>$?@ڗ|DStR@h#aV'i(g٩vx&)Ԕ||E#P b<)Ƿ$ gsЇ׷q,g{E@3*7BOIkIϤ2dK'PCc\喣s3-\cH?A` \?ʺF#sO6G3(K|ADȯ^1=|9Tu"kLE&8 U1kŋ;(EOӪd>WB5{YL3TCL+u^1҆zIE|֙ߊ须ȲLZsnL4- <F&Bpm9{|yPϭز k|Z _7h(h+В5Ƕ?p)9A*Y/lwUp.b7Ϸ>Q$R"4ŝ/%55䇛0wfo4 ~8Cʘ]]I|SoDiJ|*vصxXXOKqr7wdG%6bad 4YL`0]y<8OUka-IWU(N[xia0 eP҇ሳĐ&tY_s3 p8i ")oh9̍c˱ձUJNkC,ܮqC3>Thk!wU ˹Z#c X[P59JvW͸P#SzZDQE<؜HϢdGX֨ TNV}fG\bZɃl#nn&mwϏBEٖ/%u| {#id,ByɑC S*s(xSeU 3~cSm_c' ~٧y$_@³FFpJr8iNaɾ=mٺ ,·Uo%=)9G0?B?qMMIH3*R!c z3?aڡ^dz? P-6c4moTOhj>L}金wc\Rbpo J0$ ]ZLAvm3ry{&P"qB/?vbpFzy'pZ\+ OeGjbՄ^ؤKo˨YҜnwfePƎ%"F;Sxjqx C10ŇG_t`ze %7K%`|Ol,{%YUJyeԾ@j+DЂ H<1NNZ׀ XA]}v2B}dW#!|*[*6*n,ߗ 5%>ǨVPp~P*/y)omoEnv:^k7UGF>[K%pF%~o(LB={f֮rjoG $3hբ?~4qA2]Y,ԙV%!v̋qf%P2sZuA%ͨl3"}-&^2Z3՝ #a*4@dE".&MNԃVoja+WCGтK< W#g[ =WI>e+S}y}"o(r#И"lRАQJ՗8{!ZU8Xy=jũi'LNض|)5&l3XW"o8ϵe6pMn*1 xUhp <|XR3i眈B^ 1c$Sm^c)aqzmgcr MV|T6Wq)'"l?arJxI5^C>FiDN0:}FjbCJfbR  VI`8S qTlG~㿄tguDVO$kȌ:6y\m>ID]d+4q2)(x1'_v>pve0 ryOEy8I[ =T>U5kT ,fB/%,xYA4xJr -".}hJW>=愩K-(RvO{&yM>Jaq%lrKmʴ.hR3V`ܩ_82s̫r !Q))SӜ:K^6tͅ,FJ./2;3a\Ѐ49l$ܡ+.y)- !e\j;uLvMAN'pqӣs-E,V}ba䴯u .Yaƞݹ0Ca|t}+='f ®[Yry$ilB֦pl(юІV4X'((g+4DZF+b|9tuw0K.UVjG~lqSjRKzC1e{ܿLAxQh \P_rC$K_Hee/) nЙm񐼩*G7OGg W_-YydHXL M` KjtoӶMMM9q+񴒼/O3& xqJCM֕dqI+_ ԃ3 zSމ:W83 .b0⊟ S]{19AÑ#ΡN77Ԉ-EW{'6}>=3?0RW7& 烸鵺Ⱦ,1%F[ljv$FĘ<5v5I@ѧIX[8u&9gHʱ$H&VVߦxG?ol?Cma*ɶP:^7_j pj=It ͓VlT#%Opp4ˠumFd(n+U.CN+vm2%| (JuϿzgcr{IؙR&@hA*5p' psϏt*栛K&5IScHc]|'3MZ%fvls.M- =A4ur%z0iV<؎Ust(rwkA_# *z|L" TpB7{qQ~o+89:Hmo{\gZHOu2ݽs5Ԃ?""9PH*#kTwp@Zd  \)]U9c8n(%¼+ .DXEaJD!ZSu1(p>}jFr1JyZIsv ?T%;̱H FN5OE!E췖r>D(+weT>X{Ν=gCֿ{Z8E@t2=ɗg?Xaꆼoso JqN J9 B&rpWF[Fj{hP[0r'g8"M4K1@pRQ"$v>ׄRY )[=|@CQ^AvQCgw ],l%*]ːD?ZU+ JM*T}%2%큇sḬ:*RㅝƜ;-Lt /L&R~z%Ru#)@M=ôA|Ћ(Ѿ`yOcو ޳.N*1?]9ʳ-ki[ե!5ڪfR1,Rl Nek;H4*KQ<貫ҞtFepqv~ETUҍ؀VD @vȘ_vas&v.g(CXFaڤ{YR *s):Gb.]gl?*`@ O߃D8S'ydѷzen\ˊilf^QaNuaא0iԽq#81-G}P *^ilZk0W˙~)UT>dp"r=Uc'{;E4IJTXޖ׵|Aܓل)Xe-.|] vH4bs%dNA= b B1-#ۦ $ʇKݪgSlZ !g`K.Tl֘yR& S~|'.t4Jc\X8EUD;5PfBJvoPq# #-xtz\JjYTέ#/W@1]$}+^` )b*D弃 KP^"r~ACvʣ4fkZq*i[3O>i׷Y)mݰBEʦ:bsN1|'1428K0{B)-6bٯibU8Dݬ ar$<BYjǑSTptƄs]G>net`D^ v]3^o-,3.CUM|Wukq:H1gY`o2+~y"fu.qd<'ܬNz5>S3yaf#y#7OK|Yr-FP )t;AcR)?M?vY s ˠhz9;K[!9PpހKZkEѸX,"($1opښ , Uc2!臗GɚGNNmަ*<٭8&aWV@Njx8qbV^--, P{Lė#RM^̖z`Muk!:2%dŗMNfM_±\@r5!zP)X\tؚFFlї&sg@^^^+3 *ԑ^K[Y%Nc{KDVt+a9]Ӗ1;+w%.p^[P>6Y.;>gw6aWS.xѱamKZzܓI\EHs'\2#ix &mP~կɜ^,EP;(u6&nmJ K)5 ǐ\oB$WZ_&š^KI}{]&:WUlX*t9la5)&͉,G2MnM^/Yjj޵r_V r7})h9꣰5j =i}ܟ ;lOc2V+v 5\ { GoҤ' ӎ ,viX8\C &eiOp\m&ΉlJ| / -Œʾ!I ]RSsnHBI_D"ֺ:}sJfߔBTi%VcR-6;n,f:ۊQi p@|>YQ28IRM7l L'yG_sX-hf#RK8kv,-L! 0"C9P_6iJ%xڽj4bx."z(Y&6B8J=!j\uҲL3*bl(<IhJ!EJqih=6Z6Q?@QoX} .LKsI!=_k+ңH)/N~t[7LsƤPef17h˶Ō7LrTՈm[ZM@-qVB+%L޲}!%[ p!j~ctù\eh7Zv>bOu{}<5ѿIYrL?kC)ǟ'А>Um ws4USvCv| | ]\[Hávށ<7w).!Q4 b&s҅J5/<%"p谝D=M+L>_*W}M@$U +mF-94-byġ&(6A58[Ss ,*3k;S,Z@7$C'cԦ ,{dlPxKݔ߈|'8 '=B~T,/BƑ\\q', )KF|$V\Z"Vdo1mhlH[5*}C{:˿Ju.!x%:ԣd~-