python-curses-2.7.18-150000.38.1 >  A b9Mp9|o}J'o! v* HX_H2"}ۨH6SugshK}z-Z w pq4FѬ0"-ޘ<KHF3Ad:Dtd:$K_>~Y%A:[zPrUKƨ\d=S%PGrF%Su {4c >lCT1rfef66ddc7f8f774f9530ccc59841736425c024c35cd0ef720733ec1c3c8941386ae7a4902cf8ffadfe035fd3e81399d2e57b3dbf b9Mp9|ؘ~H0r. 6ʋ4s{Ғjbӱ m.J|gʞ;RҜYcf[pj8/=ڴUc!oTy{krZF9+$>pAj?jd # M 4KQX   T i =  X  ( <8 DU9 U:OUBcFcGcHcIdPXdhYdxZd[d\d]e^ebfEcfdggeglfgolgqugvgwi<xiyi&zj|jjjjCpython-curses2.7.18150000.38.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.b9sheep55SUSE 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_cursheep55 1647956761 2.7.18-150000.38.12.7.18-150000.38.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:22874/SUSE_SLE-15_Update/96b763786b6b022ca7497300fb7871d4-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]=4cc33ce11be2e27d1495984435d4e46980379ce1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1954d9eb9e195878ed75e8817f59f4abd776bf51, 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-d}Q(utf-8a970b0600e76c467f81b62c74712d2a1370e3fb5035e718eeeeb4d75287709ee?7zXZ !t/+#] crt:bLL _C:_Ei?"|!"#dTpBs)_O0U-}bUv~BjbG ٧tD[뭼'l(!6_<' *KIխ!D9#JR05E^H7F阰xeH/.Zϝ8˥v!uX'@Z|OxX'Sa3$k GOOG"ʩ6$Lَ K 9Cw2qCX5Qo$I64P.OOɗx}yQbi9,֙z,!zׇw"eϓBتe{- m(`BdjaBIsѫB8%Zvc&J,ݾsUk+MXEh"Q)s=P; 4 P)UB_VC}7. iĮyoM@l͟!z2Y]<(}H3m"64#4Zu\0'-EaĦӶH*h-NzF]><&tʶ9|#2"ηm` Q3<-īM>5۴߸@ͷxMq!H/ s*S8@H?nX7M Ɛ)eūQ 3p9+(zܕB "ǯs[>v>Y}{˜3 C;{jZӄw-υ1(vn[V:-0UW"@9M$iviXWew&f2+ڇ>oA|Uw3XM3D!!^> ̈.qcv0,.jJwR͘ v6vlCzꪡ9W6mlӀ C4 mGUun)2GhTN?tߟOY!T_ިlܙtxz{ 47O\z}DYAeG*MU(D? a]BRr8entr<ܴT3OU/<-"L_ ^"^ugo I!Lpvˢz ozP~Fo!5z7da݌U?ňIyq-c|iwbʢJCӑwn^FH,_R:a4-lIA5#!7 &%)j݂p&D6'q|o%^VV _o)ʹ;&RhEPPJ|zW\݉weamr*rʜ$] |oJE=b&zڢu-?f-E}jTRIN/\64gP#[a s . %B&z##j;sIpX/S֯}c1K)F_kx4H%x$:YԵsTW UA5L$EZ|MHxsSd?{[l?U'Ǥi"h~uN ) WMViM#aaEvǰ%Nb6̍~WB Pn~֞6P(rOêAL"/{B'"B(3eXL/ it癵A/ϧzq}z6C^^ | KĪ=]TLN^5&mKHyfPXO:'Ӈrr>>kګkiv AbKf(Wz 'p) ʗfQ8?thN! Ժ%Q8H| G;l7OS>Th/42(PTJPߦ|ո]T|2ɦ[ QZ7 rB[%OPS#ahxC[A*?%. =T+Jm' /i:/iZ::X 1Jz61nvRR?l*m^(±&t@c\aLE]35V& 䣊)0-7&VV\Vz*d1 1ѐ(`gLQPm=3]Ѩ p.8G^ 6‰5F~?K,S ZIR$Aa3SJ\|3;LڨGnr.=44yH»ŢOYW]>p6D37auB8}ut]2#J:{̽D?[bXYoX0\߬J6- \wz( NҌڞ& 钊F u wH~ u05 gS02d@@x>(Id.(/LŞ(6 u՘NNv(;NH*bO(}{P fo#dZCvv_*1EdCIV&#J^z2.$Y;bZZ {_ j:FGȩWT^T5"m\ܐ: qd?os$`:o^ޘw&w1,UwO%|ݨ($⤬Io[2=16ePS&,sʳ_x3ס'&nWHY5k8ݤ #(yFTS`1)2yʾs:r e$}^)ۼRфN'&zccT 4B.6'@/I DCa@ ݵ~;\~k&Ȃ$fd<ٝzl'HAy K)6y4Kwj?w?}ÆSX /QiKoO]qpSl]{>uquQ-ʪ(VQd;s@LmsA!2},*Bf\dzF>ڃ]ܦu\PM ,~yŷM 8mc;~ώA`ptroĐ o8 ? 20U;\)X4SY][Jw&s}JnF~5۴M|+?bp[TOOp uHܸ'*@C`+4RH+M"qf#_8Jt2Ap%x%c>6,!,P3'3@6{f@8yB]QlZ<3VP%%dDS!S^c1r҅<"yU)*$mYMs{@eXSoJYX9 0/[ҜjY{q\ڈ]G{>S䔪0 5kro +b 0||\I%#+6X-%:~v/8l3 @4 'k-o8Gn/6Ba:YFI/۵tkSKddnC76F-kwFR 6Sw4)-}"s~-7:k=[CĺT0au܊^c:p4BSd8 <)oxiXV/5EjMVboKf_܇M$4E&>B#Er"^$65DBpko''#nz̫aEg T&EZ?c -tG.H {Y\̜^k3U b 7I[X.ƽ%UM*1x`x/vʰ^ZbCc㏬倗Q ϏrU[R7Y^%g9EJrrV`i&\Cl t)%<i,a|3͘ԵM~к˓μ`T>OK!Cch+*p f : ])Pֳ|J&aN j72% ЦUvY|Ή]9Q8htFA!Z8;$5T8kZi''v~+ߐAXW+_t/AУpvwk斦($S4;cȻ(iǘ #~W2o`לbnxkBVxpb.Jm}I27BȓBxd p2--jԤmxe>d5/LiIڣ4OgG+{X[|ɤm)\n[67 ֙ZWw\#<,D?<9 uJ >umk8^[br>2(Q{!)^ߏb =+EzuS_rP"hGO]3.4f~c1mr( =& fQh2d nm!do8\.$Hʪa%L{x}rͥ^JcGNXNyڴ>B`?QEr KQ3-u[w55QȕQiLµBpD̨eNQ\eE Xs~\(D,5M!Dƈwb̙_Сڔ}O}8klNFِV%M∓ۄp#$3Fuo̳0l[QÅ+Y[ SeAAksq#1EPsԸ 9fҽ+!tr8hl%VMa#s?_aTPw<9ee(G0W$dY[Q/:?_S!]6%F:~@7d;j IT).5ͼXs63tCאVM qtpL 9VDPQrQ1^ -qNa^Ln&'9 }7 xīܯe,4V`xW NDǴ`U6(w;dO@/ =T8䬑DP@GtR2pD:#h+:T2a{ Өk:h𽸒|@fsp>+;o5Q _- 5a %qݎϠuy @ !N\tHS^z#!ɩJaNA+(o"j~ysaץxus t=^S/?td&/1'`5%@"5"ȽQQ%t,!c:-)K-Cgȓ?IPg9.dO~j@ y74a~3}+ +|&hGc /?8GwcDSym\4HFFVY+Ҫw=PTѵW>ܒkY*$&%W{TClֿhtHBXSCpKnSPu@9w ”`Թl75h/\ ac ל/$pe0gH:IijL;#StspG *@<ܶ ^E Fk&7ؑH#sq]G\pu睯|60YMyKX*p`Ĵ7UR{qv+"ׁdldJXSis @0!k!C/J7z3:%ʛ6*yh!saj^AohxR9;Ʊ;J- Ť^Hw }T߾rF@#ImU+Hi4sbcTnjC5^e~ 鷭[p:ܭe..v6'zAOv7x(bOL+g~}[BË,?#|bf"q"ϗ;Q O'gN*l4\Cl?LQ%Uph$8J.7q-\|Ϊڿba]FFA ]].(@y44=6\QF0y`dX-*+#L 6ĭbBђȉf}pX[ ~- /_7Y9 C[6!8QϨFI<U}Hyyslܟ\ݐ| ).U}5<+3 9;9NhK"1M8]9]۲V@t+[_NCθ RO' 3/g;[))3d&#seUe?L .x9oums(1&{1n]Blo-Tt\*FeMx I@нkCó`6ϩTY*G겿$e#\YXf.UpJz;`ݗ]TFiz2e uKarMHb)!%$7/+ʡض3<]KuZDz8C9]ŻW(Bd9"=՗Ld;RKO^R騨$hG pF7k6Ã?wh T2zҪDRDU˖_\6IӢwT˘Rxh y.KuU@BN.w4lw(.^z&#Ȗ'By ȑRstnj;}yPn$9|H_lLSb 1t?4v\֖k|L"4UH R!tƄ>4/}D" 6'{IY14ߞ΃?/gIR y:`G]sc,o5E*I?R9kgluh.Ys`*o)]GWpWqӑg/s+WB@}u-R1/Rc-KCe)mVlWdb4zA3Q/2l|{4{e6ޗ_ i:u6?&ՅỘlӴo䁦 *uϣu? f\DMa-jDOpD#KޘuZ/8}dTW ցeB8$~=^-ܲPnoеJk%Cboi kc9c4M$$eM/_F}rVvOm~~pOwiG<^[қz&AɎ"ť{|2`/jU~MP'hrKcF th֪`Tnkל]*PHH}ib8E3m:?@.Nj} %ö('@yaSOz+qlf8o-05u{YOzR05,2":Y~rbĩbm;%7_.H2VDKf0eYf6vM!%٨Fm uJ`aHxXtp>ÎQv|OkPL@Zn)D `,lWKhWf TeLQᄱ{9N @8\*}ԖWtTM"]X{pfr(@vlɮS_ywo ?5+CW臊7+B+<8H,!fj1C*墫Ho#ުo jԇ963CxJ#U8soJ6DKUv0llK#ǶY1~u'n׷ b_\ю&8Sf۔8Lg+@`f+[,삸|b/ovsl>x$j7mْ9 O_p8'NDD :=p4 #-ϝ!h9Gu[amoI铎!MQ^X Dua"Yb"]YcT.=,RTŃeC,(l8pwA!76yg`{,(Fښ[u|msX@.8Va0&g.-!鼴j`9yQ71Hy)3\u7]^Mu;;\M-PX\i=U{GiԻmy;4J*xN QsMk}Zs&vݠj+[ eI9!J覛T*hotY"mLבI f񈇬Є«szP[+ᢄ,f&b.FCfk@ҟmq[;ʂ~Tay?t%릶c"O? *V(@z((t%h}XL\'_:L|ECSkֵЊ& *:gĽﯮ AuU!Hʧl൜@nᴙG}uihV ׬ە 7^ItCo~?VȔui_@y\w|6De(|]bjޣئYVv 9',D,Dǝq#*c-y+w[;lH+Ϡ˿1]2mJ "̝m|yE?}k"7CΩ y4ԗ_vA~`bGNu'Fc ]y4$G1#E.A?;m %xoK4V[OԞ^ID 0Pid)YSIJW ,p,kLs-DON,};擶e`3'+FKq*]Q씤.Z.^wȰ>j& VX1 '7FZ~Mdu ˗g$g2NYO0R±-bhW.Sqm3gCΐQSXuj"~?={@"qo#fiiv:˪rOjwFʰ?> /#jʞKqY!r-Fo4An c ->vVݛP`ϳlaǢ[M?z3.n dD.Ejw9@~ =_?eYxR\'_?PTZ#7>fh^*pn*)v0M!h" fUXLf%ޙ0-eI5];E|9W>jPXg0!e 1n'~͋YQim5'b).AG66>7"aN;e#_}z%K~Ö6-ppc2D 0rU`qylG=8T oXQGhzrŸ?21)rictUkms\f{û 'H?>mW^iS6O\E<[E*'Rh_D^{{fy>.Sŧ>,k_ϵFmrX,?WE@'j'-ia_G`cݩjAuؗC_^6 {VpR~T 0 #WV"]F.My . S0vYBIFk?V%!GQXpҝ>v" L!L04bCɽՂL~g*KEnK + +"lL_N!8wArFc)֣u7u=/ˑ:Zվ>Vw0s`BТٶQV7AЦ aHC5 ,><"gW~BW]CYWEуC@ Toʍs֧|Rdğhd00an]!U_Eh]0t.+Vuyq=DA8 8T/2x|_.4U:vǔg%!JN%i↯&̕ yG?9L΁b)әM iK-!è_ &ɹ]6ȡHP47{j11f֥D_{9v%@ nCmnB?m "ʾ!imЈ#:M H$#j evWQ(H=ojI5ZFЊ? рLf1Ngls'뽉rT .>-] *.e@3J>QF݀6^R빫c7`g5,H"(zjrÜ\+5APDz6J5S_q!HHs ?wd0J)ׇ͞ [ ALV 7 0D?g 4gH&!֬*Q mx 36ɬ*bOKd8KqMySV5,ç3={QǬYևyvVsRW>=osɲ%/UVa{;Zx>C^H:T9MD?nVauqfvw<۟mA*Cp\7`#]Ch3h9Fg_vGI%K}F69"%WlR~ éS֠+#y<RR FSj! t# HVz|}W'rKwZҖ930|Ɣ St696K^1QooMZ!ze&ժÍ:Q)'-/pS|J EP3FÕn(%nŁ&ezR&+vBn==V\ j `ޓX)?ǷP{))oycVVŢ.NVxeul_ =<NJ-NX#)N+#},T!p5cvx+ 9`+ )w L.a1 kFۍG+YgdvA~G.G ({llPJ1vf5dǖfKl⩀,ObhɃ IMѧh.r`PC1I퍻qӺnsYI`d"%P m}JϽ&yF*`[>eq~hлvwBmth"TP;@O6PیҘA|H3fsIHʜ(*3rHRqp뾡IۢAe)rmti/{kApOp!V3p@nZHh`mUS*, SIʩw@[ wI yz;صN6B'0R]x;2H1R :*̩AV|Ktf ʆo'Gz"SsPz=5yѬ{1&rCbAUSD]E")`Sz|npsF,ϔ'H3#r|Aŧ"SnU9¨q?>8A_n5rJ6ܜ,?{Whpb7k=Ѝ$'$DʿY)'X6$"zVVy },nVꗱT9 ˎѷkpM2.p}gIp*3{߶͗W;c@8L1@1STk&焐06ް!йa~Ž)8[Q\ұXq@=,@Y< <'c.XuYeN"\Ae?Av ?s}"ӓe.*!Q*S BUŕpD|,1`,.H^xd[y>2&mmxrZ?V^K5J(\hi)V_Y*ª: (:7^x1*ē/NjJO_ãd$wB:BUU<B'{0ruI%[Y4!^,ٕv] %T69b,9q)(V>"v^)ADo&⅓t*s 5?0i0e몴H*_ʾ[2 tbR]auD[|m|@Gg%ഖP;pZ=䒩ʲ}s|]Ilώ ' PFZ[x2,}YNǃWFxdf~Dώ+5h!PN׹9f KytwؕqAwhp8N-/Lb6D6g"֘pJ$ِoQ5(W!ǷTN TBܪ0k=_6}-ORc4k-R\{GA!=5˪Q'/QD=O#f(+9 76@4e'ßASop/XOڷI# o!gzg[wrO|͖bpȿWPEŠfQ.z؍yD+)KV(%0rHT]wzlX.%`+B>}0tun:W%#1 S=PRk;f6PH,  偑&T!S&&=VY U'J=3aPm.H w}8 NAC0s;3?񻴥7 d|BH*\d96VifZxpS:`h(;p-?JpżK`RXn[@r zȿFdV_Y{XPG%C42n+6eԺ[T Y31udP^% D$ <3g&$ j#BW+njN[[HNS"Rvtu{3!Dh}fYq~,h=C|1<bZJ!R(.mZsкϡ!kb4WEz@fl5jsɒ%OiVM1GMw?~k)eֻrxU2 GѰ/*k(/E[3?yD{@S" &ܺk0CP$!հ˄q#9_ 3YNH$oBұAMҪ1h:XQ{#oQj.HGo?ְÑOAt>PQ2p96^kY>==^,=#$+yaݖ [uL03hx ðV!:i/%mY^zb۳T D{dPJ;O7!"v/q$F\ R{?K6QxMj8P\|hd=/q%y^:ilMo 1o4ӵ];we~-@Y\B8Ed~>}K Dt}޺;1_p3idž VLi L˔%%g4"ԡlhs!&9'ҋgLBJs4iO>Mǧ\HrU6iݮ)+= ;1!.m$u8_a 2,{hv)'2MOaZa=Zߊ3 (/ۮ= dLnԐt7ŽQd؞>t5yHV|A*1s"m>>';F5g]yPtp8-3(G@vE~M-NwrX]Zf*H1_T>ZٹگAy+!uØ$z`M t!ro;>wyO qͲи _mj[ְ#DM k uGr074M//ʘ5~KMt~o!$U a/xvu{Ȏ2up~1B+7 _iP$MeY`3 sRlpbDWgx3x)z~v! cl@1KTȤ&_,hfӑcwӛ~U -2ߔQ)D(MpA{Ur'c-ob Q|HE%$3)2vϾW/硛-P0ZP'xdM>+L%n&EӘu?~24y `dgcOy1MPB:eI:=G}Yml*8hGf?\ }Wi@_Vڑ9+NՏ/,08!I,oh9E`SQ6clO)R&Vc#swY$WY<&: iw| n sޓEn'Q^u Җ\_M=\7WKD i^1S ` uyeڤvUTnE׏VȢ[p~v-]Fa Z9;ɮeRQTx96K #LO]ܔ DT~A.xq֖Z,_tC eP]NաL*]|zIc.(h3XۅI0@œ2yaD> -_Ѵ)4C"WZ'VgR#@Zx̬:~ d;ny!cIFZħC Ze, #"^&= `$EY2~z/h4#zvRH>Fw,s&BGj_D'uN8ջBI"~}슜VQ³V()hJ[No8.466P FD1NeV݉II-5Wĵ 0Ϣ1pXX/GT{\?S]wR:"\ԺIDEUkz-Z39(xʱ94fO;x-Ik?c,o{' <:8dUȉ<97}:r/D, ~[7Rh:#>cJpN'YZrG,$@(DSҘbvspeGrMC)Dn/E5NYSۓ ^6z_)rrkno_c:7ZŒ#prTʊ1w# `+>@eK\Y:v#B޲!~}L.02o/YW~*pw%LL CWC).q;G%b&ԙ:/ li=UjF uDc<6gV!kaGqiR}Ep4N,8Orfzn~R3=T/cሖNr =S_k?V8W

*Dti]Lj&Sa||FExx9ЀKC T LbQaᲀrB*?CA?r8ei8LF}3bFN+!SN U6wXnZ{(i./ѸjhU[0\4ގ' [FuӳI~EO,u\ҩA ~<.\ &0̻xYHaH-(K6ϡ1#"K..–`H/4ZC_j F!QAC4x"VqIȜZ2"qO _6>bQf4¤ Mx̾T=sG6r@%]~ux΢}@)zK#'.p,k/?JHS3kEzJJ@߫d$\C>!2Wv7ŐB)D Zb=O0(JaiX\:OҠz҉{)JW"PR4D,iY)!UJ2yv|:!z_Uv&6,@cf$z/++X@Нx~g;CPGU3X\/<][XBXg;/64%p!yfuN6NP1)Z-_jIdcuf˖X_DM[Oޛ&4X<ì4qUVHZ)̅H:@-$+*?beɚb45lQU<\]ζzk-8i׸Mm?đTs -lJŮ>Š*ҳāQ>.z7,C-dtX bMw7G5_(ǃlE;2SΘPp/'m,q^ۙLpq4[$  nw*~ѽ08/w>m%Y!&"27 ɵ,Lh=s]yʤo*8pG*ӂ 1`0GW9Ͷ-ٿQk |׼:9QBnA0V(wS*JSCֶ}2a]9wIF;n2,&n &*Ȍ2{siSîVQzC!0DO*DiP_5,uL}'bf!$Xdzr5?ǑRkjaI!4(XVvt\(-Str oFM泫pԛ'Z̏H+ u6pJ}Q4? L₵oy+^FL^]:aELА zqM=D Xog勻S41&yLTgEՙ?"@@ 4 ꬏f[䉯 z -Z\&5zG0U rR)s(?d<$1$,F"(XWηKF3RrUO!vTedpȆ" wa2?M-a"UFq4\Ak,gPۚbLӒHקfɉ @l ,X+|'AdaC7.cB%eR#9о@5],Qw,mG8uqQ)!NZƤM~ F!VlsHKLxqTb\Q9v15}'' L,.,qULo.J4v:{S"!|}!̩e=u_;}\2k51௱cO+бxotw 4ʅr=YTY`k:ò8cꎗSW`OK'j}ŌcCR{dC%Qmxd .P{ )/4i֞HW_w?#NB3mȥ[Z"B oW2Y,@@Rg'/TzI׬ ,:\j@PITb={ sձ1s꼥V9MbA_h&M.|^<Hw0d6N cZ wՈj{Y~,3J"iߤoε60 ;ۖz`YBD]vFs`=$lˉ kKa.Tc(rJT2.#üYi25jHa=Le.kk^D QP,yTB\[=aKgRCOor<ʻ#a@)N`0>ADc4YɌ%1:@,g: 1]w +CbF3 N Vx(ܾpRC,af?e9C ֶ *N>F{E;IFS` ~gmƽٲM9yL jjiXԘrn l4GTO\#@ .Zmx*yA%U߆*f  /B%s 18V *?iے?>KPmCl !.6P [I1]H뚺xlRnl4}w/˜) r3}fvS妝q5q74|{ ťnA8&G_ڦ>4>K#[QRB!ͻq ٷmq?lѿ`5<n eb kc:ђxy+UdB"nXB2V/֏s_''n6fɅVl8^2otZ?]Nqpr/z07-dJ ̑nd8uz .s+#ooRQ3?:]Ɯ"K8QЪkN,1TgQx(9cia? y im=y0[CvYY R.CTZP9,m]g$x4tnlHBZ\Iq`\peʧG 7&x'ϴl:W|,>wdNS( :X%?I띗sۀrwl@5,:)hR5y#i3f=~f^:' es Ya:qKnA ils+:OvA]NrwQi9AX0h(3֪Rr.Ԭ!&xUk 2Z@K8R !:iXYهNHX woisifә*hjUљ5F-ccC *R$[ 4'NRֻn->]b.;hpF8ϐve PHDl8 FE9&a5!Hh 3Yi1)ZJjK;8m 4&|$[YzT4^PQٹꗨ*B˧5! F0nMwïP`:%KV)qnb&ȕLe;qߡL\}, ׄѯa4ɬ1:wXM\3c6if%GB/~g7-M46c 87M'mL׈F˚}.zV'6K؉bܬmM=K4^GVbFH_&PQ昔hqRL P[ M@ǔr.` BI/þ8cI&79ȿbc,Cί=q8KD=|9 9bS~Hn$ndgﮞHSV(`ht2}/ʂ18H:!yURY}> QLE 7b/` WacEgmItDя.l}~oV8Nd YT:(I(?I+(tN_W/Yz?*tSSDce?4 +R|Z3`X<e[7P1zSf+9F_?^*h+m}/ԦΦ|d9=_E+;_ƅV-}Y/u9Ҹ1@$ ` tob:Iӄ: U]gQO' SS\aVTCŨ*tvbCL%( A=@k6{"s).YDR 34籠rErvb^#BL86 T /_Bvjak&Ξk]>U<@N;Ք-B:Pb`Q.ŒHkB,\sJW?4(A2ɌHP1n憝O:=L}t~vJ@,tk^07F؉*k_jhTͬ͘*[c9 52]6 X"rnpCmӿ?ܐFZ_SZ͍tR&{eЮT$ Qm ?efƒ(|ڬ!^ A{ %n]6Ļi gGKgj7Vc#Oo5W "i{&ص,A~1=, :95 Yz< г:(j'ZQ~j}WN\hs|U (Y~(:XZ`X7Lp4e3P(DwP#-)I۩YrsOp)YpUi(K+o%"$>9DV7hᇟUhd6i37P'0瞢+ǟNJvq^_9&?Фē|$h֪q E}?4D,L$dO&I2:JOw=gY?zv  NtQ."?o`,qX a{Ssfc'J3YEok2E*@Y~<4•Vw/ nZ*aǙמ bGAE%mc@2d%e%&=q ?1ɕsa;Vp@xObd#,׏^|yé35I?[NF=OE{Fwjٟ6j<g0{mȧbMwiơI@֞ԤM< ttk \ FD^Wk .E oErFBoD{z#E>S8l灅lj =bt$_Qts])H(],vxaaraL!岫N-'y9opc{9AߗJ擫J?l|\n  HeGN{x 𧑮=sųu~P>T,ڔ`Z!ȥcR' F?JKbnͯĂZ s\DaR6xL$8,۲SQ(Ln#Ⲗ/#>"T%07z>$T/)&> CWs)5!(z5#K s`ʟ4,ݐ=;DrX}hb+))Rp͵Pv_bL6J؟Ww.]30[a?p wøݚ`@dЌ1yq(ZCd:C<bOM;1Bͅk?G=~QF_H#޵Bk|3sy9?éC?Kºj'ٔ)# Gh 2bK%/5ZݜVrm|[-;ns.T }k21g)J6ιG8IZ'+R҉ewKAVE' :Nc\N?,Rre.?wCXrf.0Nɀ6"^R˒z\Ƚ[*W^=?muߝGBJ9z52}K=(Qp?Pv%@$Ы(v9s yu"c8U = 9Ǭ;hڿ,ʿFxKkY\Z z9. M<,kR{D  "+{:IQ!7ʠV,uSڠH_6"3_=Uݤ J.P0$k nE+lRV>7;Qld]RNTB謦YTz0}hUt-sXjЯ5(97 >U Y7v+-2e"|-') 2)1g%ޣ~1#洢39ו'7n;`F_d E) *fdǭ2Xp`HMDBY7|O G&De3@c)zQۂPkU ]%Y%٭qDwTNKro!(/-6UCL/Di(|}dHMp_kO?jJ Y>Q LoO;h+.'QAf zc42ґ@2~HC 8Ky_.*!9uL*]n:+\ZI{d]-Y$4N}B<kGB @<(AzPzl!s 1I^+EoE}QgIY2> '+@^ uG9!LX d67M>K:4s*j OȰ|Mљ~OuA)J۽r1&Jl[ uR7OX 7)LW[r{rl* W $XSa>yӨ w^ecOaaȗ{]ɔiӯݒϿ:1T0xvNm^H !4ͷN #Z[E eҳNܙCaÌdz8gSY[OFB/p6.QH0uywczS)9Qp 2vU0oCr{.U 9cmߦ7E*iw|'(*(dA`ktg=پ†/X󎌑% #/ݩfdєfȩ]$>-;#{ 07k-֗X< ;$miY!*"̷k{[YrYT!j Uʬ=ۇX[x_FߡHPC[?{ adi prB]ʨ7wۢ7ܶ~`zio&㫠!!o֩kք,DGo 1K fLxWHGrW '8NuT{e,H*ʖ:84$O bus%GqG=Ӫo.ZM}O=6Rxgz+Rxa!o =MlE6bFǜ׼y@LqyYIuf o)8$ڨ7 hbiۊ=qs;᜾F 豛nDFXdأ,+*Hs46.!/ݷe.~|l nYOZ!\’ScҢ,sb(&tSxh1 Zq}}{_ 6"uI_#XI;Fye1Ϝl1͘IJ !}pN#Rf0 ћ-ؤL>R7ehW#)$o4M(|t?v|מE eq];s曕~[ !|Z Ҹ3=}M</L6[e^iaqZ!{6Ug4ۥAH HbK D`ESw@J[4= Q{yp$6k ĦʯUK;Ʉւ hSo& u݊:c֊yNו q?/^ wvjuSذ:Ȱي:8g)Ko!Hh4u< ,K 4D m: %Y+y .G1*lS }r4TՀ="&֣ .ZIXb>XJgˏdRpr]lvyKPO˄t'ցhF:^`b[Ab:܅nr YZ