python-paramiko-doc-2.4.2-150100.6.12.1 >  A baep9|E[B@ `H_rT7^Zf@;t{S4 ("wU3f$q+W*58G!mfjQwp<~ku5hu~BZ& $p1@iF<+\#Hsb2$x( DHc$,d񬛹M9UO$p5S7# UQ+=ѰʞEභ ]e(+=4`u /=65a20c1f4ff74435064d98835180ed38b77119383e6a990031c4974a31dced49cb3d3ef4202e2569a84d49d5c9063b71da8e4828Dbaep9||kȘ32 D2*$z;%3)׼'P!{NO QvT;Kö)tWZ^6y\ob$2N8W@:YT5.T#r [?KJ%s8bƚ4>3EV^LciAS>\ R=cP,+.1'&1vc;Uñׂ$vKv4(6l= w(6Fnx>p;W?Wd * L +18t      H H(8 9: sFRGRHS(ISdXStYS\S]S^TbU\cVdVeVfVlVuVvVzW#W4W8W>WCpython-paramiko-doc2.4.2150100.6.12.1Documentation for python-paramikoThis is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. This package contains the documentation.baesheep65 zSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Documentation/Otherhttp://www.paramiko.org/linuxnoarch3 < swgDAA큤큤A큤baebadbadbadbadbadbadbadbadbadYYYbaeZIO079531d89a05a1f8b72554cddc22b35e8dd13b614c3550648b5ef17c67f90b2c6dba755feaee3e2faf0d9c9ede904fffea81cce6be0ec88f4d501d464908ee2bb2cfbb511fc91fd4ed1484910fbb38a4ddebf52842d26157f073c5765276404378301f69184287e52164a7ee4050ab5efe346149f8d5409cf619b97cea25c254601945b9063d8e22eec1de71771b36c789603bf535385e122566d243b1c34bb4f1170d5afa92a7ed5ddbbb3eb0473d5f97b7cb519008775f20c1bd4424574997c7722309241b5bbf56f32f0fb9f29220f95d77a6628912b73ac2798eadbf0f4a163c17b8c5c58e9f9e66152cc8dc4e4e9b9d79e673d7d5ead2a72a0c1dfd699f3d34c8bd41c7ebadf2281094cf26398d6504bc16bd3da5a83d3693a9e27f3a22cfb3139742ad71dd25db00d7bda8389d6a70d9713b2f44917c348b2169cd1d6202226dd9d78171284aff1861e9ba5f984df471554e579960772e45e754ade2625fa25bf5f395fd26e701c2e1de4ca7d162816986dc791c22f8f4226857ad1bb2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-paramiko-2.4.2-150100.6.12.1.src.rpmpython-paramiko-docpython2-paramiko-docpython3-paramiko-doc    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1bM`t6@^1^y@[[R@Z`@Z`@Z }YYYJY=0XQ@XX~@X @XOW@W@W\@WWUeW/*@VHT steven.kowalik@suse.comsteven.kowalik@suse.commeissner@suse.comali.abdallah@suse.commimi.vx@gmail.commimi.vx@gmail.comro@suse.detbechtold@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comtbechtold@suse.commimi.vx@gmail.comtoddrme2178@gmail.comrjschwei@suse.comrjschwei@suse.commimi.vx@gmail.commimi.vx@gmail.comtbechtold@suse.commichael@stroeder.commichael@stroeder.comdmueller@suse.comdmueller@suse.comhpj@urpla.nettoddrme2178@gmail.comtbechtold@suse.com- Add CVE-2022-24302-race-condition.patch: * Fix a race condition between creation and chmod when writing private keys. (bsc#1197279)- Add support-cryptography-25-and-above.patch: * Since SLE15 SP1 and above have cryptography 2.8, stop using deprecated methods, and update the required version. (bsc#1178341)- paramiko-fix-1169489.patch: fixed fallout from last patch (bsc#1169489)- add-support-for-new-OpenSSH-private-key-format.patch: Add support for new OpenSSH >= 7.8p1 private key format (bsc#1166758)- add disable-gssapi.patch - workaround for boo#1115769- update to 2.4.2 - refresh paramiko-test_extend_timeout.patch * Fix exploit (CVE pending) in Paramiko's server mode (not client mode) where hostile clients could trick the server into thinking they were authenticated without actually submitting valid authentication. * Modify protocol message handling such that Transport does not respond to MSG_UNIMPLEMENTED with its own MSG_UNIMPLEMENTED * Updated SSHConfig.lookup so it returns a new, type-casting-friendly dict subclass (~paramiko.config.SSHConfigDict) in lieu of dict literals.- add paramiko-test_extend_timeout.patch (bsc#1085529) extend timeout in testsuite to pass on ppc64leupdate to version 2.4.1 (bsc#1085276, CVE-2018-7750): * changelog: update for #1039 / #1051 * Screen off dev version of Python from test matrix * ensure ed25519 password is bytes * Cut 2.0.8 * Cut 2.3.2 * Initial tests proving CVE-2018-7750 / #1175 * Guess something else added this prior to the merge * Fixes CVE-2018-7750 / #1175 * Uncaught typo in test suite * Initial tests proving CVE-2018-7750 / #XXX * Test proving #1039 / efficacy of #1051 * Changelog closes #1175 * Cut 2.1.5 * Allow overriding test client connect kwargs in Transport test suite * Cut 2.4.1 * Fixes CVE-2018-7750 / #XXX * Cut 2.2.3 * flake8- update to 2.4.0 + new pytest based testsuite * dd a new passphrase kwarg to SSHClient.connect so users may disambiguate key-decryption passphrases from password-auth passwords. * Drop Python 2.6 and Python 3.3 support- update to 2.3.1 + cert_support.tar.gz - missing test certificates for testsuite * Certificate support broke the no-certificate case for Ed25519 keys (symptom is an AttributeError about public_blob.) This went uncaught due to cert autoload behavior (i.e. our test suite never actually ran the no-cert case, because the cert existed!) Both issues have been fixed. * Implement basic client-side certificate authentication (as per the OpenSSH vendor extension.) * Added pre-authentication banner support for the server interface (ServerInterface.get_banner plus related support in Transport/AuthHandler.) * Update Ed25519Key so its constructor offers the same file_obj parameter as its sibling key classes. * Add a gss_trust_dns option to Client and Transport to allow explicitly setting whether or not DNS canonicalization should occur when using GSSAPI. * Paramiko originally defaulted to zlib compression level 9 (when one connects with compression=True; it defaults to off.) This has been found to be quite wasteful and tends to cause much longer transfers in most cases, than is necessar * Enhance documentation around the new SFTP.posix_rename method so it’s referenced in the ‘standard’ rename method for increased visibility. * Modify logic around explicit disconnect messages, and unknown-channel situations, so that they rely on centralized shutdown code instead of running their own. This is at worst removing some unnecessary code, and may help with some situations where Paramiko hangs at the end of a session. * Display exception type and message when logging auth-rejection messages (ones reading Auth rejected: unsupported or mangled public key); previously this error case had a bare except and did not display exactly why the key failed. * Ed25519 keys never got proper API documentation support; this has been fixed. * Update how we use Cryptography‘s signature/verification methods so we aren’t relying on a deprecated API.- update to 2.2.2: * SSHClient now requests the type of host key it has (e.g. from known_hosts) and does not consider a different type to be a “Missing” host key. This fixes a common case where an ECDSA key is in known_hosts and the server also has an RSA host key. * Fix up host-key checking in our GSSAPI support, which was previously using an incorrect API call * Fix key exchange (kex) algorithm list for GSSAPI authentication; reviously, the list used solely out-of-date algorithms, and now contains newer ones listed preferentially before the old * Clean up GSSAPI authentication procedures so they do not prevent normal fallback to other authentication methods on failure. * Add rekeying support to GSSAPI connections, which was erroneously missing.- update to 2.2.1: * Missed a spot * Update .travis.yml * Whitespace * Having this in a mini-toctree made the nav look funny and is also just unintuitive * Changelog re #471, re #65 * these are bytes * changelog: update for #990 and #993 * ecdh kex support * flake8/whitespace * Trailing comma * Add test for posix-rename@openssh.com extension for SFTP client * Changelog re #921 * Add a note about new Python-level deps to changelog re: Ed25519 support * Add method for "posix-rename@openssh.com" extension for SFTP client. * Add IOError in posix-rename@openssh.com test for python 2 support. * this isnt bytes * Added a auth_timeout to handle situations where SSH server stops responding during auth. * small cleanups * More changelog flimflammery * Added changelog entry * python 3 compatibility * Incorrect comparison, should be <= * DDD re #857 * Improve __hash__ functions * Hrm that should always have been an h1 * No idea how this got past all the earlier flake8 work... * comments * Fixed test to support python 2.6 * Note ecdh-sha2 preferred-kex placement in changelog entry for #951, re #983 * Changelog language tweaks * Reorder cipher and key preferences to make more sense * Added a test to check that the auth_timeout argument is passed through and applied. * Changelog tweak * Cut 2.2.1 * transport: change order of preferred kex and hmac algorithms * need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwarg * Changelog re #972, re #325, closes #325 * cleanup/simplify auth_timeout tests * Missed a merge conflict lolol * flake8 * Changelog re #951 * Perplexed at why flake8 did not report this earlier * Add Python 3.6 to classifiers * Add support for posix-rename@openssh.com for the SFTP server side and fix tests accordingly. * sphinx nitpick fixes * Fixed encoding/decoding of the public key on the wire * Added test for authentication timeout from a non-responsive server * refactor files * fixed comment + consistency * Changelog re #857 * Cut 2.2.0 * integration test, with ourselves * TODO * That was easy. Closes #857 * Add sanity note to changelog re #869 * Unit tests * Fixes #325 -- add support for Ed25519 keys * Happy New Year * implement __hash__() method for Ed25519Key * pep8 * Increased auth_timeout to 30 seconds * py3k * fixed long line * Link to the spec * set a minimum version * Support decrypting keys * Failing test proving need for #857 - move demos/ to extra -doc package- update to 2.1.3 * Make util.log_to_file append instead of replace. * SSHClient and Transport could cause a memory leak if there’s a connection problem or protocol error, even if Transport.close() is called. * Prior support for ecdsa-sha2-nistp(384|521) algorithms didn’t fully extend to covering host keys, preventing connection to hosts which only offer these key types and no others. This is now fixed. * Prefer newer ecdsa-sha2-nistp keys over RSA and DSA keys during host key selection. This improves compatibility with OpenSSH, both in terms of general behavior, and also re: ability to properly leverage OpenSSH-modified known_hosts files. * The RC4/arcfour family of ciphers has been broken since version 2.0; but since the algorithm is now known to be completely insecure, we are opting to remove support outright instead of fixing it. * Move sha1 above the now-arguably-broken md5 in the list of preferred MAC algorithms, as an incremental security improvement for users whose target systems offer both. * Writing encrypted/password-protected private key files was silently broken since 2.0 due to an incorrect API call Includes a directly related fix, namely adding the ability to read AES-256-CBC ciphered private keys (which is now what we tend to write out as it is Cryptography’s default private key cipher.) * Allow any type implementing the buffer API to be used with BufferedFile, Channel, and SFTPFile. This resolves a regression introduced in 1.13 with the Python 3 porting changes, when using types such as memoryview. * Enhance default cipher preference order such that aes(192|256)-cbc are preferred over blowfish-cbc. * SSHClient now requests the type of host key it has (e.g. from known_hosts) and does not consider a different type to be a “Missing” host key. This fixes a common case where an ECDSA key is in known_hosts and the server also has an RSA host key. * Overhaul the codebase to be PEP-8- Implement single-spec version.- Fix version setting for cryptography for build- Add python-pyasn1 as Buildrequires for testing- update to 2.1.2 * Fix a bug in server-mode concerning multiple interactive auth steps * SSHClient now gives its internal Transport a handle on itself, preventing garbage collection of the client until the session is closed. Without this, some code which returns stream or transport objects without the client that generated them, would result in premature session closure when the client was GCd * Avoid test suite exceptions on platforms lacking errno.ETIME * weak how RSAKey.__str__ behaves so it doesn’t cause TypeError under Python 3.- update to 2.1.1 * A tweak to the original patch implementing gh#398 was not fully applied, causing calls to ~paramiko.client.SSHClient.invoke_shell to fail with AttributeError. This has been fixed. * Fix the implementation of PKey.write_private_key_file (this method is only publicly defined on subclasses; the fix was in the private real implementation) so it passes the correct params to open() * Add an optional timeout parameter to Transport.start_clienti (and feed it the value of the configured connection timeout when used within SSHClient .) * Catch AssertionError thrown by Cryptography when attempting to load bad ECDSA keys, turning it into an SSHException. * Add a missing .closed attribute (plus ._closed because reasons) to ProxyCommand * Make the subprocess import in proxy.py lazy so users on platforms without it (such as Google App Engine) can import Paramiko successfully * Fix incorrect docstring/param-list for Transport.auth_gssapi_keyex so it matches the real signature. * Add an environment dict argument to Client.exec_command- Fix Requires for python-cryptography - Add missing Requires for python-pyasn1- update to 2.0.2 * [Bug] #758: Apply type definitions to _winapi module from jaraco.windows 3.6.1. This should address issues on Windows platforms that often result in errors like ArgumentError: [...] int too long to convert. Thanks to @swohlerLL for the report and Jason R. Coombs for the patch. * [Bug] #774: Add a _closed private attribute to Channel objects so that they continue functioning when used as proxy sockets under Python 3 (e.g. as direct-tcpip gateways for other Paramiko connections.) * [Bug] #673: (via #681) Fix protocol banner read errors (SSHException) which would occasionally pop up when using ProxyCommand gatewaying. Thanks to @Depado for the initial report and Paul Kapp for the fix.- updated homepage URL - update to 2.0.1: * [Bug] #537: Fix a bug in BufferedPipe.set_event which could cause deadlocks/hangs when one uses select.select against Channel objects (or otherwise calls Channel.fileno after the channel has closed). * [Bug] #520: (Partial fix) Fix at least one instance of race condition driven threading hangs at end of the Python interpreter session. (Includes a docs update as well - always make sure to .close() your clients!)- fix build- fix source url- update to 2.0.0: * Add support for 384- and 512-bit elliptic curve groups in ECDSA key types (aka ecdsa-sha2-nistp384 / ecdsa-sha2-nistp521). * Due to an earlier bugfix, less-specific Host blocks' ProxyCommand values were overriding ProxyCommand none in more-specific Host blocks. This has been fixed in a backwards compatible manner (i.e. ProxyCommand none continues to appear as a total lack of any proxycommand key in parsed config structures). * Fix a backwards incompatibility issue that cropped up in SFTPFile.prefetch <~paramiko.sftp_file.prefetch> re: the erroneously non-optional file_size parameter. Should only affect users who manually call prefetch. * Replace PyCrypto with the Python Cryptographic Authority (PyCA) 'Cryptography' library suite. This improves security, installability, and performance; adds PyPy support; and much more. * Fix stalled/hung SFTP downloads by cleaning up some threading lock issues. * Fix a Python 3 compatibility issue when handling two-factor authentication. * Clean up setup.py to always use setuptools, not doing so was a historical artifact from bygone days. * Update the module in charge of handling SSH moduli so it's consistent with OpenSSH behavior re: prime number selection. * Fix up ~paramiko.ssh_exception.NoValidConnectionsError so it pickles correctly, and fix a related Python 3 compatibility issue. * Update to jaraco.windows 3.4.1 to fix some errors related to ctypes on Windows platforms. * Annotate some public attributes on ~paramiko.channel.Channel such as .closed. * Fix logic bug in the SFTP client's callback-calling functionality; previously there was a chance the given callback would fire twice at the end of a transfer. * Identify & work around a race condition in the test for handshake timeouts, which was causing frequent test failures for a subset of contributors as well as Travis-CI (usually, but not always, limited to Python 3.5). * Remove whitespace in our setup.py's install_requires as it triggers occasional bugs in some versions of setuptools. * Strip trailing/leading whitespace from lines when parsing SSH config files - this brings things in line with OpenSSH behavior. * Fix behavior of gssapi-with-mic auth requests so they fail gracefully (allowing followup via other auth methods) instead of raising an exception. * Add missing file-like object methods for ~paramiko.file.BufferedFile and ~paramiko.sftp_file.SFTPFile. * Clean up and enhance the README (and rename it to README.rst from just README).- Add --no-transport to fix a known issue with the tests https://github.com/paramiko/paramiko/issues/574 Check if still failing on next release. The tests is currently failing on Python 3.5, but it is not actually Python 3.5 specific, it is just more likely to be encountered on Python 3.5 - update to version 1.16.0: * Streamline use of stat when downloading SFTP files via SFTPClient.get ; this avoids triggering bugs in some off-spec SFTP servers such as IBM Sterling. Thanks to @muraleee for the initial report and to Torkil Gustavsen for the patch. * Fully enable two-factor authentication (e.g. when a server requires AuthenticationMethods pubkey,keyboard-interactive). Thanks to @perryjrandall for the patch and to @nevins-b and Matt Robenolt for additional support. * Fix 'exec' requests in server mode to use get_string instead of get_text to avoid UnicodeDecodeError on non-UTF-8 input. Thanks to Anselm Kruis for the patch & discussion. * Fix line number reporting in log output regarding invalid known_hosts line entries. Thanks to Dylan Thacker-Smith for catch & patch. * Update the vendored Windows API addon to a more recent edition. Also fixes :issue:`193`, :issue:`488`, :issue:`498`. Thanks to Jason Coombs.- update to version 1.15.2 (bsc#962291) * [Bug] #320: Update our win_pageant module to be Python 3 compatible * [Bug] #429: Server-level debug message logging was overlooked during the Python 3 compatibility update; Python 3 clients attempting to log SSH debug packets encountered type errors. This is now fixed * [Bug] #459: Tighten up agent connection closure behavior to avoid spurious ResourceWarning display in some situations * [Bug] #266: Change numbering of Transport channels to start at 0 instead of 1 for better compatibility with OpenSSH & certain server implementations which break on 1-indexed channels * [Support] #419: Modernize a bunch of the codebase internals to leverage decorators. Props to @beckjake for realizing we’re no longer on Python 2.2 :D * [Support] #421: Modernize threading calls to user newer API * [Support] #422: Clean up some unused imports * [Support] #431: Replace handrolled ssh_config parsing code with use of the shlex module * [Bug] #415: Fix ssh_config parsing to correctly interpret ProxyCommand none as the lack of a proxy command, instead of as a literal command string of "none" * [Bug] #428: Fix an issue in BufferedFile (primarily used in the SFTP modules) concerning incorrect behavior by readlines on files whose size exceeds the buffer size * [Bug] #455: Tweak packet size handling to conform better to the OpenSSH RFCs; this helps address issues with interactive program cursors * [Bug] #413: (also #414, #420, #454) Be significantly smarter about polling & timing behavior when running proxy commands, to avoid unnecessary (often 100%!) CPU usagesheep65 1650550163 2.4.2-150100.6.12.12.4.22.4.2python-paramiko-docdemosdemo.pydemo_keygen.pydemo_server.pydemo_sftp.pydemo_simple.pyforward.pyinteractive.pyrforward.pytest_rsa.keyuser_rsa_keyuser_rsa_key.pubpython-paramiko-docLICENSE/usr/share/doc/packages//usr/share/doc/packages/python-paramiko-doc//usr/share/doc/packages/python-paramiko-doc/demos//usr/share/licenses//usr/share/licenses/python-paramiko-doc/-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:23826/SUSE_SLE-15-SP1_Update/706795cf24b16b0688edd290f7e24f23-python-paramiko.SUSE_SLE-15-SP1_Updatecpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textbM_^Mq-:utf-8af4865e3643800af723402c728f0598bfa349884a59cc7a5ed37a145332f9559?P7zXZ !t/E] crt:bLL 6+=}Q.w?Rp1Ŷ-z$ 'Z=A<k] !kϠ%ssW0evRJهiq!خ@y`m_Yrt\ 4kz܊or0A mRli>Ԗx_?bpk<~wRu*mPrZp#[(zN+޶Y7MdK_\EEQR` a_mkUy7l7 n- 28a>cBq}QZRk@">yױR|~WiŢ |Hk"aC"ݺ:6e͕)7Z85ӯ&nKPׇ|5q>=P%DݍR[\ J`G{._-KocTu?l)j sVUaf5C+p7Bk?ѝ[-[=g=`{{2i㓺CMnl#!cCi\>]KX7S-pimU"/ o)Ȁ ުXRcdH+ H $w8F[͐sWKmW֬\hU%Mh^w=Y7@@ƂU-ØAGbUa8-R p̈zǽ1=E!&~SMTpA!HBff7(;C"qdی83k(\: `(ΏG3ei{yI2y JEQ8qA➊gx"& ldMZmrS{. OwLcSj;գ ٸbgzqEA*j\7oj%\9hK3hH+r=Ƀ~|cAsjRrΘ!QCc8WJ0?L%GI}øbCĚhTة\ӫ7۔ T )<Fpi">vBmزqBA7_roOaV :;K0mLP,[-1쾦N4X${u.NbHOYHf.lnϨ(yDz[M5/ ohqG8z78y-'׻\nuKOe8f L'1B;EN0yN^JR'\Tұ= yqz H1֌\ux*jp4O(>$J!݈?LKY %;^Ni)$[ध8ubJڂXi0fXy UIK=kK@UmZQ9Y G;1ʲ} WUO3ZhEfq6rnYUb/. cA\[H W+MQ?;-w[Bjdfj94 H^4{-/b'|q6 ]ep*&\Z~,v%IK <:wsȘ{.ߋߧ ޳\ *OhIQö?߂:sW/."gqLRZ:0iyոFu9*|ڥ %OUsJt+p2Oď;xJ^Qo4k yYsBFE@܃,5{],ޏЙ  ;wPBMR \V}_,y]Gi-nrwɮL߯K{+PRX}W8H-RG<43 kej*bOk}<!ES .IZ l* 듇x/4`T\(- L)}8cDMnh% )unI z{Xak5ir$yynf纉.Yo ^hs`ť_h8̪hȃXl_F O1I3Y؄5\g L L0, P~U%:9 u[Qj?=+a#+"܇8d@՟ Z./ߣa/fQawwI\%mօ&k,ḿ!kºuaxѲ}A?ِAH8r5 W{Y#8np:w \ Nuo)s8- PGmfvO?/hreWRښ[jtt?$C*=sqrQkE#Vv{,C|Xi,XhMu-zDJ? .z3ȱnivRR]7)D&󨭇c5p(F#W jRyX~Ykc n|3Бmon)&G|0 }3CmÊV{0Ӳbe||&0 7H$u%/@[yĥ؁m>zIuU郼e/X6i O$,}*ݪࣛ (D?nR|Wto 4(# /VKy>^Vx N!] y&_4a*X-tŞĂ-R#Z`^SSTX۹an"[vQ#~n)"T^l7t:{&+x`pnCĽuiw˪hq]C,QIp>{q!K2 Q}\Kؠ *(bw;dîY:/`,#1$Z{ܚ, $+&Hb~HAGREE2fAG2p'D\u\bB%/˟T1 ӊ79CW KQqqɇ <1`=) = RHK&XkFY;pցmu;ϩ33޴ .蜤Prz~%UځQ%P'}ԚSa0tȻFc7/')37W3Kx&-βG i+HE xN >wJڄO%Bg[wrjK4]EKx3_e38mAJbHB_[TZTLXG!α, .| F7)d޻ɇ;A,EMnYF4S5 [)~I~t7ɔbsIЀ='ݨB Vma~j,tӌi 9@(=d͢9b1!beMHEJ 1EI'P[rқ0Jn=͗MĨ&`DRwi+tPgFkuӸݢgH5ۛus1σ'ZT>@QBgrxt :iMq6֮BaεT܍cav["< lƊJz[[Jp]aeD_HLB*<(Y@J/gl MƏ|.~$jֿm#1Öݒut r[$%"iOlȍ? Ǖ|W4.nr7"zsFjXSiJժۭV?+]eO{iRdo#/u%ϲ{&IAN11׹HN˘.(r$ R˂w'k{9ħzQ=*R# T~ٮsƀ{q| 0Ō:6H~kꥍ.{S_D}Y9.vu e|Uc]g߾hq2DU/ܦg&Ag{h4ӡ N^] e^$ZT<,b]~T nv>>^1D6s 5m(kOgL>POxFmN8/ ^}$C{*puFb#-$U7Ja(~@n.bZx MH925B(=\;9GeF;EQt|e6TgXk<JllzeD`F:!y" !0;hk722@Ѧ>(T,av욭l$w$urOb?ȱM{8-QǃFЎ ܅Z(ˇ)8ٓRA:ZZq#rBs Jlxd~ 0#ٛ1YaY*a`kQ=p^ܛ1]ǁ,ZoA;y_iuS\nK{`[S[!WGc2 W-ІMr(tF}MSK Ǩ@ h?I!(| v2G-Ylu?a_֮s*xaEuf/>b u1(Pވ_zvҵinhf>&Se:p9T2jd+ebSF(onaut]styU|*w{w7/ }AgX b DSd8-K)^y^tSsDl$ঁ\Kp!Q_s37BBK#xJ޺RhX|7ᷗJ"ARǸYyĩ?xb-4Dϊ%H O(Ս^TI^iVV0$V'vtTwҙP"F̎0ޜ~#vJ[d='lGv)Нx{b'imҞ 1yU*[$RS@ k 1T޺gEmGxrjϭ1̎jSpYOiW\@.lfL٬ӄ!(QّxUm'}teWބڠgIP(Ŋ e-ׁx6=3C  V)b_6xt.y|_eW謺IHMكyA@29 ~+Ҋ27@tƿҢi$r.ws!xo/^fetlSѤ{c͌HVU (K&|5'7K38JtD.Z>/TViEe[[̙SpYb^)hJOJbv9 |`:JC =!MQ5T{tqШfF-6c%`ΟbOk>SɋR04ڀ)8i+ }4W_t'z뮌'ǐ9A~AQD0Sd d P ZEQ3EK[Ţ RpFT3>Az踠y_#X|5RbDq3Xx{R- @PhustPntʋ2hI2k KX-&զi K7 Zo$y ϒwZ_X!SdR M>GP֕1&eP\vzmCabӆxn4`9K@@Wba]y xZ%7зe>DZHG\l N*I } !$e>ᚢP%U#g=>ъ;B`ӴnS:]v%J3(_NwGT[OtbFYt&JE*- Ϫ[ߎnPaIQ&$m%HeeV`$uuAݵ:n{f,C vne^*k1<ẬU]Mg3:\]T0xwkP> X*?Fo;2? 5@Q.3( ~V(ɸS}?l׍G0E&Gl{/C%@~0λTU/=-i ~}?SU8"D|#p̖͋>q.n3կ+2=/__Kñ:YlZ %} !_9ԧ)QI;s!@Ng{sȪNO("IЁyYJ%OPZ^#%tn:^(+qz,]nȠ'&WDv-^}f(lAuX5DܘЖmT86đM43HPc6ӾWx܅Kﯤ 66ڗGq6P/hױFX:6)x]C'^Q7Բbd Dc`K>~=5J۬7g'kBq;$M;;9?-6ɔut؃>xc\9'!D ҹSuf?㝯= Whj$WpM\{2icx7hl剫x3Lsi9\4OաNr9qA2OŦ&@,&dERéB7p*{ n p-> `LyMs#=- *|Ck2l$-ڹ|CwL9uY 谤v_T7ljfRҤ@\ yuc:O[S !b:w\eR2nJr=Y< I"p @>N6lʃk÷H+`Fܠу2>?2`f@`Ɏ|\zNw I;k杒J`ذU7MwJX.`36/aiu\#ZOį Pʙ@G^|^H:o,8n6IwWN&cn\k!KngO/Qir5\-@~ްU|")0yWrVH,G@5ry)2IN bGVBnenh/`ԗn>wFЊ*JuSʗ<$ϡ/bSE%"sCxMBQ#t]l<(k'C_g_4(k|) @,?7e~&UNmjJ VԉJn$D75 Ay:Mdp•6Bz>i kXҚTXC<1S u-&r Ӂ9T+*y0mJrgSz4;Ih$,e ?̭qgn^XԹ}(f#KSbK@=y%NGQ/+($EXA. rm;g0U{Ri={K,[9l;KGP 86L8LGmt>mNQG^^^Qd.6"v *!Rl&`sɳTkogSo +!ۿ?ت3uHܙ@mi^6 VBbh&- $쁫e½ެ*{$'k[pnNg3 =.Z4}/Uk;'mnI`-G) ũ#QT9 S*:nzbmZ(QxJ84<ΰ U @5mO!JC >sI:oQN)u5~K< ܧrIIbtb&u| TD.&XoBݎ'jL!v=$WD-Gz@=4dv{W 츥3XN@r̉4Hp0,=+{͵CYTX ɥ0;"!Kkr̖MJn 9"CoQBwoa۽ ??pwJnjZ[AN}U3,GڄU"m-觇"y^B۴#8[-J:<7\4w*ǿ]20Zt%Ez4zoOOŜ 2ŹWWC@XkKT7oF7?l!J=giA!cvfU*g*U s&\w5F%͊BDIy2ex rY 5TBOr8('sF#cNÏɎ qy$rbz1uCK|M7@3 8UJJ-KGOCB(B)_dh>8k*-,_:<`tn>ϲ +KӚ?¡]H1$ڞoB΄M6m~.'=֣^$h)SMCZnrE# ;i0|K`>ioJ^ĕ`jG{Ց8@ݣ Rtc  mL@K-eMuݎy_ <&驟e ir>嶒b.g1bMȿ= cLVb?RP #U5tvWJOU4#n:`&R.[Cv ?² ͖'zbYN3l'@f ~My Qj3W֑,S`A?dx`JI9oM4~̺%"`J{>yS>6ap)h/J_ bt#JNp1 #<=P8 QV˖c{aM졂$clXT1V_bT`0Afm`exD+i;8݉┏gx,PSN ,5ѽ:7@8+OUi . s/ϳuab2SZ>WyPKae}=D_en9/r>i6{a-GD Ud{!l ,yf{V=k*֏"/$>΋]ލ7 l Eaxx0<*gl7yFj(7UFN;5wݶ+j|VCyϖKpB|5u'"eBqb8uҪ-{/Q%&{#6P)-y,X<z?@jfNZ56g,f_2l(K * &[wqu}^Q=XPk7|cԳ 8vsu5Td4 /3^nXhYHCnPh}( a"Bu>VAIAt:^wЊ3Cj/t8 Ҷq3.2:b;Spf 7lܺc̥g>R)Ac_56GGKQO/Pc+3r]C38M3E6oe!`tgŸ5ױoJG{-|%K3'owNُS.`|c:a7-ؙ-~8.UʳSy{%6ՍɄy@e >}ڋYܕ?Q?HMC וՆ &$^[CK@M2O; $N ֛D_&``p姫r4(2ٽ`x᭪1؀O3 SLT`+h*ndiM#_i7#CϮ,̸>Ϻnd?1v[A)D sx[ZcObծwxmdɾ;6kY+ML:n Q{ht@up Wύ,q/,y_E]0ZЋ.2|)bչE{J D@ӹv~3H3<(OS5lYh3êۓ {TQ3zN6{k_[tmN3HX9eD7G+y\&`vUt"X&/303C3>7Y]"BXk!>2Oz!$r%gq4 z*U"^waA6DԦJNgͻl\csvQ Lvcz LG;^'dkͯR}(IW(FͷVOy oz) xvz-;i,GxܽYDJ_{CrvW5'jlHG^ =^,@ȼ+}ɫnL"`B#.+ls;eӃ5{ pV rr{й-p(%Ff,O Me{ <0WV0yM1|}_63>` 8!N؁޳?G[fF:(jzvɌ_Ñyy ZpG@Dۮp~) Qq*Bnr)pp߾pw_Jsѻ_d̲(9X.3uU`? 6kp _+<~60Wfqt 룳MӮ\c*mA_*4Qk8@PUvQӇ}sI.I&>g=:Y%N"P*Ko.6;)dz. * 6jC-ȷx57޹n:eIҙNsپ| Tsy}>0y oj3{!wYH@uNp ';¡yY)` +٫/.' f𑃛h8Cr"6QY w<] Y+ݾxpvFvjrE:~]T:/*NayU\+CwK^ `8Ց]RnԼhZ8f$9-BҖKy]CRi|ʻhu'k7?9latI%2/82tw0 ﴾h1s"kg-Q%ߺZ kEs"̆INՙ .ʳoP.Su@=>)<`*-kPF_M4UR>$&HBYp!^M9}]g]@c^ ]*͞m /m\g]̫$hW6lސ&Oypv6* mrn M o b )m(m{3x%}?;g[m膃  DV\J?t%\m%#.@4J&&F Ɂrb@P`@)W1H/8I-r C[Lݎ^p>f(>PLOAMߚQy/,}.oY"c4 D"mMXDɹ՞Fs®~2[ד;}dj/&N%ݐDс} uZQ^ySp!ΊF|EOe8wA\Lk"1JLJ?5Iv9,:#$\c&R˚Qư~ED\NHgc.뽊{;8T-\:Ec\$=1#1d] HU}.8x~DrX.] T:p8";NԀ 4AzvmH4g?nQcPE͒AܴUDj֯ ~Ӣ;P:Ǘ*w'X%O wf} DhWqEhv>jK`Up|)Wΐ7+ _,B/K@߬ RȇEY߃kudY%+8rA2,V; n ?R;Ky(F=<]?q,dR?^ʋrǐQEl`{ܸ9At "^K"e=Ғ~MI@•va]`H\-yZ.KX^r0cQYSbF:6FcKz)2rSY矊B/lp$@OrU1=O4-ѻ(j* J"Ll tE{tOΗ-h[={16j]zH FH?`x2jqS:'EVՐ7e5؟1\K'O(?T-2:QqZ٧Tu9);[t|U oI@kMV|E{;rTL Z2yIK|R5L1KAh>0=;6C|Cptw8s]s~'է$RҸ987uS~-JUyG)6kWH#c=h՞G}݈hpLgց򱱔#K;Zڋ(9|s(XʞG*Qg_8} mZi딟R"&n"yxZA4nDPpuCLW˾j;pgE!N0Zz?@%-.Ubs\ky0|ǁol^Z +D?2 tRVޡ_kC)XK_dw1 q\cvnx,2&MMՙ:wKfd}m)g.6렄%yg@w>9xog9$ =IsUfXdhVX]Wn#} "ӂC!Se%U4SzCڭkA9T`+M"gHx^OqY @!'f--[:' 5~??iN1&3#4y7yZ#Ӵ`#!;ׅZ^kw _Nݢ*K獬,,n!',1:U}gtevJƒ g /'/'S艾v|0]dTU,^pհ/aR,PZ: K] n܈K0T,~Ӻj.q1:x9?~mCDSDm"-z#8li[c9Q-}?\]YG S"ɈŝOqVU֓M\c^#*-#7f8ԒkY- p#BϠ b YˋSz YZ