libPocoRedis71-1.10.1-bp153.1.16 >  A `C9!M@eee =P߂7g\x6Ü&)&.~ f,ۘ`q6nj\rO2ׅRB.5I S/?l8Ȼ[Z/%Z4b"QYm~QebKS5R/CC+$f;DQ^ѯV e<"8# xx!TƬ]h)92eŝ(T?DT6&0SHVtU @hM̺QiОPpKqBiede548e9f9314d71f560bd0d964ed687e3466ddf54f1f3582275951d12107e4717a57cc484213e3eae0d1e0ddb7b28808da55262,`C9!M@eee}ABզ8x5g9IMR N`7 Kg~7|k2pKq:&zL4ekjnʣ򛠱ik3o$9\H $*/Y<'h/l>Q1ssq-97 o!^B*ҏοg3f5ЯS% U' M~呀x_oF˹<) d4@e)SznUYq!#͞e6=-J>p@F?Fd # P 17@D F H L  p(68@9:p>B@BFCGC HC$IC(XC,YC<\Ch]Cl^CbCcD1dDeDfDlDuDvDwEPxETyEXzEEEEEClibPocoRedis711.10.1bp153.1.16C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.`Cobs-arm-8SUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxaarch64`CM6971b82b29c3e215bb2b3b7acd6dccba197562357163d107eac5823685444d62rootrootpoco-1.10.1-bp153.1.16.src.rpmlibPocoRedis.so.71()(64bit)libPocoRedis71libPocoRedis71(aarch-64)poco-redis@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libPocoFoundation.so.71()(64bit)libPocoNet.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.11)(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/ldconfigobs-arm-8 16150481811.10.1-bp153.1.161.10.1-bp153.1.161.10.1libPocoRedis.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-pococpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e5a5b5e3628bece803451cce7516cde1022165f, not strippedPR RR RRRRR RRRRR R RRR_DGi9 '¶2utf-81a6d6b199ccce885b627faf527e2bbcefa588a0f802578a4c1473df19ba2992d?7zXZ !t/˯] crv9wJL nm$]A>5&K) LO"\8ޝѶ_d(d ay¯ KU4۫{9=o%bI&z@6ډy&Q^!SN 1_0|c0).yN!dH$}r)#t39РHC<\d}] x-3/RYT`FYgAWGvN۽SS^Nwdء+ql0KvyL6Di}6imseyIldz#╷,>1R\x&|? ;O'JIEzX$⍂5F5pt`TtE-m:q,&.5e^ˇA@%Rώ'0Gv3ZږyL+!=X+Nxw0/L[:+PN8tJQIHD~tgo$&cڒP$AGhc"'Rlu{X+ŐOa?sCb_v/Y ˶d $'4>zz.7,ު@(ƛe!fPU&)uoa?ܻ\ u{1Q>LQ)3(A@Ws}p8DV-IR昶B8 `ZQ7^ uC5D]2T٠h}jup[5`ig {[ ],r[}r cp?z%;ɮJQTv,Z:J~?:ѧF 7\@cSGLƺ9c;XCiHf(?f=+9 d]|UD5MDI]1 .W_XS^ 1 buûIKeQ6YZIES(S:pevޯ|D8:B=&jW%..3Z#.&z@9y Ewt.%Nyǧx1 -0;է'0KOμ."]tײ͘"`[Ey6;2djZAѽNv8ِr~ @TL?>U_2d6[D^"< DVXj@~-I6.29Jbu!+Z{}p!fB:4cR/3+*?i$q)@ijdP8 _֕侧&sogeF;%X+0d>X)?jfZ'eR6=r4vi=c 46B#ѨKV;Zma_&,E#;UCkkuP):!]mCҊr\+@Z~s!]\k9DCY~'vydn0*<K$}';m676JYlPl`2# o\8?1@h&bk@p8Y%B:[c-ц غ lCM{> UQjHaI޲趲EUJ`/[8^q- :IbvciN׃%bEqh +k`%P0 vg[Gɢ>$J{|<8Qlj[R>lY5(H՗m 7r-K^#E8Zo\v QxC&uT"iǚ'9Wև޳y[KoCIHkN-}n\Wbs5A.1Rf@ m˼P .|+JQ|N1 bU ~}g''DLX}$蚈Bp xt~q_-G05h縑98L^MGN'ZGcKl^cXtw0L ̑zr#ܰOɴ%Eݏ,]rs_ݧq$ߑvt'&DtQ e.Tg?%H%՟FsB()M2.PGq^*AcbS2l\*^mشVĬ?/Cr"BxOSz; ,q32ǭE}0T(,H|}tR"hd%rj"-s\-S}d޲MMtFٕ6nߘ[y).̻vJ]P| ! Akc:͐(553H()lsLdp2.]GaJȵs6v6y;K{Vmjf(*^w¿ud7zh3J<`ՍiL%qKm[<1;7kx\LB$ IBt4:wU3Hx$S >f\X ʹ>LQ!1Z (N)7N٦?I=bO|E8MN^]e#Q M~HYl _^ԥH]Ɇ z8Ć4;:wa#U} WcKAQbՎ;}^ʍ6ᎥV!4U)Љ(_3PȞG;.WgcNa{֒ghgOsq2΅!Kiq53co Zh4`cVDՐౕ[Ԑ@!U*{z ԛW;R⮗G guCn5T2Ѧ2tt5ۀN9]n|!E ħL$ O`W-@/ĵ 3I j %c.e~r;w8<\<zCpd=WR$d?Q.ZEee'Mb:zaÔ ?W*tK۪/̆U |71cwb\HШNe'O4Ջ?(h ]q.=#[O+X^WMw`>nS׾I~ZbGHwIrf5/r8^<" dR̘Λ5$+]ا|ڰv|p&r UeQxW<=yǝNۓLNk9HԳy}sr}`y4qKr=9xƫ> iWŨ˥p'CSԄ'+\+XGAo#w@=g|:j+Ÿ=Ṙt;z%^DylffhRTБaнg[:T0&[N~}p2UW47={"iq=O#?%\R)K!;kщa.{ Bh^"<7d!@CsM< =VR]w=RDBuf"z8"Ta;}__y0VkP^ɷ]aAq!|Z$}ʶW T?* l B[K#R|#9E/ykЛz <(X_ޖBHyA8as%2 ߝ:9g\̝_8dRՉ<i5H0,c.owΟKD]'@kq-Tv,ǯI4- bӧbq̑A&Xn>cX+5+K"%wwB])`|9+M$p>yw+uXʍ$?#. + %[L>̯`[^İn#8c*-bb F}bG#/7Y;na{X"0##liâ1uR`2bt{y\$4*/`+9Iᶁh/3k͇ Dc63{N [ibǺm%Wї8D2[+钖@~hLX$[>1;~$5 PkX%k[Q:u2GâQ\'夗^!x@+~(qfT&s3/ Ӫ3N?Hq DnI0h{HuQmR1flM;HPV71{$qՋ00 g+E#Kr80!ttO"b@pwMM%$Ks˂5j×7k= aGŭcu 6"˩=-U>ʋS:R+z~Z98P,X]t(jRS%4ƙ<8|Y] _dɖQc4m!6t%؃* 0Ұ$fkoج,M찾hiSYO |ŴQA?LBl 1' 8"2u;>K%8k-aT\U_cH%eDfu#AߠAjB$*o.hF&yq5 ٗ;F9/ _ 樠ztn˹Q3J80F2$Owjp3NU֋iacd=Nwg?W:%/wbo'Ň!L;cpZ~^ ȇ嚍ڋ7փ^m7|SkAG?= _5Kc@A֎`-AⲆ2]@Ck&W2Z8im "T߼,g@YN3*ѥL&I͎{[/W.ut OQ̓J|m2GM2IQF$rOubDnY;`0ӍE!g>t7}>0MP,*D}GVvL;1BAX}ĨT% `;]<8n5}vV t韢,Fϊ/6Dj̞kTn04ڿoX10)vita<0WZqJ7Vq4˛t[Hq 2PV׃B+o5n'({lWlf쵗[\H>]~>,Xx#v4f-31̸3͏u%LN 7B6N> {^σ|3Zh GgE&LXl\v\QQ/ g=9oC/i@'vnraxh9 ww6v'`-i^W1+dR}n"O9DsAxt##O =8c|PnD㼖S;N3$_V#Dc`a5i3nC7֓1C~tvZv<‗t0T?ESV IWcϩWv1yq{IekPA]XDKS4۾9.I,%-/̏Q~̊nmRS _]UיlwӁ"{&tÛ\c'iÕGb-sa~mК>t)k;ZJq+eL 5S*/mG2p\:9Z XgR2*csΝ0JܥxD <=.ѲC8 ⿅ZaGZ j:'U6J!-d>Ps@m9BI_#=9`]. 4/J{+< l jKeM8scQ#ir+2=nOibñðEi]Nꦐf!bTtZ8y & B~l(\Ѧm{kW'T7~pwė2r=гut'I,1An4ZtrF+yښ-w/%ir~1*l^~ppjNPܒywPPĄRďZOnoì aSJԎg?![Iey {#DDWZ5yV*TtlVioxq H[L=gBhՁ.̮Z-׀ͅREMaӽRXw7iG"΋UǕ.n2 M<3ФW$`ZZA 6#;}JDqE@ȸjhUbԘtarWjQΌ#WD%e@ih3w@8;0$. }I1$/k;C>3Ľ/},zgc֨J]a@"jhԪZJoM9+SiTSfhuy!NrCB#TJ"^DRC_{x赪f*҉/,U!U\*S:|v2ҒcUg uFB(F]/]#.ٰp-Pe>FpdS\l-+e5/|/~eF@7FBk :__9&t\xv?g.TfVITJ}h)J](v+"O@Cti&]] 3@BcB;Aa:}mxLw]nuGcvD=8f4|T.g pn  OSǟ<;B}BwA4~,,:lo >z:âVۮukOZM 'wqC3h27[(djܺ&W%M?P|N%xKn/^Ub}\Y Qz8(Nd‚5$+qG!xMva$3$_-DOoL@HX|6MnX:,8N["Jåc/bBU Uw?q×b[>+]0z N%Z>^7vORT>) &R<PGcX|2]^u:GL79!A}U 8&ac?xH:AxLa(!࿗CMvJf s3vqc) pBz&ٌ!aTzaS6(K(>e#L"+8ٓ=B>8/Z>&A똬f2ڒeL7)uۿҗ//f.tWHy0~~3έ8vYU}T3Ye߭E2l]RX,o#:kmɎs،:, X3jBa}wO!m3!Be30V3>b8lbKz؊٣=kP6(c'˂‹ۊiO s۩K֣T`SG?3 r:0OwoL (U)3lyD{,v.G;0l3VGs1.TWfaշx,Օޅg<7Zyvs K kñRk[EUUq> 9{z\CemY$8PZF>a{D,!XKVVW5yѱjX͈y( cU\yd:z3BtKKAly92pWiBDUgEtˍ-MfBR0sRSZߡًgͰiUXWA* E0fIh;[E#mKg uӕ^2krPs&h#,)c]J#d(}5'֒3PEdQQ]YR㣓Է{~Wh gd:j,+nw 8PUp=vqd75ZBءϱ@D¯bn~I ًY\o#L~\[:@x ӧ``/j[8!2s="LkD?o]gDJKmSTJ<Y( )%A#]6}n/Q΄ ?I}ε4%p˙XV^N\+!Wdu;dLvթ)1~圈T73x@+~(o %WN)qOtOӨ$_c؜!+iUcb^v/(7piӳn˘~ͯ(#[. ebpdyAxj3//-dֶ=#3u>}ݼ͈R:a'ҽ"qʛ:Ŭ|~wpH`&SVUcEE}톤Ȁ~xGoÿsk2;cmՎ205 yJa=7Y|6DX;=ïyK%  H+ht+uck:dgc9ߖ}N6(t^M=xk;Zu,-{rmjn_oЮ\bi-yk>:ČÄzrA MHkvԖ˳B>k;e nY !L `QGYOïck.蓝0 R5J1fD~n"vN.S43{b 1Kҋ(yD%K|B+i M7RxWYo ye mRVmgu_ZxBp6@Ꜵ~((7OEy O,rS "Q:k7aR7IȞ 3:RtQ<帪# Bo|y(6i]dQ"A_9]3o*Ԙ0LC&rƾk&aEhD))۾&HSeS|5{ 8Y n`ԃl*+nm%.>"91o`er_45G\zQ^9+gai5gTf"#j:&C|x vw@AT)г'?]'+J"C"cHO66YNG~U}[\P`' ?* mJ7fVrҘE_*.ven z3T-44Yg"u6C190dd8$$^ oq5{tR{l+ 뗓l8+&jo y lP)vkdܑQm+g8oElq"\D^H5xt~JFJ'RGض/RKJ92"E )Ơnr8v]$D%52aDF~)CF"&FXXVjCmmg 9y'LV 9OQ|m(IYNǨq2yD)# Μ̀5S)(2*(jpOk6 0Ern}ÐcWE3h/Yׄ7}Ο R&_ Z4U}[ՅUR Ke5ny1ۏ7mlNͩ/IL?AB _01y~c񡃎=Ge=n?S0ûʞ#E#mG!&ҵUb8֟;I#(CmcaBkG[aT%O@L.AdiG,"\P{-n[뀙,cIJ`7J1)ĜG1)9rh(/Y"J cic}X܉Rqs#Ri0{Ŋ+ko HV3aA~nIxH |ZU@<0vN@Uqi whi')`+ՉԚJs@$>&#mG)Ss^Xy h$XE1.6Npq\ ߶$jSr I+S ja'_ش[5=p.1ڐ xp=zlf:ROL׻%w#)aIx r?+G8podđ\[KrŎ(4}>|_5eMCJݥFP*MJ 8)#gȟV!{i*Wp>zmQL =RvC( R. bybdY. a-nZx_΀`;2_wͷ v b3xSZpS`+M={uX]V_{*W|w :9kW1XDp_`W|n»t}d##R# SYwRtwS2a&ikD:%);0UN]O%칫Z_Ş.R(֘jfItb\cCk2VhUMo] IK$R%+N2̏ڻqg#$Y\z䌖l?Ժwn@{0S+#c3P&DWh8\Vƪ ~XogȤn`5Wf<-! nl2+#=_6gꌺ$Y~TO 9R|@ƗY FJ_,0.w |t[D'&:cgo:'|Pݚ-æUȏ `k!oFb̻''F]=0#(^3p)׿̑ZnBK ,IBR}rvB9zİYg(=x鎠PtӵD~@\$ cٜ9lKMsQlxc597m\rF\$jMqAoė <MDZsTcv|ʎf籺4}p%eGaQ^Nk AttM?to7NuzHt⮝5 B w Ծw¯k=^f2iR(GbyLIR&I/eQ d>`,*Ǫ:U+@>o*7=#`2#>-YʟN~G\[!C}zq#.cVC$_&vR<(q!wW(vikяr.w\&[XDϺ\( ڋ xU). + nQ5pxyrLfu?q\ gOT^zy;(p:EG"vfJXvkg_~u9bغmzp]ݠ^04`V}l~+G;U!д: wQ~d?)=5M` R5wc?cxvװSuc4z%KfWtåO ] KXh:ʖ*YRqgzn P(&xXr%F.),f&>}֙D@sۡ1wnt/@-?uPN.sh*"L`̎?ܖ"Z|5JH>e3#d5MVՍ ƿZ2>2#l$##z*hj@;D\ ϮƏKQeaSZ~p.]s?:SuQfDXp֋j|Pr\[Q<=ymcKۉS>1btxYezJ-,d"C K1ӆ*qlw3[KJ[ͱqtVQw¹Ώs.|.&uKOJARL$WuO4ӱপ1DH(D{)I+NqK>26oH~p+Ż L]e(p~t5P&|!* 2ʈsfKhh{( ,-%D=tQ$#g _,X jrTc*kJ8.ybӔٯ+t [nROA5-EŔ`ofFb`>[ťb:+UWy:rN&{ sށRG KoIK"`w8+@xS=s!K3&׻\ UF)&Ǯl*V-{ӱP3VGbU\ _!]Oj8?:z#21. 5k [Br>Zqexښd|fwNGZEy@.AWd딄 I%lʕ ;77 E'ȏ1DN̽mX%&=~$b6Æ`?.a3BN5Vg}$9[p_Ӿ>3?Wh}((A(NuȾ @_>{Եl_՘Dj>ζ|? $юrHn%M#2W-h/(K _5̂J~05ɏ4Bs 0'u $AU^vѼVMx:q2P|~ِDVR>C:n:Z{7o~Qg4DzkM}Tɥ}j%+TevzU|b4fDt?Jԫ2 Xt>2w-IA&(wg/oiJƓh$OjY,UF+oAtZ:d {7='uYǧccצWQCz!PCH`YHEu3j HfPI-4#Dacg_GŹt8nRo<<˲-DܯWG2sbZv1fVVB_@DQO^>?@'q6m"!:W5)Zt)|ã~˻>d8M8" % |ˆF!=(,,[cyW$ ∫8)7`0(l l7T_='l~ZgK%ECK쑳O?"輥 e@`w:ۈixQӨA݉sR>m4a]kiPeGH_VpܞYCᝥ6x)$끴79i$BWZҖs&l.U〒 dYAscwd!̎J|]1dCl+EU9jLXOifW 7TDP-޶[X ٿr*S%\ kwT 9KBٱrlwx/[ιVk=ͿZ7#[d вUckeSϸ9ZaK1YT.TTZ>IQ5p4b @ 8ѨmӃHOДe/]eN6 |Xڿ<;aAͫB7 = @w]XǧWP%ir6~9=N[%W*,Y Ɛ )8|f9;pZͥ[a4Q/MpU3q?N՜ i6Hn`53T,ZòЦG{J ɍ527,*}g|$[ߧCDmhuN$ gۭSί ڥ(RRPcڡ)Jp[X9v-ٵZ,71M>vlДі G zvN!O)(ۙk 8Ez0d>.> X.ubl)6IG{/'BV܏1AȹAA락:pۀb9#yԌ-pYJP)C36]Ls 'R=/vƧâgh @=I(:`7)~HN?G:8đz~v` 6ɷpR+ Ì:=q8VX/8;%x1AuYVLf=c 'fl$5o†^e U.7+9z(/-7Hv$#JYmj3!G A:qp@T$~# zN U?h,#2 0sX4mZCԀRV^ W &ˠRe6?FUv{Ռ&ZB<wt`mܴ2C~icTSrvp  "Abw@N?Փs{;nNBpR <._\ 8Zt0X`%JLd,ɷT#{~& h3 PpH#` dA&f,2MgEX>E[x) Zpdf=lپjyen1ms1Ϋ[$%O2*c68HvzRy5ȁ\I3يr۰Li2ʇ=c92W 6> 唑(3rMX|Wa)L,=ePħ9s~K rF>AG .4[BD(C) (%84;~Āy=7Dn}'j~^'CمkuC. 1b7sS妋{H(\11ӇD}E/+,vd md/of_ pcR ,}MƂ5XuνfݳԾa٪PyFmZ>ςĕ/}E! u4kP:_o10¢Khؘk@CKVRUf1녲S2/qOOoqEWudTT(|NF3"'Fg,Pc^~۽}|\Vdk`&+fOCISl #|0Lؽqكp\+BLI]:6D$yxW2`,X(bLbY?M] neY/Lh(b(U0.JL5}Y1p8EUPR6#{:ĊZy?jE,̼yRs\<,.!gۼzh[ &N4n6 1@?%(M 2KeFu%^`Mzwe4puCCESټA HTpLZVr犟Yq#cG'Nb:Ic3V~j=UMْ.u5E0&C"Zp8|^ʧdդ0dߩ_WFC#.X7s)Vye0FBTwhumiz;eLhg:&hVx6|QGNSJ7+?@kqBb7W~2Yxy0!k|68AqhBЂ\iW,amX%6ɴnkEiij¡~ˢJJm3}wy/C0Ey'I*iH;8LS]sںgCYWu H524aI n޸X ;MNΝJ2A,-iSgH`i27JRܕ ߅GT~|5 *Eͩqg YZ/:ެOD"}ߝ^wޠg.]]Hc*9U`a܈ =Cp5ZX:1΂^B79$oZ:s 1H}SaY ܕHB V<_BIpZc@L@*_'Z}b(J_M_x3$۾*uWJR*#DheIB@mxa0 Gb2߸^nb-mSb_/$kwۥn\ed1 lYwG =>h0F$:|/o=]\#b>7q~YrOEĶf*۝2 !u7$P@'ݚ5_.W)wXu fTO*Q.<,䐄`kK/@?*d d8Jr"Nr'+/,9V-3e`=jvT4xBݑ59{AR\gǢBV>+0e&xfKtD-ClEw?'(%YULYoe|7ZN"ʆy}}B#}J*AVl]4Θ%FzQ8z` hQpE]pܼ͑vAQc0kDTJ:D:!կ[RfT/a_*O ǠskB%! Ugom f`Qb*&GqLc\wau~ <ݝ4&ڰ8t-ڿjE l~,[ Nu)8EZNW,nXڝ~^*Y :^@6?f:9jIDYxCh&60Mi"~s֑s~E:)Ե.˱O4v]/;#S,,Ssvmc=27"D] B}Vq@ ͇a:q{U\W֛&YљNcI&`$Fy>Ήy<^_\'{vsgD3 q-^\#oQ@!{`IBt tׄȽ` bPňG/Е>!V$gIhfM*ƻvV?7GNYcps:hqO|/KOuOR6exrװtN Ԉ4W&| Y!N"cM"YoQ1!y!+Zh䈭fj$z?rã{Bg"N%g7lW+e J;;T¾ԑSGL\CӠ˷Kd "+ZMJp#zl1 Vޢ?♅w6uBϝT{NV˨I o2qfSP`XXQ)r_O[wIwj 8A8rqzPyG%Y L~6V5o`/2|u9\BaɃ;Jl ?JT-tyB*w98H L8P4RKlʿ"ֹ>,q\&@p7 j{p*%A ]P|R[n,l7r yԎʶq0@RIAN^Ba|LN}vPpx󨚜o+jW}Fe  Fo $AC,[*u"CL6 VX[<ϯ7*1]SkQ^R34)l^TJ>LTA\1hm$кG PIWõkڳat6yXM9QREO b`$~2=$}= >y@Bt_F9>{vCZ jAG".Ee W>o l̶"9DpseKKicW_l A'6Zn5#_bq5“{BWvb]jMTo)Қ7M{[hs͇SQd'ff'44/ܬbt I ٶb[:Qiq"%Ck騜n>&P'DI ^%D?iu2EKb-8I=쎇bg 5rOӱ @IDI5L PjMdx}!W|oWq3ڵ~/`*a& P@;yl򽍥oT;mJFDK/RF7euP?3*:+]GessڲS+ r9]%qRȋrŸ]Z9x5y oL(4,V;Kt{Ҭ!bes7w27ec^$+B,;7 x.d]$.@ru#HIk[A)?B lX}TM5\O}`}A~viOↈٜ"v/WT0O./"vPU*)_RyٕD%J΂? `u!&s""7XzW7Tex" ҹCEPHC^gyٷ6SW9= %/wt%nrk}tn!r{ԅD"ڍD x%QRHHnpƅ ŭ\^#&Mڑ6]"r |RƸF:.tg*J&-;o4w vq38 uU0C>Ӌ41rr?ߗשAHX7O`t!TzƦfC z珏 7+Y@Xv-eoȶ'@0)Kaȍos-iZp \<@I)-[1k;13NO0 VZ |nH  Q}m$e񇪪cXCu#/{77YwE-VsKlǬ 7_JqMa(=K>'z ə^و'5:#\Yx9%0i.\XB ꢛ[B/BP?`ȦyƂao0ey忺iHv/X+ۓeݒdfmb|߄p>/z@''lddv~ ٽ*dyU`G1Rη0KLW-+Q.Y^pc< ~ro½pyw0@ })ϯH}WN NY.]I_2cҸvr'tڿP~57&F9Ώ$S㖊Z Fdlp}a){`Y$hAfφlA?˝Fh\軼؈#`gAnP‘E$SHng5 Q:= /J $=g1xh~c~aEEi^n9qHOLmeKS)\;+4UP'-B+usm(+RH{U2];XFb5QU 5R\qx:Z7;gpWL$nqVŒ{kx5;O E~O;4yڱyD:Ϧonr~3|^刜# _b0~!|Ӎ6քi,~o0zdHL6׽4=v%e&'Hl<7Y3%EhӺgKs񜣀XOchջ c\Q_OzX`q9(LU f,R 6%hF5Z^1@4 =F !1صNt;WjMe}`O6t# sbsצZaHOoFYВW"ӅkV/_l=$|OvIFz%w'p?r@0xt:ֈ$tܒܰCLɒxԅw_EH96k>&t#:1窞؛xvߜףvSZh`ɪw%aL ouF`ça(`OX2ePi5~oT?q.vxBI,弶Ă'?qыGcFn^9UٚM|Bu3>aXI4CaH!e ufZcY_=:Mc`|I>ϹOJl]&:rRP|hE2v)c~AL~6tqw{ o.1/A4s&YuK3gT^/#k/ * зFϺ/0&v5wъ 矻(5~R ##7lt)%p뻚W^956X[> x^z3m1MêZ};>q@W'V7n#mjdfgY&}z5'x?j|t_+—V=H%HqtNWH^-*Jھ&^ہRf[K{4"aU:Y =@&^ψe:~Qj%_uXؿ&2{۫jcʵB܎k\FM6J"Ԙ@ _x*5{AE Eę/3l#&oz*@DA58r},g{YSc!g܏5bHeUV-4\(QBaD)_0'8 |\n .uQtiyg4 C{b-p3{Q  V@yUYk7X5fʶD\ҮمV0e͇?} 4=VF$ [Au>*BEV Dz]gC$"n.GJj틿Nw1鱪xS+%$cP`Ei * h=?詗'‡MBk] n3WvhjV&{(ncy4'l:8y%ӗu^ųr GyndzUZ\#;i] ,)aleYבK=(mǶaÞ(|bmPK#p$m2dfɼؗi-5JQDĹP?%T!gS# <}q| Mj3bIĜPg0 O&e[1>k:c1WQ\dQ>`UnL쏗  #MƥtT(YŔq`҂| 73&s>ttؽGѡ^Z!cکTI\88x|@lC\k=>s.Tf\;enf]Ս D[Z0yCD>gő4_Mf9+eU_#smE.NgO+}D0oOTF@Vqd\(q`f^H|C_kz/hPlUABá4iLiVt ú쉊਄ g?뱉Nl:rծO+X+G9{!F [MhI)Rs46alV8qHG(̯L ZyN)2 m%:]e?_&f+̩MoJH&]c?Ccr363'Rkډ׏^,PolU7TxP MyZ% C>b͜ʀ0h6Wjes%D|f&ojʡ3 u?nз\-B~R1|&`bqM$,0]*6ʞ'ItרryЫF,]W!x#u>{EH$;8o޳Ld"6|0HUؘgtbϏKc;}-E9i7^>Lw0:.dt;l9!*LN L!WrݘеUybRhrW< #l raˀpN'Oj|yT+X7EM;tK8q2)brY؋ӿψMR7 sN-h!o幟Vl&XV9M.2j0IE'#b4# @cۓOCѨmv ;gW`R}!$D#n4)5\r$Q{o3ωm9HCa9i :,X.|y1:rI#RPܢٷpOҁbClHG KƍBKkFPF?2=iߥJWqP:J 89~G "z'Acr9!^'uT/!@;A?1|tߊ)w[$%ܟl bS%zHEBI@19 r|:^2`_vYRQdz {Vb-e}M\A 4WR#ǝf5 Q) 9 %7T f骮-Rq] .4fZ{S(^ i.Nt'x;@T $޳ M' ԅ9;m}%>!p(o,(;^RΩ= ̞yn5 dX$]< tZтo*?+Ʃ%p4GK&[MBmy7Vvq'b s$7FU.ќd`i)}M$Ӹ`ߠjmUB6tFPa}1Zc^qXk  --tQB=J<fK}g V_#`MEARƀ}r;I'6P.A(ɖo qދH\*j>A '@,PF+[އtY(dPXPJ42s;1ݯ{ ݾnW_?@8=dC8q pٹLFpb w\vqN sɶmvk lL9!{Tփf4E]2pb'V-|H'ݭ)aS;p#A$fO{/y"с$t#c1#ӫܫWܕ{s]B,lglNEZYF$۰ JxhX[P?*vkjz|8 ] 9Z$;ml-]M{'c* ҭ2n6?3,1 Y."jpI8:+JGD"0a@o.Vzp^.tAmL)Y%4 ~K̡uF֫ᒏwD:4CoUl3+T6camE,Y]II*"ܜЪ*pzGEXJC°"ij^wtdd<)~>gKMl/T2uN@C!tM:8wx哆t<\R;YX$i2R؛HhPӽAbk,Y,N"U>g[rm|Z9|J֮A%TG>\y1:Ee2;rEθ3+>,X:KCUSv%sۍm|O4ejl+cM^:Tipۙ/HU5 T6KS߲O9udXY]S\0x$ȏW$P GBb@ sj3BWv.t vi5L`ӲD%'ȭ,nCz?4ϲ̒qyn=cXͻw&L[4FEq.{Tߊoc?BDhza[YO{j+Oi s"Q3E0ƘWgMj;E~4ܶb {Pu-##`TVX0~`D:dNK:4bDP^$5Q<@cK`Lf8_;H(\ ݒJ[ qTuM#E;a+ZER/o1@Ys 7;6_(O]E0X]랍Xj %~1Mkk=")Re?,ufN<9`/9(wG#? \{O^~oLdH(?r}kK@cȜ+&1Lֻ.*fNG~(|%9wI xcsN5Po~ImxPJqUuJSl~W͑b^2'PuJn k \$VE1x  *5mO{>OE '>Bڻ˼qmM7J ga-»pggݤhiwno^68 1X 8.Uǫr:oaɷ$"d)ᄽJSڷj2DU9󽒬6XYmi}eWIișтH"#OMñʺI^ȅgz*TiDpV'WRd }FG2gM{]g{_p-Gr,dDlK:+o g̖ʏ)Z g vL= `"qE49\Y*ɺ\fnL7 #)SĒ&dVu @ 4M7!_U.a^0_ 1 0u!Ñ!>S̩vGkK W#MŤtvi}1ot ht oGqQ @Ĩa;/>&I[Ly3$sbLo;o񾤉0l*9Eco\r%hh#}L.-{7GBRV5UK58b5tƳRj)d/O`y 3Sh)Ƅ0ƥF9Se*ɠ0hBb m_؄k߃(~ƦʼCh|ۣfUzv&sxh:'t~OsZ6f$bv@ * Ǯ_=V pDqa;i#0,җp6~C P;rŹһ @98vIT!Ґ&M$ׇI5-Im`1gqΔ!vCőѣV -sT|Ӽe!93귐h)64 PW 5,43&>o@% k61ҩ] ?4lͰQ}:{ nC,=DP3.d&V|9E:z0Ч/hdˊݶŁI HҀtZkƄC -I]*k8Z+a ?HO@?R@fCK>H )tݨȋN9Xwi{{/t:L 5w,PP@*OwW*j:._F Q=sB9#K(jlxag5ŇGG\G/* 怅m։2wl,讥k,M>X;Vޱ1i[s85ɑ@&9"ks1M0YD:*[*{Mp_/uPPnpt "CkOR=BˆHˣg!;؇@,KY8/ ~ܝC(3ۥc\s[4dxXnXZV(F)YHL j;T/Y#~Cá;LXإِo=E,J>(p _bs#e:BN/ 6buo"Ҩf*Y!fA2YA##C6WϛI_ꎵ*0S9-UTş{ JRyr[nQ#$7)U)ZEUgiǩu/J4l#E_kT(h^e>~6ґXܕ; L4LѥnG1VmO\hvK33L lBC>g:scH%)T'UY;(L.zr40lu*ߪr|o Ķ^z#}-&%P v 6!hWhJ <=1  z*ș4kr]^-ض[o! T$|jp-Z=jݹ; ܵ|; M!ħu4 6[ЩncNvè!k%.f ס伟N Rsn4H,}hշ*v"m21(hմr[cb7bUT,R<юhd6ǟ3|A)>pxf93תv=3=3$4߃,Ht+#y@ EA).pYĹ3L `hys9EϨy\hzK(!10 ޹$a;!"+ (Q6墨K˒$O';I+,['1Ϳ9[Sփc\K}8#v|T*tʌBB%)G=8Z鿯~|tM;EۿPԐA.;D"هD_3u.{Bh"JI9+~f1m<`o '&6FʪK}ZbPl:/U 9J5bIH~'a瘛VhkƟ1(?%M.󪻮UMGfPREB7ulrZ2o,,G%OSqWgD^ ʨҽe=*f嘢8V69w1džzg>:لFXJHy2(;1l"6#)ǎB_\!5(jR9(U ^·  Ǧ]0BK;"zڭN 7@>Hjh̋k^%7{j4UF .:ekۙʚZPӤhӿ>}F A4 By:|XPyUd $SYbQY98 #0ME3|cMRit;f XNKn{LXRg^d2Xۃ.N> 0 $_h8UKhs JCb'NX4x.S$|$!0V\;Ӥ6$֮oc:>F4E/1StΜ'K0 &R]X1E{s Hg~M[·!yf])K))W*tI SpA!1]!C 1(Ų*LpuCv9u}''4vSshN!;xNMFwhxt*8A|HhH6H/M) ԟ3m3KZBƅ6PVh+_kk2U3A-*ȝo~V]gBՍfiDMv~<17ΖU ^/Tyug6`cjMY)$܋nDf%8W`6یU]7n>xtDxB=ڬ_2jK1ke炭΄]y5J ^BPZGx9z\†mF`Q Vg(k5,}8FJ  ~|- $ @H(M1alEtqs)4'|Oqar@Llxyv:`AC헵p&A8-W5rǂ@a0wb"o؝H gGva} R ( H{0-OCwe} ݓ @ځmj?md^I /qrc`xzٸ5D\$&L)6/@O%;=}ك`s*IrJ;ıg$IyֺޚsxsrH3FgPOb{!G>\MOG"G[jS.o{D28-z{2m맊EcZ {8Odk خ>>fB4;vbyE1V!mK-Ou kL0Pk7 -h8\f7/h,댮"W8~AMױWDjy巓._Yak/6vaQko|\ K k;_ -j|♄^<`S#mĦKp)nѓ8K&>ʹNG!YWO`>IֳI )d笕zKa Hb"q\Wтl哬xĽdwe]}}-꠱ M^i4+9U _8`6VRNOGA9Bz?EO)OYaT?ĊXoOȁe;{gX(zdcu=7{A͘fH(G4SB[J&d* qL` /Aq]Ϲ' e}hwu6d yj2juMz gGVxKe$Di?mrۃ)˖P")n@DCN+w 5,fSjs3|k&怸g[^Z*T~o2Y7Eehevv>Zj5/I@=TP;_skǯNzi3ۭ JP|1O˘rJ $[@b~M0V9׵jR8N=LF>v/DSDF cQ8PAp=C|EDRZs`ITm=~%N>z7Y!:0תEk񙕝W?6E6~6#+XGc5 Ϭ ;I̝2,bc/Y}s1ybt.d~I;\Hײ󥙋 ?/Lh 8дNSLe):І1h.Mr0R=RG.ިB=/,?WrML c fD .#g6yl4UaMFhͅi@7eyeNw54;M.yeP4q]8;z B~f/+ aCF[wlyYEs`[=2.VHe 4ϲ_A͍~{kq^4WcB[vr8VYA%n̺@k'o73e$+ȧi!3do#p%`@W6 MoG)7}qv;k DG\%a ߻U?He>,#=]Lh=3'-(i~_{[ g0d&] clV -W8YwG܇Jw=$c7!56bg _ 3IQ1W#KL,ʆA*-됍[,*ڢC!k#ӵoK[h#ǵ7ͬN v(%X5MYj 9 Pl-\}{ÀOXSZ“ ~z39h^QF%M{Wϥ׽57.czJG` lp}|`HHkpIE MYT ] < ٱbDn',~i/za;tه9tϫ~摾kxv-*1NXڣ5*P6z] %>1p!i܊y FT@_omTհ5F= ӏm$TB5[gCC*A,NKҨP4۟;9MTy^4WE@->~+d ?^Ve; :&OCBsL0 ZN'# "pq04ͩ^jJRn61|">=ە/2c~%:G0}1%xU6;BqٮluGE\aLWr-i);󅽰O82*1m]<>gܣlhvC'/$;w¨ s-w][$t `]O'ɾwD4y]2t]VYA٫$9fw $ݘv+vzJ'qa)(U 6fRQM&4]&D- iˣJJ2YVmnu>c܋uE dQw5> +.96v^)7WWڼA{y18o {6F%kkg>Y ^9E7O}P-nbv֓Ӵ՚B=BԆnʕA#.\5@L>&j,on1_4;?: ˁdm^;iZ:1(]ono ?gO1}Ve-ܱĤN֩@pqeYͿ_n5NLѨwn=nJ.X,p~▽NZW!Fgo\yqzw?yGA7ҝlo;-Ik6[}Dqi@f}:L SDe<ל6o7}IB9jD@+HM':oCzq&V4Yg yD'^x?/#碂V"m;qc@s;NHY= ,\^H.6J .qpm D>j6 il!9w1ΌҊȂ*L79=徘(v eH Mgðbƶל9"Ts9ԚXil&y|c'-B3Malp>h@ (b!77٠WErhebւg4 (MscIN,/ CrLA,SF冻~%ъT5. ^F,GqG"Z.[fk_Վ_ے#1@Pv/h1􆻒j^u%[0ɿy2erd39306%iJo!Q- 09^"q(E;5{ZU><'l b4LOf^ɬ}PJ MP ;}K*\]'َs1 l&&mۂg>ip,A&-_rk]!2Z"q1+XT܃/ɭ/[ yUkMqH'b:ΊDͰ 2?`./;>mNplr{lS5l`.eyDz3TNTIc=i!@~ gwM$;5` beh]Vѣ̌ PieKU0t['x Dm]{YR6^pPnΓx9gj(sT5eC?U8̾ـ${t%j(GIzϩ擦=Ni=hb4,j]8)lcl%N3 XvWD|^|^a^NY*zWEGfTx KS<ѮMJl(j\"A"Ϗ?Lݐh͡1WbHZeM-2SGL]Qh3'9:bEKvO:ڋHZCܠ3:(#&k+TJ.?>!NɦQNj,x\.,IG%<..JP,V5dH?cܧ,GT`yoao(-6 O䤞%7^sO<`N#f2Ӽ:Ǐd,{B>!pp {ԢCR+dpxAN@wOҔⶳ%e (*TFiQܾ?WLrpOh:fx[*+Il&+8,T9)?"C:5 Z?m>(GC_x--yVa"s4.aW+ԁ綹P*C/{W:gJbRϔFͱlP՝R0@+ &Pb-$~ş  |2=&hb&eAư\7y@@IZjg GՔE8@KvSV{ȅܿAJ8'F\^}Y1Y<cn/E x[ߨ9p:cJRd^w7ehi%7A:q|7$ƽɪ^OLxWu u313ӫbN ^eB8x*[OۖJ`_?^3ibR~ /L˟QEKۉ)zJ/A%!9\dfY|Yy*nPQ0q`&)%n➃4.~1 tOuweh߁6GWl~{E@1RH2D>j=-͌lצFN^;ypH@A*$2KV1m>F6K]xrT< c4V2j2ꔬXM{. ǡ fd ˧>}٨ !._F[vUkl&Dԡ#Ib~KQhwG`;?wP$vIܛH.a}o뒑7`t0ҳ =FlZXHAn zrE ̭7 YZ