python-curses-2.7.18-lp152.3.15.1 4>$  Ap`Lf/=„R)}:Chqô`)eW(*/tg Oˉ?] :.$-5a FhR@`va]%tgO@kEn9%\M*YoXXIZ2dV&jq{jn~ EHK0OOA~c X;wњ'I7z*?VfצBF1Ÿnohgџ.ڨB/kRB*'m Cy93967849c90a03412f00f5c3b8e813c8f59fb470c0cb9b9105c939ef727c6ca99e2eaabcd738fed390dc61a7c0b65819072cd56e蜉`Lf/=„ #aw !ac r4_#hV;ZdKtzhMϑ-7|EZA>`$"ċ>n{J-UQ, DsAr n߳Ē?n= HKX#.~\*jGҝFxNqi9oLEUG^HF޳$$~ePr,3S&Xy(e{"BS]yƱ??U,,e,1m™~X$p#dYU|ǢЯ_UݛpAa?ad $ N !8>H   D Y p-  L  ( 08 8H9 XH:%HBZOFZXGZtHZI[X[4Y[DZ[t[[x\[|][^\b]c]d^Je^Of^Rl^Tu^hv^w` x`ty`&za`apatazaCpython-curses2.7.18lp152.3.15.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.`LZhci-cnode1-m0openSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.python.org/linuxx86_64 44nB(^>^;^8 @^.^g@^ @]f@]@]]]d@]d@]@]z@]V]y@]9]1]\t@\\7\7\\J@\J@\C@\2[[#@[6@[@[ @[Za@Z@ZxG@ZtRZp^@ZMatej Cepl Matej Cepl Matej Cepl Steve Kowalik Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Matej Cepl Tomáš Chvátal Dominique Leuenberger Matej Cepl Matej Cepl Matej Cepl Matej Cepl Steve Kowalik Matej Cepl Matej Cepl Bernhard Wiedemann Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Martin Liška Matej Cepl Matej Cepl Matej Cepl Matej Cepl mcepl@suse.commcepl@suse.commcepl@suse.comTodd R Tomáš Chvátal Matěj Cepl mcepl@suse.compsimons@suse.commcepl@suse.commichael@stroeder.commliska@suse.czpsimons@suse.comnormand@linux.vnet.ibm.comnormand@linux.vnet.ibm.comtchvatal@suse.comjmatejek@suse.comjmatejek@suse.commpluskal@suse.comvcizek@suse.comjmatejek@suse.comkukuk@suse.dejmatejek@suse.comjmatejek@suse.combwiedemann@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comrguenther@suse.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.commeissner@suse.comdmueller@suse.commichael@stroeder.comschwab@suse.deschwab@suse.dejmatejek@suse.comdmueller@suse.com- Add CVE-2021-23336-only-amp-as-query-sep.patch which forbids use of semicolon as a query string separator (bpo#42967, bsc#1182379, CVE-2021-23336). - Update to 2.7.18, final release of Python 2. Ever.: - 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. - Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - Fixed line numbers and column offsets for AST nodes for calls without arguments in decorators. - Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. - Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host. - Fix problems identified by GCC's -Wstringop-truncation warning. - AddRefActCtx() was needlessly being checked for failure in PC/dl_nt.c. - Prevent failure of test_relative_path in test_py_compile on macOS Catalina. - Fixed possible leak in :c:func:`PyArg_Parse` and similar functions for format units "es#" and "et#" when the macro :c:macro:`PY_SSIZE_T_CLEAN` is not defined. - Remove upstreamed patches: - CVE-2019-18348-CRLF_injection_via_host_part.patch - Other patches recalculated.- Add CVE-2021-3177-buf_ovrfl_PyCArg_repr.patch fixing bsc#1181126 (CVE-2021-3177) buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution.- Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in their correct form (bsc#1180686).- Replace bundled wheels for pip and setuptools with the updated ones (bsc#1176262 CVE-2019-20916).- Add CVE-2020-26116-httplib-header-injection.patch fixing bsc#1177211 (CVE-2020-26116, bpo#39603) no longer allowing special characters in the method parameter of HTTPConnection.putrequest in httplib, stopping injection of headers. Such characters now raise ValueError.- 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-2019-18348-CRLF_injection_via_host_part.patch to disallow control characters in hostnames in httplib, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. (bsc#1155094)- 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)- Change to Requires: libpython%{so_version} == %{version}-%{release} to python-base to keep both packages always synchronized (add %{so_version}) (bsc#1162224).- 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)- Provide python-testsuite from devel subkg to ease py2->py3 dependencies- Add python-2.7.17-switch-off-failing-SSL-tests.patch to switch off tests coliding with the combination of modern Python and ancient OpenSSL on SLE-12.- libnsl is required only on more recent SLEs and openSUSE, older glibc supported NIS on its own.- Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3- Drop appstream-glib BuildRequires and no longer call appstream-util validate-relax: eliminate a build cycle between as-glib and python. The only thing would would gain by calling as-uril is catching if upstream breaks the appdata.xml file in a future release. Considering py2 is dying, chances for a new release, let alone one breaking the xml file, are slim.- Unify packages among openSUSE:Factory and SLE versions. (bsc#1159035) ; add missing records to this changelog. - Add idle.desktop and idle.appdata.xml to provide IDLE in menus (bsc#1153830)- Add python2_split_startup Provide to make it possible to conflict older packages by shared-python-startup.- Move /etc/pythonstart script to shared-python-startup package.- 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 adapted-from-F00251-change-user-install-location.patch fixing pip/distutils to install into /usr/local.- Update to 2.7.17: - a bug fix release in the Python 2.7.x series. It is expected to be the penultimate release for Python 2.7. - Removed patches included upstream: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-9636-netloc-no-decompose-characters.patch - CVE-2019-9947-no-ctrl-char-http.patch - CVE-2019-9948-avoid_local-file.patch - python-2.7.14-CVE-2018-1000030-1.patch - python-2.7.14-CVE-2018-1000030-2.patch - Renamed remove-static-libpython.diff and python-bsddb6.diff to remove-static-libpython.patch and python-bsddb6.patch to unify filenames.- 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 bpo36302-sort-module-sources.patch (boo#1041090)- Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, CVE-2019-16056]- 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.- Skip test_urllib2_localnet that randomly fails in OBS- 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- Set _lto_cflags to nil as it will prevent to propage LTO for Python modules that are built in a separate package.- 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#1130847 (CVE-2019-9948) add CVE-2019-9948-avoid_local-file.patch removing unnecessary (and potentially harmful) URL scheme local-file://.- bsc#1129346: add CVE-2019-9636-netloc-no-decompose-characters.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 commits e37ef41 and 507bd8c.- (bsc#1111793) Update to 2.7.16: * bugfix-only release: complete list of changes on https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.16rc1.rst * Removed openssl-111.patch and CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch which are fully included in the tarball. * Updated patches to apply cleanly: CVE-2019-5010-null-defer-x509-cert-DOS.patch bpo36160-init-sysconfig_vars.patch do-not-use-non-ascii-in-test_ssl.patch openssl-111-middlebox-compat.patch openssl-111-ssl_options.patch python-2.5.1-sqlite.patch python-2.6-gettext-plurals.patch python-2.7-dirs.patch python-2.7.2-fix_date_time_compiler.patch python-2.7.4-canonicalize2.patch python-2.7.5-multilib.patch python-2.7.9-ssl_ca_path.patch python-bsddb6.diff remove-static-libpython.patch * Update python-2.7.5-multilib.patch to pass with new platlib regime.- bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo-34623.- bsc#1073748: add bpo-29347-dereferencing-undefined-pointers.patch PyWeakref_NewProxy@Objects/weakrefobject.c creates new isntance of PyWeakReference struct and does not intialize wr_prev and wr_next of new isntance. These pointers can have garbage and point to random memory locations. Python should not crash while destroying the isntance created in the same interpreter function. As per my understanding, both wr_prev and wr_next of PyWeakReference instance should be initialized to NULL to avoid segfault.- 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.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Add patch openssl-111.patch to work with openssl-1.1.1 (bsc#1113755)- 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]- 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]- Apply "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]- Apply "python-sorted_tar.patch" (bsc#1086001, boo#1081750) sort tarfile output directory listing- update to 2.7.15 * dozens of bugfixes, see NEWS for details - removed obsolete patches: * python-ncurses-6.0-accessors.patch * python-fix-shebang.patch * gcc8-miscompilation-fix.patch - add patch from upstream: * do-not-use-non-ascii-in-test_ssl.patch- Add gcc8-miscompilation-fix.patch (boo#1084650).- Apply "python-2.7.14-CVE-2017-1000158.patch" to prevent integer overflows in PyString_DecodeEscape that could have resulted in heap-based buffer overflow attacks and possible arbitrary code execution. [bsc#1068664, CVE-2017-1000158]- exclude test_socket & test_subprocess for PowerPC boo#1078485 (same ref as previous change)- Add python-skip_random_failing_tests.patch bypass boo#1078485 and exclude many tests for PowerPC- Add patch python-fix-shebang.patch to fix bsc#1078326- exclude test_regrtest for s390, where it does not segfault as it should (fixes bsc#1073269) - fix segfault while creating weakref - bsc#1073748, bpo#29347 (this is actually fixed by the 2.7.14 update; mentioning this for purposes of bugfix tracking)- update to 2.7.14 * dozens of bugfixes, see NEWS for details * fixed possible integer overflow in PyString_DecodeEscape (CVE-2017-1000158, bsc#1068664) * fixed segfaults with dict mutated during search * fixed possible free-after-use problems with buffer objects with custom indexing * fixed urllib.splithost to correctly parse fragments (bpo-30500) - drop upstreamed python-2.7.13-overflow_check.patch - drop unneeded python-2.7.12-makeopcode.patch - drop upstreamed 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch - Apply "python-2.7.14-CVE-2018-1000030-1.patch" and "python-2.7.14-CVE-2018-1000030-2.patch" to remedy a bug that would crash the Python interpreter when multiple threads used the same I/O stream concurrently. This issue is not classified as a security vulnerability due to the fact that an attacker must be able to run code, however in some situations -- such as function as a service -- this vulnerability can potentially be used by an attacker to violate a trust boundary. [bsc#1079300, CVE-2018-1000030]- Call python2 instead of python in macros- Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch- drop SUSE_ASNEEDED=0 as it is not needed anymore- Add libnsl-devel build requires for glibc obsoleting libnsl- obsolete/provide python-argparse and provide python2-argparse, because the argparse module is available from python 2.7 up- SLE package update (bsc#1027282) - refresh python-2.7.5-multilib.patch - dropped upstreamed patches: python-fix-short-dh.patch python-2.7.7-mhlib-linkcount.patch python-2.7-urllib2-localnet-ssl.patch CVE-2016-0772-smtplib-starttls.patch CVE-2016-5699-http-header-injection.patch CVE-2016-5636-zipimporter-overflow.patch python-2.7-httpoxy.patch - Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1. (dimstar@opensuse.org)- Add reproducible.patch to allow reproducible builds of various python packages like python-amqp Upstream: https://github.com/python/cpython/pull/296- update to 2.7.13 * dozens of bugfixes, see NEWS for details * updated cipher lists for openssl wrapper, support openssl >= 1.1.0 * properly fix HTTPoxy (CVE-2016-1000110) * profile-opt build now applies PGO to modules as well - update python-2.7.10-overflow_check.patch with python-2.7.13-overflow_check.patch, incorporating upstream changes (bnc#964182) - add "-fwrapv" to optflags explicitly because upstream code still relies on it in many places- provide python2-* symbols, for support of new packages built as python2-foo - rename macros.python to macros.python2 accordingly - require python-rpm-macros package, drop macro definitions from macros.python2- initial packaging of `python27` side-by-side variant (fate#321075, bsc#997436) - renamed `python` to `python27` in package names and requires - removed Provides and Obsoletes clauses - dropped SLE12-only patch python-2.7.9-sles-disable-verification-by-default.patch, companion sle_tls_checks_policy.py file and the python-strict-tls-checks subpackage - dropped profile files - removed /usr/bin/python and /usr/bin/python2, along with other unversioned aliases - rewrote macros file to enable stand-alone packages depending on py2.7 - re-included downloaded version of HTML documentation- update to 2.7.12 * dozens of bugfixes, see NEWS for details * fixes multiple security issues: CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751) CVE-2016-5636 zipimporter heap overflow (bsc#985177) CVE-2016-5699 httplib header injection (bsc#985348) (this one is actually fixed since 2.7.10) - removed upstreamed python-2.7.7-mhlib-linkcount.patch - refreshed multilib patch - python-2.7.12-makeopcode.patch - run newly-built python interpreter to make opcodes, in order not to require pre-built python - update LD_LIBRARY_PATH to use $PWD instead of "." because the test process escapes to its own directory - modify shebang-fixing scriptlet to ignore makeopcodetargets.py- CVE-2016-0772-smtplib-starttls.patch: smtplib vulnerability opens startTLS stripping attack (CVE-2016-0772, bsc#984751) - CVE-2016-5636-zipimporter-overflow.patch: heap overflow when importing malformed zip files (CVE-2016-5636, bsc#985177) - CVE-2016-5699-http-header-injection.patch: incorrect validation of HTTP headers allow header injection (CVE-2016-5699, bsc#985348) - python-2.7-httpoxy.patch: HTTPoxy vulnerability in urllib, fixed by disregarding HTTP_PROXY when REQUEST_METHOD is also set (CVE-2016-1000110, bsc#989523)- Add python-2.7.10-overflow_check.patch to fix broken overflow checks. [bnc#964182]- copy strict-tls-checks subpackage from SLE to retain future compatibility (not built in openSUSE) - do this properly to fix bnc#945401 - update SLE check to exclude Leap which also has version 1315, just to be sure- Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- add missing ssl.pyc and ssl.pyo to package - implement python-strict-tls-checks subpackage * when present, Python will perform TLS certificate checking by default. it is possible to remove the package to turn off the checks for compatibility with legacy scripts. * as discussed in fate#318300 * this is not built for openSUSE, but retained here in case we want to build the package for a SLE system- python-fix-short-dh.patch: Bump DH parameters to 2048 bit to fix logjam security issue. bsc#935856- add __python2 compatibility macro (used by Fedora) (fate#318838)- update to 2.7.10 - removed obsolete python-2.7-urllib2-localnet-ssl.patch- Reenable test_posix on aarch64- python-2.7.4-aarch64.patch: Remove obsolete patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64- update to 2.7.9 * contains full backport of ssl module from Python 3.4 (PEP466) * HTTPS certificate validation enabled by default (PEP476) * SSLv3 disabled by default (bnc#901715) * backported ensurepip module (PEP477) * fixes several missing CVEs from last release: CVE-2013-1752, CVE-2013-1753 * dozens of minor bugfixes - dropped upstreamed patches: python-2.7.6-poplib.patch, smtplib_maxline-2.7.patch, xmlrpc_gzip_27.patch - dropped patch python-2.7.3-ssl_ca_path.patch because we don't need it with ssl module from Python 3 - libffi was upgraded upstream, seems to contain our changes, so dropping libffi-ppc64le.diff as well - python-2.7-urllib2-localnet-ssl.patch - properly remove unconditional "import ssl" from test_urllib2_localnet that caused it to fail without ssl- skip test_thread in qemu_linux_user modepyth_curhci-cnode1-m0 1615650906 2.7.18-lp152.3.15.12.7.18-lp152.3.15.12.7.18curses__init__.py__init__.pyc__init__.pyoascii.pyascii.pycascii.pyohas_key.pyhas_key.pychas_key.pyopanel.pypanel.pycpanel.pyotextpad.pytextpad.pyctextpad.pyowrapper.pywrapper.pycwrapper.pyo_curses.so_curses_panel.so/usr/lib64/python2.7//usr/lib64/python2.7/curses//usr/lib64/python2.7/lib-dynload/-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:15905/openSUSE_Leap_15.2_Update/9f062654a3ca1e6794647b68feac3b9e-python.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ff04c9c945cd0c9b40f82aa7ce92d444d913e353, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ff05425503782c9aac8cb308d4d398b29346026, stripped  R R R R R R R R R R R R R R R R R R R RRR R RRRR R RRR RRRRR RRեqmn3utf-8f43aa500c83ca06a19548344b0f549f5b3e1432af0b30526e262526e7ad5fb12?7zXZ !t/+#R] crt:bLLǾ|Bz4]]èY8CZPUڪʿt- 3l/Y?H8NKoj1ڹU}Ki 8YNhReYo,3"K/- o\4S7k l("UH9R۬$(L`aoj:rEW9J2>kG6s`ؑ*0+7ݻTk`h Fem2{iO'_nFA @[AOя|Bg~/D-`vWF u%<)TQU8A蘺Zu8?K,0M];n1Yz<Z9Qhʗ#86^}Q,gɧ$D[q+keh-uWylxM~Hr+kK [ƶi.78U4ev^*r$.͂iIImM+7&kd!ʀ٧KbGIPӣmC\]ؙOqӍzGe'0 ֓ȧ&;^PS$rƎۚv"(H|׿rÞc܃X4a&Z"rptpXm:54o٧@Khʕ>L*lϟ@U(\7z> #AUKF_ ,ʌ]x@H)CDcBFfGZ͆"XK$?IÛ%v^R%-drD'AI=4NP(e X s\h;aMy+&n/'Y$o^o^"Z+;^;?Mݦ7^Cv6qe<]IiGX) ҡD{GKs-,>"wd:+2$[:9ZBěw&kqMLب6Ld8٫#vrL"OL"3s&Zs!v SGQA$WM1e,%ל48R rOLtR\DW\(c=wČ'n΄,L)-ˀ!`& !_//.6YV8T{$jb]e1q/W¨@h2-D3#|Jxo_)._mgXff"{wD*ҴO6eyeT!evQ8W# Hꅘ p6C|gJwOO #z ̇.'Gn;e1e/06SaEͤeۄ(1j]FD VغC, %b1ڧrUn5Ot\()Tـ#> F: +yvAgt#I|,x7H.ϣb j_)r*D)5%{оpVT%閪aP~aLЪ$ R;KJ^r2Y.m$A7oJsΞ1.c ,%T *n+}{3 AήM*hJpvBa/(! Z0\K}nIS;^Sgo>v>zH,۫0^& H="U)n1,; ?!; "zNv/ue]4NPK*!dP|>dW2^mYs~$Nk^r9:Be*4<솔!kA8`qF^Ӏ V$)Ś^%S!6^ Ms3J?,)HKd ?m2#b3K{HXy裺X_Pd>RWk\ȶӔ\?ʦ.l Zvy ~)qRN-Q`Yj(Tc$h?z6X}3ah*{SM"^F=sJEGx##ҷx1m=A/p8h}lEeԺQm_!l c|4&fuU3xFg44 1T"WFBj)?=d9$AWJiqӞ;L}GQb{;]"eYx]1^!98{2oXM[Tl &Ь2 [?NzeU^~_Q󉬢wPZOf\DwooBU&|l a bsr,YIM{gu05n;ݎL`?i J7TU,/)F:|+hjs(10h$ApHv9Ò`Lqx>F!靖\YD mbOJ~f!YӹmcOBxa =sCk-Ss *V`@S679j"ܮ3gc83bgϠ3*fhnfr!D#_(@?> m{L(>oiZ ('Z9Φ,2ܩ%.l.rΤq9-tVk1sŘU|xҗYlʢM iO| 5+W]rX}<s<‚ʓAo|ԜXYCXLK6V߃ A"LKg~T߬HN(bEs0J:@?x?RS.}Y;g'&Hܟ3oʛT!h7@53.9"Dygd9c8G" L8CE/CU. }<;br un0z ҟR)SWBB))[>h){A!1WԥZZ*1YN.N"Ep=qU ;NlF }Ub?|TNA, !d%ZBhLtS J6ٔ}}gniMO2 v@2 Er%d%r6&ck m:}VDQ1bZ ~˵.c\(y-ξ?h0P zpc GU[ HAgе2j O <֨MRpμ>f{!A `J|1eV*,+A*nFcJh!vmѕYZYkA_g'wFp|TQlrf.WONy|P_^[C9g/jMgQ_Ҥ<(Qoe:hCn[L^t@D 3/N#p^Lz3Ck`@1-cN%h Š(hvAm'vek{ܕۡ.CjGVíQ;TM ڊEX f,cOڊڪym`U+ 9yTZܼY^4>b~UDo ƶPQl,#Tz\`d7d $h ߑZkW& ٹ9d8@Rή/g$p 8󰜶JJT T "JHFإ6ƈqbF`"d!Gow+Q.b ?/dhXu3&OTaްIǛ(TxKuPD cNt y$r&=-[CHf;<Ιo8Mg"\pShZ/d6*̲],)L-.!W2|jn̽ aBΧx2p3Dr"R!hpYm2^o=p; ~؍:ƭ[~k|TI]wd?WVlxC*f2Sw<ۦ%l&̦+AHU<[(~%b[!*#U!pKzu8d>C+ei|5Hs'NU'K+F rwyF*r)BXB0㗰f$r+1o^3V3~%)DĢd^pHi6v ΀%vsp70K"Jej3)&͚Yӳ@1_S#]yKOa_^d9?|e`"~d$ hوiaI1d ʷgS.T/e@ØR}S}IF p] V@g 3u i]ËجC{*u3fI)!o,;QLCu̔٢ygliR.o~T%]fBWP=mukt|E~=O=q 7%]_DV_R[fKvĈYH.?[z=Hgu{W׈Ne0j"LET [.a[ kDb|߱?`$=Sj~ mx$> ~qor TBOHkSTZ7jqdm ڳѮm]67.u:6{+0V̨|2d!`9҅  )4m˲/ZYJ3 }$̴qX)r3t/WwQJy)D-Zq-H~Y`#5ޱr۴f ᮔ߈#NLzNscn-0Mbe !)P/pD@Œ5ATASfZlg7%j'̴ 5%s }D&z ש2-$ToP{f8I^$bw|tG=3G"rˈb~[ME9pI#  H!< fJ{bspU4\2F4 D\hFpfat>\MFQlc_BUgJ^y^X~-*YUDZZ+U/Wɤ0t;!]kMm*G̘4%gA٬uWu jgU#f(n~<7yxڼ!MjڎΫUyR9$f%oNmB~,ޘ1{e ֭t4~É Jlt_RW@ bT{Rs[:b?J - I*XS8uxLyΈ2[M,cKHƂ>tl)xaDښǸ"ewCA~/:6/e^ю%ѐ)w?KfF'M=IIxŖ-ϲ!!SƟ hZZrо%04 ͒aZ/P1ǰɁGqIVx|@ʢwC.Lx_wQn:@"Dp=hcH[|}4]ٰ|U95p 0[#9Fڡ_+3L1yM~~r&֟泼kќvfx׹ahc!JzbܲT"K0g~gW-zzԯ:?jhu3LXIiL8蠘EƍoϏd o~ΩѸxL[96Ckq$W>5;و)ҞyCM4L@}%DzXH- iЍ-و: $ ]&ksͱ.NRvM( 3)Tilr`5m'@e#ӣK@xt:7T30u o@]hPM(I(c Ԇ-h_xe&E,衦A[ji×scJ l7zC'SsŇߋL^ƍte2Jty ?]h Ӡ~j- iP)}vNE^ߐ Qgq\X pdO`+} Q!U!܎?ߠ޷\@`!' BvX'dBgƇK$ʱLr!GE7\WX75U4>RppWЦjPфB -s'FExVqkHVoL}%rR)U03P), \6[C KxijEB%EpHOp!:9f^w=[X3bW}ZpxC}҇~ji[< N cy+v@3E*<6P:Ƒ^y8)饅bEV#ieB/:<cBt<ju0[}E왯*W:xT\i8ׅ >~A V)R#JW,H \w%\X@BEd`V` *\wVL]$>ҕi4 d4c6Z?DFyQ `ᒆt"R4~w(Y;@2H5՛ִ.bFue \Cz1Ymu-1aܣOXWlGI_X4 L~m4,K0yze*1.lF`EXdb-I"@:.,G]Zbr{>3JwsSTڄ.S(NwJܗCsu"kw}%i ޣ4"uL{_@7prF*el1Sl:Rj9{ ~@b6iMj5/'[̲IPġ0IP? M,Oo jhą05jpPebHM<Ֆ4Z!*V?Cee)hSh{{p$=nNZ+-iLd'OӈW?b S~5 &R尧UI: "Y%ի9StW7urh]:Z,1P"]&hJ3װ~Lp+j ̖'qZ\GN {ߴuo%=T}p."Ăx&r\7輸n4f?_&IYX19Xb5䈐#ǽqg׌x.o3P2kng k$o$^,t6Iu_ZR-=Ae\" $:*I<3Dz 1べiiWѯ9%Ꮓ0]2}+^1}~+uSw1X4U#*p>A+$Czp68e)@MA"8ܿ4Nhi3RaWyFCI;3gj-y]"Ygo?@vL&.)y" 1G\{rL(M" g|o0Ppb$8ye=jA: ~jg9~n) P,덱!\*6b)O"Bc15}l"Wt4썗(F' 0)?sM:}8_9`pߺ;{bD \A ح$zّ6i u;lCIa]g33su2 SRċ/h(4=$s%؊uED/@]ՅJ=aVKR @5?&#w6h.q<e)"԰vl_^oM>l^"52A3sRXx PЮŠ$0ɗmThǺfoa ʀ]NWAб2o?:UIT>@rIE kzB q:~?q{arc# ҲϴhY5ukmkACeAK-乚$㬶FSJqqJ.1v _}WroxT=ۉUL56U=ln@;Y^DP+Rle*I6;Ɯ/q՗["ɀ{YEىSfite,Ϭ>&߹XIpg T 8^̋oIv>ASrٹ;xVTĆ5MC{k,ƮԠ=_6.Zx6/(&vk s&p٧[pA'MOǟrX3'bӠ. -S߭!7JIq7•`. `ҺGg5F(rS's]Q˼JzT|oŻ*J'J*6abЄnQs&o}NrR'⏐cKz |_o`bUХ^a-6!fC \@vҊŮdS,oMy8UиCq2 \>\wsrѓc8 F4|y됞O~IlfW_0L^r{&DF_D1(٧yNַ :H˰4`%AT|fцVA &P//4I0{; @)fALtUsgΊpn~I ;|Np[[Sh v1e(j%f[B2?hAW0|`Z`q mHĄĸYp0@*YIKmPSJm7D5T%|P8vj"~Wg^_ \sTk4}V烪T g~Л %[_/JWG0"M6㫦˸WsrkҢNڟ>^R=1ӲP(>giH!٦A1vN1ʧ-.23gjK|귾tov!sg 1,{4rkvɚ!fD|8;$0%܄n;@jr!ra41 i' +nNum">Z$Sߖ~% 5xda"Ô@8o7E kocz`1atRYt8,oZ^DY^Է<hnȕ(^43p 5 i-5cEh:jPk`w\6ܮ9*C{vS`q.mD}4ԸZa$z⤸__KZKL `+>Z23fvti.a '2HrƓBBzVVֳ=o  l[+>J0\8}HQlBTU溕v&5GKltk9#Ĭe=LNg '3jnJb|751춶aj+>Kpvu% (^!0gע6 S7 / N7lw7™M cE_}_vlJ*~ K\hgܤ!iˏf~}g@{s4#a1uʎ T%I|*Cӳ5_sked @M Z#5x~/sO{z%KVǡ] 2!320 ΓL Re&z]+]0DGkQd}d/bPH+ Exa,2 !&Q f>tJ[3 h7G>*P6n T4d:fĸml\E¸5+P-Qv/si/$QZH_0b"y^63UWXg7ys3 N'L}>hW)4 EϸS'z9kn)_y{,bMfB:F vCðxrI=Ѻ"g(MG(RX@B~9佩r}̋'ʾ4CǺ8xXVrGCu'j;fPktUkB'`g2r^% -`w?\Ež[ۦw̏9`|@n,¦z+uͬs]iArD Gql 2 .бR"Dp8xNs (xdf;$wS;3Ny$ Z5.CZ"Ic f V-eD~6NSbJտu˜,ܑj 5y C\Z'Ĺb\&? >p9 g2-̃RTq5`Et?9aobCnjm/NͿoLÄ) ]{Hv~UT+ !~n~=} -)|ž yj;CLw,g0?w:@YLkgIy뼐$\%f`: diF欟ue}@KP\,O(FW˝sjs^.B[QG` ͅP&,>і{>Ǔ1œeލeݙ״SZB?bR0Yj9`P Y?Տ٠| 9 `;r#!_ePK?\,K9㡈n1J8xvwxAީlO-'[-Y# }E&g6Г;J0~Cb3\C~&R KˮԐ `",%5#1氦d~R8IPUk#2%+>idOF`K Dg_!^?I޺K6#mL@CV4l\ڤfUŜ$Q)d[0u!N+&DZY&/:xpLc\٥f,=F~咿EʮՋ+0#,Tk*i=0FԞrxqU~} tσC@8ɱʧb9FdXw:Wh3 ;X+kLG]~5bCpFSCU-A֡ӪB!uѽ1~mˏ8>r4zR))dT.[!E/[Ŭ3Ο6^ CrUsL}"^pS[Z":EZf~H FA> OӍAԡ|EU?Q*вnni+սмvE{c81)vGA?naʗ%t !oNt0v%JҘ(}c>쬶HMP8b{ l @ | <=Ѷ)3=R-3IX&4\`~[(nk{SNJ>b+QYǫaZHy8zߩ.HoO 6cD8t%d-L{pRat~, 2S0]] B?E -C0.ֆ?=[%v(` @x뚰¢drs%tbPu,]C˷ xBΈiK +6:\d\@YRF1cˮWlQoŵ9nC vSWb t [$ođOJ\5{]rϦSPx ycvSsX*:GVYnO_Ir&UK3zw+[j誷溘3+Ӗ Yxx=UP^ ~5wըRCvH U#*,A{9+1pFeJ\}9qo4Q39j󙘨RJd'ùc("6k5+bT`_BEђJ9$1˃$CӬU! +SݷOp%W7L/ڮ&GN+'GH/ftSVg;(I.wuTƼ/EЧϜ,SJFD*t Db+f/,}sV뺮aԥc@J*``x5*Sۢ~N@G|مsn 8Ԁ~jpҮo>]}u >"`(rmdIπN~'ՁyDJ_X \q;GU r.eN˫cd_8ɍ: jY#}]:VKtw ]rF=,BV#C6n8&oL #(DD0ǭcx&$~zMqo~%Ч_TII}X;'U4K2% n"J\^#x0u|X?,p<o\~ot$nB# i0R PaQglJ/]D?k+5ؼ@>RջQo@J;?DcT`IiI:P"'<'qmpC+ n c^2RJ5Lk[ :BWt{3$QD2O-ڞȻgk,:>w|ANr MfMʯ·*&Ił3zr%L` - :V~ >Uin+ 92{/g}DhkKHLiR i`P@]0X/)e(5hȠuqj2$t*=w! Vڧ̿{<$$T S[x/Q/Ãx&&ɧ1O9877jD z*fK~ܒe&v]9`475‚S'ΩSҖ9}@ӈk %"@{|@&> ]^f 1Z%R$ظL(E^!^H7r]^Z[d2"O=G`OL- @d`,}+f uLv lh:u-Qs{)$PNv8l'-"'ߚAS+iCt62$|4OK$B d(f Ÿe'~B#Rʻ x~A.fWR)p@xYaY} oSBO?HQX?ҙ˱ΣܼIݽ~܈aTBYj'm6@uĬzx~&6F4T ;| e+XJ7IĶ'`oZ5w*|NxXDGlpC(!;.Z-bgCTҮѾ˰EzG"S9*ݮS>VDͤؖ "[ћH4R~ḩӧ>/6&2~XB CVzEUe%pIJ$#Q ,˘b6|V`7ؕR/D[7wJ=*Sx< _шo2{LM;àXb஄OmG(Sc: ƯW3~D}^-YʹD<GYR($rT} ÚE \|'3)0su{ t;eYe|F9E?txk [1R˧YZ\)gT -=Rwܯ{d":0|.HܡN˷@byDځ|?4*Lbmu&)vs(U`dz-xLuj8ۙqSz90m|t?9,w1$p}D|([I2hA W(ckn*tƌ?ֆ依aOZC'o숣5ܒok":UX%O v ;8gÖ< r; O[wFO3C(/w#j!/ĭ[>fR f44 7]JzB.AZ$!?@O:.\:{{4m^:Mr>99u*B|MV?1<}n ӽk3UE غ5(qQ/!de q#XϳSJzftCk Cu94,~ ǞT`t(]b'P]A]S}KX20Y$oiS#bHT/Țu[u__$>TyeaϦԨ/ '. ێ;BqO4= f6 Y4j 'Q5kpIUTGT!v[(g6%@'&y)y4Ŋ ,ߋFĩֹ<bM̰ %m1'GH2@5Q` up^@VL8O0t[HbBS8D;ONb_ɣ/_)Yb "YŁ𼟔v>Pw oxuD`&r8iLWf ]2w`Kdbt+/;^ARNe)Mf%rc{<@浽F}㔇D{A^;fd!퇍­->.^s{oJ _89|x#S?/:z.Ǝ L|W,6WL^sab&IhFHd dJ?ODa?Ys*/^MϏ\w;pPzEXi-36[+Uۉ/!X06OU~*|7Y88F`npv"q3ђ)<vZ(OouϹmKi-A$"^&\[i41| 3?~p= ZWw]Wq^XNw(n~X%ȈΑ|= ? *Ck([qM"E^y/O^K7IUQw04)}u4XWi2 ,2Cx4(~sop0A/B7O?dY Grl'79޻W4ӻhv\CmvP-KS|͆H4#}~id]Ia ;NO)đl&21/wi=Ų&|\S6ӘYQA4 }&xBaP}" E ^chd,4)»5#TK~CrjBӡ*HxDB/fI*Ki⡝` { h_S%V- f=խtUzHӱ1UZq0"J>ƽpk) eXZ,PR{|vnTA*$ޗd";`pp",z۳ sٵm7Q m) pK6 FvgOm|v]{ l{,d5}(Kg<\{HKԺoD\X$жmh}$HPo_-Kp{14K8FjwD&+iy1L:W8aR`cې*{vDl21 w"d܍ Gf 0=1$ WzRNx |&k?gBث(JX{X&c;؜RS|GT= P 8Y/#CY5?m1*؏{d6P?ɳVKIl VTo 6PR6k[^% iv s*I#2 !%TMsB`ޢV7B2PJ pg Sjb)L˞E{ۦ鄓u`.ԋJ-VbS5Dyړu&bBh3"X[pU+h8 A /.A[jKޣ3GSF #D &cc_^$ٝH־F0.(-(xЯ[BI75 r/J9J3b~00ױFFۚLnC-ԣ8uIE<Y-wJ?>˴zGEB 6L|+Q#&-F׏C_?Bn,i0NECGߕ%@ҾqCӺE؂^~FUʎ60U_ zF֣2'bA⠌H@%kg|bOn?Ģ弟#U֤qiytjӆ\|PaY)9WěxB\!օPn\Q^A ɱ2諭[y֡ȝ '\sB^̺@6 % jߠ#Tj0ϛ% })e( Al;]Gwk̵|b~ '2RtfХCV5k4ЌlװH#H4f"_}s5Iv}o6^1.1ayv)G6'Wo mFbq !zVLf Ӟ̱u.cQcZ\i@kz[RտY?*1?؃U-t;͂OCtG48<'~=BFQGqI|zQ"lvܚ ]c*,']S];!Jɹ syTҿyPԖ mp;- ŕe ?jm1鴷(})i81=B`.yR7Bj<]X*"ŠJ$s^O,M;ꓼ㖋+2g:7@d)x'2vsm\=\%"Lz/3Ⱦqߓjr+;u$e *ޅ;='ڰ^Yx4IOLzD [6˛fR>CG ?[nFЫw)[v?p܌G= uGXlqO,hbHeSnYFN풕UXߘC)%ɦkTAq ̆D©8k:Ahx]m&7 7hPЮW{e\s ŅKW Nkuׄ{;8xi$Ě]DjBp|[qȑ8+6$\clW شue0fyב '`ox W,)$T tp$qE_v:3{8qmE(%5 %>S'|6[֜#/ 8\;JfzuxvJ(2$ V:*8y EY}YWB0$X8iMZ(I5حe6J߸>BlcIbD̲(_{^;_-g"1T $.kD->rjkdR Ȁb*FOh2781sfq*6o%{0}ZwFWCGll'r4xSK|a\|*.jYVv8h 14(0_sn}8_JE"vk3[[Q&"DPhRn!4j¡퉽U_ [W?Ql NFx9+Io'dNn?#LC'^:s1;+a`mXt}K0pF,Gvjxϫl &2D ,5S1s¤YAC~4ru>V [Ad-S QGQo/5jE@Lo'=J> }]wQkj%[Tg4EsQ !Cip9~Im7E1}?q*mNpYV9ׇm* 6uƃ?Gp~tX$(}['axxӸačnMMK[G#g;%&%W ^3~I|34]5?(ϬAPoʣ3X4ԙ |eٲyB9HBtF>  ETm>;v /OżQђ2'/"yK`ĪazWS̘ TrQ@ Ѥ`K5^[bpWdVMgܧN"DyWa/(0"n̲ΥE!_.;pvzcmѫ ]8WEMhHhsf&0ggVh fǐрO#6;F[m[ |Jʰ4q<6>k0GS>x.GXZ,(\Kxml SqGuPHOnV'%N^kL1zzUQLBmp,M(!2-7k-HP'>i4*G”#~MCxt=9bSXvͬ5"Wk-5s^^Ž!uJzo5g"0v7bd+?JPKd1oUKU7{O]*6}rڀٟtZ{i8:9 ,/ wTLbI'7b*p !,&w:!P (}AssB~ 7qKLvMWj靇P`w5ޕ.#4O~@oQ0A6U^ }}}/yQ8c'WGc0( 0@&oh, oIy)!Hb5z]ʮz&Zsg w9 e'sQ{-2Sr/B› Ubal6[X6g%p&J_4Cgw }QK@T0Ds ic%RĞDcb&¸Ɗ"wdk[4@⃁c_s4 A*]7im9@.(5nN 6V!KF51%C\*e0ɖs=g ᾈg]w;ih1*l? + Q#|$Nlt@zEDz}P8xԹHg} LI 1JE:pH:hwሥUD5|5 MV);ycV-ؐ(AU:dpc*;MxW^v6VKEЕOe@&Vs FnNDC;vjW-9-6/ vg̟!<*4*RJՌᕰQ<{%on锯ڒcM>$c6VVN8׶ײ+(:2sMIxDhEs]@a܋4VdiߖGA)ߤxF{ih JEMe{X-f9E};KtH t#(I{ۨ k+5.rϘ׌X } aQs#Dj$'BCU޳ r&ė~;x?]{W,.{Vz=wU .^."vޜccI-o ߪ.w+4z2]2AV\u]i⻰x;H},dk)[DKmYc[I ;.JyRGa7L,9)DMR^N!|U&)RÕvn&α⥕BTzOwJ:7bN66&^{g﬽;p LaiXt/O0cn'ڼ.gA&@TS#ٸ[tJ]ץW逊,Cn/s"k ht͢EO̼ݴ#Ο#\]Dz2%Gds. 4fxYGDžSiSBf?8pElT(k> J{]ʲT3 @)Th)("Q>Pt\fq%4f2@uʮ;#TøN9/% 0hvߙdUr!gnX5v!FNTBV ma4 ?jiS@[DGޗd3V_NF&nOD80g2 @2GoHMP7ԗy۷5$,ZCAΙRi/`(%+_tRB:]LbnArE+YB% ilp @䳳BNV^0ۉi4|L kU(i![d a]Ɍ9k *TZ=uYoǦ/`g5+0W|pNa M5A|_hd ®Z8!x&w$)ʅ/07/Kc}R %9#( $xC*RA°ل?Ơ{KvT' ήj_>.޿CTo9)섑\dV- D|R9w_}zRƗxC3%g2&O5z# m(ƚ|K)!LIIq'j9spъ'1*5X1S |vEr5k :<<,`NY@ieo#9SEj *n$?0;G)]<*ySfZA`Rk%7jDA:1l@f.Yjj1{Lr G9I}UWY^8h#,"lv&8\J5؇[ι| BiC+/~k] 0E{F'mDv6ynڊaF%bsVׇr>ZCH._'W}% gPջ'ר 8jsAX^O%5I{,S$l*e x2{z<Ԋo Y"Qwc$O/a[ C5;-3h]Qx:] oln+Xvx:D2]:Eu4e88zټX`d={  :1*qն# %ǚ{hL|E; dXa#?Ur"5'mЗZw5(گv:qyYBV]$,4MP2%V5 h#$ڸ5mun%iZ¥4bSGAa <4r3;96Ǥ[D+;.tT:6:es iBE87$4 }F7;yΡYE8^X+Q*kM-OLg ] ѐbImxÏ~@RbtMz:)YgZ5lFJVŸ2o9jFv *wdf ȎSNwnvpc@|L߹6SL=O|~[FI~qkďS:`=lbȌhכ(hTI:?<-fY.˚$D^Ũtꁟ Ugw֨muhk4ƈ<7EL!m\5LZjb(&*uG x{#_"{L=bv;*O$x9hk+@T)JZY|΀Yl l!Sʟ\;$:r,#icSEW~^\s8Y4mKayFɆ/=}\ r*@eoW< <IJ?3~r@TG!6 >i&E-̎$.i0rS'67c?fLXUY`M@kB+=;D~t*Ds,rrnfW2=Nٞ8Op\s `^Q_FcwJN8eLx#sh?& %Eh6;ns&ih#9zwKwsp~'/0YcS_2S@4OA $ԥ+U=D- ޻V|;3Z9A1K{{3K9XF4HD EY:0\636'Zr/u̦dя6urS8Y>(طʘV^V;4izbY+62雏Xܝ!9 ^ӍsֹN7:T(Ս8kRoN! .\$"Pv"5]f3?Uh(jwfB>֚:FhoW6#yݜ/,Ϣ'Cf[r;fʟva|T]R*b7>y_Vqli\}I#7ڿW[7\F׿4%m 6VJB_OghuCҡZ?@& n5YR0imQECc4\yGjfZ,!Y^ٟHRhæaEOf+&0Q5:t{goY(K/> UbeչRe85%+o:hhZ ТHt_ `}*=0Y MbbːH?˯n$鎠!Јx:tW6zvLŀYG줣Ϛ̨U d+2 ЇDD$؆@-͔zB E$8N= $y ΋hFE,XȤt~C{Wu5qy]y7~> Ҳv]E"u'A%]CʞHUzo(AdQ:XsL-R;ZMy{=ɧt?xjMMցCs&* ;VtU%vf>dT֗ON\_ؤ>4b{u]0r吊]='iZ'~4.?]meH1Aq;宷!6 V"Ncw/zJqOP\u̿Wm"1 gGB'ڤshAD)r1BR}ab lT,ƹF+NmJclTw%5먘Foż\v77:_cі5)Q`-͕QpˤUcp\eJw𕱔tZ;T9aoke..xx{U|e=GހDѮf{߶ YZ