python-curses-2.7.18-150000.44.1 >  A c)p9|48E*|q6Ydt|DؤΕVUM1{NCxBɦ;Nc颙{.#S@9x![no(_dN*1 y;@m rrh@ ד| A`GXDp҃}+} HdpAl?ltd # M 4KQX   T i =  X  ( <8 DW9 W:~WBe#Fe,Ge@HeIeXfYfZf@[fD\fH]f^gbgchdheifili uivipwjxk(yk|&zll$l(l.lpCpython-curses2.7.18150000.44.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.c)sheep27SUSE Linux Enterprise 15SUSE LLC Python-2.0https://www.suse.com/Development/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^@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_cursheep27 1663676613 2.7.18-150000.44.12.7.18-150000.44.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:26006/SUSE_SLE-15_Update/3c4a72f70b5bfb44d756bab100f0b2b2-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]=c3fbc6fc77600d0ca23424d975f34654b9c9f67e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e42b66d4702b5e1ac3e1f6a5a2c2703422e2134e, 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{Ļ0' s5utf-8f046a2e6d36127c9421d2f0cef925dae8c522dd1a1a8097cd1db2b7387152fb9?7zXZ !t/+#>] crt:bLL &TPrVZoG;$Xtp!%QNvJe.4XLpg@]^ꖵ0&QDNeVӿF;y}1i4b -SRh^mXL9<Ík$t]/?5IuQAu[q{<2>KJʊ/lCUI s4 ==LCkupfg|Ŗ!Wlσ<6*ᄯF#Xag$zVi VFB,霤?&=, Gb7kMp*[-'jq?u)%̹LtϿ[r>rwTz b5;wl E -S 3h"F.jD+sp#QKpkm4P=>8\UU#P1|ohj7IZR:k}>#]|s4D PRRάܲ&Z"Gܥ[$mo&Y>BoUv39lu~q7;Ƀ"㧜!UR`Ib;-fuB;QrADH/0's$d#IG\s /:ig)dVuS] ˿3w#dΜC q8^Z8 9j]#8Y&rX%qe \p{20*h>v|W&O~%"b0ucřjj.  ICga|AS .S4( /=Uw/)P /XY!ٍ\'lh`ߨ>_kLǖбezd LQM_PӬ,]{}zLPL PF>W- V|D^ӲЭ՝vK@[9m j:˷t1! jW#S&O9Fs@u/J(z<,]##U8l2eqlVOМ^j _Oh0F{.I-G :P+؈j|k疈˲ȕ}6ELt&]/Ԕ3T-$u8UB+Dw hD${! e i^wȝy/i*Y])=2qz$S!pCJE]̆F,%iTjYRI9r4x;~ d_ZZg($|8KFx}\=wښ2$LhlM$躣A{R; -6G;?p[TN!IBMC±(Pw٨.#l΂Hn\Գ ^YLǸwDSV#7?] iX0% E O9S(qT5 n$[^!KՏJOi)yϝ,XC8Ux8Z|~ha|cb=y ߠW~+$]Z;$Mq'adc:(Hs>¦ш&z%.Y( &V-wJ{w9_N 1AW\7XH'#B;;GtCÓi}Io?SB,'En55K)ƃ$ tRJ,'/!2),xHOwQIOp,O>QؒlN~i+RCN8v&iN׋0怇Ju 1[z-( Eal /$0xmw|@ C1h$3Yg`}-5HRa/ 6OYW %!8߱B=;A&9e|Oه`= (7?u+1eF$C~^߅#yIQ&gD TjGd֘6rEAdvN k-) >`،q^Wݠ5{.{J#᳘Щ7m ~{^Q됛_ϰ2pÑXi@^& xo+ÐU0m`CFXqm-q{L@pWӪ( ˞ F<⯘16Ly n^"z@4J>Tdu؃q3XXd칺ܝo+mOW˻u/1Ko6 =D%U_<oi($+c32RPƽ34 BQ9$*}Pn1^`Kj;*J0J*(>Zy E0E+W%^Ȏpe8c< YB,S&t"{=\oi+1Uk:G*Ƈc\n2)jl1da`^`-WfhK[] 1st @T_yJ&Zۙӟx7|lD Dp|mjiwlq0kg>gv;$$eȵCvǭ4=f)5}α ݚ-Cn*I֚U R84!24OD@g:Z'ڎ6]aZtzWnf(<^PsAڐHl+逼.]=fKKIK\@[ ^<12Ʋ({iqκ%Q1>ij"9FXg]ҙ ģ!kQ{Yjݏ">d03|[ 0[=kGL5T+kSe SAW"2Xuhi[vl}0'<|qӫ Fo\uP68spwAfSҩUl;C4#}9R^چkg-g҅.2M Hfl:M(k"ݪ10|OLHDҟ=od-—z*6~jO^Նoqpp 1=ҵhiG]rm[l1b/H! |ip.V2x;ImG%\!yQXQsltv]@OtV*up{ l^0}agm$tZD~J0awND{!~8q8hƒ`0rBPuRNηH̺//X^ -̆|m~ɊJڮCK=j/TOY ޔ)8f`ߎ;P(  j<9Y»$q'-;ӲNu֓U^ jAΧ>7`Z$E4yҗu "]>X&Kq+\ o5~+^{(Lh\~X6}c_q<2Ukηj= a_,™)ǥ;5彭n,F%8S(/"~3OϒgNFj0Q8`>#F} Ɇv(E@pNLdvs*M ]P`d ҸkN},r+3mXXыw.@V屭Ocq|t𒶧ΛtbEcy}#+UE@+k8p5(M?kfJ*:ڽo#$ŭ+V@-1>-r3_za[g+ DX$jC8@rpRV jwh!Fg<368qF@FhY腆|Xq,ĸcV\j5@^XXkQAhd W׈Bzen,*$sUu]T>zi\@S$xu /GԔ >bc1gIzVnK]F cP%oسT9>= yESX_|qn_9Oŭ=BgvrDG:ʱJXgڹoy8$ހ<&YD<Yvri;vVpWp)S&xm0W ֒)NY^l\"Hybb֕h uŃd(VQэ`z;L3NkqhKGR&6+X;?ptX^q@iz|u$hQvoa beK[ R rQI5mKG\>v'<>ƏiE|{ZU7dQ$֗,@YTrjc0J=- og"zl0mzoQq[0 3qS<1Aˊ!JڔQ/XpRwUONh[ldm>Ħoz@u_b| >N4;*jQ-+TҍhKia"n_]6+CZDc ?nbsJx"A >*f>JJGKJ+ f[ z*_[ 5} yh\8\VBp;.Eٖ]N_55!L6{ '[V*|y %fSEdH䥮Ө P9ޣ^H剻"$qL!آ\pu|^NNpġ@snS'6!k>Fu< bQu}חd=- uڥ~@b>^E۲G9\ة?›VQ -~|+sj1mTL,`!汆c*w<'XժƫkTvA;CW 2Е_;h5ʪ:yC9d>_~ 9zV2驩p=[,p@$bi\+6i:q\ÌaeLju0K:2ep`gZvG mх^5m!&)EUp 5lAz(<{g״׽_Pvwߨ_ސi-$0MF}r<:Ozq #ߩS[DSBhlzzU^XBMm=^"ӎYF_Imo3iOWDP'v2EBehVh6v:tX;ndUM]!S8Q e2OϬ Cu6 #=e,H=MRC.^ 9F,WU))(va.i,rgW_r8D] ǂxSq[1\85忭qp<%&B%1buwӒcYC9d *i#t^{ٛedf v[s<ʣV'~pipc|җa:cܡWGQqJ:P-LS5šg?K4ϱ| 'v-j>yF~k%F Txlف~dU3c4.+p3&W[jFP9=)grAZ{|)S t*2Wsl,|tZ-*Y\.1N<嚳JRC`S**x?>m,;Ǧie ,c4yٲ3ũZZ\X]p#Rh2ug/a2L ttC8qb358ȡpYu/ou J(S$(}2efӰj6;]kT%dqe)j( gA:9ZѴaf)e ?W$otu6.Y bmor:/qڎQ<U}tm ߂=4»|柊<Ő<ҖG|z5XLլyxlZPhH ?" HKNq_&n!ܭ#֗?,|} zY&|&b1;&TP"aT Hc+(Fe15~G=LM&pS>ʒ 8%~) {ڽk2 _H|l# + ޺Hw*2 ? NX=1 :[ۄq{VJħ} Z.1*5@`WM_xT{jЍRTK c6Nj${,b CכIHSc+HвY0sr@ ]RG"%WXm=3 rަu7VH(He٩x28qB%;}Mxp3prWvӓcߟQc;pg8HTd i,пx%Set2Y Oo4%Mg8THƙHHϦ$+';nnT 8X4T]ar,; w 'ZGM3pOش?=T{vY>EIֶ;Ѷ{z;ta궊|u,4?;Ӕ(wȿs8].M# ﻐbzKTͰ9ft JآYme/At ;1bc+J,ơdEREASoϚrƒ[֋U"S%w!;L*ٵ`_ prgHꃌ rYI0 X߱Š>MWsJ_(pbǾJ1j%!e5bT ~7 Z*+IK_T*rqC8+ڤ*V rҝq."04^-{Ér~mܣMU*<*6xff^oZ4ŻP:ʇx/XD3PU/2xu9_Dm5_Α7wÔ^Sf-*N˺'irٍЁsmj-<6?Ձ uŢ#s3K=*3y`LkVa夐d`_+)CX",*$/^`3u rd̩&Aٌ9RXnmF\;Ȩ백xFVg೘u9j<_25l})ԇ=\ВCqKb6ԫ+YQiѾǖsM>z3 QRN djyeF{'+ ͋ ƽrF`2(b3 .V"UKv9DBP 6SC!pezܒ9o%n6rQ\p.)CB2BgHC;AYDҷ).:o 5=4jk߅.mU4{Cq#m'H`.4Wg_c'pϧ$ AgoHws/Aq+pv-wېrY롹e>QV_I '" >7iX`pɪmeWU1Iu2D3[i2>?Pߑ տ)~x"1xJ|5iД.(,` Q@ f0)bp<|3y' 2rFK{B6M3X-aX 0@0k>M3O+lޅy@#gbZRnȺV'~>֑?h f6pSMHa{C P- a[%ݱ>=i+vPfw)hujDLK%~bM_ EkoR& 3L] 2؄_d L)Uz& JuSgfo=c89db0UD\j7߷{5+,PKz=8D]f츥d;(fO5Cu,])=ةUaR\C@=sGZ$)ήN/:b-u$az~HcRT*s xVcJ+H)ۤ &(%Jr;Yd Ӷܝj4Qӈ8xf\ ̝hAoW46` R&".s5+M QdǶi@cf…6&}~XYSGcz&$L˙l;[T0[gw.  c|=BϘLpɉ4MY| bTjC)1͝6gn3]RIeh0e' U&ô~řڭUZAx(#䯉=J1o  `"FFjWg;F,Py6Am,6eA)ڷ8Dž5 ,r@PG1$.M7rrK_] | 55/q,,6UrO='m5=T})kRԀ,tA 5 =]LNzbӃNVHœONͥfo~'ݸ9ғ GwnE$:<ކ@iXAKLs-FQiҾV@bt[+!㨰.o7HgsFsDڕr؇&HVoJlF<:f!Gbx]-etF?e'"|<'R{dLPw(ss3DK,8[=+ш G"Eyr#MAcIBNA4 }*N J_)s5 %Ÿ8T1U2"{isq UY+ε..eXUͩI90ŒbZ ŽV+9(`}zO2zq)J!F^%කi#RGicᅲ0rФd/J&%@/>vBs (yz4 "L n?i"lS8g>d0ǫRM UDqjB` 4imQ tGG5U֘qA2Y`Q n߽OJJ i]}/g,LKf6yr~&^Bx/mk/ "?&$mp4Z_{ԯ1x.sc' -@{-͗W`Jc%Q1i26{jWBz(fحxo%$VA=q7&LyZf}6i$.>ۿfnR!whG_n/C*!zğNhj!媓S=gyd{ґj9%5@@ٮQ]BQjGr1Z ^hR7 x:\\ <*?bk܀4h\eǮ)-M2rVk; ]aih "B0:kb: {+6_7~rume tN[F)cxuUbUYCt)|Aqq,{+5S)U.#,ZOn` UWu4#*/P?e4M0P>;?* \^@ $oUՆ&-$[)1XF 06пUݕ*0Ky rGy;QZ2͠ojLCe cзG;%ZnMApJ N|W\ CO(wN>R 1U1$v&gǝI{::6y֪2th#ݘ4ǿ VQ:Nô]dqG6$8IZ* Un>Y`` z@j>FlI)bi߷1̾{J6#9uܪz2`bN4禝o'LHq ueCD, C FNN-`6ԿFtzS \vhF9?BOBlsQ_juX\+nPCibH SbC6sԒ9}s=?;iʤ.%ddD%OwݼT]Jy{+xFNccҋNa @]qvQ@Eh8cV ?lApA w'ec 0T5~U-J[WBPvGns㿼bۿN]53ib#d5ds!c^[BDeVc~kJ`B&Qb6=7cT\^cThTXi䉁gҦ9և݃:Ӗ]a|>3on]`KEU{(WHy&3B= ⼍ tL"vp0؜p ԸZ?ƦTv`rĦ1&%G.,f+ގ]*PFdU~qY[r#"HPٵd N>@!=I6fo_6 L1xSѦgYxQ߇k*A -Ծ`0 f;㟻 m-QRUHgDm(}?[4ᤣ=[$OQ@ V%B`#}8 ']Yr=>1%iYS;_#i F!ph߭vSSR \sSwϚtӐxGMP<7U,v X(¤[`E'doBI<vӫ▟w3?st7_ocvL56^fin<.uXDI|3wLV#ҁgtId/{AWspCF[g|iZ*WG #N}fR/́_lŲr k[;35}9D]V Ww 9Z`I>zmUV4aOE ѠD",?nVrOG6 }E͘+Ѫ{%omfȴXΆE26Qp^F'uLrK-Vflo ")k$^X mt3":_5kqEݛ£/Y/0╗M\Pm)Q^G ߚ(5AĵEVF ~lx!IŎ'}ghդ`RI&tF*TNA][de."dSuMO?19%2,PfZCâs!7W1:vnH.XE4֊H܈i`D6%VVU Ğ !Z݄ks. ]Y.,*m[ QSt##l{KW2oY5L@T/pԀv> %p'4W89%)EHfL"*k݁a{2 rDGϭ8/z|"}J{$w]Z"}4@}ʷY)U,Aۆ~CS'vO>h҃]e={p| ~6u[^Fg"QdKX5&IMe8o]-[RNa%w»2sO9EP.׭lzN$ll1lmJZd`=^; ߕ? 1J{*":'K1IjM0vqXMu@:rI1.Cli̐XІdB(/5U88jYl][?q1󴿨 5 ZD2~G0 ^/@?w|_S%f&ܛ}v|dܓAP 72l͂ ݤ1!,Ûa&6rg ߙ.YU (斆yoPKtnQ /fn9Won CM\G$KZN\Y04kFL"3$6lg%Mv87+#܁AMe$L X瑔75,ϓ0#:LT/J1(]1xY"ÉҠRhQ](Pet )&}eyH7eioq:Vr)'7p biv'-(I Bu1)m%?J;!wDc /~@ϸ|8=$nCQʦمi۫N26:*^HWCff>&IJ3ǵn J'?HM{ BgSj #asN%4D$ml?bVGn@W?!-ASF VO#93*!RnHU!胧{ۡE0>j.B!+ qD XXU#*/xﻡ{eSVYpJҽD45{Bq4p0KNгzWPf(|\ak MTL*<@ ~]"wdOZY( g_noL#y&Z71m\~9ٙx8&2Ŏ!2vxBpA85biH?xe iwz;]Kk03lSvAIJ̘ _M81S5*[K1PfQvGLS 4Q1[h>GJu(o~ I6 r6zWE񿸈p6C AJ̷k6 %R'c?9*בzC؉-&8,sGǸzOQ 3JkkW/F;Z Yۋұ?h:Ǭ!f#v"%%w`GVҽ-\ԁXŻh(Ϊb5,5[A#+EyRD'Ӄx㊬׸V;*2lj<v+!^䀭0e\J %Mx/}yfkZ+N"> $0<ça5hgkL2A) Zm=2| @N:xf0/3E"F>Z{LI։Z]S" _ٗҜ w} ^`; iVi ҳ¾v+;2D FTFfUu2G|a[qҎ-Q FgG3獕}+Ct**3G8TG}dK:|ҿuVԷsag ioRK{{Z"vCy팿chlZrmBP2 %٠L-5*uI>I. MC$p"'mzwf8+F*&/sAa2,r%Lf[go D@S9H q7+p2{Kw̨}sL;J11O"G IR f̭B'&d`GҦiY'hU|1n O&+B$ 3%]pIH: ٷ bD7tͲ\^3=-#<~1\W}0*PBd=>O'1HWrЪi.75ȔsK)gR$g`9鈳Bωwx)ZRMٍPU *=*o~9[Bm=X]KMQfSr5ZKcT`-PϬp]C3}w9hmŮTOU(I=%_V+V%ں,!x_L'S7oOS9<~,vjW!zrק1~N.:bw;2Mr ?ΛvsA@L6׀Ȟg:119"-y̠/R2CJ7R W1&nm{w[;_~=S=tnX?}$6=Qլ1aQLW/mnZMM_ ϒ9<̂SV6M8_|27*%%;,Tֵ?Dǥ9K*͋6 V 5V;it53wo¹9}] U (4-[kw 4ޘ3E9G-a4#%c&j'h}/7ɢgFl_ Z>/*B׳ 8L. z%bVUV Olϴ{)ܨM#>Z ^V;v#YFxU>[FJ%a(.TkMoXOšAjOp Bs7/D)3q#K: .%8|W֔mom+bƠ.ށ(v&U<-o{کOW,kmOAY C߽ߜδ/p,%Eժ? CNԋ$Y4%YAzl3 K bczmވ8U1' xLe2Oݶ=.kGZM!~('G98\授TpMN$H7 zgsDykH*A5=nRcnj/HL@8d6@6D@rPsZf?6&qccK=UlTclk& )grycɉ`U8^fANah{S`V="HfnjYQ J y \mo5R}*ɫeaz}0[*ѩ;qL@%td_רk|zف_KꛍVP*`gGWՌZDwQҝ·h=ZS]dմHaȷg1fiD=BB?*c owX:|~K[6Kirv sYq~mWQFHRAM_lL8^b9?s`;xo/vŪLRDaAD4OGANXP6?hFxt~Ɨ1 Sm*.4EWkZ!jkc8~xFY}]t/filX mq."eϑl%_mV!:6Y.HЮ퐔 8Yn97)!f:)HrKpQ]&{l 2.  6h5Rf?8L)x=)̋{3e$HR5 &oL$  Mdb{ˌ4#c̞IejӏT'[{ XQBdС;k9ڶ=j̸Ѝ朗.\-`\.!*eQ5"D,7n*3݉n:jCN pc UtaCrpX *v\ \?x+6GS'(RKGe5][ %\mډĽͩL``k '.i%]WPaW0%~ר VQܵo)U O#NsGg_T[ #%_l@1|a} d[BLo첺;9ɱ2e!)҅ :3 mzo·/ORMD_N!Dsk[7ڞQlgODMp'*r #7lҤcVDw.5$ ;~Qfeab'n*R 28!,2-xG>AO/J[ګ8 *3<١ʳQkÆTb:^ĥ]fu}es~?.Cdhr[׈@G 3 k 7гdhq75(0J'l9LA7rnC}rus{ptVv{$( [ޘ6@CL9>"éNigNiq^SpZXJW궴٦OOZ˗qNgܞo"2vd>7rJ)^]I 4iZU2/pvHB59A{Ͳ9K'1^3j%{?)Qt@W+CH\[Wv4 RX Z2_P+leɲvH_I雌7=}1D <ݞd"2VVVQz͟Bf}0Ǝ__0ѿoDuY؁ <ٱO:'e8\Y|6i!C襽a)qAZk /c[xnn%ƵNe>pgs}϶l?. !ӕP:+-\ډkqR;V2Š0,%{t|D4Uk!qm@Mp^Fhș~S%A@k1|5g=!؊s"xTjm1[(ncV4x X{ ŚwIyg?l!yo;Aj"aʞgHY/Nuv7Jʫ7e]'P9'I:p+ QQOƠJA>ե]Ɍ1`^,2Խ,h;{{$x ߏl/졼f \#@| lgsjܝ \T9V,E ňfZ4"i{f YıЖG{ˍ#$Mo<ȿ;Qd4J~p-4@~҆iPz17Se(⯷4aEC'ر|_v.x]c\&`=WnP.dT]f_+TD@{!CFͶ/QNKޔVIWTm4>a\Ξ/CаuRs G&.5W jg 0 bs2D!%3Bp#ud|A@H[VRQ9']N\h"dBENC*J|=׃\\'~>v Ǥh^nkcCȄϝKC"ڈϧ?%Sff l!:I=&O f=Dj{oKZ9IU&!Ti}Z:xoݲr0/'NY$S,e`Wi@uxf|]R`D#Y6Qa0Aǒ)PC *? :/1×}zDQ-T(%vxǜ(s)Gh-BHD~o~="tKRi]{J"eܟ ^-͓ܺ֫řL6ho|i8$C$WђΊ99^fk'e†qkdneБ[S%f$mvxX͢j#K -$V#ͪK0D=O"*g@Y]cd@'5$1x)-+0Ȧ E^(974I5C򾧟8y*=4BN NY6Ÿʈ<ao_c[*g}+!sB. :n!r}->a:7C=TkBLZ~wCЛ[$IfᨥdSk#Q7d"%b&Xe ltɼġsi9x=x~=NŕؠeSw;UvRmثz5Uq :Esww1@i8yֽla'|"b=Ҥ0~ ZةRArۻGc-ߘ1ؙŸC2~hW #f3iҚ2 iPi+jz0fw33:vC؛ga[} Z)SGMԧr5>JQNBPK׍'z6/2:=o GR jnầ@Apd2nk-WXTT?vPةe\WlK8ݠ]Lx6gJZg{'|/ҽb6W5Haf$nS MU? q¾sg\SEP/9G7- KB #"C Gd O0_Ś@B0QIpd٭!^߫ jDC;H͝ =tpG *P ~H-)&ľTJ#x6ѰmmRq1"!I[fAdJ2@1SøEƖAͪ?D_.<֡@5f^ػAf3p#k/e _NcvM]R6@kݲ.e +/S6~AOhNhǡ7UvAansoɬl(D W ;Mŕ4gkd_O5v˔eJ-`w^,>!KT9xAY.ҊV/kIR[#x}JVf20`O}9uug(dkS@8x 4S}CKJ͹eBN2 CfoQy X>E癷F~c $5|S;!K?2c=~bR?V=} J_w_Q\G:7<aB-InIlo%ZfE:AOsa%ɮFM5L,Ubr_>5p%hSS _k_'ٔ<@̞n4~!}1Q:"Vٺ`4mg]U9-ba+ ~(3uY4_ܧuE Eu\e}ir7 cw6E d茛ɓ9X'x]Іsz|*/3 J}G=R F>TԏRr6|F2%F]6v? $ ]2Qi';R!B݈j^.,[]׊:,5ײ* a zO4E&Ȇ2Dy R}1&p>%YivjkMיFn,"oX䮯MF堖AI-QBN+ePRR4+!uE7=:jVR*>YCkxojˈee0=6@P)?gMFb/LY󹷿 h]2p?|؛NKMo!m2DETF!J|QƇR8PVPdFc.(C8Ywo{ậV4"H+G$`8!\)ͺVG,rD>?`^{H^pKDf)*/o+5X;aWZ{,FnHH02JcR-ᕯRVLY7bnAOŘ2[DY{Ȳ6%&'zOU%tB0Zv~׶ ϝR ͵'PH_BNZVAf#bmOU {*Rpˋ*q5QZCR\`CCI{͂PznХ=O8Nuxy/ <@u{MM (y' y7ͫIh2=ORIOؚNr[fzڗCn`$w)R59.21qa PE=уOV"5_TJ4ɚj7`_78DsmEcB+X^30n*E26]x}\M۰\JH®1r[:|P b?6vaI#ݭC9~=%&z<~VWrX6JP"FqY/Sjߢ{V@nղ1  e\iq [_e+6})/i" 7;([eb=|µLvZF+THئ;MNTw@YeG%`|[2E7깱tlI~V{BZ(g{WI<2^jrj~ Ak{^%&O~ڌXB~jY{X8+&DȽ&rB#Pg{S*ER?~ ܇Tuvg4rGXk=z|:qa+ڜxk0n)qj)8E:)[GgxJWThe+mACzߨ"[;/[˗7Sm vSҙaGeZ=9E鯬II4_vs[O]_-[Mqc$mC(^Ef/bPo-[G94x0V򛓊&U mτn^#]0~ F Dđ_wn񪽨|36 P0hXX`]C$I -! jպI.RxVįW9EV$`XJtN̷l쏐`݉%;FQv:3*Qc\;f2?dv)4eu!;W]Ϸ㋛a, VD&.ОF<376<6TTbj[&@j텋&+y ^+ L$d3qnσS9 kRU2>a!z(@! YK}q=w +C)ewܞ!: ]XddORJ$z%YO^)pm!mMUqYΙ˂wU]J_}|fQt^۸0&,Wto0G0p @dRcĝV0]kzڶwֺPa|Σ=]g vȎR2{~z>۞غS*[V3J JC&Fǹ? DM$ۆp۞frN7s w$FU_M(KSU_tR]`?U6X\ݢ^u_7 "`NMBDO rD/C|r!&4qekc/LwŖC j)^BӦq;--}\HH_lʊoӥӕU=ݨ2D<.xM >eŀڋu:jqmN~T(L6sBaoղl?`NO X@&a"y0[,Ȅp װ8.;THCpɶtS~ѼO:w/mjnhh,]eu1F AL2̕dLJ(9xVJ7خnky[ 1Ǒ.+`d‘ޞdLa[P:$VZh'4w@`۵r ,?axEb:) T `FI>3@ .o$5"6L_>w.ltg)u9+☸=Vo'{ƒG:@; JCߝK*ɞLe?fa8u޶ FBp$F̿ܘJ$~GDg a{b/|>؎)B<8!>aP\m# =+wh%DyNE}sc5.2]*ih^J|\3-E2ͮQUL蝶(7"ڊƇF\H$F]=xs` {@ \f\o"nnJDUP> qJ21km0|ZXT>kHn0]󒗢^{賠юSoPU\}_}8O5wgDn+|!g uw&?@(Ш]XF-L ~&ݝPqKSSA3*r YZ