poco-cpspc-1.10.1-bp154.1.60 >  A bxڜ!M@eeeoLmYsV6֍ӆkCPW;TO\nfgھ7| ?CG4 p>G?G d   =  ,Mekt|     ",LTt(!8(9:XFBGBHBIBXCYC\C,]C4^CAbCKcCdDZeD_fDblDduDxvDwF0xF8yF@zFFFFGCpoco-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.bxpobs-power9-12@SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Tools/Doc Generatorshttps://pocoproject.orglinuxppc64lebxebxe996c2cd6c94b85fa68cedb67c759fac78d32a5ef14fa1f7ce75290459bc2db4064773342cc29d20b7a81521cb15591e6301b2a2f973ad518ed000438086b7c00rootrootrootrootpoco-1.10.1-bp154.1.60.src.rpmpoco-cpspcpoco-cpspc(ppc-64)@@@@@@@@@@@@@@@    libPocoFoundation.so.71()(64bit)libPocoNet.so.71()(64bit)libPocoUtil.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)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)obs-power9-12 16520866401.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-pococpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8738b4712b333d7974fcf2f680cc7fa031156d03, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=96e97ad02c8a45bc3bf4d805ce9b1f241a10bcb5, for GNU/Linux 3.10.0, stripped RRR R R RRR R RRRRRRRRR R RR RRRRRRR%PB;0g^-~&utf-87db645450b36e5ab64960ebe5de30d0be2ed8f1e7f1632f071ac5a6bf23041e2? 7zXZ !t/] crv9w ,NM t79-!DmeRIJziqBN܏ݮ*B+k# D7LyJF(5Z,|K eXQ\[@~p Ekv=}O&P15熭e,EYifVj$6Y}/W$ŃD_CG&n.i#Kdnn+gN֮[… ۡavk, P%Ryp>5epџH=9:W/)C+w]zGj+)bdC#U`ݖ@rӼ0z _| $d;Tb@EK>E=| N`4[(ET9#Q|1*"s+WA!9pVd<^^)M`կ69DDH-#.9(-r}nQNtd?89no'_9([XTM'm͹ܥU9<: qa>R:úHԦEUϊr]w0 ڀ6ESJM<WcH#`k͏B2i[>V#&z4+H BY 6H]EP332 W&OJ<7u+gȘ@>7u隲? UDu@5&%t2k)%&jIjbqV'~{ٕ-k5IA?y;XkTHoGLM|63/A"Ġ@5)gI]\7A"9%W83d'x4uZT륔m bg/߾us\ ]mU " A>%1A)hZ$ysRz'tܸ~8J HIDoZH%ex?P[dpR>qK*Q5oo?x oy]݂q#qHIHM#=N7&(e*]8u.=Yeiz׆ {?i:gQ:/'%?oƦK{ SMIkW#wϿpCHg< s1{>bK?kJx`9Kܞ2dǍiL."f8ըd5׻zms܂q1 Ύ9!S03/]:*5?V#k͐ 1mNZBS%_(\̬a *^ceOOD_ݤUT{u-jz'js. $M:[N 6 ս _EV-s~ӽ3A5W[; p#X 2~*M 61eu^ >b'=:3L3oƁ[AFƞVp$eю@䭌l:'#zwZv X9~u/Իa*:92x c('*9 S8O$|/o 8T)U%?F ԭ9_7p~*a,_y l1%j@e Mp5P{hD:B)n~Bo%).KfFnV.iz ;%Wp$=E ҏo=;lV 7^9J¸,teE~W7pjuW(b(z'z2GDBrdK/|F78R_ճLG Xwx(/,ñ{Ut2S܉U-T-p%ʞǯ&<*f̓9&iI5Hʻᮧ_, مxw!k.ծKO Jsk;/Fb<냃#a4iZJ,T~ASݡN77 :2R.Iڸ$;O N28Ǝ )j洢aoVjv_/Bc3N^s!\EsH27l K %K:2sd#.^:Ϋ]U%⁅x#ׁٽҴ(kL+%;ҥJ]{LTjVgm=๩l[-̫L~U {?'Z"~vT >`BSDƣG='ƅqb6VJ gN\Cus9)Rht:UWdAm5orQVeAv7@S$~;U7 lM?& S~ Y{K&0$Ӽ:Mg9 !:+x&qC͘sz8s1u֖v+iLtZuQ,ί'8 lx!{Z3ht _<ȂN=|sHLI *u Y'ˠ_Z.l2܁y( T.;^^ԹLaf,\aQiEY$&qT^Ƌ":S![k#I泘|=GTNsj]‰T[#)hwXTHw,f}^ -NSy-JŬqIB$yի穔r;3A+.8! k|/`#ٶ]JSϗ@65㒣Ecszg\3LJ8+ha釁Fۥy5 Bg_ R{0dQ`g؁4̬g괩o"*!~ ea!bC&8:lNSrr_4UYG~_@X6S=F.H-tGcjJC:{T#9Aw@o$K4\JNM5+%_]NQEjmL; S$gǚ {kiɰus{jtڢk$hćХ _vg lƙlqY-IU?6CdR~k|P7 dzHS~YzOkBnVۻ AOPzN5ِJ[;k(n?3'`uUZB}Gn̐Д825 <4`gGL&aę dUo_B'X2ufn:2U)+wʜ\dI"th61ݝ/]Q@`-.VLT)ѾͿp28NAz`_N.Sxיpˆ`F0pGKKKԙi2P3Iȗw{Q.=3B# )QKkb4)*k1QQ"څf Jqb1 H| ?pb|xQ`e>wL>6Vx$']`n J .3>ׂԫ7N?c! u~ʾ> .:Q:A*fun2 ݸe^I9/0?}]PSo>˗E.\m=$68 RƸR ,Tn%" 2mjot`-RoON0.SǫWLF//Ӏ*~~,'m9# Ŵ4Rl؃8G`ZpsB]'hAԨbB( 9JgKeLw&aKq\ɁlNnOKha3 avj,Uq[!GpưďuX w)A [D\Yy+]2w>Nj >,|,.:̷oSGJoi|k×#DxJQSiI44a(f׈6dh̆s[ hT]~0"0ѱ Y8O/ <o.L sDW+z{z7ȾbJX_DS9*7U(6#YzIoِQy c@qn~w]/jqJf Q U#IKzh}113xK`NrwMb@f"Ca·(uL|&&dr>čy3enMiEYam6SkY_ gǧ_(ZDd7m aTcj+;$ +^P'-VN 5vЭMsxՅxwsQZy$0NtGY}`}}2i_!%(]]&хC9ᯱ|xIEBY4 Yt^{Ã-#b8i܄{MX09k7AҜCcߧu.w|| 3QasZcfI)9aK2 YRA{zXa[kc4jw ?Հ16ǸR3m-vŔw8b9Q~7AkJ['d5$urToCZiGDdWm-+Ā>&f?W4龼 Adp<*X^KHik5rLxW֧ 9:!Šر>r萂g;L!p.5fu1"0XD^Bw-zwxI5Lr;E&LVz [k>.C#rJuNօi%到(t::19i fgbpQ+qo`}û l6y>\٠ rLo͐ZK%UdƕJ::l˵- s/w9XdHSopN.M 3ڮ4)+-@7phmPEmwR[y.q!y*@;lgWhLEktm%Wz$=j,uĎ88n-K%\-º_ byUBPfoxo@Hw+N@ZO~ߔZ&ڧc+vmyxO޲$B)+z\CN[cFn!%A_INSd?h3RݥvUF2 nhz<-Y1 :UY 9a{n_|ޝsqܒ%&0\Bo$tAPQ|Z/Nۊ{OO#2KŲwZNB}Ggx5@jtB1{B{hT(%K`mOCuNʝ'{]!cY%A.c_" *17!UQM%X\AuizP!2z=|9JA_,21|  uL`,ukʑ*hs Zy3Jg&`Q]9Jt6"XD'ul03mvpP+eUb<,,*EMk JCF\FLNr(_7<.M{ E/jC/ 6ꧾa'^4OᮾA`IVR?PjTg=dva2QmX61Lt:Ea"%M)c1 x,c. }['"i~~/:^atG]=Җ3y݂6R?a{2T#Hmd5.NHNL>վHKV.hM?`sn+v!QDJpJ _{c<N9590uOr=B5W5V3ad)K|4 Kk*51^)s8MRh.@' i R7I]7P(ϑDA먖@k3khI\fRa!%_x<= '+=wIumC0`Dkk{ OO41,c}cv  1 (G\I=q}!~j{&@a! [^sAHK>}oyYѳ[)FE,(rivc[ C끞WJiZ߅Y?34QRvOV&CԌ@}J?VV_U1RXV86'UHpi~_{{G K+D[8ڸM%';<[[7'~s?Sh4N* maf'`.ٌy}H$yوU% 4;Q}ڮ3e'  @ 6mGij^&824sR&rxRh0++K{kJhq _ oNxǡ,!Gs:lz_X PWrts$ǥ"~k@?Zʦ7Ha|Eyq;(FZMA5M:nM"y Y#~[&* u~>/) i6Mz?dF|oxFa̹C9{,{ipw,g,`Q؝h0i*--kwu)h0HF1wwTe-bmN2OR j6bCh5./]aM^Bş4κ1LgxE p~L_H`SnuA]\>lM6Q{RƨB.^[T*3/+w;K= shcR.o<&ȿ]~Î ex:)x:`V)_ZR!e%Wݾ1Rh5Qt,<:]7}g[᭲VحYexQSk [ҳЬ/Q;x_A q6&%P02X,FP/6hRC4+>g%{gǂϷxo(HZ1inq/V ugw}HJYtE[wQ;y$fQ(}ˌ"* 1G"qM,< O4ogA 2P d\LPH[  ɕ[F=f^?7  >oɨ,[Cra]~P`*78mAZ# [6 w^W<T Kc^v06'j4 ݕ"5}+ 񡄥|φG_pJiV'i|WsԼyd=^Y2Lt7gWrSHϘgh(aFQ:sO'(x2,f *Ԋ I 0k<~D>f(?>\6aPGW R$u'1$v#Ԃ[nIQ Ɩo!/DKs69Qw]@5I<Z >{Mo=O[DHQfaC\WPgtk6#*ƔE9~@y=㳟IalHۢXoEO 8!tC/ʨZer?CXDs.:#ti$ϖf(^S%lMr~jMd8<ó!GS*hT3o[Gsm+&b^"7M^`7$69m8Z^o ?Iݱ#ObA‘,fz t~(NuIŝWO,9"+щ@>*i6Lc%G[F|g۳PM)Ԛe3A2wB99fzZLp-D^Z&C ,DhAD?Ȃ@۹U7'jy+/5̌}e ~yKU),Rˤ|. Q4,jQ  5媧OM*6~4&BOMw+~nHJÌn8uƍcQOpXńѲThw_-Ec2j~2K5m6=(dh^o&'.B|}?̕/ ݹCZ-kGoɓ.u88*w~90޷2CUzm2?RRb (_,,+HcUrM ЕjG%(z%s!L9hLZmv+=#쪃@IX\80EL_Ms:} X' 5b[Z?16ʩqԱ}PēІ9ۭ3ynBY=%ڪqV@L^ -^bM%(W_s=S ʋ?]BQx Dfdd/^uϸq{Н#}-H(7lx;^ A!XEKs'9-g;Ħts5ASB!xbOdCAq-8v@)B6<R&,3$p R!D]oGΜ@&"٣4_ .#16F-(?߅4ݻ9w}x,PL3$k&g1[mv#9NM)TB= .]9Q!׷f9% XYk h3t .vLxk\rٶE֗?&7Jx~ F{}-oXq]j~y5Ok WPE.s.(}#]i0Gzxo LuN*A9GC5Gy+p{;ٞim`f\,?Ll3stV~ 0ŞOf;" pe |C-7M[88P8E`%hdILp!4w6Q6%W{{N`_o}ἏѦjeXs6*מ6PJL,)>A]zY{ q&[.g8-sէO*^xeO'gh Qe@ɲlHŸWM${[Քd4"gw< |C(2X^jZt #ɶGڡ q$LlpйlWDtl-vY% 牸zy-)T=SØ:Y%B9s`8,u'o }GjN@x32Us^I$V8[v S@yY7goG:!ͼ R3mU{(".p*1>^yw-թG4R RL ڲ@ȚI` $U=c5.ax+љ+/gYf1ƃ33-c ،, iL:?,! SO\,o\d.s. \lj|G!F mx`Zuvze4[qGi")] a̷hJ$דn 4*%zzZHZ SKx%^4@?uٶ?`%'l.vyt׭eOɇw_Tm>%[DZ/CATӳ-wݞU<60T @rͲ֠8,eki$`KSA<z&&, E|&l]^qp ăW/f:Gh94XjO'v@;\XY\{3Ehwm=fsOGԻ5?If2BM0RlA1:!e~' V*'|x&i|q--]yzPI)<(DY/Y>qoa ~A߃,:N32bcn}+U7K~ZG88퍽,$|sh'ic[AoQtij4-uMK{W㢩HU:g'IoiiC=K hi,vsǂj\hU2 =2 rzWl.!- 0MOˌ+7f?+5/MzYLqsyZcQ >t& +Tsd+9Ro.Ϊrw,qQr{e8YpXM|z,^'Fɨyʃ!kPvk&np{thDTWaRלrD2`n7W~4I.-?f;h2ftΔo"bF*tՔJ :I_aJ|ҠL7>ѡCGn銳QXCQT.g_iF sb$40*&zydbM(ǜo7`Z&?8eWg\w{-VQN&I 5lxnn+E[}* 4נWvYgů_rY-f]+Wo&+MY'z"^V qzVD`/rRH7d0ɵV0YW=[p+Ǡaf vӎdWGt L10CQ/"$ 9Ҫl/uP>Op7wp@4 Ms f5ͨ]:a}V7xPwWk ^`Y}StY扗4TբD/mG8<.n1AӻS['[Rd" Qo֕zdNm(w 6&N t/;t\_cA>@FòB@jڤz37fQg)ܽP>q˫EN1Jn-}Q@K#qWGC7uaK9V_run4>}7:ooHG,+Р&>ֻ;8273dfT>_bhZUhMн5ExbJP`Z+Ob;/zpy2oFQp]kz~Dpv , TSrG_mlEWs=~a[b͙C;RڠqToQI9cht*?D?BkpFz7#<@! Fz\JAs!tcW3"78;e8_Gd]0罯 O_7>gIiF?n(Jݰg=~&>^ŚtG?iҘu }v v4ު W=YW'*sPp':QLk؄9.I;3]d9:|BVMh/2|>q/BRp+ҧ~@Xez==ȍ%d΀m (-o:ZҺKų5`kg X&U3f# bCJxd炪q.`D.SLr;(ѺCǢ$Em9>MEl W LG2Qr)%/tʖc >9yE*efڍ6!*+ Y8˔fYr`n0J5U߻vڵ+#HK݀5L` &ܬp!*Wz>p#7{;|Ap3ϼ撲g>Ve^&#.We;N,s ūE9=)׉;z);MZ/4݊%LS|O\%}spرix%N&/Iz@-uބN:U"f{|gzy86C{oOI~N\rݕ- )o@4KI1m2֊ZH;"O#HD vRJD(:u iyzlmX^\:^DTJ8~4_ S&sC_a!1IB Z)rK ?_Mj'"Cu,zi7fֻOseZR-O5xG.A1P?\/?;+`"VShb{O©?NQ%$O=W3mÑB€*H{[_{_!]*%hdC?ʱzc:gD^ELs˯|ڢK|KրPf O,+s'W\l2hGb>h肅տTi/z(Q_+RUfPj9F%w+o-;tUaV M#3PUKq?h%`s?tVZNH1L,4xs_oqMENƮ ϾvLG;I~\9.T)EitY3wR`Ӈ(#n«_P (yf?@#p(_`DIf?B M 6r疋V3m>,"VE0Z>cAE?sؙ@ =g.Leo+b_Zl O > W*'\mLbl5%8sJy*4=Hկ3Yȵ6GHRk]&Lu%%75fͽT}5ce(t5Ln,eb;bGxَF[mI\ R2N,SS*.%y7H-eտdž?En  o>u*רa,qbF@SU~nvDuCJ Ջ&$P]f#)7I%Cg@p%S9p)ܠkS(c+kGW+@T1Ry` p ~I|>@׷T M2 !m1q!zگڨS,vO# }1uQBg$vZn9Kt+U'aU5oi.M(G!>AEORs10N@fV I{4ܡxgӆ[N0ۅiúA|- TZMEm(Ӌ-暻rQ3RQlZ.?o' z^L t p8j?2OOˍrjhMaaNKĴ䈼m;(P!N 9qPDs ͉ac~㟕Tۦ[],c\#ކmnaX/GѴf prc: WrGsN( jJc ]x|3[.tKb9Mz.pZh&i c!8Pkp%ȿDVfմ7'ϫSy+')0nprm %`<zw;0n P9^trau&>sܣ~3hGE? mUz Jtv&1iba׍ /V;VWHU=%Xrۡs.j z杢os e/ Bt<ketbsb`OO|.~1 c@v(ExpLF"MMR{5NȡIGF|6[B=ƮGhvx^WEЌtR8gmh~:>Zk}%rs̐9:qvGKQUR'mOsF3Y+l=0ULĺ)¹;wyLE:Y-+!TTuj :ӓG&NНtשIJ|V ;a/;$RPtK "DOgAYdL*ii|Y%O ՘b+woP芃W}hWaDkrR-UNzM݇ROJ/W1%OU@OnTOG  ҼĬULFK)JC\ TWo1&8~Ih3+/pzq tn;3X3dsjv2&\\pvJ+(B*"I ^eI*HW׊cӂJex gTj0,$%Ɩrs*)O$\堃9e܏+g™Zи^9)>Sc"g? !CyE(/Z[*Pmr:*S6pӁS)%"  ϛSP׾n ,(9֡=+zofT;zL;&6զ%M[ zV%J0zFXDq8ɐQXlȌ6j6’?fSe*./v $!|4B{-ŋKW6HNMĉXw uȅX" 4\:孂NaXH<[y+u^QXzcЭj{[XUR/S Cl:@ՍAX2R:4 -4"w&U|4H2Q oƟ&s^8 kbՕ0z47 ؐ%VRZ=Zi>2h`O8W؋iL+v~ t̍;s/]:/d3POߙ;Θ}ōVqORQ=S9?BQw-aym*Lp_(W3zMpH1;U|u}SS _~$opLU'9m5d~:D\y{@'-H_[D=&6QDv_1ٱ>XWn!e Հsv(E Ru!wzS1>B3ڑEr5<ߒ]Oͤ&^]nT%M"qj4r6tmynP1^|F q|t0@zZ A3_CҭWe£G y8/*)Ձ{vY\/yhtlv)JCq18iۿreL h| rɄKVjO_Y: 5](ۂI/J]eC;~CL3Ti^kg$K`=?'e3jv\2с% ɛ"b}4?I$E:o+IjSXN-s"N :/Ba&/"3!gd1s|hMZγҽ6 {J!Ϥ( ڲr3HizIQ|tB2X7Q|g%JԜk;WƐOR*ۿ2UMwb W@LmE֬ɢho"ڎ.? (BO J^1?'LöWOHhʳڢlHO(,ЧFX0NYi{u/m}bªsەj0\2,O_YYSܓv*K8fht[0ݘ Q c۳DmrzbB EP$I< .i.He>yt\ :@#io `nVRXrg C=6g8r'&p*w) M*/kE~uzD?I@)F:ޟ\ʨ%ׄoWFAm9ٖ $CDUpom5*F]ҭV 0zFTTȝI\VjwySQM vȋb0b=k>-b&^Pgĝ%7q%B"2(.g0lM4xdg)!ԏQ.dVwqR&sF/wgy'_C}GBe U!#> SYQ#ZB'[I)As? uʅum&Q^%a}vK·l4`1܂ePy?9uŠ\bA6]/I7>!: y_υ7#: G8)-y`la Xd5.[2 e:|5/۫sYʡ !Zt fR~B4頼,?!C Bp3gq^)MyLi" Md,ZbzoM1OC&QsG[ӘO2I0] ̲ AdV/Dk(OX =X_NNj-">`X:K}bÇr ( rk"{8>{t&c+:+ĿAӂWf΂; D]&s>pwJ6_g yX'&Op9>üFtد,<WMݐWt8u@o~8×5# ?vpF[RG^CU߉)gǫN=lTKvh Bu:sHNrFV'!`T7՜Hs!y3+6&l Ct^0x6/J~@n+PNe x Dqt)4n,jSz|ȭK{g|vڛgM aL嘢Eܛ8z̮ J4i<E/K `-Y y>CmGX lN U_$C !{QƝ㶮K%iNEXd)DK,YAFPU1Nю5#i?#f"kȢQaW>mujٙ:QsFU5!ҔӐhbF cGtI}b2xGI+F^![.k˷0$@xL+nN䗈B"{}~Y9 sMsi͝*3ڿlXyk%, n oAȜ#r4'K{v?lJ$;n9F?C Cdo!N(=VA!)#9tO,ƀG:61ϥޒ#&.M)l]Qˆ+)'*A(rߌRe`YعPFє̦\c a~-έ0?:2X )D/^S7쟟fG'㺪rIr#ӊPĹv?Ny}dj|mI#a+5qٝ+E|'i!u!cij G ӹ7;@& j{J=c ޛȗOm26ff­Se%YCH4CcG;†IU5k|u'eo E;ސe=N>Vb$"C$rڡND~Tk#϶BTv]'qS@+{:53X:o=gG"_V7chrs7 %5q0(*dSCM38 BD/ srK<{ޗ,%vq;7M$ x?eg%nBٮ&~=%ݹܮ24B\MIQ-G"͚5weD1zsi^}1Z98YI7ADd GIuEB`ͿYǏ!(DqAxkqԢzh9J^Cx.-U9CBܲi(I浺wi^h8&/ 6>f}!~,睚`ڿa0Ѱ9Kڍ3ů&}h( eFc!^G؀lϋ }1%-Ysƫ΢ZVBH P#zz_S^BğsƵ?5KRjߵĠKHEfM %;iclCRf[TS46N-ߚWU5!ɭ@IQL_ZL-7&VK&@ǚ8j-q߫;| &;r܇+`=nqQU&w^v%16;uVdI KSGM[ёx2g|QG섊=7ITb)n4UElE"Ƀz;KʍP7 s~8Y@Y-x SʽݚlE7k|')/^]bbd?ٙ]4GsVV:~+?."!G:]%VV xs|dj,2OΛv^ET猧銶eN7\}{kC-)r|l*DC մ}{ 䁚HDĝ\SJ E[,T= BjE7p`O~ɓ2dPcf9v+ ΰ%#WT~w4p&k*J5֘Cx~gz7Hloeַ ^GXfK.=5*vFB.WO)kg%\TAh'Yw~K[Z )dvRm =-uitK%J/A& Unj$hcȟ͵馾O4(d憨t' F:)f6PqW]!ׂ1Rgg7]+}TO2IuaSLC?̰[K!ufzZjpDc{PR.ek ϔ BYO!=6z>-)ӄKZ!UVdw+2I3:u)zYeS}=ҹ_ c}[?4yR0V) l jSVk[&4Ct ` u`{EZ|` ձȆgnY2&rr`̟SB뫐u(4#鄩@ǜiֻV/#A0z]WV\g>B( 4nKoE]I>K,.nXOZپ?%-aJ;w oR˖Di9O[r`~JϜgvɖU(_IN7[ ]i`4a;@Nq~_e+ ^yb7iuVelΓϰFnfՔ@bkv Z  Ś,`&sN8ya3vCۅGli>VD ."d +VjQ[~7D$ը!n|TӴ P!~U0#:GQ++=!6b"Fdk t˃`!lxs&kN%f0.*^/r6郘 pP@Kib܆G} gȜ̯L- (SHc"E i ˔vHL=zShYL trb*ڱ2}סb8'- (׾V[̡呺>t/`8:WmNk]07u"܈yӖIaV#d3ξ͖\ @>cM˘r,Jr=%ޝNS=!ИLxxx[AA]UڹTge^;\1δOr5mDPˮ(RQcg]_- i1$QteSFW-0W /epe; iI>UˁZ;_SʜO K) \Xmƚ I y"A̓ZCΔ1;vw#2v D=zwK$ CnOJˬ D-' H #'>ڪ|(pwYse:*Սlȟ@ 0Yd\H) mͫLG m&©/ |Pm4x*2tj2tf'9cvQuR)g@F8 6be 6B_ϱdyےJ[WK50dԪVT x#c\)~1 ?! 37%Ɛ~T[U;;Nru+޲5٨Ə 4>MJ:Fo!Lޙ4"BhX龙|sG%E \G=s9 .Kv{4fHXThq<@_QZ`=Zfu{.! "o6{sc֚b`YTv  s 91P+$Q:d'E Ju룃O3¡7RyID,kzܳ[{ sPDނm@cx%eo?!)YU |0Gw kY+Gy#F3ߜR22nX3x2{kJkSmI>E"TQF6J ~/ⳏdS#s+ wɛ4A|ԃ)cNnI\4ޒZ]/ L !\iwRm,۵z.UɩF)gwr3̱ݘdv D Y)h̃.`e, E@Dy|p+ fQ'fXPi|n0On\c%\QYh~4-N*F mW[ U9&NwMwnNM;@'͝{gܤ= $ \H1!*)Ĭ~60n:m"7~[JFnI"!]Lj S֜q #q}Gµ #s‰u:vl"C. ۴AN<}hx6D9/g5nò\|.(O-ֺu!vx{X x=9 +_RedCRà!b^hDMZw'@~JSQauH a}86x~j)2;{HVD`ː>kQ3Џ)G8$Q*B?GL6~)[\~Qw4U ePƏr 2MJ/١ª\h3ufuDknzqXCR;dQ>\]͠1u|V86>~rof.=(l} 0MMWiKxO!E0ST R5= lrAQ/ ~_`#!v%;hZCXCƬ eTȭƗr5./.\(tg,g=s]ev:9=( D:<')c#a0"N׉끴dsPFvT-qq)jۋjL;_D3p7Mt4,jl k~Iy0v ׉" 0lvAI ɒ/ߊb&ŠfH@M\F?h ?,UhӜm"wꔋEq Ѷia]Hˡf%w\bljR2M]Ff%d[k^5vkq{2[8a-KNr1l6mcP~-mU݋ΆWڒp// ߅PJ=!]%rVVVN}!Al}e.a`Gfɥ3Lc&McOA9N!+I[h9(ʿ-Klqu}Qo8/Ó5Ag\d@BUZ?gpvה<99&*H7sh/ en>,Y`o f% C gU[)8`[ ռJr%+@>^PaZ`0#qTFl2l3/|r|-Όt_\h]VȧLܡHCہC޴ü i/}MϺ(aYc4e B尜X?eFWbz yVh 0FοHW@ɗ2c'x\9!+Y墒ub ꐃ12 >†=[cD7Nd&hWy}پeb\]7>DJWcLWX m]CkV3~:A1v֪8+y>Ccq.2:\yS.YPkҟDѶm0g^$KLsd"[ݰb#Aq%Z7 O YZ