python3-32bit-3.6.10-lp152.4.6.2 4>$  Ap_A-/=„~Q*l`?l Xb(vp&[93L}2>'6 *(T^eqbsfb_Q?ccJnЦOsHFj17AO˺+Mvs^ĭd^/0wBqQY8,-CcJ(7iWMdo 7nbu P$L>n9QJG!5A^ Űkc{cCg"_u5:#TLXb]:d*E@'][XlX'1M8 /". $S1kl[1z e!-}Tp>_ ?^d # 8 1HNUdt |    ,@Tx%(P8XG9tG: jG>ZGZHZIZXZYZ\Z]Z^[Xb[c\Td\e\f\l\u]v]w^Dx^Ty^d^^^^Cpython3-32bit3.6.10lp152.4.6.2Python 3 InterpreterPython 3 is modern interpreted, object-oriented programming language, often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python3-doc package. This package supplies rich command line features provided by readline, and sqlite3 support for the interpreter core, thus forming a so called "extended" runtime. Installing "python3" is sufficient for the vast majority of usecases. In addition, recommended packages provide UI toolkit support (python3-curses, python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE development environment (python3-idle)._A"cloud121openSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.python.org/linuxx86_64/sbin/ldconfig8vAA큤_A"_A"_A"_A"0457362c1ba06e3dedd01393ee33acf9b2140c60d6032f353675344e007c0d776928b421e147a34353dcef8dae6a7d4142b508d7b556b46fa55eaaf3c601d421rootrootrootrootrootrootrootrootpython3-3.6.10-lp152.4.6.2.src.rpmpython3-32bitpython3-32bit(x86-32)@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpython3.6m.so.1.0libreadline.so.7libsqlite3.so.0python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1_@^^g@^>^>^8 @^0"@]f@]+]@]m]y@]v>]8H@]8H@]1]]@\\8\@\E@\C@["@[6@ZZԐ@Zx@Z@Z@Z Z Zz@Zhu@Z`@ZLZ"Z }YYX@Yo@Y@YY@Y@YI@XӸXƉXXqX@Xv@W@Wx@W_W@Vm@VhV*!@VCV }@U@U@U@UU[%UT@UCjU@TeT;Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matěj Cepl mcepl@suse.comMatěj Cepl mcepl@suse.comtchvatal@suse.comtchvatal@suse.commimi.vx@gmail.compsimons@suse.comadam@mizerski.plschwab@suse.debwiedemann@suse.comtchvatal@suse.comjmatejek@suse.comnormand@linux.vnet.ibm.comjmatejek@suse.comdimstar@opensuse.orgmimi.vx@gmail.comjmatejek@suse.comdmueller@suse.comvcizek@suse.comschwab@suse.dejmatejek@suse.comkukuk@suse.dejmatejek@suse.comasn@cryptomilk.orgjmatejek@suse.comjmatejek@suse.comjmatejek@suse.combwiedemann@suse.comjmatejek@suse.comjmatejek@suse.comhpj@urpla.nethpj@urpla.nethpj@urpla.netjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comjmatejek@suse.comtoddrme2178@gmail.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.comfisiu@opensuse.orgmeissner@suse.comschwab@suse.dejmatejek@suse.commailaender@opensuse.orgrguenther@suse.comp.drouand@gmail.comjmatejek@suse.com- Add CVE-2019-20907_tarfile-inf-loop.patch fixing bsc#1174091 (CVE-2019-20907, bpo#39017) avoiding possible infinite loop in specifically crafted tarball. Add recursion.tar as a testing tarball for the patch.- Add CVE-2020-14422-ipaddress-hash-collision.patch fixing CVE-2020-14422 (bsc#1173274, bpo#41004), where hash collisions in IPv4Interface and IPv6Interface could lead to DOS.- Change name of idle3 icons to idle3.png to avoid collision with Python 2 version (bsc#1165894).- Add CVE-2019-9674-zip-bomb.patch to improve documentation warning about dangers of zip-bombs and other security problems with zipfile library. (bsc#1162825 CVE-2019-9674) - Add CVE-2020-8492-urllib-ReDoS.patch fixing the security bug "Python urrlib allowed an HTTP server to conduct Regular Expression Denial of Service (ReDoS)" (bsc#1162367)- Add Requires: libpython%{so_version} == %{version}-%{release} to python3-base to keep both packages always synchronized (bsc#1162224).- Reame idle icons to idle3 in order to not conflict with python2 variant of the package bsc#1165894 * renamed the icons * renamed icon load in desktop file- Add pep538_coerce_legacy_c_locale.patch to coerce locale to C.UTF-8 always (bsc#1162423).- Update to 3.6.10 (still in line with jsc#SLE-9426, jsc#SLE-9427, bsc#1159035): - Security: - bpo-38945: Newline characters have been escaped when performing uu encoding to prevent them from overflowing into to content section of the encoded file. This prevents malicious or accidental modification of data during the decoding process. - bpo-37228: Due to significant security concerns, the reuse_address parameter of asyncio.loop.create_datagram_endpoint() is no longer supported. This is because of the behavior of SO_REUSEADDR in UDP. For more details, see the documentation for loop.create_datagram_endpoint(). (Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in bpo-37228.) - bpo-38804: Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - bpo-38243: Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML. (Contributed by Dong-hee Na in bpo-38243.) - bpo-38174: Update vendorized expat library version to 2.2.8, which resolves CVE-2019-15903. - bpo-37461: Fix an infinite loop when parsing specially crafted email headers. Patch by Abhilash Raj. - bpo-34155: Fix parsing of invalid email addresses with more than one @ (e.g. a@b@c.com.) to not return the part before 2nd @ as valid email address. Patch by maxking & jpic. - Library: - bpo-38216: Allow the rare code that wants to send invalid http requests from the http.client library a way to do so. The fixes for bpo-30458 led to breakage for some projects that were relying on this ability to test their own behavior in the face of bad requests. - bpo-36564: Fix infinite loop in email header folding logic that would be triggered when an email policy’s max_line_length is not long enough to include the required markup and any values in the message. Patch by Paul Ganssle - Remove patches included in the upstream tarball: - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-16056-email-parse-addr.patch - Move idle subpackage build from python3-base to python3 (bsc#1159622). appstream-glib required for packaging introduces considerable extra dependencies and a build loop via rust/librsvg. - Correct installation of idle IDE icons: + idle.png is not the target directory + non-GNOME-specific icons belong into icons/hicolor - Add required Name key to idle3 desktop file- Unify all Python 3.6* SLE packages into one (jsc#SLE-9426, jsc#SLE-9427, bsc#1159035) - Patches which were already included upstream: - CVE-2018-1061-DOS-via-regexp-difflib.patch - CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch- Add CVE-2019-16935-xmlrpc-doc-server_title.patch fixing bsc#1153238 (aka CVE-2019-16935) fixing a reflected XSS in python/Lib/DocXMLRPCServer.py- Add bpo-36576-skip_tests_for_OpenSSL-111.patch (originally from bpo#36576) skipping tests failing with OpenSSL 1.1.1. Fixes bsc#1149792 - Add bpo36263-Fix_hashlib_scrypt.patch which works around bsc#1151490- Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, bnc#1149955, CVE-2019-16056]- jsc#PM-1350 bsc#1149121 Update python3 to the last version of the 3.6 line. This is just a bugfix release with no changes in functionality. - The following patches were included in the upstream release as so they can be removed in the package: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-5010-null-defer-x509-cert-DOS.patch - CVE-2019-10160-netloc-port-regression.patch - CVE-2019-9636-urlsplit-NFKC-norm.patch - CVE-2019-9947-no-ctrl-char-http.patch - Patch bpo23395-PyErr_SetInterrupt-signal.patch has been reapplied on the upstream base without changing any functionality. - Add patch aarch64-prolong-timeout.patch to fix failing test_utime_current_old test.- FAKE RECORD FROM SLE-12 CHANNEL Apply "CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch" which converts shutil._call_external_zip to use subprocess rather than distutils.spawn. [bsc#1109663, CVE-2018-1000802]- FAKE RECORD FROM SLE-12 CHANNEL bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo#34623.- boo#1141853 (CVE-2018-20852) add CVE-2018-20852-cookie-domain-check.patch fixing http.cookiejar.DefaultPolicy.domain_return_ok which did not correctly validate the domain: it could be tricked into sending cookies to the wrong server.- bsc#1138459: add CVE-2019-10160-netloc-port-regression.patch which fixes regression introduced by the previous patch. (CVE-2019-10160) Upstream gh#python/cpython#13812- FAKE RECORD FROM SLE-12 CHANNEL bsc#1137942: Avoid duplicate files with python3* packages (https://fate.suse.com/327309)- bsc#1094814: Add bpo23395-PyErr_SetInterrupt-signal.patch to handle situation when the SIGINT signal is ignored or not handled- Update to 3.6.8: - bugfixes only - removed patches (subsumed in the upstream tarball): - CVE-2018-20406-pickle_LONG_BINPUT.patch - refreshed patches: - CVE-2019-5010-null-defer-x509-cert-DOS.patch - CVE-2019-9636-urlsplit-NFKC-norm.patch - Python-3.0b1-record-rpm.patch - python-3.3.0b1-fix_date_time_compiler.patch - python-3.3.0b1-test-posix_fadvise.patch - python-3.3.3-skip-distutils-test_sysconfig_module.patch - python-3.6.0-multilib-new.patch - python3-sorted_tar.patch - subprocess-raise-timeout.patch - switch off LTO and PGO optimization (bsc#1133452) - bsc#1130840 (CVE-2019-9947): add CVE-2019-9947-no-ctrl-char-http.patch Address the issue by disallowing URL paths with embedded whitespace or control characters through into the underlying http client request. Such potentially malicious header injection URLs now cause a ValueError to be raised.- bsc#1129346: add CVE-2019-9636-urlsplit-NFKC-norm.patch Characters in the netloc attribute that decompose under NFKC normalization (as used by the IDNA encoding) into any of ``/``, ``?``, ``#``, ``@``, or ``:`` will raise a ValueError. If the URL is decomposed before parsing, or is not a Unicode string, no error will be raised. (CVE-2019-9636) Upstream gh#python/cpython#12224- bsc#1120644 add CVE-2018-20406-pickle_LONG_BINPUT.patch fixing bpo#34656 Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a "resize to twice the size" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data.- bsc#1122191: add CVE-2019-5010-null-defer-x509-cert-DOS.patch fixing bpo-35746. An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.7.2. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.- Add -fwrapv to OPTS, which is default for python3 anyway See for example https://github.com/zopefoundation/persistent/issues/86 for bugs which are caused by avoiding it. (bsc#1107030)- Apply "CVE-2018-1061-DOS-via-regexp-difflib.patch" to prevent low-grade poplib REDOS (CVE-2018-1060) and to prevent difflib REDOS (CVE-2018-1061). Prior to this patch mail server's timestamp was susceptible to catastrophic backtracking on long evil response from the server. Also, it was susceptible to catastrophic backtracking, which was a potential DOS vector. [bsc#1088004 and bsc#1088009, CVE-2018-1061 and CVE-2018-1060]- As we run in main python package do not generate the pre_checkin from both now- Move the tests from base to generic package wrt bsc#1088573 * We still fail the whole distro if python3 is not build * The other archs than x86_64 took couple of hours to unblock build of other software, this way we work around the issue - Some tests are still run in -base for the LTO tweaking, but at least it is not run twice- update to 3.6.5 * bugfix release * see Misc/NEWS for details - drop ctypes-pass-by-value.patch - drop fix-localeconv-encoding-for-LC_NUMERIC.patch - refresh python-3.6.0-multilib-new.patch- Apply "python-3.6-CVE-2017-18207.patch" to add a check to Lib/wave.py that verifies that at least one channel is provided. Prior to this check, attackers could cause a denial of service (divide-by-zero error and application crash) via a crafted wav format audio file. [bsc#1083507, CVE-2017-18207]- Created %so_major and %so_minor macros - Put Tools/gdb/libpython.py script into proper place and ship it with devel subpackage.- ctypes-pass-by-value.patch: Fix pass by value for structs on aarch64- Add python3-sorted_tar.patch (boo#1081750, bsc#1086001)- Add patch to fix glibc 2.27 fail bsc#1079761: * fix-localeconv-encoding-for-LC_NUMERIC.patch- move XML modules and python3-xml provide to python3-base (fixes bsc#1077230) - move ensurepip to base- Add skip_random_failing_tests.patch only for PowerPC- update to 3.6.4 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed python3-ncurses-6.0-accessors.patch - drop PYTHONSTARTUP hooks that cause spurious startup errors * fixes bsc#1070738 * the relevant feature (REPL history) is now built into Python itself- Install 2to3-%{python_version} executable (override defattr of the -tools package). 2to3 (unversioned) is a symlink and does not carry permissions (bsc#1070853).- move 2to3 to python3-tools package- update to 3.6.3 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- drop python-2.7-libffi-aarch64.patch: this patches the intree copy of libffi which is unused/deleted in the line afterwards - fix build against system libffi: include flags weren't set so it actually used the in-tree libffi headers.- Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- fix missing %{?armsuffix}- distutils-reproducible-compile.patch: ensure distutils order files before compiling, which works around bsc#1049186- Add libnsl-devel build requires for glibc obsoleting libnsl- update to 3.6.2 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed test-socket-aead-kernel49.patch - add Provides: python3-typing (fixes bsc#1050653) - drop duplicate Provides: python3- Add missing link to python library in config dir (bsc#1040164)- update to 3.6.1 * bugfix release, over a hundred bugs fixed * never add import location's parent directory to sys.path * switch to git for version control, build changes related to that * fix "failed to get random numbers" on old kernels (bsc#1029902) * several crashes and memory leaks corrected * f-string are no longer accepted as docstrings- prevent regenerating AST at build-time more robustly - add "--without profileopt" and "--without testsuite" options to python3-base to allow short circuiting when working on the package- FAKE RECORD FROM SLE-12 CHANNEL update to 3.4.6 (bsc#1027282): * fixed potential crash in PyUnicode_AsDecodedObject() in debug build * fixed possible DoS and arbitrary execution in gettext plurals * fix possible use of uninitialized memory in operator.methodcaller * fix possible Py_DECREF on unowned object in _sre * fix possible integer overflow in _csv module * prevent HTTPoxy attack (CVE-2016-1000110) * fix selectors incorrectly retaining invalid fds - drop upstreamed python-3.4-CVE-2016-1000110-fix.patch - move _elementtree to python3.rpm to match its pyexpat dependency (bsc#1029377)- Add 0001-allow-for-reproducible-builds-of-python-packages.patch upstream https://github.com/python/cpython/pull/296- reenable test_socket with AEAD patch (test-socket-aead-kernel49.patch) - reintroduce %py3_soflags macro (and better named %cpython3_soabi equivalent)- update to 3.6.0 * PEP 498 Formated string literals * PEP 515 Underscores in numeric literals * PEP 526 Syntax for variable annotations * PEP 525 Asynchronous generators * PEP 530 Asynchronous comprehensions * PEP 506 New "secrets" module for safe key generation * less memory consumed by dicts * dtrace and systemtap support * improved asyncio module * better defaults for ssl * new hashing algorithms in hashlib * bytecode format changed to allow more optimizations * "async" and "await" are on track to be reserved words * StopIteration from generators is deprecated * support for openssl < 1.0.2 is deprecated * os.urandom now blocks when getrandom() blocks * huge number of new features, bugfixes and optimizations * see https://docs.python.org/3.6/whatsnew/3.6.html for details - rework multilib patch: drop Python-3.5.0-multilib.patch, implement upstreamable python-3.6.0-multilib-new.patch - refresh python-3.3.0b1-localpath.patch, subprocess-raise-timeout.patch - drop upstreamed Python-3.5.1-fix_lru_cache_copying.patch - finally drop python-2.6b1-canonicalize2.patch that was not applied in source and only kept around in case we needed it in the future. (which we don't, as it seems) - update import_failed map and baselibs - build ctypes against system libffi (buildrequire libffi-devel in python3-base) - add new key to keyring (signed by keys already in keyring) - introduced common configure section between python3 and python3-base - moved pyconfig.h and Makefile to devel subpackage as distutils no longer need it at runtime - added python-rpm-macros dependency, regenerated macros file, drop macros.python3.py because it is not used now - improve summaries and descriptions (fixes bsc#917607) - enabled Link-Time Optimization, see what happens - including skipped_tests.py in pre_checkin.sh run - run specs through spec-cleaner, rearrange sections- FAKE RECORD FROM SLE-12 CHANNEL apply fix for CVE-2016-1000110 - CGIHandler: sets environmental variable based on user supplied Proxy request header: python-3.4-CVE-2016-1000110-fix.patch (fixes bsc#989523, CVE-2016-1000110) - refresh python3-urllib-prefer-lowercase-proxies.patch- FAKE RECORD FROM SLE-12 CHANNEL update to 3.4.5 check: https://docs.python.org/3.4/whatsnew/changelog.html (fixes bsc#984751, CVE-2016-0772) (fixes bsc#985177, CVE-2016-5636) (fixes bsc#985348, CVE-2016-5699) - drop upstreamed werror-declaration-after-statement.patch- FAKE RECORD FROM SLE-12 CHANNEL Due to being fixed upstream (differently), removed outdated patch CVE-2014-4650-CGIHTTPServer-traversal.patch (bsc#983582)- move _hashlib and _ssl modules and tests to python3-base - recommend python3- Add Python-3.5.1-fix_lru_cache_copying.patch Fix copying the lru_cache() wrapper object. Fixes deep-copying lru_cache regression, which worked on previous versions of python but fails on python 3.5. This fixes a bunch of packages in devel:languages:python3. See: https://bugs.python.org/issue25447- update to 3.5.1 * bugfix-only release, dozens of bugs fixed - Drop upstreamed Python-3.5.0-_Py_atomic_xxx-symbols.patch - "Python3" to "Python 3" in summary * This seems cleaner and fixes and rpmlint warning- FAKE RECORD FROM SLE-12 CHANNEL Issue #21121: Don't force 3rd party C extensions to be built with -Werror=declaration-after-statement. (werror-declaration-after-statement.patch, bsc#951166)- Add Python-3.5.0-_Py_atomic_xxx-symbols.patch This fixes a build error for many packages that use the Python, C-API. This patch is already accepted upstream and is slated to appear in python 3.5.1.- update to 3.5.0 * coroutines with async/await syntax * matrix multiplication operator `@` * unpacking generalizations * new modules `typing` and `zipapp` * type annotations * .pyo files replaced by custom suffixes for optimization levels in __pycache__ * support for memory BIO in ssl module * performance improvements in several modules * and many more - removals and behavior changes * deprecated `__version__` is removed * support for .pyo files was removed * system calls are auto-retried on EINTR * bare generator expressions in function calls now cause SyntaxError (change "f(x for x in i)" to "f((x for x in i))" to fix) * removed undocumented `format` member of private `PyMemoryViewObject` struct * renamed `PyMemAllocator` to `PyMemAllocatorEx` - redefine %dynlib macro to reflect that modules now have arch+os as part of name - module `time` is now built-in - dropped upstreamed patches: python-3.4.1-fix-faulthandler.patch python-3.4.3-test-conditional-ssl.patch python-fix-short-dh.patch (also dropped dh2048.pem required for this patch) - updated patch Python-3.3.0b2-multilib.patch to Python-3.5.0-multilib.patch - python-ncurses-6.0-accessors.patch taken from python 2 to fix build failure with new gcc + ncurses- Add python3-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- improve import_failed hook to do the right thing when invoking missing modules with "python3 -m modulename" (boo#942751)- Build with --enable-loadable-sqlite-extensions to make it works as geospatial database.- dh2048.pem: added generated 2048 dh parameter set to fix ssl test (bsc#935856) - python-fix-short-dh.patch: replace the 512 bits dh parameter set by 2048 bits to fix build with new openssl 1.0.2c (bsc#935856)- ctypes-libffi-aarch64.patch: remove upstreamed patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64- python-3.4.3-test-conditional-ssl.patch - restore tests failing because test_urllib was unconditionally importing ssl (without really needing it) - restore functionality of multilib patch - drop libffi-ppc64le.diff because upstream completely changed everything yet again (sorry ppc64 folks :| )- Update to version 3.4.3 - Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch (bpo#21766)- Add python-3.4.1-fix-faulthandler.patch, upstream patch for bogus faulthandler which fails with GCC 5.- asyncio has been merged in python3 main package; provide and obsolete it - Remove obsolete AUTHORS section - Remove redundant %clean section- add %python3_version rpm macro for Fedora compatibility - add missing argument in import_failed, rename Novell Bugzilla to SUSE Bugzilla/bin/sh3.6.10-lp152.4.6.23.6.10-lp152.4.6.2python3.6lib-dynload_sqlite3.cpython-36m-i386-linux-gnu.soreadline.cpython-36m-i386-linux-gnu.so/usr/lib//usr/lib/python3.6//usr/lib/python3.6/lib-dynload/-fomit-frame-pointer -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:Maintenance:13756/openSUSE_Leap_15.2_Update/390b7e99f1ae75ff8daf468a445e3588-python3.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=12a287dc854be18437c28601bb92a986ba29ea5d, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb5e7382e773ef7c70927b6293aafcf862852169, stripped R RRRR RRRR RRRRRR RRRutf-85caefb9bee751f7da8d13aea8501b3182845c98187d9fbf88044c67ee76fa0c4? 7zXZ !t/ᲇ] crt:bLL 11/g:_])~]D9+1cgGQԇ/iy~HJpdmO35 go;z?6nes\}ք`lyLUajTn1d9~B"lgsS/WcYxjdC{?Z\ωJ11 JTYOV"zۡp7ܓɱ膠!)ư}ǓHu F#b{urc OYYًlŰ֌xCۛ‹_BdL/]Va]`!2Lcs{ֶjؗ0yEAo`׳D¦F%qxb{Je:r TyT)TY5RTMCt2:jX" ö"$Nm^1gx ']F5U0{V]X>R̓ƹ`ε7ئg3Ÿ #b  dS磔|ѣ{4l/Bf^p+IX)7`>vq=䒛NK?0 Rk[e? u|1X"%#0L]w-@q˥S`$Bg,T5=4B}G(Hi_u,Z "^;Kմ Fe~]љmhq=A๷NIVLd1Pu1 :cnS$ǥkY^/!kuF]U/ 0H, א.`O Kk#d$:L+2o˖ۺR,(PEX{HUZĮE#{Nr*g?t !ڃcWc~}zh2LIc%>یSjbVb9 8/,&~#$! ;>SD/S/L/\s׮gÜqdFGo v#I2XN|K G" %$WSWnaOTn"'-}(agϵT+_:d:gK#k]=-0N#k6O0PSO(#,K}BeY|^5=4S}Ą.OK|;_ڇW6cS?ay0kϞeC3 }PNF6UǛJ~S͈X@K.σB^rULGKI YU 9&E&<,.Y+]0{|ے(b | v8IKpF zG"HO,)-x&9C>f>v.i Lo^GO1rv[kbh4>PSOh5Y\=Ngdžþ>! [\pt%E)i`n76^Khd*8ʨϡQ}vV <2΄xa/c%wT;UOg4>أH`{nlc5̆j·% h*r('%gD nQ:6z ^9ߣbM `&1qU*nHVr' 3j1glBH5a^ZKoU+uX/$5G@\n' NpOH^! ZpH>,(q2{"}I amb]:x3hjy/L qfZ`f-RMo[J/=6Ӊݱ`-vmwǧ󙭮TU-&d=&I U/t91xk x(kgW/k;0}@#Ryؙ8~b 칠ET4q0|=" h@%k \EPm+Yu؎!,(E΍Yj=YBKuMmdzƨ69˪UBMo㦪ZϝHtjBqur>xVJWLr)ݟ tώ&=@љųu}_v%'rM`i!,{\نplThoX.emm$0B-x#/-<[*gኢӏ@q?G/. }e@VUM/s5O>HR jy^acEkVS(щtt#KGS@;q'tRnXRѻ‘y@7=JXa輻/|/a ſ%`%:>Xhc<ڬ2^Mxeнj&~hhksoϧyX,|"$S Wi=!b=&>٨Tzd|X삯L%=o9,ת){$xĕط5{X9>)ZK'O"wcQv$){M[ [Dy+1|+Y8cjro>*1)aowxCر׻KkGjg.*7!'G>1R빪?4{uPV >h իd% oޘoE?bZE+=]QQX>VwgorIÆ;Mº*2eHfZ<挒Ii=]nPZi $sGN:'t]lxD"qRcN>$g̸_Uxcj^cܗNlxl*8:Zs"6>^ :uD~?$q3n~$Gj8*T;DO{d׍4 W6XJ$ UdeIBKKFusV MJ=8))9B(۟J 0MZfm֣u*%j_Ʃ8_{~Ĭ Cm6HԔv z'@L ƱNoc'g8X]6V6/ GBِFzaӞץGЬ&uqAN&sf0iǟM_["݀QW.hjJ4HDMW:X1N\w)}FJ2^.-'8UC>#fWDG QZ=({YF$f;0$pc[\LɠyWdjâ[Uyr=Qmu9Z*0EMVڪQbJƵA!pgW6ׯeQSiM%"cX\Ua;KuPXN1E]8^MO7U &k6,S& jvMj^/EK㯫tsz f (y>̓'S= 1-;hHuˊBϑR[kp$r|CF Z셧E;nv$q?da2lwKxP7(r cbAwa2-ƂASoi޶E˭M_DzwdH_0 Z4 @ ~#XD~xr2]~kEC'gg g|W!>`B1_T优\]4.N= _As@?ycz"8v2q>TU 5WMF*0M(ϒs=_6x"'l_~9gҭ 8קsM^{@#u5vKz%TlH%(_QƆ_ :Hgdvp*fTiRHNk 9S|4% g$i-ɐ}aհ9a8?=D3XL0uU7 ~t7cE}t,͓eX_p8L|6?o=>,lK1؃ h҂R~k X%'@ sqhaK"7ٲ0wof/5eú-¿n=yX1T2/3i~5p׋a*/pb %30w(Ɯ0a"Ov(9/ hnSo4yu 37k.e[h;꠳ՠHCXA~:EԱg/X4z+.~RxPs2`\NG^## E:5~Aps(6E]^HM?<{K0 ) )Ŷ"dBK-L:xH^6@K2exۉlBS8L4@|~.x1`bߦH:j7\~~oL/|1! 1`/-SdI1;YAxx 3`it8LXV0I'PwmXY.YP 1=xwH1EDPLnN o'˜$Wj8ӱg@^[,Qo-SN_sEA !ӟ .h&[Xe yCusƼM餚uvPZCqc^ics/ 1ng ٢x^%֭@j裭^UWONmjCA[kAy(NATAyn焳}#Ǣ[phg" Z8uDh$(xf?d w|GQ>PS:hkVj=Ą_J΀EC?nd&:+p9%_w@``!ף.()Hm 7F.C:t `hjb>4("hKf\JG0M"{+^i?6fЊxc'.睤|7gxQn# OZ=mN}Ā+O6?m >1l7@y ,9tA6ѧ>nQNęBSu? *ފ0|,2kA@(6\?EKIq`T u'VO~r*@q/mq.;PnxN2?7Piك1Oͪ{6I 饍$P໥1.Xz) ?F7{u1А}4v/| .R5OZPk@Pɱ 3 Xw<*ݏ]7Rc Q` T~& #|fsQ&j|K9;ISNd>ޗ3xJ/l3l7>KX~ 8/ >ɰ2oE[nHʔ5'<&vAw-;LM5 b&YTU$RWyqj@k<:QKάN\^9VP식p C{yyL;hox!4' ծcD&cG˸ owzCi10 @ЩJ( 1aTf4 cx蚳Y WNh kWbOTwn8 Ad[ NnH_ y6oep Pxp&E19@$N4z$_(3+ڪJflPQ9w79$S0/!*OkhiA$S XGLy؂NK0\pv ](Wknh*?=2*,XcaN; I9>&qH:" nXuї|3@ˍ_{Ĝl?]@yuLCcSLoqũ[՞cxU e3<7:Uw^:qd~+R9:%0VMyw^`ѫU@Q6tGx^hTp-rW -㇑EXx,}4>?$I`(yc/G7z[TےS5YKuP"f6=BkelK=)Pܳ W=M!(mG 'p`-Tg;MXcWIm"iBgy!T;AĒ>:;DfWK{!2ԆxE݈a΄S'B݉c6; ((Z. }_L딌Q|P@ȱ [? /$yvyDu07w:yabz6R Q+zV^~Ϯ$@Cy :+  ҂T?ro2z>09MPp9_6<1J1+%?}c&M67U3Lch%)UP}C^hr5L*!>?T2f+]Bq R+Au9y!zOJū ]'ӣ-iiJۀ5d=u֠U-niȝX#+u V=-d2ړ(OuXzo m*/qA)6o\8?2yo;#QL* \ۛI~aZ; Y%r]Լ Ͻa(av~P<ŀ0^Vr}!z~`_<Lg5E:@VerU֘ ]]괵Xb>B"\6]'u%o^H1_cb?Gi67݅at]AɾX?b^)M8> 6_`!ƃuնC/:"9w¹^} ⪫ٿ>3 #2ƃkp_>{tԳd hzG 璂TZa4 (Ed-87L*QvgPG/Gۺ;Fd7a|IH?_Z+\I8|vRLJPd}R:uUVf޸5hӅ?%} V-$b>ȊZzz>PnYӅEA2Ly"ߢrXĊf'~ug)I0^+%63wn~U?:%(_ONXth̡ ū %=r[B2 Yw$E# x nRd[JyMjtS:{$_L~V4OLW!T'q##s/PPS˓L)\ ÂSBB]F#!W&uM|[vFH*&2#l'n-Cc;UwYŒvJJ3M ,n/rIF:?(n_}\-i¥nvDitЯᗞy8E5{~#VTRlfWqiidSɪc#+ܦ~ GU_ב/>b;?VQ5U7͛ H6ґp8&B7_tj$7u8ozŒ noZ*GeB O i+&rm.Ϩ8F4.Q91ԴM&2MlR;eXD.7\gS(xZ_͟GKNTn 5ړl3k3 Sׅ((_ca6DAש/{U :9m,ƳJ\RE`Z)]ULCy!3#j7aJbJ҂91;6.

9/GY.lkkyVhߔ΋jv˟mF}g!7(mz#'sHh$=hnc WȠ`@FP= v_{QygXL^R\*LY> e1jL$@ƑoȼJycS/B8Zv-YP%.1Oڎ荋 ~uhD&%xW9JrOR= ' "o:l00h٣%Iw˖ ^Ӏϕjp6Iv~Mnr(d7|kPQD rE*ҕ B| h$Z >Y!DŢK7Pʁ'9廬h,GsYpUʇ!³^.(G3U_bzeY,ЄAI^i'EXsB(9|"?ou CQJof[L}X )o}6_]cjLwC{Ao@c$4XYo!xՒENqI+sVr9 ΋}u6Iۣufwx8 ɰz Z2?Eeq"*V]GڇYomߩ4b]^}=&4!ɫ_ȲP[r"H7}_k'lkTO,Z~WFk/IgawjۋRܤe -)NDAi+!91ߎp rtxv&H^u)I Υ͆[hElE:Z( ͤBH7‹cX0XxQlpc{4é .!E\0DK"d:VsC)3Ӿ߹Ld Nqc(j>!~xS@/OVQ٠>`^ =Z (V|1× lNFlhؚ /efWr⚸7-~&a25CC :֭k{XtōKyY`=TQX8Xn/' ?_p@1*2X.l[o*D J:*cR'Q) IT(iBN8tc(5ǬR9Ŝ@5/ddG$u.C<0^Y(/?mn)*唚7q~q+­/wIc9QDqe[c("<:;WF4?(6%Ҹ%=fȥ͗7KT |ܤ&iil[/ AĽ`/ZS/D+o>oURԊ+$̀S| pU^E^u*$5#U-N]:6n|R ;=bA@܎9 ڍAז篓ncS")-IbI3ʇmEO9b_}ՅC*2@2CgJz[ڝ$vn/tcN!GZV*zZ42OŜc>+:dVjQ7iM`Ӵo>凇|Qe7K qK@/{{R͚9-"Pk ]zl 0PXy;!&Oh6IFearmt "*PO@lV+*񣤥269Bq nZI4Z6VkXbD^Xw-J՗AL?/lt/s^Dv\ +SZe~a,sATcE8kCoY#׀߇CЊ`D%N}pPLZ` 7PfUBs=6UQw-fȶTmȲtΌ%O* 2PĘpy/P>©C}q rڋ\J~a{W jM`w)n=!{s\|]8un鯾G 0 gwQ) 5G}8?o~e!O&rRqIJs_9GhŢŨBc#OVIbF-M62]-C,>T;^|FkʝT*1a(79D$g-V$acycYgA *2S_r9W6]κ5CPї(m]m, B:PwtJ}@Z=#FƠ%ӱk0wgW9RI:NƮ=o#6 ][DZKL0!c!d6zWlF ȹ;ǻ Z4{ľ%iB Ɇ_+mC!8U8?9Urkd{v2} բ}82R"|6E%! W"38f)~N05Y'}C ZnB3uw q!b B#O5j 56 vEP bI@i3f5;N3t^$-x%lGA4 6}oxy6'7 a/\\& ?{UaC!s|lTjhzg.mOINAD#oy sNO~tyӴݠl3ЅVVT;2WRnsmƞ-3Ej㮑a<{RV2SW4ce"z091͎( P~`i{&8!j}\kB L/i6P8q=r ـ?2D i+1 ˸!VM#t+ Dlc T+,?Pٿ[u%ˠ~;[.]2-B^\[<9A1~ppy6w+MX9+Uo_IÜSڈS}J̀sª\Mv\+y8Kdy$(`h :Se9**T`{"y!A+[8W(n0@y>(> cVtPCptJlU]gurR C`&2#`jh* &ܗP[B+z=.uҴMJqkkuN}1q Dn>"/#яvSo#@%-IT F^ s8GUe^6$?%vxTE@sPWQ#[(O}Tq;ԑn"Y 8` J O 7FސCl ѺjœVnb&@ )*.Zl~)L=u#7)ekc6gCǦyAFdVsr0=1-,dɳi[^'vj8HzSj%8.Xf lG @hzXb~r'n\?/,8}Ω,-5TRbpʺ|Ks#ՅC617>8פU e3>t4oedNGeHߐgI?T+ebع&W5-cɐ $m*e!J{""v8wwU!܎ ?ޙ쓉֣u0e^oX3lµlj$hm95Kwe |Toq.Sǂ688$+l|I|7sq6`^bۆOʨ[(CR :LBCH9ѠhՅoPFR{qy6Ӡgv&kd+.U/ %-[nNlcoJ-ID0jRvi=uGTF+h ! N *lۻ[\ͲE%щmId^9c!O-*݋3I 6UgBl-8wpY,{qcgl`B>V-0fz5Zb}| CҮ+R/֋K\Pej쉤PnWٚaRAmYDTG__jʮ^z.:4/s HE TK-,T3'ʣ뢏y ,u;˓;\4$NܻjSSdZ J:+*ރÒؖ`W_>F}26>Zhe #'aR<N LH k~R3j;A lTֳ[(:3lmMWOP!R-&r@T,paZ<' ƒ?XX1&OK\KFu ;UlGXZsjM؁)i7%On$q6fw 4 hO؉Tsef!^m {:ōrLs #SKf1 ַrjVYGFQoR ,[7|@GY.}AC&y*7+'KdIUvlrL><++N2a_ٿ68p$-)٩rQq>[ٰt7͢!7ZbJl]SvF2ljxSS-ff5w]eUjdvsL`^}^4n5%?=5/ADg@ PR'(2EXQ.bǂDzZ }@B2+K/V *+o?]@VsUg9gð\݆'&ĻKI񡵭?Ƨ%@oTHξ!0UN|>7Rv=@847I!b5TŁ8s6}.T Lʝ[v>EC6kCOTI0-ATY׶H:j·!4d& ePr,&#KK04X4/ѠVV xN ~GMk'%Z~G  /J\W(0II!)pc>h'Z ~[mM/?2"2'ajRhP[ tؘѪ4r>9hsd3 RN"C?ESr 2TE \Q}@ī 9[{5Y=+ݲu]QĿBL͵-,ZgS`ɇQyiuA2;S|c>k)0KXUNvO 0SHY+-3d8j3$joV.m'Kr(LqزIc$d7 =A7%=v\@{<[})e>z=0rYdliAȄqNz$)s[Žw)LmTuEPWv~#ISs?+&  S6<1(=lpV|kߛDX.3Z5ɡ [m)zX %ՇTM,Jȷd_#c-hxoJ&dkP;3ܲl?XiWisp]w=Ò b'쥸KʰH6N;HZIѷ kc:>8l #`ۊȋnG:+IK I4Ua#®\O#r݁G+"ka1Z&ny>D%E@5 ;r85۪\;1WVFeS_Ǩ$KqM%1 {w1c -^/ C N\QTk&k!ndÿMg)>wv!٩]8wg&M(LSvGmBɫ4Z"r:W3cQxcZRi =84~6BTT0sTGNVL{Q[W_Iت6@AuȌJ7)VIktW}7 , Q呷{RSp3Ҡȋ=\t2ȀrYćȐ2G4W*=&[jK$GYdž"F]qg;K_@@ݜ lI' bqPw6e Gj 6|t1@ L9CtU#O e~c8ɕiڊ͖'ZՕИ{k!N J:+9B'7LnڣpuElh_ŘJx`!,`0 jJY̐~Du_2B㘷ΟaS{`*mA[6,XQdEBt#I >&hm y;]u=Np%P),DCeYW W@=-3Y |C&:̚A WFCN*` KF +µrg`ݤ_=ౕd!)oe!DqA,]: -\ġ9|ȴq Ss50I'79潷7M. mڼ'zy SծPq-U \pE^ y 9-qTlO"@0/)K&]f Jj\ )%/|ktLP>ET%E=Rb&Cս>72j>7ă/5{K~n7YYRFYȀE~uM;-ow4fBz]$_ ?1Rhх6Vu~/Yqb8Q0z̠:صZn (Hјg f/`B*;:Nh<0>2YoVV:]?t @)o6Hl7z!Eɝ$u`k#|3;a vF9քLًK*MEóOH@qoy'!V# GtNxU)j_F^Onc"WhBKD]$PG"0Cc'(5lJH?ڛbgo̍QNaGxv#F{%UDpL`f.خc"#?Wo(zj&_BM3 3*cVձy81닓?I= N`D Oض4B? fhr=(ɽU>$׍vZhd1jX* 4V+SD*o^:g46Iʭjl(y\\B^C7!C?\K~YL KtdEz@;-Mw."IGW[DxR.~u%H pڢMS¹+0V7 "}1ն5/9 EUڀMA|oH-^@/Nu4v x͹&~7O] r=h%'_"s[nN)y8_F'58WJFh(Nl+)oz#Cuڢ2gMe&j`"9Z%;ĘY0\Aء_u㾝A5Bq߳rm4T FbR-!inIz-#e^e܌YL TOqX=US#BO)f l=ۭF4-d;ڲ v SD%u$`}k:I/2Hک*#:&&RȌ?dqcGT]6wF*(v̔{7̊W-~ z8)~G{&۪ ǯsR4#Ahg uDl䊔'='YOH%ZEqw/$0AF:̥j^Oʖi6+D2?D݄JĶq?k2 "osl4f-ڽ?{C<ЈCeW=zMr-WATQxsܴ*@ULďdPWy@ *'Jm@1q=BӋKQ;JW_wog`Y۪v̈́NaN2& [<5}Η(64)%nU,wU[7/BB6.bCq1RS~@ph}e݁"5 ӲJir1ro᮰tQl!C.j:53f5`s܃f.gYp8j.MiC9rS. VY~!+]xҼq:<[IEGe 7}CTmy!!ָĔ4X^XֲL(^ kuּUq.ϵU3gg}b|@S/]=Ӓ?0ŬYoԷ2EkIɁ/n q ~0+cQ#8 )L\ֿi1 *\/vl,<ָhv^<@{ǻSe%O͔'ҕiIjs(RftA;mgZ0ʋ\mUoBE2NiX߰I<(zkSJE+#40"6q8b~Eq|y>&?C)ȷÝNU[8L0mȍ]ۡ|Ɩb,֬(*%CE\@JNa0=nB),ԁh;G\Q"$% cҳ"RNR츒5DLx&FUM;SKбs[t0L41w463m"+^dsqqA#4o[y?TӺB$Q77?aNDIDJl/T/9!R|иh[z9'-~7h ~ r3i:x{'w5RgUpit۷|6UQT.ye4ZLh;TigDJyŰUJ9k(T۠\ruQG ,z`MA2V e/ju%Ɠ}ʛjLq:M܀j> 0 ـtGsBŵA#&wiW<搹hu{b55 >֬ޒ0הW$!UWΈ pPNF~U'@TH쐳 00 oziEUt XP&XYcMVūVc {+`؎WaW^/~Cs#ONmgCVnd DJi9M $'a%Bpo{*>1gG<|-DBڪ}i- zLe1%wydWxu[By)2yԸ*ڇYڧ*pf~dv$=2Q(on[h|tcU=<AUDr IuԺPZ'kaHNv&)?lxd';JD]DŽ fWQmϩ{OrF{n[޻vzNCcbq3QW¸vcM/6/y%)}5uLU%g}lo-@($E`qIa7=yo ŧc5ϨeExhB_+ZL@qY uHJ BNWd#<g=y|JiAz 4;#b@`8Dc_& 2>^͈3ג:A$e$IZ /OWSu Sf+Wbv,¥zPDuf!Fs;)LRж 1.J26d>%N;?7Cg!!/~Piz@wC_cŜ|KheqR%p Dz,,,["[NY + oMMۅ1#IvxHS}YK#*\2@-Mwwb¯Ycܻj7Z#ar̕f < kkW[5\5_&=+#*l~sML'Y3a}Zoɔ:iC#mLesQ"M0$F`_.)e.͑ Y} vv%4{K묤O`'Q&ʊ/Gߤ!MG&"}ȆJ/$.)X7)凂yĊ?bWrL;4?6Ͱ,ߜ0DQ^Zz~SF&yb'ROܛ8N}ןx6Wr#Մ~ʀn"gqSx~ TĿRbj-@AII5dove&MbMxԪba!ڹ=,! & ]iE +m_=O=zUz ^8VGEfUMJpUtIя NA va"66zN0)R_yLI]+T]$ @~Xi2ҸyYuDw9f6_ǫ鞑z*ʔS˺]J*s(έp\ۖ#CDX49 Cm=ɍE=A/P 0GUl 2%8ƭb[ ulCk+ g#GѥIMeJӜo#잌,FU5CU%-Q5X.`r3|},ǁCVD|;."d]U-FTR?dixÊC"X#zS!0^m]T4]M*Y.pN Oc7.:R'a7rW)# !!O ̬L< b{=>W"&\ ):C.^a_\9꒗8=dwt^[|~w8.y:)/ۃ9@ր)%naL1㾝ȭocUSʤc<@O?V^V JVr?Ee5=BJ=*lR֐ޯ2ܹw(~sjtPoy %*ZȻMldwZ DpMWNys8%%iosV_#R?ETX#_dVm>z,`Gc89C3*l\1/ yj,uZMUA@"&^$t:χE\987%|%T'átB3!*}ƇÎtuPNG:X"vi#ڂ} ܮT8.7KJ{ج5PhGxdL>B=w:z)/})4_ny6yTi"ρ^7=slߥ%4rȏqm3pO@%]F87W,)1ՊUKt 7l,FDHInϪx ¿<]1jYyb>z:8hXwj ~ֿt|aSDxƘ,j`Zƫ>~%3rq',E#`ˌ_Dn$pLI]6hLvEK?<L{u~Cal6N)B5OihT R S'EML0.gW*L셽>f׈<"&8Vs|Љa.}7CӚU\ d:=s~ +N۶ɧ LZl3vx'0-UYX ,4H _9zj$@~f r[NtքUKoz;IT#+a:&4Ʒd `wD"2?..oCZqT}@޴ΑdxK7^xyt\4an]8~5hITV'<81/Lr%#L#&t'P>x#\c&c?< v"񊏖Pr}Hvx0ŷS0Ǧᘞ E75LG[ O dI';ĺ `#}pe/_/ͫ`Pw74.Tl@Ҏ}7 5hiK=#I}͕~hJ]Q0^øCc,6t,A0=N~ei6)^&OWX.Iy3wL.*o Z?̷Vҁ2 ## ;tfiQ0>L} 8VD? eZw>W!eC oX*T95Xy|_cVBz_pEOkⱍV+$]!Jkl$Kg}_MU7UʋL:\@9wTwv3JltTj#nހ-L 1a݆wɉ4kA=: g_'N{~H1j!C,w®!5&+Trwó (SkZIRZ=:$m %XHV+*_]3?o {=Zvx%Q`m:j&Uc'ߟm $cM`i#+Z?Y06|ep#mXCw?? FY2E'yve0n6H m9~yOrND4$E3ͫhZJ~ܔT-=%٩1?cI?S]|)3ȡ̸EKR~S SZn5Og;0bK|oc0w Nŗ:}vU,{ŷ1G)WKNٓW-8R#O Km@*Бl aV1u^9KT`Cqpy̨=uВywl?y!ythnkpb8J$h_*VBX2Bel^}l$5>\_>o ik~vh ؊ JXjL>뼠1 +<If/r:bq4&`~2Vv3ڋHzKEh"IIW ɆQlJSe5OtK%p|8I.E/L~:3sIA#8[vs]`~zr -.e`Dt +idͿr .7/E)X"5+a*=ԖDQ _sHgDY(js@MbƐt, .!X鈆hlBh6ʶ/兜3|'֭;}#c ߮zz V *o¡{CLcF! q4'/gzPwPkf7wRk;\!ւ?ذq!C2LK7&A,eȘ5ETԻ/1ьqH Ft&Oo\No]P(#?Oq%4|KW3m&ZV_fHՐb9m/]NMrMJcAc!yvRɒ?s?% 79dAyG0% <19F\^b\+cE仩npI8 B*/Asu'U*iOģ0Yn0nIn8sKD$l"YwtRy TiNY MÀvL%ǷI#Z]]w84`ąNg}G8bR3D@sKJ7M \k)qƼo?ET0n(6aJ.W#ぃL+%uU܃8'E$3g7H=6mȥ8xawn--i /JMl$㽰=HNB~2gMĪl*|8o$=<^MSpjeaG]}qʾV9hw:nwHh \#;2ݢ7 X_:KCPP֫i${b'l!|G0#DYjN2Orȟs2,aWY/7G_9s%b-I;+Fɉ{Un,S677sqG›  z&>zie!_Ra Ĥ9^~Bܲ M!]N@.ħ?RE1mkM4=ED(8uY W2Fwל{fO:9~幼ꩭx|pi7dD&QƫssWH Qz7Fɸ3,zv>ukԹrAia`G$dzq|&>c3#U;dB(C[K|y'wmuj[ TJ`)CvYHW01w&1.h& |?A{!~(&bV;`Sق3OunMsS3*Gs H!ciEtm+乖ʢ9h}pn_Do|Z ~](㒘o\Be}ȿq>\cd6Rۀ>iJ0Zad@WrHx