poco-cpspc-1.10.1-bp154.1.60 >  A bx !M@eee9EFHwXuLPv&#&%]Spg,׉C$ڕ]O!41;PI?m8oLe ;0h[! ie(U[?!7hDW+e&YK쬚BM"S=2H@v]6m!qa'xA":̣qjgT[Iu%s;1PSӪ#MJHzuKZb\h0lQ\D8I'.5aUk0588313cb5bca6e187604735069746d1d3470f83cf009593d0d08206679b0ca42203a4b495f245348ad33a69ac56b1a10da3b8b9<bx !M@eeeR:e8ai74/{tSDm$At[Z eGu"-368HJ*ϭ$*nVGi}k"1b<zm2yz 7 P_O 8i4;}=[3fЀn;Bq]-KT3wI@Dw(M1>t%*w* oi{~r9^ampO@}CN`Yj ᝉs)&!2ZQWu!MNR })]7HptOIe٫k>p>GH?G8d   =  $E]clt x |   $DLl0(]8d9:FCGC HC(IC0XC4YC<\C`]Ch^CubCcD(dDeDfDlDuDvDwFLxFTyF\zFFFFG4Cpoco-cpspc1.10.1bp154.1.60POCO C++ Server Page CompilerThis program compiles web pages containing embedded C++ code into a C++ class that can be used with the HTTP server from the POCO Net library.bx٪lamb26SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Tools/Doc Generatorshttps://pocoproject.orglinuxx86_64yPyPbxٞbxٝ3a9d3911e01196ab7df2d3c583135dfd2e6bcedd55cfda8b017cec439bd312960d24361da8acaf99dfa6c2b834208f6b89f59db2c3d1617c702ed8bce0c9f0cbrootrootrootrootpoco-1.10.1-bp154.1.60.src.rpmpoco-cpspcpoco-cpspc(x86-64)@@@@@@@@@@@@@@@@@    libPocoFoundation.so.71()(64bit)libPocoNet.so.71()(64bit)libPocoUtil.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)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.20)(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)lamb26 16520872101.10.1-bp154.1.601.10.1-bp154.1.60cpspcf2cpsp/usr/bin/-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-pococpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=67933df0b37fcec955a3d83e224911a502ccabd0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1d83e1ef735aff5ba4515c2965735ccff236e08e, for GNU/Linux 3.2.0, strippedRRRRRR R RR RR RRRR RRRRRRRR R R RRRR RR da:VѷNutf-8f2f32a105700386149feb7baa6ca02fec840ea3e2d89dbc95034776bbb253150? 7zXZ !t/] crv9w ,O^IE`gY9БҐM*_]VM6znL&Q#,k:'|R(jK*|kĿ˴~1t@l|JGu:3M FDo|?nwī@< VSσ[VvQQ ՘tS +aFyFp EfYPq~z"٧ 3DMkPC;nm.8DGoc &ݞ=ZiY[2B/iHmĵӓ9s|;=hٖ֭c 2ˊ,jc=l="XDzJHTSt`vM$htMW+qw3oN'O7 0dB jhTM91]ӡ s?f*Y]1GfUK]y\@==TG* # [Js_PlVFLt# H6E-]k(l45aʑBVg)qJ}LyʌK\nӮ;35+_Zg+_~W\'pEҗ^^gÚ~\2#sx8//Kϡ&c!)>PFrp#H\r} @^^G~T2w7rƥPj<oĿHyTd5l5#l0[,͔/PTtG6 N|ioԄI:{ `͕"N7ʁ7}pS?)K@c pE</=-6_k`k@@ZN$d-<[JuaQ^)rOn|Ҙƾ J4hbA=-y rFk|BV\bG|l;,˾RORN,R0+}6fy?F~LV73wڲDfU+ݐn< )N{Xza I^oiI F?wLM;-x„G(o#F5f E6%*rܚgXd+a:OP8R[VRF՛^y-dªn52ia5P#K#ۏ nc*s? *wrO 8Y Ϲ-[!.N%!,ešU/_P5IO4P833pUhz쀰ctnp&ճˑ `]ƗҔ~\+M[oZ5gxKz&Yb?9k^V<gdA'1GP].)V 2ExU:l[T[Zs s`c'&˵]v)ߦfuFwu)tV*%*X.;L;1< eCem/q-W]^gwͧ7֒Biu˺ίaF}B8$l[Gw >%k ZÈA9!djF􄇉K#5= 1bD[g>%dD( '&'f]ēّőgqƾ{JrQ5.:ԫIqΆ*NllaGQwy°L{[-۝L2r%oEcHC:"r  9Lr$X_gOܼ2|vHV*p\?}ub!V1r ,} LjP3T_^2fMJlO@a3TtG {z^RUE/^4!f7a'[an [8*l5./8h?o׆^H3$A]21EqP N &UҴƉ>~*&d1Ϟ IRe_ZvaZ<#SCđ2'*tz eqh)\Il6Ysx,oK/~eD7R{̎lU +umĸ qQƓ@zAE9>#5G5q4`#o2oN`@Co)*Ԫפ~*?|;av+e hE@zvG=M.fEL2M23Q3؄=)~ejO+f9?iM4Tpfji_Ӿսz-ulל؉~#pxBP-FYI.(YQdhͿ́fI;J+To,ߓ.5"Mo\Pxk AȈ91Oh / &(X|9 C&moCF©ŋ{bfЗTu>}J]crQVe[Hﶇ]?^,+M/{KIp߀q~mm@Djd 3*䪂٪۠к)Y!RB ;`5gMF>0IfApGI'JUX{ o˙X\Yg`p YWgtAӮoMvto6"D._<^*LQP]>o r?e8Ib. !!w )~l;bVV"PjYH*}.# U[@ö7PM2_ipteWϳGӑWDP4@iqQb2oC^M>v3D@N $8& 9unՍ{S_CA>[[#qmP)g.">M*K|)z>e˭zs5/o~6is*/-U2$4L<@)F(;- ٙ҆z4w1.J{n篃\NVfL1ACm˗ʧޠ'ٛ~ґ D` B{?GskB}Fgwi6"Q+̘hHސ&?ƼK Gg>_icWcK&":.wy D1`cm7ydƲ66WU4Y›3զш_$ᜥӋ6ՙ ̳3 Ad"6WW#Z*q[/{|J@4HSJ؝j?!]~=Y$U[Ҷ D_ ymN1"i؏cײ&.: mz]^,-xsޭ0g&d#}[50|5]j?蛖@pVcj 0h.uCo=ZYQs(ݑk P( J),j7{cŋk.]W;rxŽD*$E"}<|iU?O`^u vb|Yyz?۴2; Ľ%UX.MYa1?2xu8|0K`ɂM [b*W!W&_Pxf0أV IЌ*9DIƨvJXyafGz6֣!<Jd `g*֦{!o˕rI \&`!,f$dLikb7 8-YxF* t+ټalǝ%~@C ?׬ϥp8m8*o}yJ⾜u:+I6:x:.87Xҿ7+nZfiEf;¥͝OiomkݝԨG0v]ըk)Ŭ ^ e>V6]hY?k9sO. Tt{ 皣R<:*ws1/P0OBmAPD@'V&1 rW-&wlGhR=*T=~}X~:8챇M{Sț9 o)GP.YRvgU 5-V.d4c>SIW/;¡sw-ҤHٙ' ׏0u%AYP?tQ5 YqH ?Im&;s:]ԋO%ŝrUl?}l…iS='/j}<`RYx˒bf;2-3sLӡTyal.?r,ZTUc1t.*0cou%]D#:VGKS|8h=nD)F79)%MX [)/H'lWR 1[T~R[Mȩ:@N6ȑ.v?v MaȰħ]N6428FDB3z\$Xn`v4&/"K1~怭.A nVwKoNK-opz"c 9/V^4{h eQ9O~kn4OQ?[IH>k9>Vb k S@4TԡII/qۤE\=X?/(#߅ LKe5=n'|KG[&{&~4oP;vްƜF2̐{H@{Bn(WߤcGlCuˆ[YXuɪoWtU> 8f1dPHc}H+9y8~3zƬdzt曒jʰ3yZ!rr:-*;oh :0\mϭj[(ħC-]sV5[^`ApOL cX7O0$q aU "]'Nԝ ̘U4]c]ڄ{ͦ hdս|e-8oM/,%J8i*!VoXAw,AD0eGߌqbb}D-_@+χ&*֧jq58S&Ư;Iˏr tdoKfX<"2S zS/@L˨O0͏B,-?@{ϥ  29IWaEOyb>=ovi2u4!P-zEcAD ,Y/3u1v% Kuw4fO 1?R)!Օ˿Q{o2m& 3OBA#=PFz4|yx"|4㿪]5׸07r1'oVz$Oĩssőw<ᙙbHlD ĥ:"Ũ~P_'we~} )x[8W+f8_l@ѹGTPL|PY>鳢TS <r  \t+)}a&v`- :Fa_.C@]#G+nE m>2RJrg8xT$ `6z а4bt=KUfqZL[vN-#Kadb@iT)M)\u]G ~WUBͮIu)A+>ѽ/uQ[V (N-C;)fQ ȻmeP{MG 1+0۩d㮵b&K.M9Vsno-4ۋ3$Q4Ҧ _ /GԮW&˖$W9gK}$7 3~tX)xL ϨJ1$.wQ*;ڠH$$|R /\BNdE7)jOJsv{ZJpU},J):z_9>8uH\9-eOOjVHoϨ.Ȫg?ύ$+R#/>`[]JtUoGpX[@?Lk!BP5" _;w:}Zw,|a §sx=_^<|蟚_XЛM.YEU'E]?2E^.6+!**ΆIɀ⷇;F Io 9,7hQL|f!*ф>Yu ӏCT*a˼Ҡspn5!0\|BG:|rrS˜a`11!+i۬SQPB9cFx+ LA<ށj3 Bi&FP0_\qABd/s XJ2ծ`ɞn):u}_֘Tٙ2{+ׅq`Z3{Eh I~5Ks-H_zohz6@70sY{0S؛ôn1Cr ړ8S?iMFψe*ZggАm/C'A](0SA1QJhlq+YQ86Kcx T㎉/yDVVk K:D8: UUش3~z1"ƌpr[%]CS%eCPA58? 7Zm) Z дEwp_ЁK8K,w }?sea8q-DhwS1wrNWI# H" =r%|P FXc6` # k@(auyCqoRɴ[7T0'%0pP 3`Io^F(*D_ӰESE={v6$8UdHS0w!ap*[R5$6-' Le?e"xrzg%۝-b7܎ WX 7[2\Oy<ڴl=ȣ,H*t("0 ߰P,&}-J){bu'.h p[iTb]S#Dq>mGflzkNYFE"scKϓ&c,g\ؗZdSg!3ԖɏMw'xb־ɒM8(Iп0̖]Y+3m[ӼW[R7dtKʎi׀3`t8$GNH^B{G~O9+Wh%=VՂl";qLF}+T5. ?5HJ{¥9ΰ$ƤP=]U#)ů#: (Bޠ<طH*沇z MfG^k[g;ޚ[e<П#!STIݠkX (k״: mFvnVJ#z!IΚ3KI瞯u6|lɎ40<93L]KS\ ׸]4'cK[4Ar<2Y~l!rl=҄Q;k*>k7=A1[)FJT$/!]A/2.QXnBsW4sVLD~(5$: J`^3~G勼eNL"cG^hٜD[^0LQL |EFEXQvs\$_VVyˋ0 9wp*96$uy(uhʩRI*o#J0{ *]z%U3g{ߗGKE j agpi觃kʡheEEZs;A~l`EMV%0M+WДGֳΔ̍;ٻ'1 Ժ`'7YߪCnnRi9nѷˮJ΂k"؁T|V| 3ӳAqI]A.܁jita"(XCi_D!Q®yL};Zj9fxz=A 8N—DԢa&P=`iOW??% ~A54[04J%Գ,hD@  ,TIGsVlTcu<2xhݙ;PKI#LysRcxpU".\:@tҡtn-g$J-AT*1}@ɶB#Y#˦=c ҧ_ly3P9ɵ0huzIi56wA+PDF>K%d~KP[H|U%lݝgtiKQ~~ewɥ׍U|wUTݡu^N79AJJ -XN$1p$é4UKE[RE "+ n\QVfͦa{w~=l}P[8@Ă4oP-]$;%*Rf<8re+78̅퍨kTҸzXŏѿڮMSu#zw G8wq5}tpymi0Fi~#M6Kڭ?Iߐ8{Y[V?R}uj[-Ը- ]ue(RߎTAjPpQX"&p\@p4u>}#WHHVsv^ \rH'D[j"k4?fUP*f<f0=A3XOPDǝ vF&]*CA%sb.Y%4hzIqS.=Dd02TmߗE/ ;Fn7z@ŽqQb>HkWGBXx}UӴbvi,I(NGwŕ.# Iӱ.s gf?/)B _|Rpr&۸UFv39`%@A E7Ƿ&0r= CMGXRQ.Mmha{sM*Mc?UP hϽd!dv<;Eڅ8NS!@~Xa($B_o +3h\\ZOh?6o>m1W#w4x toH<7.~2 @7衣V+} đ̳?ЇͱR]2rH+MFeW7%`6S#<˒3FJ$ELQ\)(j[ui5bqIZ0zķ,Ne"; [@ 0؉"dY!IfonɃCp5Ҳ<^N"mSul_~̨Bwmԥ].f ΐ*H#@e?%ϛ»e)ۇV퐂 s<SX8:Q:uQ7:GxL<˜xV6M)k2HoGph9%שݑ ]$TEg)?w{ u}r3SS8) (lt#=УZx,P=Qvgєhh a4-LZ+Uow x0f020500fϾDW#K!ёV\-8n yKRږ兰flAoCdlUEB2beFFqV n6 ko.hHDq*X @mTFBWUOeohB¤\f 8{ z EE0bCT3 12k }P#8]ʘ~sAVr1i #O}cJ_Qj:S)o 41mcOp_~}*>%1686H$ҡ1; PL>Q.r4,^, vaUVzf"57'[Ⱥ۟BNk3@xf3u4':]d 3ѻPLμs  ʓ雰TQ~a0,tS6- < HwbRY[iFF; xB3jm%Wi*w]y˿:yp6^l30=j0~–!AĈ>`)/В?!p:Yt| ߳FpUcZP@p5-*\Q411n㠞Gzc% 8}:^- qF9p.䂷NFkMJJ2Hr7G!ꝍO.0<hb`^H,CUwOiI33*^<[HFRl:ۙfUkl>iSA}!8x1"P+1?{47.s1_d3#'Ϡ08` LW?s?t=[~1z&+bsd%amc'l1rC*3G#IG4'ZxP}MBv@ӹrrL~z20+1y9 dEfucNd9y%ET{* -CbʇU!;yRbC[A$` `{1Ƽܻkۿg W%#X9}kh3=.mU!0 Ł]H@ʺxT>6nmi/Қg~}R'4ԁ-Ln Ȣyit֞44NԴb]J3GX$ZKGXѵVie"(:;!95 VݗJ9M?M6UO^(q;a¥[ifF+wikԄm u]Z% lC;.-4kx OCW/ŞD˽]uu3 VmAOVzXKh;YVo3Cq"#pP~O.o2G.{ɹK&rToqA*טB~ՉW֎7TXDacK"r_fb.^H9rh03d:*w2}'N*"*qܞc.08mz>^AXABա[x1&@gԥ?U" >#Y lhy̳t6Y:Xv39%cyFZ*&DEa/Eҽ.8o\VLlXT&Uq JjGV,c *,?1+h!Ȗ[|l ᰚSnVβP x0Tk0ш7z>iU=x ^n$6},o,,.ٔYS3WT\'_`[%-!mA3DqTјPZNnH@Y~?\۪`gpé*D3 h$B`-ȑ#7,\|< r> ЊuQus2tNks+Ene`/6{Zoh}=o=x kQ6Oý0|7%#d^ ӯǬG-*G!1:vGn8#YVXոdžzZ~60(9%>@ȖUD jSqlx2&.KT>!+Y$hp`fb^SCmZ YEt^-)";iY8*"K,4RAtl_XH1S>+7J9ƗDg$҆ym*N ܻ2r8s3b@Y"g =G<# FIr vW-7aƆ_>&Csm91_[ Sn[Tg \@ײwo$n]mc7$e(c񬟌7&p!}Kb~V.am{ *-wXb .DGwڝe aZ%*So8hqT4eJZ1 |C~0U]()c#ZVvy=e1[\p{^aD52Y&g\4Z!MPt6O(N|g̃ԋ?u]q vwBS\s0g*8xjmҾ?ᦴfbjhuhYu4UFu?^ Rp> S>3xLtgWNWA+eҸ`_*Ȯol:-a1BxO^.sO+$< Hu!8nUȊλ.z6X\{MI cuYXX)6N?_K?@f]d+-U悕ܟ K@_%\dѧ_ %[?L PΘ? =wz^ÞL,] !^|ռ E{oPo).|ndk/Ed-ٌ3Oy#c7S v*!2/[0ceZ5ufK> _&& Qg0:e+&mmSD)`]} lEՃw7)H8p[gOPhIduxr4őWE GjNX D}V/+ĖyXhڀj#[t4Aƞ_pɴh$xFkTo.Odl6  x|̷'FO k39{IBrXXnDNTF <._%tc='Yy+WJw@%a|!_/!ؼ|D gFSGJM̷ YJ.xGxEzmO)"N̹Zur5\E+-#i>_ko~R1/ˊbQ4ڹ׏ ,j+Ljaz%݄[ )yBKhktL'SWeU%R ] uK7)yJ1ruC{-Cz9 fZ`bIbĤ9?hrKRA_=W9ԦB5HHMK^Lˤxn<4?FVIc$3tA98f7UgUM f7IۈEdd}K.>> GQɊ"{]!B|O,M&~z3Ph_Aޒ.ygiCr+ 8v SH׋eثϳ0xLQiTO^qV=k%jz, řS5uv`|.ߜJ3@إl)]ϘL ;c}5. Jj̙[绠@B<&xޟ-sF2y?, wk8bTiflt|MB,T.Čg ֭&!HXo-5&%UYJn^ȣ ¬<ԏ8$ރcl%ٟz ۬lh`3'+쉷8՘ZU(Mj=4:qp412isbI1vgKz1ةЌ/ND1_5lVP^OGt3y'{y0yX)_b,/|u~?Pw'%4% jimG[ܟ'iBѝH%KpoyI 2a(m!XB6{Ĕ丹 *q[nneI5k]8F+0CYIUa$֝"3.Մ2 }样SI]N<}} pU7A ɘ1_;k})x[!yo$,fWu2r`vAϣ%hK^pq}h_#U$'Q~0i_@4G@;)F)cA8B ]\e؅ƚEi LfZqz0|vn9?Qnh_ x)txLdw(R-p")n`Ш5VV^YsQg3C'=?Lw&A|O+md1@ lBkŒ{_uSdУ,}#}Gy1SqYXókT%@hCoI w;bɺQ/Y6l).{>_mEʫadԋ:ğOjשEm6W[K$/`/U,zG:Bu6L ] ;+8*\u;#?SPR+ HAy(7:Ȱ!]ůǝen~|\PP4anr%Y p9q& {$;t &21P*t ['JV=e̎74X[NxM C}[Ԭ^V 1vףSſ(T(ߩ)E4`2avO2Yp26IkR/k9]=ǒ7sP |gpܻ^(V_Is,Kv*c dKSv$x*xe;&JYZ '"$>¶{j7M`kg!kCS+ bm q'kQsPE%§LH2)G*5’ 苌<*io>:t4#Ƶ?X`w7Bzx7wCDdG03=T:-*Zd|@ ۉI [t9Hcŷ!Cq)WFw B dZ݈k0ѢB0 ՃvƟ8xv̮/#ki5^$7Ѳ)G+'G^IC.aq*ǎ ,bJ 2Zm;O@:OnF-O6ֻ'yh",<@$R8 jdg}j)dgG*rk3[\,BZ TƹlW `o 7 4ǀ&`%JlxlnFcd(hq#W` 9}JOɋ4 N#J2s2 ,s([⠧hʢ0sQ6p7J͘j ]n׵Yc[p&Ӵm} d[~wⲉwF j0ilVPp79Ĉ*n'HEv.r:Gʩ/}A؃tK,B LKghkKHil1hwxtc9R§u$*0)}x^Y$\ 6^qY ϩߠ=D/Ks ek0E V |ej#)+HS #7[-m)>1;E$zM".obOZv8*Wku!KT͡[6n>3̆\^@/Zf1:+'CAS,cJ>m_IYwAyO0J4{_wi򏝪e'g;ًK&?G?P$DŽ]52[ Ok^$:%-( de4ykE2ljsK:,'[H+y>wzAdl0#rT}ݭ6FQ .j=jҝj֤"Mj&)Ktc$*D1]a  ?+ﭛӴf/VAZcFOƁƾqꃚǧ\ɕTL'᳹0p2e`* Z.Ǻ BCy;!(^NB} 2 VҦaL%3$2n7ĒmfƜ٢l>>vc6IsĐ J*)c@9A7T#]cFޯF)8AOC2QS9^(ŗ&[ZF@~t%$zsb0\%vлY_3EaŜ>~ΚrsEH3;ߗ)qQG*Ko7c!T30N3+dxļY\VR'LnP̾E0?~T*2":8L^wpdl᳷{G9N %mZque<Tn"sy$<#2!mUԨ A3a7H<JkP^o1U__6= Xyitev@ćs'ĺau Ld2FR}hѾg)pPHDE;D(- (=g /um68`+3!ZK =7_wC}]-@s(gKrYrJri^$m@es7<H'HZD@^fgJEE2~ XV[ Gό" ,Gxs9>Ы~id5t\L말spG86Stdw] irՖnU(j$ٛC.wAI*Ww]Ț!yѶ70!FQQmHTl` #\]h I[ryD lHQCT+~ɇ1UpB!zECjMӳk˰yO2 +-k*Vz|9m=B47Z/7؆{0> f0l&J}t}68>+%7ejφK@BLf0lNV:=~ހSU|=D@d⁵eǜ8  e?$|0|!FٲuOB1mVK7wER=]9jU| ZTc9Q${ne+rI%.Q (‘`, SX4I_ DŽa 5YD2l_P78QwzY[3h!:~,(zzqؽy֪bNN~R<3N/oKwūt Lh2% &h @a{`&wiM&gA\ydYa%N15DMںW0 t;c2,cbcu5TBIpF&,4RGzZ,p)EŏDlV]ʣm.s6N+ d|NXsƲwmDі9%U*t<:?l޲+Hژ@V.27qLVw D dv.t !Z QĨjPЧfRQ ~Pga2sO!*])N~z&m^}eci+͎%u;>"O S^m_%@`ݶ$6 ǀf@x+nc'.XIQc歾Nq=ͼ " *҂AJO,ܱ̠e} 9O "2]?SdP3 5yB<]hgr,Kh\KWuzhe }b,@"2= ٱ꓈\ xu"Vno.Qo/G0W=ydy sCCγJZ(FFpXzux>gg8 Jb;v[RVjz'9`X kFǒNM ߅$:ޢ&zi,"__1HԪ&[~$ qe&LcGJ9s]\5\i 7&]HT; 8K'8JluI|V9'J1: [dSi Wi%v 4AGI44c4[Ȍɗ\@oM.Ƕf m pY4Po =F8 +jrWW%d8i.95W&S|>يYepG9Ց@H"hwVrR.t:F39-(gW1x0XrȄPdrý> bbV  @$Q\ z 0Uyl,s{"v:G JqXYޘg܀"oރ JJ~IJ"cp'[@T^Q&K񔈆[J+ļ#%6,gEB,+~ C@e d+䤀ifI*+귣u#qИAQMiAq  ǚ,a^'s*8Í"|(]WJfF*DS텐E7TECŐDLv,@ؒr}k[ ]!nMD6 |i'w,95`@|i 1, F) ]UԹf8m<XhKR؁;{vϯu!cAQ>оY.7Qro?5N=LWKjѻ $G6i7Z\5rljk鮥lpaF LF߅D[r}ruhW'`&>Z[\*9fhsaX(jצN8!5+6g|?3\O dA+]zmIÝ]\(ncg9I.H4g׌X GdΩ To20`PͼW~%)G.Q,ÀxtCyV(4C8yI.*6&2'wN'칳qwDsL8=K{ARgX3A,qU@pR"̍IB!ԽN/m~ nsq̒|yy%k*^{rݑ6J*(,2!4>D\:ޥVhX8N 仟"QkАM~¨$Z~/eU[(qF<7HZ<ɌQ "S;e^,¯r2ny`O;3ਨmSĒ5-;NT$[P V¬$^HvxEvbIA'T4MU.K>= fny 55Ii#b2T *S@tEǝbM:.Fw꿪6#o0He/oe( x5]p+!uRxUw8B2xWRRT&r,b<,)qVa ucI+کC-9;,dp|/lɲ,j>thOk!s)9`6OT=SICD>\xPbG &nZ)MȆO$uv-BUA> v 럃#N~,&9(N|q$b۫ 18Mq%D}M@oCPΪ~#g-:/;nqpQ=båIQowFs:t]?K<,8yoAq|GyA+ +c.c/o1t"7r1ZƁL߳4ēO&LQްWZdqt~Y 9(t3e7'ۛwZXWYɡk|O:da<-'>0vK=KFzjL˗m7рpz; <_%TSkYI iZNV}nRnc %1Tu2RŀV6Ѧ+e1E.B(tJ'gfhGBcsV=Dï5kqPZm&I*`3ejH&xMVw`Іf.7̊MPyShBjR &o)2JOg^i+b;,@IPy|ʱ 7  Mkd4o6+Kɪm}o#۾kuGnBEG]~&EQt_ٷn^ z_w|2ELOjDkrH>4 |0$:p0ǦTVn 7D}p0Sjaڔ `j ,|ʍh)u _n]8S;1%oIVD=w< X W2@"${X)DXdWgְ9VZqf|ԳsR)pPLNXLD8&6 !Irrά֍8?E3A?Zx"7{v߲#*a ܿOJEKQT!q.$r؉R"<:Br.%' &jIBor_b1+t{-^w*idn6 gb"t\J&ҷ[f|NWJYaDci6q>s,&K&<5 cm.^ z¤9 2SO3 _q+1&=Vwx:^ Ȅ1h`zКIp71r;y14 >P۞wanQ|)rM@5-ڌw$YH v\OEb R,rnQ  GA`=|}ZAw\L8<} =gXý2."Im;% )My1VUz6yrGBk| yku4{ ӛV6ㄫ ^ׄNQɢ-2ty!S܍+t"00&*k41tMJY4˫a *i)F7)4j$Pf,o?dMIT &;;lϒu"̗Fڋ[VaGBqA\`5d`ɝLIԛC)Dş1o( 6AmN4y"oC^`;6/7yn *h{)2-ƔhKkذ`: W+$9ڭۧcenCaEz.<=/~B] ~Ev>+{M( }[-'*1ST%UlMb:8%8奔 KM8`*y%Z!4 04[LO`w{-K3;7Sb$}P:(FNr?Hxŕ8Se* Ϊglq{t7N=R,ؗaA@ zšnm+  /\^Ex]7T3 fIޠfBv9Ep(g1H#|wabx0lYxU4pĥ\ f1GŹ[dhmֶ<<:`yom|ǩ ؋k4q¬2S;I.݀!ŭBAœ B-vGcD%KF0C@>SZUD K {溩qϺ2 > X䮬aZ1|⍂ʓ㿻ۤϹv8ϭJnI]~Yx5P#KѦiQe~Y$)EaT P7k=dޤK }\6me'lι2q 8!vNX3ge-9|ýK,~?Rbl~{휽t6Sxw SD0yup@-/hXy/掤R IxvcUȣKj2dGz v`%j(f^|`jth8&4k]꺑ڥ?0%̂X@1œdyBu~n!{M22Ğ U!)S;0'j0Ed% 5M0HCxU]fIOcwQ)q۝!EB7mC${u Kg"!,9;1,Y|_\ӃwU4.\2Pmno ,Jœ 毨e΃M4=X͂"O$c pK=sƭP>ۑb\2'P!H!1L"{5 >=NH2SO` h&F=+GT]\a<9y1f\w,:KMF MNws/Y0Vo3V4'$a TO? ltY/wC)*ԮN:(̍*G;nrY{r@( ɑ$roff*N^#?Y79}.÷8+3SxYef=P=>D|ܽd-dI/L E"owXn#9HMW]; /7 tOiNrZ\ <ѧw&HPEՍ_0rݣvﶪ`8 V}pIڑ">= ׻d6Q,ps0Zf׮@~_7J\y}?Z&`S#\|#}SB#W%n(H?Zu#싍2^(.WWwS>MCj)D㔞@ ܯo=?kJNH'G'缌􀎢 gA2Gּ%p BK fu 5U𩠬_*HhP s6Q2$~M|7F4f$Z#HgsM >PkPۃ)@IK-[/=ҟc.`[[}NM}s# &hB".oE%c )n7n:xNפ2ޢJ}dPKnݯ['<m}[m4W=rFY̔)ƸEٔB z-(޾f^vYD9wms8-[+lWИJLϕ9]O=b0lQS Ԧ%VOb;o8^g*tMji/b=Z Jih>!0%"`S`:Q\C*bIN2Poqc!_m ;ϫ;.N?Mo |+1:̶2BtI[ЬvXWM|IpD!bm}L$,OML, !xSh$JSDP3ڽo.68H ¢Gy#.]5ƥER'y⼓xbVKK ˪w!wPߝᨙ)y6c+PBt;/_낤r'LF! ~|NEk>Pkz:*G-;#ɽnsѸR+-G8C-.Q5gs\ci)㛊FM?vr>QE +t#i4_Jeyszve< "qR8?'wC6Tl7%:NpS p~H} ;>4PdK _p؉Hu=FCʝ`2ciu('Gvh$ތ(w!|Y.:'7AQIjgIOJ{Jx͆{=άO{$e[ az3僭2ނ#9۰nCxY=}$a ̝@ YKάI4uN 49KǍ ߩ.Ⱥ.2dX[5", &@/6˲nqgטzM#8nORKnT\ܕm85+@[*텑K'ԁ9a}cRB׈5Q^GNBݔ-X=HMfj%^aC3dI-u@,жZ]W|!BmGO?Yl[zHD 5l]K:e-r5 -RG. 19Bs]$c/49"9$q]7)DI_1%.zwÕ99ʳ9J[&T!iM\|gjywFЌWj m<א'|54#6; FHTymM^@SKKN[9/xhwf®V/zR~?:MqİEnu!E͸]gpg*+6%zA, Q(!' [+Z'FY6hR%BSiuwaR0ƋN)F8 Gwϛeu-#(3e ߻uA|9RoU!C?C GW?˗Bz7=0j(MhpL>{rsXދSDA97o`nLT&afYpźpOPّ"mGBYϰ&Ө~KɖB c׃,>o|D 1Ȩ<%b*w.Ȅ"(#qvFB,0$!/yZTIR*U Umcp"QbhEYJ=^(rO$7VIFkX6 o2E7<^YO&A`ɲq@&LC30hߑ_ l?/nHk[ }J{ߣ9yA YZ