python-curses-2.7.18-150000.51.1 >  A dSp9|x*SW/Jb[uaG2 ۽k7< ow !lf_y%ta\ ^fK;^8zq26MK$)*%ЧXqO.vc|[uxtDXXdv7)KoncFҵFu*i84:.;mQ0^B@G]ˡϐ=A4f*&h |\y5늼hDZ =778488cd09d74985249620e7a94188a1526285123f723d65a8ee14d9d64c1cff468e0743656f7c658c1ccb162be005484c44dbfeԉdSp9|88%z 5[4FA>rxhrRŃD=n5-؏*]@%DpFor+ pAs ?sd # M 4LR\   X m A  \  ( @8 Hd9 d:~dBkFkGkHl0IlXlYlZl[l\l]m8^n$bnyco"doeofolouovp wqpxqyr&zrrrrs Cpython-curses2.7.18150000.51.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.dsheep57SUSE Linux Enterprise 15SUSE LLC Python-2.0https://www.suse.com/Development/Libraries/Pythonhttps://www.python.org/linuxx86_64 44nB(@cӼc0c|ck@c pcbbb@b@b@ba@a@a(@aim@aI@a'@a#aj@a`t`8`_T^J^@^@^>^>^;^8 @^.^g@^ @]f@]@]]]d@]d@]@]z@]V]y@]9]1]\t@\\7\7\\J@\J@\C@\2[[#@[6@[@[ @[Za@Z@ZxG@ZtRZp^@Z CVE-2021-3737-fix-HTTP-client-infinite-line-reading-after-a-HTTP-100-Continue.patch (boo#1189241, CVE-2021-3737)- Renamed patch for assigned CVE: * bpo43075-fix-ReDoS-in-request.patch -> CVE-2021-3733-fix-ReDoS-in-request.patch (boo#1189287, CVE-2021-3733) - Fix python-doc build (bpo#35293): * sphinx-update-removed-function.patch - Update documentation formatting for Sphinx 3.0 (bpo#40204).- Add bpo43075-fix-ReDoS-in-request.patch which fixes ReDoS in request (bpo#43075, boo#1189287). - Add missing security announcement to bpo44022-fix-http-client-infinite-line-reading-after-a-HTTP-100-Continue.patch.- Add bpo44022-fix-http-client-infinite-line-reading-after-a-HTTP-100-Continue.patch which fixes http client infinite line reading (DoS) after a http 100 (bpo#44022, boo#1189241).- Modify Lib/ensurepip/__init__.py to contain the same version numbers as are in reality the ones in the bundled wheels (bsc#1187668).- 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).- 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.- (bsc#1180125) We really don't Require python-rpm-macros package. Unnecessary dependency.- Add patch configure_PYTHON_FOR_REGEN.patch which makes configure.ac to consider the correct version of PYTHON_FO_REGEN (bsc#1078326).- Use python3-Sphinx on anything more recent than SLE-15 (inclusive).- 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. - bsc#1155094 (CVE-2019-18348) Disallow control characters in hostnames in http.client. 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 `PyArg_Parse` and similar functions for format units "es#" and "et#" when the macro `PY_SSIZE_T_CLEAN` is not defined. - Remove upstreamed patches: - CVE-2019-18348-CRLF_injection_via_host_part.patch - python-2.7.14-CVE-2017-1000158.patch - CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch - CVE-2018-1061-DOS-via-regexp-difflib.patch - CVE-2019-10160-netloc-port-regression.patch - CVE-2019-16056-email-parse-addr.patch- 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 (CVE-2018-14647): 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 (CVE-2019-5010). 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_cursheep57 1687856887 2.7.18-150000.51.12.7.18-150000.51.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.suse.de/SUSE:Maintenance:29628/SUSE_SLE-15_Update/07a83783c4d6706024ca0d25f9369694-python.SUSE_SLE-15_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]=d4f4856d1dad3e76e7340a69542ca44d773561c1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9a2ff3b77864e8432764a8fd836871472909c36f, 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 RRL66ßfꙴr8utf-823d68412fd74344d4c9dacc206ed8ec3cd0b516392f00fe9a2c995a710b80604?7zXZ !t/+#<] crt:bLL R5+ƂכJj{ ]xnK1;*8mTxa36ʠͼ9k%ۥ'C2EqPY]/dN*-n>,{kF ,W':wC~v҅6̱~" B"'}3)\x= E(%2"0=~pw`%tϙh M8kJ<4qv%o3,޺ yrŲyn4H}) DH͈4 >}y㡢^|j"s'ť".7÷ث5]*ʯ?Jp藜qzD#]Ƌ* UR2N `_=Mv̒LC9^m|-qsW+HO !~N}[=ÌiZaW)oN <ҼqI|kra(ոBgjH[7N Uq]/ލ45.r2h2bۑT#r*ܑ6+|Z|.{Z,TQ?edz04J\S 8_I@]zt>lƐ5X[~|=kqՓn~s˽zrWN٬gӦyhxa/0ㅹCc]u&[bɯ!r LSʨoi".ָ[JEac*cOShXO!P<~xw5a@рkYDSo_o ԉ@r錞/c)ߛ=&`~MO#G:tM{@8ƹқ+^^Gq4ճq$;7Wf΃o}Ixkp!{%Uy am}#j̖ؐ.~Օ6D+9\+^&x|jϓcG#ի~U5xuȒET,Rk)ReƢ6X$ _~BkQSJ <g eVaJY{t^-BqWule^W{auV֔YSۼ]7rp2,4Ebb‹V,;&{P0J]4pyN*sLye28\6ү grY)y L[W F"`e{W`76ީ g<=ZB n}{b"4<>>) =xr[cɑI{8ʄ.T|aPh&>vsQץƙ;*F.nZʆR'1ms%J~lKk87L|<ԐпWo |W|s\p6~8o@_]|(ϝLヅd}*aǽ_XFJdǽBd ~j\L GR8md\RvPTgȌd*5X\4̇K: iHiaf0Qv nRT&ϛ$A ~FsdET[_ F,ʞ8o_{w+x_||q5W<݃gis鈴e4yF 7v/&P%; imVcH _tPo(bfTӺr|V醐y!,Ռ' `rGl-uԭ99v_D=XCXp\D=P bd ِ?s4IxEEĴ`)A2jvjgne mlje2CHQ̂M6P6xh ֿ/3Z-T]2nv.&|,Ttf`4:z ` ܊KPWvDODD7`LZvU͙2^R/ :٫ ;$t5\bjM.ɖFpݛ"[w O*V0r-F1DqZV"#:=ݘH㕰p,bD=lC@Nmǚ/ Uy-gx" dsrt\L{x1Ǩ8Vu%>%כ}I>kݖD3K<~W ?x#Fc*JNZ+:f9ZTq}\!fspQDʠ0"l/:%pNf9$::sԷ 63r'<$π#k%bg5Z(׎Ϫ7n3Ig^G1Bsz$h ņ!=DhQD0e"rE[j`f #pHѰ@eզQ6-w3A iΝD؝9`On,:T4V~fZFBn݌YĪNiW3x r0;Ҷqi|GK;SqG_;y sѿk/ uwv Z0Z"ibF9D Uz̓(TӌUH#l!#㥩K-7 U_^n͜5C.QHiYcDnM m;kIM3SGF_ AmC[$?4)CBZCxA@PMobN' @6r[F܂cW;PuUy>H~*ڜ(ilklHS/ 'Jƅ?`xT,E+ Czx+,,z{R pf krXqE׳",%/#">eۀ}K`=SXXllo,^[)<]Ay3? / l@іC+|a{UjD~syBg9%= ,F>Zǒ P2/G 餪/442Jg4FsPBQ_ATrQiLR±r炘c^9!׿ Yh-9&KOKDs ^Xrwq?Y&K㍺eVC@ EGt5Y˰Դ+ vf-ð#9g˧]TnM1c՗Eؘp\O8Z)bq6+E0apr20zV [4Mq .{ hQߠ7LEܚ}K)ɤd`jWBŀw`BʯrX (Th֛Xljh>WWeYʝtq«̄wG %H4wei|@:331 36 J\Ֆ[7/|K(~wQHCG}=`=,o4̢Ǎ!k4q&>4ҕpja2Uafn핇h LȎģlօ%&6{;<79AҳKGAf[߅j2`~wڽ9]^ ǬQABK >lJ]A} y ~p[fP@['eK[Xl$5);"A`w]S09  Wt>4m>:#FѬts6H?6PM*a~g*0fBS2N4 urEeua53A3X!u8Sy;Q7kWq`!ѱ]mZ~HV{okgAȜO(.#j1;sy6 ^̢%+t G /x sé]LU|bXnA1{җFYLm蓡({}ݬ5';-9O1+qLX`R&rP'!8jK#KI?:%ͮftz4M?4ɐЮתSp,as\ꀷ4p?U#dG9nsA$sqگ` NXa EJ"b+`eҫUt3Dv\H C=SGk잳9Sajm93{ؖo41kƴGPX~KsՅws1LK_JY9-bltIJR} kqRu dO}2O,G­Rgy\xd{{nN9 |Pc,@? tN+bR8aKΜn dd5ǍS?gȠnɒpe@a1MvBȻAL =ZcxlaFxÖ9\؁ڥL{6j57HaǎJޓ2=U`;[:NCaP+ˑɣ}r0,hߨ0Gwx馦 H:&ݧe,ĞS>>z=9w|dL-"dWЭvк qMQPI!$bBjb7yp1lLv=pNg֋V㉤P簈qUY LWWE h /F.G8 _8l p@F[ FV6ˉUKC\As6Seu5 f8פ,B[Z5Ꙩ K*s"헥 MC UZ.־"IkgcÆ[- |L3`"cl꺇p:o8>c3B;"}xWFBKnBJus?d0uC 1b!?uo.kv?M]-Vgg:-q.hm5_ٚ^e1=O@7>ٿXF5;6DG1hx@0N#frƼhf5#"[ BJp:H%=սr`a<bg9I|-a2_DCBE]rp ! i΋I4 $iV)Jfܰ$>Qp2m[<.zlHS#{–}[+%{~2W/N~RFK>/0lx6[uq qwUڅ ج,$AFPJ>0ėU9fJ&70^"sY]iQ':fU_<-(3mye*P)?՟LO4?-ʊ7sx3DbL>!՝^Q17#"aRh=UOe?* 3VZ갗ŏ-S ߾*3z&~:(t.`S'S\Vn%t:6W+ +._U[\fhIBڴ/wtQ/6w&}%uڱqo_bڝZћ,eVVQEׯrie[+n) )=m ky$e+Sl T=9҂{") Y?u=bf ޴AVᏇ-u}? rY=zq>- %9HdM5(Unh8Cs?k}Ve,&K&!By]0E\Fգٖ~ \ɾE&DtTX~w n5P2t3ǦXm9.aN?f\S}=8с'V\<@Ou\&',_ tS,\m3YyнOU+_3gOLč"r<$&vaI6AbD֌ YmiZ{[\WA!YA Ũ_~8~0 ̆nȚ}Zmtdem;>\1O-ͳšOvnGW,=]z#$7hfr/U ~ELHjDN3*ć1DӪ7^3\ҵTm?iIT-~ ߬Sh n&!ťy޳]1BlɳׯKsqeUȮ;7ytqvl(CQ;Nө[7X  t_==7A]SP园P7#MZq'gNF_Sc~Bϑ:7nn1s\g\vn~}Xa.8!|0CT:]FFNl5\ަ]KŖ$Nfg|Ej7u=>i9D,tyj ">)zGp [:X%&rPhBR ݖh(|'qyz={dR _f sR\Zxʰ Gc3w,Im^3A%T-Zwlti*־h%WϰQ6-DzQ ;d/uUbٴ 2.6ve,;玐cuF+! <<nJ\Md'C`qt%7i3zR8OA\)-rehE]Hjݳ(6:Eah x'L0/jIH{c T^MBhh L U&tWMNQ3Ցr,Re|hЫk4=5G^TS,~vi$u֞0~ɟ+ѹo*K7=ߝǶy܎8w _Gfvt$R8X!|*gh&",QuRj'I7%gGoTRG~nO"o0gRJ1wWe<|M(°isG~Y?a qҲ@uݣigm䂼9|v{*)nXӄH'dI&XxIzr  H3X-7ye|0mgu*eߺ]RV=PE Pjz-GC%2FKX%:]PG/[/됧Wr2(lǰH$ۑg5 aYkN _.Y<l 圕'BIMcAE>cWBQ4HO3 *}MaR՟X D[Z'@up)6R@YpNB̛uo3j <͟,2 3­h tH%h9`P5Ӎ t.JC}eG9yWfxG$zd;v `y{8ZH;d xFpŲ؋MZ6 54l'1X4y00Noea1 >mbvn2wL>Q>J@{TZ'϶intk 3uļMFw*/ydf|rޝzՙꝥx,QK$ٯN27Iu7&ϮdSvpVh/Me*YY?BOyS3[ ֝Y|T* b&FB31Sh㩺 \D SV/eJ1o]˯цN%g0ҽҼ?wd$2ijiwT Z(pTDjE"ʠvln?Ǐ(8zfhhmQHPQ W3Bʹځ^K&s Ţy(xz:h48AZo WjӥLDE}z @_+lʌB?(ńz#+7p} 6(?Lƭ&x dn:nM=OIpbQdD(r5.'Dq+€液pgaUDwş-A.Vd&hX }(ߚ<d\0T >~,6 "ydcgE;#R-8P-imu->#(<+fo$>0QmO3 ayv/E8Eu `k1}}-?j"r'<嬨٤0t䅏w|#yj4H.9k{LQHxC<lF2; -/u!mez X+V]h$`rd mmj]|l@oΐK2RUP|=h#fn4@ Px P#$7S dqf 5$.*BNZ{!LՊ.uP]9g5~6)MoERop'"I-*D{}汈0) Py;àXsFM[n4%̨-OK#}>y]yTgަier}=i-'7u KhAi(D&̺fr#7tV(7iJ̭R%.XFWHAȐ5u KL9RC|>$5~#cw+Iw\ѽ<RV t/i8(Q) ؎ٜt{1,y+}LhFWw>hzBLN kX y7 OŠ!O=6~'uqDDGS1W9|:Ҽd`uZ=" ,:b@8.Qqud꘡H\kvt\KdSCIϳ*>cVH(!lBkrњЗzb@-}, ޺nJTfΩ*m/̂г #[Z(?V!<urF~Y0(@>k"Eb ő4b3|G~VR16/v<?G*Hd`th?.u[跋Gy_R*O7 pj'X*vJ7ߋHhw.Yu$!VT s`[ct^lKIu<'96f՟oMWu@HWD+T;Ǭ~u)T`c8 +q'ґ?"X2D>9Tx*;~$# TK֧y,tq.;"aEL*uu4-?%mqɗgr1sQl4UT^'^+)QAݻ2_%_ *Rd32<#7K$Unqv`VfmʅtfSDd8T,3 ?QŘ w\b}FG6cugsbcaW&o܏[r?To+>v2u s&K9Z :=҄;D8;-H,&؉Ujd|*^f\;B_m'Ʉ'H{Egeέn=C8SaAdy\hP9Ǚݩy1{E'-\~.z9yvvU֪ӉːRV!LW]CI?i0J C'<;!c/hfN~^SUEp!I*[LӅi;о^uNꔪ?+TL@QH/N3*mloW##[ QpCo&xJY6۾@} w7N0mPe7}ip"OH);a~Cj`L2S~=gd^`%RU4s+L{z1yxh+>˝PAcdglEc=m4~i :;{EA¡mA$Cz+AlsVbEeh &`fӵ@z3ƹڥZlzCm{" ldJx.6U銱Ԁ9 s&cGa2r%Zl1>zC GZM@qd& "D_%uhzlt%go6U`!4`pILIvGUa>JKa2R//ਮt,K@=@*NV73Q(iZB+HpE_{Yw0.g# `y_d%Y=ĂcSB1hKZ,0obM#.YױkB^v1D {X 3 2GlV*I:G=I@oǭ/`e5ae>- ݡ+n7a ņʃJ3Kp >Tur9+Kc֤S$hL'E&wE-=vJ]K/X>".b(#c ًBȩ!svlQpHg~]XLƟ_7`fuEl:[vqncDדhTH)vK=`F|B!Y%;u`ji y6e6sX*^)_à4:M fq @ q]پ[}QI"4m{Gݺ{ǒ#g:ƪKHg(u`AJ!c+* "c5 B:'2mH/19\8+Rp#ݓ8m6.L#݀ĩswYݾK{~T=GPN_[fFT,&.z?V(IU")"uU ڽم}<m< nED`( UKnB;gȞ6# V f41PUmL@B+E|x tyCX5A^o{l%/x{n,][Iӏ#裙w AZYI{첉.me0I9u Č|uWBQh=YBMm V!ύVy당|4PW'M#~+E Jș+DA}Z^`-SNV b= xCa&^{9uՌa~@7 `HaK;]? VNj0ܓ@D1bE{B-r5qKMrwD{E?׿=Ⱦ) ${٧ޖ %j+z-Cmq 5[d|DhmlV/%IAK96`Rm ådN,o ѯ\GuZk#ʕY5aϩ9Y8`nSEJEqr̦(kwߪ]{?Qq-/GD@PO485}Wk"@Rbd_Xc tmAGn^ aC&C:Oq?vkjk&Any,7:J" +>C}t ~-AB( fWz^f(Ss6mьMyd\oփ1)HnT D\>> D"gXbjMvqrݒvkD`t``3Kߢ^_E[_D0 d4X, Ʊ͘n.dGSN ՙ!O?؁Z9蟇pj88i[[H :ifbQ0,vizC2bEZymw?uo!MW &XEvb,ueWc^<ʄaPaz^\RȻjvC(rNi#q>uC9r=a8бZshF#7 bQW μj|2i-ģƝU@֩p<#܈늾09#M$k֨biH_"6#*0Zٓ~-P|/wָ0%NҤTH{ bv8M _nP$7pQD߬IaO6L&: %BtJuꪣYB F2\v/Jd洜GVmVTEcz8cUU%ؘ$/%$LJ|u>9|;Jum=mʧT~ X 2_h`$q b=$xc%G. B|3!R/,eSZK;4eW߈s\N:lmR4M8 ux/곣j6éo"EO#cMG=|O8WS7;hR|P`I-ƭo ٙʁ3r(N?u{ۥXR_R ~$WuAaez 95B+<~gaR @/M #Ådžfta,y"e?6U.YM#G_5uby1e @FRzOд:I1oiO_2d2JչH M6u=7gx\ZXtuY Z6@^`zY f'bHX?Yj}kt"1P =I VK[W:N̦Knj'? :'hbܟ/t̽hXR]%X{&_D7o|nx)Es9=/c?{˜?;azOP]#}`l]gP1_RE?[פ7 O(D2s8v^#y070~바{Rebvkޜy<ȌG {-E]XZPLodֹA6f(`V//x 8,.J301 ;Ow~ wL]"k GŽhw}^Q )93s'|?/LP"ǒ20 (g[<q&yhg[MW[呖Hs_cOB%&~9"bqH' OEXԦe]GOA0?L[$3bkBЬNӝ6r#`h6dvn8txy)Pbٜz2&t;X$g j8><oȲ~ _OHȕ;)-z b⣑+ngۀ&=w)ze%[\lB1F&xhq"AO5 C3N3Q*uFTW]58қfٜpm^ 5.|yA>J;bJ)( 塮r(pR| A'KVPk{,'v^2zԸ88,n&bw,ϋvWl 9 E` . @场={J9tnEb)v=?YD-٬k&xz׹ '1|hRmM?+Ϋ'?yAQNwͻlBnl~=DE_oXSnIBmnq*UTSb3%C*iBwpfZ?chCĴ린嗶BeTo G._%^^ҜxGCNMj]է(ȃضR1 Ds-ǃ5%7])J"=G|{Y_A ,QUuXm ?Cl6VF >cxOڶ@*(_@H/S a`[\L\7tr)~k45z'3U’.VqAϕ-I>Ą Co/#h|v-rtpPd5DYrRڶ];+lG,ҋSa{fL$s+ryB u5ym6߰cu=*Y-mBs#i\.::Gشbz5'+K,ucy{rI W0^݉#f=7Aj:-TlCmȒԉG 'T_TR 32RCwB{Ն&F (w5!$fφ^3k54j$l9#uw5#=(z9CH\,d6^$y~s > )_ߩLۣ,_^qzatH8k"8{BQ!}0׿*IP n/,`Ǧ_ݦ7P;v|.X|"itw='B- Ӫn*RP2oP&jE'oV: ًI%1s=y]'YWT>_G;y7jj/#ЭrJ?Iٿ˾2ΈvgO }>8]Vk_qJ@)KfQD+fܧNm7D@ ;zxp 8_I A6KeH)+nu\i"Apj0^樎bk-rGcs "вVVjZtПn]Xacwj۠}MI6@3 o*[W@͓JpQrxĺU>#u FTX1=I\*aӊjeZR(ǓzoiC⃥KNhVGiHDz?(wu,bJ ~V#ldj8|-w%+x?7x踩K]V=78)n~z.-$L IX{pÞP u;a9㲙ךE ] tf/eRo6ɦ/ "QB.a<믶H֑ Gf}QFef֒^PEZ~u7R^-M%g¤C8XFݜLdSviԄrP7PDb4ƍMa)bķ;Sg qsģy,{ R|iTmj{ѱ$a\]E`9a{0$ּ?v݄]<e E@\sD˪sf:[z,g  ! N;pV אf\d~ _1 xu J2 &F4,L6'x\|=̀>Wb &(HB,ZG8ȮqyA>@5lcm|S"ٖ_ݾ,*;/rJ+*=\ O쟿0jhB\0-\z^16ǨMoᒤ R2meI8J*d&ˑ"_lC8E!tGbgI*ð'fX^<4肘E-M,\{yK^M? E7%'B'mh8],[Gl4~*lj3Tv|{`dBC~NUX IK#n^N~2$uqsM.Wȶ nC\B՚ ܪs٪2(wO5H9CĴ(\C W3}]`MƤצk`bao SC"`N-x@t? 2*RXЄZ1#@&;!FQ4r]8zfc-cD;*Tkq L%ὖ$ǶAW>2'Z x+~-QFHtP+ذIpoa9"[[H o=B%H?A{g}$^8_̝`"-]LZ tKZӯ iOGaJWTbläͽѝkZm,L%/Jdt MģlE ṅ`.oMI7'HaזM`_sEr9IHn-[~wYk?f>cKweFecU>; A4#g5,\®@&{T:Fbg̀t)->z|Ow5#Ł VA;M 0eԚw Im1AT-#G="Av[{[gyADݫb} bJ"':+#`IQi!Vs(*0W6jp; zkl'tهg[ܧ3axXMev\PYqKUF}(P–%q<<K)=#_q3P3:0^m~UA!!D4<[[~X 31`vʟv񻷙uBED&z;L1ńX|s-^ M81/]?X00̽kqig9| ]=𔼴 vd Q 7AOlDŽJ HYkx6SgOѽh+?OBN -nލ.@:3ؿDeZRIk ]vg R;X Ӌe;I 9eqȌQ$ õԴ`Om+(B!sխ>,1M,|WRXNX%4 ֌u^Wm Ww kFM~]k Nh6Ɛ5P,߭V]blR azôCt9X}}&C޳^H7`o29&zJq´#¦(]UݸttiNSH?3MBX`dm;g 󄤒Z1~R0gxb-VԔAjx?K5\ M\݄^MoQ&$*X<6q,^U}ڊÁ<]-vcg$W]&򨋕7Y~\:$:0IFf+Iyow={љ ա/"Z[ :Nd; aL{z:UiX 5,VM5N[ .3?))zm Soox}kOA"Q(3%won UQ)y#C$>Z6Ps.&V%I]0DD8`GVnݩ* SOYߩL 2PA⤹e*2<3@$ zLJH·ŏ0fbau](@_ꂉd))Ji%෶DZ Y 5* `!Q{qq:6? G= ޜ{9z ׇp&^ TW8& oegy-u6B0_AloO#.DCalz fzjc yԎv$a~Fi{uvaS{>~҉-] 7rT\|gȞ/VsS:G.wIrU)1 u#\pslQ#Mlac\rQCleiF2$CyVCon[1GnOngzGyJm% [=K@q#bBK8<~yrSj09iK4k{ s pU6-LntH A6om_\{<5ȅ(lmM oJ*Y:EKw pUsShTZj Ibx*}+Dlt,oLSBvaL*(,+igd;m%UALB8E0'ѩ(`SE)C3ؾBcLQBU,X%k"TBBE7>0抗Wmzhqr#|6RGN4DҴD\\WS6i~cFc. 2bHro[ed\  Cp\i0.뺱bq P6م C%'7p.{}۪ @\/ܭpBMO6bkO*u\r[c )&0Awh$ !r#88@kelw-Iɞ9J,'Z`1E=Ol 5 PE}'Qr!ךꅺ)RNHK'VHFJ ʹm1;KL 5Z\J%]7+bWZ0G'e<,_TtGor8˄{Z5]ԭU/kE/ˣũkE:RH[L[fw1Riy55<ۇTZհVW zx 5*^T\Z|;`(N1P"l$no!gaAnp#k,^0!FI;G i4 ^tPsFVɒzЭ4cAj]U /Νg}r")QcЄp]I.R恭 CV'S?YeZHW \#Gw:NLM9S3{^'7HZgY2x6+6lҟ^SSՎQNuNPPtNDNfLn/ _5Jv\~-IWA ,M$?¹Q*oLC.WF/5V~yFrpG:i"?%;1/d~fr Ljg$oWcW3W/&~9Tf}_J*N"2t( u dIP& WmD',ӥ'oj1d،JoFPň„؞':fX%gxWbVf+edg=Za9t;6^aXLuNjg 9Xx']6͂,%E6`Ey@Lub\xLH]h⮀^`?cmfP98P8w3r JU{5wn aX4 mɵHem@4UƈWv!Xkd P* tI4zW}5U"bNvnVH&O֡Fd{64oC/p/E)"9pd$ ~wޗx$ ~2PntǕiնB\\ oc/$,$ QD8q&9D8T]}C;ͬ 8=ma Z.jfG 6s\X?uh\;vϿS%2FO""1ׄDt{:nKt__'&L;GF5`E7턔z|S+V"Wo9|,;λ[ԥs 8VR3OU%L^i)!HlRyr8+o[Q 1'`a.r3FNb6~y0moDsop}Cą!tʮ ~DjX]?Ht`44"U}Z}%`ymB M4`bVqNCXdF ~[5|-A0:1҉dm~oFkfDA}-.abAQ^ As^rh6 b|:0Ag m¹OO %]0 D.aƾi&0B tk7x{[cѠnݲ~hϺj@/s45D㠆=Y,eujқg4G6=AkI)'R; wr%icXd*M!!1Od"HU_DkۆC6v1" kkU)m-˛ʽ-U%Qxo9x:䚗'&^V(TtXg͊lX[#3*wmvZ5KaCHuHGo 4 L;ֱls5*%-'ZPBѠ{Ɗfq1jtHQwMW; ]FoⶨYR:%l)ms<}#ЮE5^ӍJ!pDU5zR2VeOdUG_ :b~KNoEk>4qGop\2TQ# 8ObaV IO*I.c Xwi"^,Ն}1j5 2yyLpgFE9߸=̀FePADzBкfr`_0đl2Q܍`Za.W~g71\@ZJm]@-&Nߐ'Lcйmyen]yׁ O̸o4v #әe* {iۊۄsmx8 nYp9V?Zbq"M>{щ$ > ,U<.yO\wR+KHK\fK,B S5Ul"o] q$vTg]CY1A(Ht~MYG`qǞLk˭EXsJT:S& \ꣻR i. ' #A[k8RLS~/J"o߿d0Y#J}ektPF z䗇$L` O1ea_P MH aA'GyT} k&t˸P k\*~j|pT1Muzv4R"F[$J -tSTdg5a ?&TC{%A 1h{/C^Enf>&ccg!C.Xeୠ3CN}זixzx/V7,>:*:Ae۫P-2s9f `dq8|,=&ֵ_@I-YK5Z*ξϬUY=>UGwµՉօ(-"V'\5sp?g~O_׵rZ PLI =.FOx= 7su% 5>.P*,  *L1l;'@ GU%ѵFgkmZE)/@Zh̎0O_ Y$kܑ!̭xP1-ȕS |*4NMpx@+:Oǟst$-$+iȷab@]ُ5 c(R o4)PŖޝRGh;SRS *c偻O'E+o8/mcwxOј6]R3qR619H.9?<1"!#䱧w-')c1-"GWTIɯpr|^{Fm gS᫱O) 1>rk6e+Wd߃Dw2#>աRЈ)`qDGU^2q0?+4;xrf߲`tW;OVe 0ge s{(~2Pld%Ԫ{YPu[ߘ@yuՇլ7WLiEpZ_e*F@cyXKlxU#♳[GXV޽fl*fy2=XM·9(3c4Jl1%\ŪrJ{ \]_\ݻ¶Mt[1Y޸n%Wr`65fBa d3AV&KX ci׶7b *ςwwȶHVDxjQDxq+NÄJ ßdd r蔫^MK\&챓Q2΂p\F~ }3Ū !Zq% C$VY~ų*\|B笖S6xJ$r0==Ovx|%@zpj Xy™BɁNҲ$"Ii%#߅r$ԣTrFaWقWߤb1zH qfEuse d}$퇣y!`np M,xKc}|po C"nMe-]!ⳑ3kY \Բ+6} ղb|g_G0%.A;t:nO_vRLPI rR&"-y- c2>h@q=I~K,k'U(iDBcL>Q/D6y). i _<wQ %kQVqۅ:ghNQ+ra(P0(ތzYmVctu󮥼\RVN\71|C]HTdFEr5ҝ;WxШFaÈkCKX'A ?k]01jC 0۲cgVvqo#riT0GD +s2~P f"9=Jml:tLV 2boIz].c,_}@=jO@5,jg{ƒc 4)~Lq?Z2Y>ҿ256}*G``rɊX@sCVz|>#ٍПQBH!p%3Vjrl5ힲmwp|}εƣKo>uq},{mkS[A As.'Mk֮]٨K E}M*c5"D- +& ~_!*\ Ṟ*rE{n$ߨ ÚGWA5 %IGk<[d 9=N OE嚮y֠Uiʵ{KHq6sHT oހNYSn%yurS0!?) )\UnKgTxJ1|xJ G~4z(^Фbd5lofag1}DqI/Mv :\^@LZp.c*l:+G9mpX4*#/4HG*a{\3h-L֮A7QRVjt@}l+j,p78 P˩ >HО'Xv'!&WaCdAB)x0ҙl AR@>_~هOV;zl@v[6D Y WhGzPAY60,5[@m~lָzYOO@^kN\1-bITʬUKif3?BШJ1IPsQ~AH>l./5m2F#hUzcoG-8 `? YZ