poco-cpspc-1.10.1-bp154.1.60 >  A bxـ!M@eee"RD*w2QJá;s .Q5}HQ۩Xy}xXe*Q-Ŭ(pkU '@sЉ~V62ϢU&ۻ:X2 eg$\| yX8\N .߮|}囬xpr{m)XB ] E(2@D`&à/fxdk$_ع |K`盩 : tnR[,/F1\c864f73a42683df15a0a7da33cd0bc2b7ca441b4ce8c204f4917201cbc239dd6c6f6f83807c58e3e410206e638b5870664924899ִbxـ!M@eeeuih A;PAf{8^\^^`BXS$0zr`!{^} 78̸6+38wF~N @mU¹("Pj\T#?zOY<.]F`8|*݌̢pK^pʃ U>p>Gh?GXd   = (Iagpx |      (HPpB(o8x9:FC"GC8HC@ICHXCLYCT\Cx]C^CbCcD@dDeDfDlDuDvDwFlxFtyF|zFGG GGTCpoco-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.bx8obs-arm-11@SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Tools/Doc Generatorshttps://pocoproject.orglinuxaarch64bx/bx/092289b156a031ad65984b55b8eb0ab260cb920f727449732362ba2fcd31df09081da63ae60b6373461e6f935ffb7a3ef6bee44d23cc5b49cc62cff33c1205adrootrootrootrootpoco-1.10.1-bp154.1.60.src.rpmpoco-cpspcpoco-cpspc(aarch-64)@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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-arm-11 16520870961.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-pococpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=fb613f4b7d5437b732370b41b91011ce3e86c1ff, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=19c842f3669e3e2452971fd8b91a0c49c61b1dce, for GNU/Linux 3.7.0, strippedRRRRR R RR RR RRRR RRRRRRR R R RRRRR RRR5Jk{ðutf-8c8e70e0c52f1cfe8b694f536c8b19df32b2a2111b924c27f7b7f26124042ce02? 7zXZ !t/] crv9w ,Oo85#j O2X6$ ̵s++@q|Щw(#qw.eΔ{ U8- i.gЊ'N#|?kePuRKCA&`c@K/ʚXiޭALcHaNz iX?:pA 5j1"w!d שԈI]R`+ Ku"sTBgxUn;Ϧ<ߡh:]KN@Ix%x]\T]{&GIm}?OL*B;CZ`msƊ cr ߋ8Tƪ;Fn /#ǃUUmGD@ ?6`v4~& e QZenjʕ?EIhI:W$|ܒG3/y- L>L6aRdx,jFA6w¨T]5BqHxtj]:UR{8Ӻf:zHΞ/iGЇCfaLT^ǯUi2ޠB;p%tR{z%c PN"=P×KKt\SA$*1[a",]P] ~! $/X^ʭ:ImS3.\V}f׏|SSG?^[Z:ڱ[1-,QD1S%@(XVyg+\.S@m YLaXaa'(t/Iꒄo̢|녕I73اLC̔!}`5ffGU9hNYXxlbˉkk%u4- 6ϥgv?`#dy!)>ُMV{%UJ(#fC,qķ8uztDjnݛYq}Πn OJL@Mb'P+d!^,@{<ѶzCí)C"j)O,߄"U$?{Ƛr6tnPfC38gHi@8_H ŔeN\Jy<ըel !fbulU}QzY,c= cH)B_ב^tq4~rʭ 8@Z+єJ ft y%WOH4̥6~"BOO)<0ɗ 0Fn%_kfEח hd,M~g}_"x1QfG.hRXÍUȝ_y\vŲ|Vt| 0LTDgxqNlSIF[vZWQt>} H@~:N:Ûi9XC[H~TØ'+HV^㔭hW_fXTp;6]f6%I9F0t_*<#1 1F ^ٕ>g- rպYHdiiS1mΪ⍈XB|t(i&<Х os?>:"r= )z,7ypOیku>zsGCl"J3ě FEvݢI [$iVP´(b|g}|t,h4yL V{SC gϑx|YO99%FcgUa ]/&neGG%oh 6;C?8i¨84ᬽclLn)'Co6g_1LmlWi>6HfyIdor;s+Ȳܩ ۱TI:i/Ym{9-<72@0z:4INkMJ"~ړ2 (Gj\l(k ;u*q"D`0 q~i/?V޿Q 3=3*f;Xц钜MEi[GNnylo$qde(@|(AOpي6< M#nΖnCWVf,ove:3}'JC{nk=#Vx'޾IƛCM1D< x/ +dK ~U& {]!2 8KVQB8;$>x~?^`N*~1pkBvfrRYj%PJG ZSVsTG'?gO8؛e׸,]6&8"U"Z 3͌MIt {e(^[q=LM1v ߇ 5SeB4c< qīEBT#ZkI`_ : #mY ߙRSKX t{_  `Re$!LڹPET+W!{}0U h]_8`E7sOgTCtژXNpϰs!Qq'cpN yr\ eKCLn5[!;xx_ˍhf-@P"[ O ]͈?$μcp1RÖcHӱ<9khy-;&&ܓ?U^gm _~ǹ<&G9q=Eh>KWbS['X?7]Yg>bɽ'AI[:nLG53}Uu(ܸ05<"##UjܮM,EOF+68M v v > h50Vp+i{[„3i@\R֛iLKRg],GS9]INq&ujۑ/ vXrWޓ|Xa1Z y[ zAH cwiTZƥ*}Ml:J0U4#M[gjwINB^q-26a c^Lyۦ)g3̕4?Og䫪Ԓ|VK1_|OˬTHi:(Omw|oSo 0b+MmBS%`f#/ <% b-;Oc„(1TdR[ XԸ\SOj\ y#`9 tIwsMq} 7rVddޢėN($5sA=:)ɐ9<"T(12}l,ƦE{J7U9 EO I\*kкmZ=ULMPt+?7=iPg?Kq_qU3t32PYzkx545!0Atؤ 3'߫xuM6]z9GJT:d4Xk(Rdj|Ru?XtkK~H1MqUeX0\_'s!ԑҏ_R D{d\Q hM f$x%&Y~6u67ٯhj{o_:$GCEݵŧ6-oid_}{BlUeZ}K@j{ͱx'by$Rϐpͩ8X>#TtW k c<־.8ӗפS =-WuO |lm0KeJkk4Xj-/X >iT"(*:j2zYyo gq!HQI:*ٞ.d_u5Ϛć.F jeKǥz 7fJo(xY67ve;T&/󦗦}D1A!ȞxbD/FgX\bQ3yR2%-Ek@Cb>L:4I5ܠpӟAt,,,ϫ`L |bT4U*PttIV#m5Zh c!;ahm`| ',[5 LbDZxѝ [g}?0"2l.1.ARrh{gsAB(:?ҹ"ѿen0aҗ>^WoBYåu>~xJB}-F1GwBwTc uL@djAsVS S[:Z`Z[KPM @T,V@ Q0e}MYRvX63h|~QՀHtrfS|x;.I mM#s CxͨHf*f=-LM}(ױ sĥndZ:Ka"L~#0_R xq*ipHMLTQ2Aӻ/O ^9I"'8cËz>t: Ѝ0oG3^Rl_bPt>um¢&oߔ# ,զ `?J"<:T@8F}6漢j'>؇q,lO:OZ9}5-g = k:PB@J'1I}8b78UF!gp XY.j~1mx쫥J<%Xg"Ȩ~G|4lZ$ρO,эnkEQAD&+z"O$M:04u>A3Ac.5AaiM8~o0U F=XS.%GpwZv..F990I5\G8MXqP埤8gwm yA&5.e__ڄEBeaㇰVwۯ~-8"N 6dC-0 _lc$۸H.$]Eq Bhip1$؂> Mk "4 )uXfq.V`*Sf'6_zI\Rt+eƸ`2sC`=Kt*37DįOc 'ރY|#"QkEW'6P߁Mq[fͲ=ĸzU|Ex+;;fH%į[(\`QFPq#Pi#[&1%^oʶfo=b9uCW QTa[k@ lV١R4"ǔ|omiJ'Fv19V`xS0]BX^2[Mb2Ar1iE5ͦ/Q.Z"LgDW{Ku$ g\f$qE8oL"\Y\lyFj-n yGRW 4$(v ̡!}u/4BHsSeMY8@7u*dWk 7Ӟ[b) tXNf&(YbZ+m,0 LސZq|]mިy\Rghk3,)+ ɲ; @L*!,oy8yϓ4N<'ڈp-t@3rX/r<4>tڥd S|%A@!d$5i{~Z^&skxF`L<7cҤa.INaÅZ=;XQmM)'-Pzrol(`pcCF-g'%<G ")nXSbJvϜe]"(qah'+ćh'@eZ[h)r!V/Њ!F`Qt%l=IzW i1`sZff)3!TozSc?zkgխ2{~,M2+ h&~U`zIBt1,m$ybLc~Qp2|1Z 4o!-mgmWO8Qq>l؂q}7$Mf7!9W~oqwfO8M@ϕ0b Xc( Ov$l'ݸsoyʭL#݂h_sloB/]A͘9rҠum.a=c'5l"T4 }>#pCE wV&@G_mJQJ@?%{P(؂Iť>{g+t8U戬smre| ^3y*i? P ,FF N Gّ.$6;^ ~u-FŵV^6,O]X9D'msA Y\?3$j13@XS;9(l⾹ #Q2L]"L$Q\ֆqF(7aiEB :#\"5Bg *v&z۠"p>~T8 :~w}U['%+Y|DLIJʟiU$fk"C^y31],@+%_;8f.9WO9A]vp;1UKxeoUb 1nA T+#0đ88jBzw4^*5.{\TaJ1dUR#c:9{N4`]2 H4:n3A`V:m':~4ˏY܇`cو?qsV>J^֍]X[( 44wg g^B+<4(B_JP?a$\ƒ┢~rbPG7M+!zp#$ը([E&tq@K+k)A.VhG:CѱF؄ヱWm̗j% )6EDuVE_qV1^l 7dUH| XI*ֵPΪ#BhbnBPDml v_z*ppDU8 l Q2ދ)tӬ*\WXތb_@6^TڐM4) 3j{YF?2$lNZQ5UNf`< *HV / YF|*\ӫuw6]gҤe^h_!eBMu ЧēA%YkR+O= `hm-Y/:~˄:,I􈰕[_7 Юu?JO@v7Z68 E-z̃(JC]YUBnVU5S*Qf|'2V[QBjTk()Dyd*lYrb=mKLƟ x!!KV>B, EU5rp]ҺHh&]i3)FY@ $:A`v6|}>MC8QDi9 B HyYN6ፘ 7YV/V+6It7!QҘŝݱAV[gl,dx񄂠%LJYGZ#qaAV k,8;$+[D^NgFѿ6}J8e`d6"C.dKO7=r3AElmc<|nk᥽Gq["> _|C902sK ŅAQ06c?3麰 8Fu_OA@ M[<b ;Ao+oVw{6nEuM%;AsR\4pyFmiaw@wJ:hA#, M'. !_ZˢHeF7VYyڨr5pZUB8OkaT`PH͉zcp8$6Rދ]ϳD -d3zXnq\@{hЖn{儚u,]GSGIUV:-P4H=ODإMU@#4U-ɋ;#IiKs7Ζ6fta [29v!. cԺz pAأ8shfE,dlվpߤ G1_(eˁ*^( Jx%!S;SUoT6z5PP5,XtvF;DKFd%wdMJpCwGOLrO]襞ZN0E@uu#dd>k'J0rp/Z0e5?X]MBݭ f)U՟SFp5f6qs,xںZO6Q94^tXa]= 5FEJ/f gU9~ ([ha{ P܆SVz3U :~y5lFO3O/G8MWk>`y`>v2O% 7 օ*cMSD(l j>1fsUQ&f.ֶpʪyuA>$G~岑XvyD K#KhعĂGC[ XHM$50>~?sR!![Ddx8Kt2tgݽG1Z둨 `0d^]'_F\?1 |Q1饃nԊvLǶC0ΐc/|CAg7e~5<BՊ2+C}JMr9rhJAbeUZpΦ|USU4  .xߥOv/^m f"OoF_q[dϧ=%NQZH&{|:y$J7<}sU2T㳢˿PdFO DG$WNwgw̳ lJdD)(Gi0h~e^!FzX@d Y2'@Wg/U>+<+>(_(E1lu#3(^>n,xBp#ūSpT8o'}- V0հA#/ߟ#24HvjҀO'yԫA$FHvAb:vi:T'/xZhhAOd8,qEcUNOId1̜_v.MtL{{~b!*-]{D|^.K//|ʏ1f9QϪ ch^Rѻ"BV;+D1*,,+s5K&Oyq8f\⫚-ݡg|[^D݉c>n%nuZ^h7) 6zsg7QqVY7⺳YXc:Wg{!%4S9&% ΕqDpo煔?+B`H="B̑UJsbm#y~v.QxuwhwN3OH!JFi"&kg= hʲ?uxh(vĘnZ *(W "x!M9օ1 [I\,[bvywU әP#+n!{ >߽mZ3ÊO/M!:Haޫ&,XsYJ*`ӠHH⩹F]ZLVkgw+ mloN[ X/7wƭ[b Y-.,jRP ՜p`' )T[GT5I0{]EMwTJhLʗ/9dꥄ@Ld' _'urJ2UaH9u>&G7CInOfX2vةK!" uO_1,kNRK.hJ͸G/Jar6mb2`r<6#u-v,#ʄ}u8SBL"NQPU6\Z D2Z@uE^'m-t2yɷap-~ $N70{x܀jdd `V+1-_Ri^ |5#X]0LPl&Ds g,s;f("4{@)%7n9# ÊM36|<ڋ:SnPe 'xE#0H)Ne?<]j:+?>ܟGaKj8S+u$ k>t֤!g]ӥYIWÍ8N+⿏ ԡE=9m5*pQSɱ'|m¨g[ng呇nw{Aiiq;/bg)[IOp`_#Y':5!ɡ'Wb=["+!#7fg߁6ktmd { 7&w<[mA M4N[JS9&23S!,< |9g+[о 3cJGх^~eFwbym=xe B&L,C^c뱹 H\U`JXgf9bX &pK7 $-X gje/p`Hb.U3!`9g_̼Z+؟Tq\;iJ98UЀ} WCĻ=?1il 6{G˱}D~1# `hw%k^G|F)e˜v-H:&dCL ̛L Zu;G@A2~gRH: |x0X1Mxa -%2&79bp ڳ67S_w8 -sF ZNq8Qu2`4CYD-\"($£ȑDzbgcff}*Xk_X%'+ƲlG0U^OhR <A0A] 0Pt]qtnvܐ13NZ;k0{2j/z0@?(lUAP `g_2[ $مQ$CC&f ~CKDru35J(h}H2I&d&~k,޴W"X w(Zp@v(GwER"DXLy~ѓKbFv>StuasOGӃXل EzYڔ$XX;B[5- q[ɉcz ɍZ:To0;?y,|&|~BlTHw78n7)c'HJgBu{{O:0! ƌuaѼbNy)owV@uC@#"fM̧;Nq*>cdFs#_R(nzNw11D۽FZ\)X_H2XB=^AHdenGf0S{V<F3*g]bD  WNz;q,O ėދ5Ep R+zCoG_4!@Ɵ: ,Ͷoa 4:gdQ>Jf(!(P Q)hힼjsQQ?s ,v)XHAGxLXBq7ϊ._ԹnlIL;)ۦV%+I㌪dްO>ewO[1[ 0Uz(]?%1I $ M)=rY1tzܩYdrt0G\ӶlM(!N4.oU}J(̴cXXd^TϚ-}gR% zaoY\a/RQ\Ja"͓*Zgyf6 >W+I(JZ(]wSZBÇrnV#4S^I 7"ª,ʌ8 wRO%(% R 3!iNٳU}:9E\Dmb+%c6WS ໄ_Ui8S sh;cF M+X/rwenI%R]߿S~E0g g!B&p|yѸQy *=:,&xH0e]͡. H"RFc!sG]^9ވ@/ de^n+ky *89CݒYM]W!4oh|أl`=ZDxX2* .+cYc/3 ;/gE%W "l}}]2>ŽO56IHƘ:+n?NM PlE7L{P+R>rËD O]iA<5wz0Iy?ς67l>fA[b}/4]"'>K\zRUB7HNm.)>J[B扔BDQh4t L2 BZwӌO;T'2[cDhx=&܍3&+J, vR P2ܦ(lNCZc/~lV\yM^v 3T lӶ>e:4*r4Č"Koi0^(ӱJ9G xzʙ)g/R'*ݹ/3G:U$htua$(~bG?ўkǹ.0]K. OZ<9 TMDSvTwg͑{P}DoIf©y+|djڰ$(Ţa DR(ZMLU(+x9JxmrPidޭ9d-M䡮<=Z{́5"sFU ;%6#[1o3<Ӛ)ΈxAY;N}XS 2 N7Bc[W{+VKJsZGUM%|'CH#wB`fuGʂ({s<KGҌjdϽpK|%%Tς3k޵SHR~ZRrJB=.(XQ쟾FK'mʰO(Vٝ? _ϦˠQ&H#Z(Hil8 ~O+s*֥¤37txVxBr yY/p6Y T7qn: !%Fn݃gaΫK\z ʰKJ |{}:E?!#Kܬ{F{vaC x0]ALI &o]d]vZ HmTa Dެrb%("_T["~q&Csk c;(m:'2/)&D=l *s}ZqR>fPycF̗1yO'IO NsԙgDm^.Req{Hj-.ȴOe@?znK?G-V*S/dUi DLyvm[2i8ʅUWޝDYiZƍu2j( k"Ll@68"n"-M8DFHE)(W m3(C)-v2lçBSR CfHc zB {Fm/G7y<^f 4D_>Y?dEkh۔@ +CEdTtBҀ̚!ԃN_c$NCGL%)$=&庝jC'ISRyR0qtPWd)=9(ƻw xJФG? ЧNbU1 ڬaU}/9l u*Vg_$y~>bRÈS:&r֮ۅY8^Eb(O+08鑢_YX%QeH;,zYIJlzxȦ#3M4vҿ!B?mr-E8e VвdXeX4J85`5+\P5"vvE+0Fz*g p ڶ"y|e2͏ 2X Ÿ4 ,ux9LǺ~pFWF=jFeyʊG 5~Jul#_j3RNErhDh˳\A$Spv_im7ІӋL80=N5?3'7']f2Gfdy0jpƹ[itPǍŸN}U-,Oj}K}dӚFۛѕ-_4GKIi1߈Ej9l'%S)E?u>vw dh4!ЋM@PcΣO g&n60{_+zFCXN6vWo":U>ȋ~;)UqДϿ"7uN?ׂKK8RT̾hdTN;*NZPFu1sGv}n;ofXp&eBwvX o 46[{y(+ KUȌ?yZQdOzpIvxo J񀚩DWC+n4Hm6=~~ET aAPf-FqQS&ف](TYD[{5t˒^5C: aD>Eîa7$xJ:R? m( ~ y E"kA 5ux0 k^w^̀rEwfq7Av+(TҷXg{ۚj30(9{>~U|<s Oɍ'B^|a;}tÅ#Of EiQ%~ #9ۧKJYǒRT=uGF-6*\\sۦLmY]'SE,ڼnt7m ZTS;o.E8IW~Eqxjf o"&Ҋ0_ |MCgw۬6k}|-`H*Y:7kn:M"MkB-&9Ж*[? 4̫_ %'/XhA|3 *QRYl<4r92x# ݴ699.\>@ ,|ESy5FUC0'dLN9-HNBQ}k"!tV! Mrf,7] fؓ:1x,% {,S>V+/CYf+l ;y^H vާԺ4eܤC7L(!VPbn폜!u[f7م{a aO7p;QBK{*ʒ+SiĂƽ86nrw2wn DL4!zeg39FDTQH1A *Lx9HК>$](@5S{81{Wx@I6/GthZ@o)L$4>}AH|+?Gh}' nmes.UZЬ ^:$1;lyܠM =ӑٹzZ M6h=5W%lgWi^v:!"S14-!wš)؍<߉O I&Z2S8E"I'4q?Pn$wˈ¿Yڗ+} AxEZ8[M2([ht^Wp-w^&IE}jQa L%1[?i8Ҕ7Evf ;iƼa`0z"rI$` \؏n-Ѻ>O$l節\뿈O+xDWM93*`@e%lPæV/b.﫢 w!spK/REC$)ǾT&fU5v+>ŢMQG3s&:C5Pق 8rVche=q0vy6IA+T̞q[ۡRG9 Ht7Co( Bh"$aB ?h)[kt*yR MT =XCsHy z߽X!@˯VK,5Xm%ߚ^.DYO\bw=5UL-k5j b}-CLjpn$n E6d.F`0:M=;P)o`O,lŤ7L-|eݡK7aM `b̲ L~%TUf*YF L+^cptxHsY>lܦ)9kVe /OKi,ؾTf |7yxE0bo! T%cwDMM A<`y(JG+:@-3aY"ݑ+Y,B=HA~{w)+NPIo/"dm'&+;V"QE sUzTTHua(/JNb ( )=ԩOm_i. , a[:LSr/77*d+4ԫ/ V]vIL śo1$5CJ"__ºYD0 MV@WM*ڑ9_yC) BPd{J^XT;5!;qwzPch.zbe[AJs8Dq]'n)Es{SbQdA1p*k`LECu_W|Muj&dGm j?O3 Ad}o* >dfPT5~#i_Ǿ >(If'>Jl&ѳj$Dwe=yPڠ ƐM0}#R"#>FGUtBd>6Тs4Nu~uTɔsxԁ*ٯAuQgH߁<;iKPO-u1 s k&|8d`Ki$=^ЬRKf_&` X3Hke1Fv6i׆@#b!{C,Lt{N>Es@rƏ'!!#2tq\yxZ-m;sgXG׏mvoaȋAOLaNkǡirsG  ޯ#Hw]<#[ˈc/{P{/;RD} "̔{ƜcsM6I1ָHT "bUu{sʰVRs °nf/v@^}`:&@wxBlǏjáD':̞D@cRJ8)^/x[ ;]؊65`TEir8SֆSs:1AoK" e>UnBuߕP⌋OpkP[Tb12C=hG1Hކe;ؙ|lGEy0(8_3V5[kf[M *&((b)IǜXTb*o'2G@fYtuFwXeP]WGፐ Zr>鹏3A(RBl'N/hGtLz1or֩lQgeIEm!g\{2d9?wDm@NTgxfL0TYBV_.C;Խn i\Q"5o)k/k7QרkV[qUt" RIbn**LtSv3>{Y NCy bm1Z7CW k7bN3 G-Y@VjސEH̙EKm{#zE%nK]ZƆue w°!{쭞eigm*{ Aag&ElL.\ 9m\"ʴSm6_\$v9dxI,<W#Yq3Z=R9jzR)]^  vnRN (ubzY Sӵ0 zEF"#Mx ^5B7JME$Oog5(V|id|ӵ4"Wy?VmbnY}g !2R= u!O|v|)?B9lQ%ԩ$i*x4'cXW+a')+X>gW*czhP d*mtw( J:2U:5%bVE&8=qX ^92ZY|v{k@:OeP .mOI#up"E)+1 {yHu4)sC%gøwo Q- %x;삹S{2sNA5@24L/& 7ő9 敄?jls@7Kf#K5y.![˴[դǃwXk1sYW!R`wOHb<ϙW,kα귢FU2lvyjB# ž-jy2rư+?9K)^ ͣfsKךa*' kd &",4TjbJϙ+忙Z#|.Bz}`yI>mfġ./m'qb?\ ؀Ȫuc<Ž=wh(yoWi~1*! DQ q>v-~K1h ˄j VN0oE |-וu?azYh%Ǫ3 OZt"$,Zlٸe[z* DZ9Ɛ j\6w[YݡԫhY5CGuѨ RfBjAw1B#U7vLY͐sy M2KC(M{u?vrP!k h2|:Ԓ+KUz=*=^ƶDZ%EQta_ P"G`!7@nlQ{{R?4LjcP=pDm1*$ jITdo<ڰ_.w(p1{c ~˲sm5]c>k{̂ [e%im;&\qq1\9]DA Gu1%0ɩ p^y>ryeC~혈_q4?6=BHs9< .1s6?Zf/6B";o-0҂]+F#m&Agމ.l\A 05|,-;ͳ6%&h}Y6$~ َum-Q,Zcy/܀P-&.3mP`alV;4´T @Tb+ˢ| % |>{`waxIw~Ղ鋱0h߸*r1NrI/Ә%/}15\v:_nY#U9DN+@,@Op])!gٱ2j}̪Dpw30Xiϐy8m nl?MNR.?4UvdSoAre"8t(FJ!צY󽴬s>LHJ4 YxepQߡ7 !4ww5"0^%ueZBZ~帆#&0CsTJ;. ?k1V A5ڐ:f1k)Hs[⊑=zrPQauG:Iл;a$0&X5X1DAFWCS8%W9i"fPp*qυz6c!H()(?e$۴hx/vզFaS6T: ܢwK'hy=]MRes}?fBo8oD˓ͧݝrr 79ɐ qj\<`PV:a^ xU_\ _=RmЖ:Y޳)Z@xs`$V,!qz2\8R B,9\k&~tCYxB`:B&e$u)Gh2pTz*kKz~%jXCUC`DL(ԭQzGp@ hIK;š:KWm GSniÿ#; iy>rmkm& c?Ai:֪Vu*,~)GY)4$_T0%KYO]9+8NdžXFKc57 j 977pl#(qO⁡aA#ft*h˺F%~7iyCjҪ\b;V7Sx}p5Uє8t!2 Q#CKr'c[~OZw&G=I iAQ߉ Z#![ ܆N:!rH}11Ff=Iq &6BsuuF,ܘ.ώz#zZ$=G}c P@`r 76Cu:/H8J9q,Z; &HUဌ6erً(ʋynۑRawSb:|sEImUmBh}{q?=#*?HWvlE޹!blzVؽBi3X3^c­\Dj fShof B&Ɯq+$hރn[ۘfĭ xl,l J%cFP\{uU}fFIz4/&"P#kܖtzs;{??fŒnܞOc%~ :q2XZ0w5 "ޛL hx~!Bl~OaM\؇OL8($j@}X\3 aYu2(?FVl}٨3;cle\1$ 2-xdo5䑜iOPd*dKjU,GWL#>@Cxlv\p#/8B W(<'J xM5Ǩj7p `ps͎~dl-'7SvRU4اXAz.79tZ 'VB])Ape2J@K&; yȟX.:z_)ߕ}O&]d8"+:=@rwkG pAW&V`aAm?EB$_Vl7K4E!Y5Q0iDG:qI]--F{90˝'&9DiHp e8m9 Z`6CmۡFDY-t޷\B/eh hUIvT)ߠH0-Lӯ{YߖtYu/g}x _ ;l$7T%n|tǞ[٭uQbfqcɼ|?S c / gyla*Lr@*xΒ~׷YNXmH e#% '4^%HTuYbj0,"D@4Y]hu~#K7?V-T$ ]65rAO%*ku1un]L+W1-O\Er2P-{grj9~C e]f#7*/,t^/ғ+gh3}V-e@ "_mYB aT7ǃ^o!27m̖-a G5 tCssێC[bE!Kc})qIC),7_)ͳv}+gqķ^7 Ok YZ