libssh-devel-0.8.7-lp151.2.9.1 4>$  @p^%m/=„<wEG\&&TA `1՛"G#&R'}4B J]5ȅ8* 9#F>p>/8?/(d ! Alpx|  <  V  p    1  L   $ X=(a8h 9 : : F*oG* H* I* X*Y+ \+< ]+p ^,b,tc-d-e-f-l-u- v.w.T x. y.z..../$Clibssh-devel0.8.7lp151.2.9.1SSH library development headersDevelopment headers for the SSH library.^%mlamb56>EopenSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.libssh.orglinuxx86_64zO0i}O G jA큤A큤^%m\(k\sI\sI\sI\(\(^%m^%m|^%m|^%m^%m|4938b4acfbbfe3f1a661b3fa176f7c9805d66655f904c6bacaad1bb5ebb2e7498b72983fa7f47f00a50dc9cc0fcaa320ac7bec0f3b668bfcca5757d3a1f10c1bf10d39c2c27f661687b35b33c5f3963719a8585596c9483ece0d32ee7b01153eee7a604bbe1018e2b7bf676fadb131b3373749918efa2087e0f26827d2681f72480a4dca089f15a9acf1910d0e062875c3185fbb364aecec9ec5d8f02a90c84b7823f91194fba1c7769c8fa003955de60a0bfd100d00b45d0131320835ee960ed58604fbd6f05b378f5829ec0b33d9f08a1c5de0773dd52d852df06c96316e8fd9aa6f61f75c2a27c28649e69c9c1bb8fde299a6bca63a62a664447080eb9e7db90936560333f157b7c1badca738771ac7e6c8099207f5b3baf5916248840459afadd0fc4d99cada28f7d307f85654313fb7ac14e89c7036d59611775ff4bd7alibssh.so.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibssh-0.8.7-lp151.2.9.1.src.rpmcmake(libssh)libssh-devellibssh-devel(x86-64)pkgconfig(libssh)@    /usr/bin/pkg-configcmakelibssh4rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.8.73.0.4-14.6.0-14.0-15.2-14.14.1^[]N@\t@\@\w@\s\ac\4\(@[@[[@[@[[r@[qr[m~@Zw@Z?YYXh@X@XGV @UUUPUJ@UB@T@T@James McDonough James McDonough Ismail Dönmez James McDonough Stephan Kulow Andreas Schneider Tomáš Chvátal Pedro Monreal Gonzalez Andreas Schneider Andreas Schneider Andreas Schneider Andreas Schneider Andreas Schneider vcizek@suse.comasn@cryptomilk.orgasn@cryptomilk.orgasn@cryptomilk.orgjmcdonough@suse.comfabian@ritter-vogt.devcizek@suse.comastieger@suse.comasn@cryptomilk.orgasn@cryptomilk.orgjengelh@inai.deasn@cryptomilk.orgtchvatal@suse.comasn@cryptomilk.orgasn@cryptomilk.orgdmueller@suse.comasn@cryptomilk.orgcoolo@suse.comasn@cryptomilk.org- Update to latest version of patch for CVE-2019-14889; (bsc#1158095) * Update CVE-2019-14889.patch- Fix CVE-2019-14889: arbitrary command execution; (bsc#1158095) * Add CVE-2019-14889.patch- Fix the typo in Obsoletes for -devel-doc subpackage - Actually remove the description for -devel-doc subpackage- Add support for new AES-GCM encryption types; (bsc#1134193) * Add 0001-libcrypto-Implement-OpenSSH-compatible-AES-GCM-ciphe.patch * Add 0001-libgcrypt-Implement-OpenSSH-compatible-AES-GCM-ciphe.patch * Add 0001-tests-Add-aes-gcm-ciphers-tests.patch- Avoid build cycle between curl and libssh by using obs hint to prefer curl-mini- Update to version 0.8.7 * Fixed handling extension flags in the server implementation * Fixed exporting ed25519 private keys * Fixed corner cases for rsa-sha2 signatures * Fixed some issues with connector- Drop doxygen from dependencies to avoid buildcycle * the documentation is available online anyway for anyone to consume and consult http://api.libssh.org- Added the tests in a multiple build description file *test* to break the cycle for cmocka, curl, doxygen and libssh.- Update to version 0.8.6 * Fixed compilation issues with different OpenSSL versions * Fixed StrictHostKeyChecking in new knownhosts API * Fixed ssh_send_keepalive() with packet filter * Fixed possible crash with knownhosts options * Fixed issus with rekeying * Fixed strong ECDSA keys * Fixed some issues with rsa-sha2 extentions * Fixed access violation in ssh_init() (static linking) * Fixed ssh_channel_close() handling- Update to version 0.8.5 * Added support to get known_hosts locations with ssh_options_get() * Fixed preferred algorithm for known hosts negotiations * Fixed KEX with some server implementations (e.g. Cisco) * Fixed issues with MSVC * Fixed keyboard-interactive auth in server mode (regression from CVE-2018-10933) * Fixed gssapi auth in server mode (regression from CVE-2018-10933) * Fixed socket fd handling with proxy command * Fixed a memory leak with OpenSSL- Update to version 0.8.4 * Fixed CVE-2018-10933; (bsc#1108020) * Fixed building without globbing support * Fixed possible memory leaks * Avoid SIGPIPE on sockets- Update to version 0.8.3 * Added support for rsa-sha2 * Added support to parse private keys in openssh container format (other than ed25519) * Added support for diffie-hellman-group18-sha512 and diffie-hellman-group16-sha512 * Added ssh_get_fingerprint_hash() * Added ssh_pki_export_privkey_base64() * Added support for Match keyword in config file * Improved performance and reduced memory footprint for sftp * Fixed ecdsa publickey auth * Fixed reading a closed channel * Added support to announce posix-rename@openssh.com and hardlink@openssh.com in the sftp server - Removed patch: 0001-poll-Fix-size-types-in-ssh_event_free.patch- Update to version 0.8.2 * Added sha256 fingerprints for pubkeys * Improved compiler flag detection * Fixed race condition in reading sftp messages * Fixed doxygen generation and added modern style * Fixed library initialization on Windows * Fixed __bounded__ attribute detection * Fixed a bug in the options parser * Fixed documentation for new knwon_hosts API - Added patch: 0001-poll-Fix-size-types-in-ssh_event_free.patch * Fix compiler warning on SLE12- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Remove the libssh_threads.so symlink- Update to version 0.8.1 * Fixed version number in the header * Fixed version number in pkg-config and cmake config * Fixed library initialization * Fixed attribute detection- Update to version 0.8.0 * Removed support for deprecated SSHv1 protocol * Added new connector API for clients * Added new known_hosts parsing API * Added support for OpenSSL 1.1 * Added support for chacha20-poly1305 cipher * Added crypto backend for mbedtls crypto library * Added ECDSA support with gcrypt backend * Added advanced client and server testing using cwrap.org * Added support for curve25519-sha256 alias * Added support for global known_hosts file * Added support for symbol versioning * Improved ssh_config parsing * Improved threading support - Removed 0001-libcrypto-Remove-AES_ctr128_encrypt.patch - Removed 0001-libcrypto-Introduce-a-libcrypto-compat-file.patch - Removed 0001-libcrypto-Use-newer-API-for-HMAC.patch - Removed 0001-libcrypto-Use-a-pointer-for-EVP_MD_CTX.patch - Removed 0001-libcrypto-Use-a-pointer-for-EVP_CIPHER_CTX.patch - Removed 0001-pki_crypto-Use-getters-and-setters-for-opaque-keys-a.patch - Removed 0001-threads-Use-new-API-call-for-OpenSSL-CRYPTO-THREADID.patch - Removed 0001-cmake-Use-configure-check-for-CRYPTO_ctr128_encrypt.patch - Removed 0001-config-Bugfix-Dont-skip-unseen-opcodes.patch- Disable timeout testing on slow build systems (bsc#1084713) * 0001-disable-timeout-test-on-slow-buildsystems.patch- Add patch to fix parsing of config files (boo#1067782): * 0001-config-Bugfix-Dont-skip-unseen-opcodes.patch- add support for building with OpenSSL 1.1 (bsc#1055266) * added patches: * 0001-cmake-Use-configure-check-for-CRYPTO_ctr128_encrypt.patch * 0001-libcrypto-Introduce-a-libcrypto-compat-file.patch * 0001-libcrypto-Remove-AES_ctr128_encrypt.patch * 0001-libcrypto-Use-a-pointer-for-EVP_MD_CTX.patch * 0001-libcrypto-Use-a-pointer-for-EVP_CIPHER_CTX.patch * 0001-libcrypto-Use-newer-API-for-HMAC.patch * 0001-pki_crypto-Use-getters-and-setters-for-opaque-keys-a.patch * 0001-threads-Use-new-API-call-for-OpenSSL-CRYPTO-THREADID.patch- add package keyring and verify source signature- Update to version 0.7.5 * Fixed a memory allocation issue with buffers * Fixed PKI on Windows * Fixed some SSHv1 functions * Fixed config hostname expansion- Update to version 0.7.4 * Added id_ed25519 to the default identity list * Fixed sftp EOF packet handling * Fixed ssh_send_banner() to confirm with RFC 4253 * Fixed some memory leaks - Removed patch gcc5-fixes.patch- Update descriptions. Drop redundant pkgconfig require (it's autodetected).- Update to version 0.7.2 * Fixed OpenSSL detection on Windows * Fixed return status for ssh_userauth_agent() * Fixed KEX to prefer hmac-sha2-256 * Fixed sftp packet handling * Fixed return values of ssh_key_is_(public|private) * Fixed bug in global success reply- Enable testsuite run to check the state of libssh itself - Use SUSE macros to define environment clearly - Enable gssapi by adding krb5 dependency- Update to version 0.7.1 * Fixed SSH_AUTH_PARTIAL auth with auto public key * Fixed memory leak in session options * Fixed allocation of ed25519 public keys * Fixed channel exit-status and exit-signal * Reintroduce ssh_forward_listen()- Update to version 0.7.0 * Added support for ed25519 keys * Added SHA2 algorithms for HMAC * Added improved and more secure buffer handling code * Added callback for auth_none_function * Added support for ECDSA private key signing * Added more tests * Fixed a lot of bugs * Improved API documentation- add gcc5-fixes.patch: Fix build against GCC 5.x- Update to version 0.6.5 * Fixed CVE-2015-3146 * Fixed port handling in config file * Fixed the build with libgcrypt * Fixed SFTP endian issues (rlo #179) * Fixed uninitilized sig variable (rlo #167) * Fixed polling issues which could result in a hang * Fixed handling of EINTR in ssh_poll() (rlo #186) * Fixed C99 issues with __func__ * Fixed some memory leaks * Improved macro detection on Windows- removing argument from popd - add baselibs.conf as source- Update to version 0.6.4 * Fixed CVE-2014-8132. * Added SHA-2 for session ID signing with ECDSA keys. * Added support for ECDSA host keys. * Added support for more ECDSA hostkey algorithms. * Added ssh_pki_key_ecdsa_name() API. * Fixed setting the bindfd only after successful listen. * Fixed issues with user created sockets. * Fixed several issues in libssh C++ wrapper. * Fixed several documentation issues. * Fixed channel exit-signal request. * Fixed X11 request screen number in messages. * Fixed several memory leaks.lamb56 1579511176 0.8.70.8.7-lp151.2.9.10.8.7-lp151.2.9.10.8.7libsshcallbacks.hlegacy.hlibssh.hlibsshpp.hppserver.hsftp.hssh2.hlibsshlibssh-config-version.cmakelibssh-config.cmakelibssh.solibssh.pc/usr/include//usr/include/libssh//usr/lib64/cmake//usr/lib64/cmake/libssh//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11821/openSUSE_Leap_15.1_Update/856f596e7eb67505fe313b89139b65bc-libssh.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textC++ source, ASCII textASCII textpkgconfig filePPRk*ǔ;WG)utf-8c693dfe6dcf809f28d13b83994440947e7f9ba42f9ea77f94fdaa9c5a3520173? 7zXZ !t/Fg] crt:bLL ' ]G6DP}v.؏6R,w̙yg~'[d,u&6QmQ[dp 8jDi,‹$;^ -r6f*/dܠdq[ C'@W=Ɏs/EE R+M8qaʃZSids`f^ t=VE`}AiHw5vFwHb19B Il:=]nȓft N/i6-ʁbX:PeYjD=I;x;&ch]~7 s 0i`Zptp4GΣOg|qLcUJ6hnӏXYnnh;I㣧EPSGiIzJ-աUb\u,r6p0NEGӨ};юqr#5V4\Po{v!N. %nw-#Ǡ ajB/;X@݀_;(<¸|VĩL˷Qp$i7bk Bs~1'z~fG&U&nŠ&_^qQo/?vFCǶlӵ(_tgx_i9[}E3.TuLP J*ъ{Zudv9+DJX#=%8c7?pa߸!rV._ҊK!56핀7׾. 3JJ$ă/=F'H"7[|~ތy0M}i7տ]ʌWC/=)Ӌĩ+ľoH{(Ih9ܧ-A,1C61^WvaŎ;m6w'S״< Z>w ȇv {s<8)ɊʸͦL>S˅^l JMfn!>W@hP?C| :ƃoP$𵽦+d5W}/D6O&mYZW% m~x_7v`2N<^~Y%= ]jJ[Xu/#˩O9WBnN߽PaP [u7k4 =-N O\C܋K'Œ']3k!|%<8"y(M{,Czk_~I yŖ/@R꙱ۏy|M^H`=Z]ʁ9m:tV'_XX3EĈuQ6Hc̅պJ %j2aߪ8Z#ƌKGDXp24-:'Xݥj'yIŴo8' t8:  \Jr; Mus dEYIq^|$M ρegP/(~S>FЂ.5[&KICO@$wLe E3Ncyla/#CN=:[K&*D CRMm|]_ ]ܦ73UGlXik P[pA1&. sv[<0 c Y5!;`= mC$1.\C#>څX..a!8]ZбD׳[ w8`.P|03[s< +e&1bb5do2BVG>؞esGD58 6I!ߜƾ;/%Q.>/26}vnvPD6إaѪ #~cb|ab>0;HL=5 ,˳xYkH4kAn,8NQov7kK#>IviɄ)̝e.g\Pj:TƃXVX\]1"pimܱ(3Zn)ޞӢ3P {+׬wo6ʮ*GKU}etwWha@Q페L: Mgz#g&>y+1u( 7ܔ>ڕl-4x}<\dxķtcRr]jjz2[_Bw9 z!`<\Vn[w% @?xCQ&\-JG\˂S8M}' }n6/OOpkWMkpMʺ:bf-S1EjdnUɋ:a ωnR8l9$ZsËԨXX"ibp(3jؤdM9?"L&SDH .AHV_PЭ_rPΛ%7;K}{5ȧ?ɄPkpn2Ԋӻ e؋<4 Gzil𽍼wڰIytMs_`[L1N_x &H{t|+7CRGЇ7E5bgʼno_r΅qcLR#-ʭ'W-b{ˇ7C*2 ŭ,90n n:PX4w}'MhyI bM4(p.ws(zn.@QdyKgenu1"[.ەrr qs>ѱ䣒y U\~C=Af_a\Vy d(`Bư"`mvI"!^#@{#@>|=hqstގy)Ni uНCf B|,;#󐁿^#Ҩ\QesQ8GX?@Z6ML[^;"'#_%FC&:RK#oɞ\+i%Eُ*.EpHSuw?jDKl@s"\+SD`z '>"\QRK(<(hƍhBq>\4J<=RL!(TZ^qQg֩R x,VkLS̷;nN33JL>-1y,o. @zo>)2An@.g{re\b՝7\襝)>PW)T{߀J,@/6O]ɻ&Բ |HvɎ`T,J2-F-CCo}jT๻9 h$mqN>c2&ƪ-4 H/?|\wDz ̋ETp#h+Dgˬ>RfͿIRkQ4w}@>Ǽ Q/`Nڝ)orLRClh/f}47 GH_ޘcgOLj%#1!a7h{x!4MTO"${vV<| e}bүU<դ;̽Jˆȏp |Chi)=֢0ˢ.0=memDRoC%aUڀ-cם #?dO;]d?>yҵZD g[?,[b EXʛ$׻MQ KxBiXGSQyTOR䟌Sq6@9I-9F` W[$.[q18ɔ b"X9H}Sqg,BЂ^8a4<[5>~7{WxP9pԌ++$8_IK ylzE2 wx#ZpB~#71.cl^{{JP 19+;y/#%>9 0AA~p++q۞oTM.48eBBly$ o5]؎&pTN`y`51@oծsR#u _Lj&D!>y#!^dd j3!SMLA~@ 'Hb. +u~D|[NA ]RSo׈R`,0Jr` #C+$G:UGl?%;@`ĕM}a'@LMU17tzZQBwS}4+͎tsiXJF=N4$gX[q5ّo*+137<;!^4L$QpaIa=<՟H\>)uD8.!MCZG4,afxiWKgm`|/qPt1ͮ6Q5֏xSnQTj2Mƭu/5V~ ow0g|1y a5 L Μ\jHb2"Pܯp = I-XghmSD*DL.K .`'єF?T^̊UᕃxdحE=Yǩ.7 ӏwϳrL?>I,[rCߠ~a7Uݨ?^ @kR'qFljI "оO>G Ÿ3Id5 >wysoݞ{e\j\p炝 ~#`*Pi!s$*( @nLxWDXzu")YPP 3n`oYTΨpL%rO%6@!$a+G0^,:߸ږl)(8iFK9Ym;q)d5A ȕ .&7s&Z׷RV̛Nf 4au理&6{w|,q2dP0p}i*-@Q+Zi" ĘՍzc4@n>M>Kg蠓X0jӇ7;HBS'gp|C|#?NTLa$Ny[_c.>b]&<0D#T郯u,֮C^e`"YOb`EBۤ`F>?n=(t|=0u#وNA(ԜRDii?y<"  52&µY띙 d^^{E"< KrGJ tkq3x Z)cS˨Äc5k0eM8 ۸n#btst]»!mO#:y.d!ؗ*{êޝKgdvG텳BHLhKbprVIm:y)RZD[]d$}8Ta+?݆~_rx9vZD[0y n__JM⭯s% SwL^I&|LaYDuiN2W&|! Ir&SZ)A/P@.u'6/vwpxЌՂ}Yd+RթA ۉKQ$ gp@x\ޙnP Q oDG6O."M?և'"ÌʯM(RJTȯN{c J8B4=MwASc8lc,5m|oƦinuADk̠ ]l&p}%.`/c"vu(x'G1 xͭkljrr})'B=}h*>^8:qXWb x^{'o]6kt5G]W-=#*nx=_ hQLb2%8>Y-ќXá`V҃2s4eV~{tU-PH8:߄fDQU|}G>Tb&drcf3kt`[8e1|/tTQ)AU8c`\ԛ)84u}i8c7m/B Hw&єp2RR)܉lkJx/k# }!HMTLq"`}:qޑA"2-qj0dwLnzzڴ".X`ha3Hޤ3+U;&vٵ~[lj \i^s vջR?4:,*!S*[-/ـMA-8o&qD`|6ub=֙ v>NATkd p Na^" \'T[(k-(?{;; zdt<"D05z}ʍbڨ["d  (,F/yD,v꼫xFE Y 1pY)BȮ|xЖlT(/d@M P~ץH+`Ta[359B%al0EnU p|$X%+A/#rMU#0yd].Y!* c *`ytAgo4W9BOcdvp0'ǀA8ڴ!icu0X bş{AV ë3<ʩN 4iߌܔvHq'?X:Znա0EgvoˆTNkcYWNxO-I^A8UG7e]b/qm.ӤS$5VE{۽>B͹tlQưGEV3Xe4($|՞Z m|h7]BR(ƅ:D%@8]zbڎ@rzS?}|,y)+YˌRvUO؛ *M9MfU0xw?C3  9 0%ƫ/wbD|"_pܳ]kAªM B# 2u:D{|=yuv'ɷC_U/s@uYvX![rgчCatх:ۢxޘC1'v ![ji@],'I"7tX`&1etcg5! [_o[jlYqS(XRl~GYN 9|Xh|ҥ=`/&b;}vsh@7- RV ãzaj\]7m/nfuOhZ) ofR>fd=?˜)7 bO ,ccq}6{(.35f/g DUd3,зЁF$G<wطw_1 2q$7zm _Z>pw=(ZN(OcF2mGwOx1y?FyHtX p?\ɮF‹/S7S8WJm&ۜM bnn E/%Ii}_+L]Go>͢1J:~ n1Jogf2g3Y MwGXz#At{R>Ɲߣ䉬3Pv~A.ilYSoD\Bv׬wC4`c/22~r0l9z.~%=wf^:_˛As㫨/\㝅اz0L&'pFRlU@$褡5kl)M{0:&w%TAD >A>ʈݘ` $ Ig{ǖ0N^Av"l"a\ Ll;-f=&̩yD=H^?Oޛ!wO5nsd v\eDĞQuyKަ: .'qB oqD[ SmH̏iTD5ۂcK[@ _--}7- 6~  3os̊%gfSKe幪=A>L7M1}UHϠ]HqO4~KuTe_,Q[./!%THT7g@}!Td[(>j9vR7TCAf',X,1>#3<&vmF ÔAƊb 3HKh h9epb\0rr=YwrG1 c^ϣEz P-x ~SA T$c8[hNLޒd^ˎQ8Tz&wKYT{Kby{ns̞$;}$J˃VgQnO=9{7[ Svr9]Qě#k֭ +sj a0^( !G1gfU 3KXsc0ţݚwj`8D_ܾ)v犍Ý˻\L#5TW&?7 | ̢J*l=\>p#ىuͩj}hwp-G6.Xs{9!cV| zgJ 0΃6Ӝc{i1/"(rᲛ@ y *8Ѱv37?r@-8QFk$E_㶨˧`ӎ k (`hXpDb^ԩ+ɊRdN}˅qz_1rx, (32>V(u[y0-;:G6EaU:zp!C&A˥u~\50I*ˢvB*VC>$1/(_EO},=0$6#3ҔMgCn^2OR˃'r#uϦrnB,TvbBhDbgK"0>1H1?ot"ݹ ؛PhM5#8tJ3bަOȜHqq3%m{\ QLR1IP lx[Y>8$%˨jPiѪ)'ؘVCڲ3|c3I G˻C 8cG )fTӊ*!='>> ]ӦP0ܮSdT(۶E~@#R<,X~nE<][}x.#]xVFo )ؕDz>l<;Z7vvC]l42W?'[:8LW׸?<u&H4&UZAov#zO1: &jjVU_Q7nz]VM0ET⤜i"_\%]V}7 ڻwx]Ѓ?Qgo8AŹ^g7~6.[pT4(TNaY6L9&E /?urv'BR?C~<+y y|n;i]'8 K|V)Z7j߬@()1$O׈R&֐Ԣ p)~ ^AEPxwb*ȯ9oPV4J Ȱa?mWR축MJ(VxxR]*^ LC.ͣ:7  O9ѻm-Qhsl:-4pHs(DlUʾ’RK;Nhhx۬;T擑&HVpe3 pw)ߗ ;.{ 3ʙH#tθJS"w>>?NG(C5`գ%sRr@eTGg`?E/Y\wl 8 _V&5H"_y]P擑&A45PQINcʡYa60BN9t4,NM֧?ykVTéy*\(/ eϼ"t^a|G]/Ǒ2+~b(&~S&(1pBP{[C|- ۛ4鹿%;8Kf p؛AYbevf4$}f' =BBATNꚲ^Xwr'5wUB. {k^wŚ`KdT2BAoA[FϞo MGH~X&䓿^|lHӕc.bDPf&Hm7!Kv9L4Z'pa<2b$I=WE shӺSE&eyVRhc1[D*aq9)S  C<у5w_/lYATi"W\}])ʹ3?e<~͐6_fK.F<pc,}֋ \XmjO)r^N4u- OP^&5r4n 7pH>!6yplV>2i.]X ぐEP/*pŦ3Ƣ ШPsqf>#fi׸D`XĞQ S3Ϫ`tu@_08pMa3.nÇTi\̴Q'՘?g:Ma; ?FlPLa1) Il$>kRզ0VԱ,-=pO f}OhX=#\U!DVLuLDQJ0fl]Wʙ;y?w38r>۠͗yM>I|BI vW񌟰"98_Ӳ`(6Srg?ܕ,iHD{{Τ Гb_ !;"J^ɗH&<C]Nyڵt_ۋ8MԲ}[D?k)J%Ӆ&UIUa\Q=wҧI}^XgR1M&Cv'~O#ʐVKY)>1{bv$xR$7n9rsr@)vzD^Xno&\R g'z5 x2$uGa'Lر1y[vǙ]e8m)F iLXbcIA!Z׆0:IYb>y c-“,Ҋ3SR{B)YMOY,f+#Anw!SJg3 3ڴW6XP'/[Ai_#]&AwG8 wG |f/ * r&*)&*a[@)W Й%oEsBz,v$,alt4)fkfty!|ܪ ᴏ;Jp ۍa_7/&Mm "2Fk徥sS9x-"$CPu+K2XXIQ _l2cr;wS\BO,0ol0Irq>4{Wl EdO/k09isGmL%;'m9ov+b uLPu>[/ `tZ N[m"t>lsAMG\ַ`o.Fa*2ys6Ii0E9w'रoE.ʺ y0͹ۉS %a]p \@3PrERƦF:x<%}';|̺UjYuҲqayTMoFg5}[f)ntQ z# YOs>z ț68(~Ж1Nwf})[Ef. /Ĕ[ * +LPAa%ebgʊU4njx\REoB1n×'ߔ UTw+A[uo봻$ 6$N7K:,;MJun#Q a IֆTb2`eMDuQ\D&Lq {ؚao)@=e#%' *Ƶ,>:X|H:_Do~QWgNOl‘g;k_oC۪=muD(7 ZֺAV EI ~{sIt֐@TvRYtβ4 +1x1]WbVf6pљq*}p¹PNg92kqfB,-*my+\eIfٲFUg+]@]W16`@1tj  x){\$ Ϊq2o8~}.U mA@zS7HVk𿎩/ hY/ jL$,(,#/+2%ƈ$0EuJYպ"~F (CZ]堌rI| gn2:Ne4I9]3B `<gX`["sO bx6TL(pZ`}kFN3Q3vKgL*y}3X\HtWrF V,(5HQ.YI@,"Y`߰qhўc2vM 87NGht&yfYq,F95*o!ǏVvv$k@1A@9^ ,grOy6 a+n)NxC a )y#aX:\YsD3$?3Pw@C"G"޷ #t, ~'jd3=IKm8lt) 7Xe꟯FMJJrg}98M,5{k,q5XEկ:QZqb3u,ոYV[Fo(1v{շS*/B{x[+2,t.U=טBVE?@jp:YU_MRWm*߰J;/A[=Cٗey;hx>67{)s"JXœ,nX ZM(u!|1iyqT~SkHT7;<}rc%8@m/x}Ǭp|tCoL6魎CXf>5ELJNȈd<1b"iE{F{*2Q9W]? Ab)֭Skޟr[ן*f!Zs=zdl/yne/!\ uv\2z? {îh{H2BG {~:J^EVѶ%}qAs `Sji ްϥ"!hY` 9pۑg?s(q! hL@8ƛ 2I)2=-b`r\i g GuIv eKOwKmRi3GzF?[͂ :]KTbv0NWHI?)' :Al=q72os<;Y凬hw>֑f[[\-i /3ݲԡwvrc/T9ǞC 1/EK- jZV 4RRQ+Ȟc-?K!ku. v^Wwos/BD;q–5;YF *Lu8Xk-jN6GS,pS𣘧U?7w4h{k:%ABXpwݞy=eIh_/˻HW u\y9F_COzeW4eN& mpԥYZc0V+]`d ~ԠΜRRϺo`6$JnG܆3eJ$Ob0tݮx)n26dC6SQDŽ5~ea}u2dY @"Nkn'M şXN[4zZɤIxۮy:0+! q[rq('ܮQAֶom 4drvSII eJX2&`-tھ!=̱6:BdbLr E4N,U^Jȸ$I^w`)[ )NTK4̴,"EZ8vNFm5r9c"I!N&,@R|w48. 4Cfcx)iݩ:!Jhkq5<=7iqsӓiq Õ߸sCi!m.6,F0f6${T]e/}<ɭtM9MT<"+=%;-!zg 1ס#uy厃yZD}" bNU]5/!v{M71ёi-*ZDgg!0,CM^OcW)0t|px"wV8oGvN,=OL9$̨8(>cq>76!hfW[zF.IF0a8k!IO%Q8ÄaNĥۂWb8$fX}䑵0aTձׯJK ߣ脄:e;-g17Mhj>$!4LT 11lA"?nn"˵>x4fƌ/ q],.U ԩw Eր++|KsAH"3f2L22Ogs& zKm~>\LB]@"t'0@끓 ES?< Q$t;4HL MHzBΘ]* BUS TSaP^e)C[O f! 8심.YkGT`&Em{ C"Y{nTkTY*q6Œ-2t09icUjš,ίPvڶ < n+s!p_,3§hkxл>3=)Aolg${?踞B_&Ig.&|C!;).wFgv4Rr"~`} D`,+3 Z@h$)F:zuI5e`ln\Nu_+[& HtĆǽ `%fڠ.mH!tܢ ?ODwV214vZQCaذBg '᜔{? ѡpKm#b"N8G6@8\FO9+ OSic0Փq}Wt lpJwڅ >`D&k97SWormzl'>!l_i*C f+ W.ƝH.Z _]-k Ӯ/= krG}tĿ<[ 5@ k8P\+'kdW"~Z#=NhB;GDnfr=>ȼ"whv*aW6(Y&\B>@҇wʒ" VBCgJݏ'_d3B@< {D֋U5'|m&z:TK3ϩ :*䥭+>bBrEԨ>c,[;Eb|~@h35X)8mmX]YSS:.o45*mE?bCZ~Laݠ<`&[Q мz| $TbR22 ZMe+k,G<_(dCZ$65u<'mlኸQ Uio~gɊuOKI s0O ey36Urn*k+LƹSCl^Gk5qT%EqYš p9">$7Fy)PTo8L14Y.Ey!^GYcOU۹7ݚ/z(Y=/` F;)j,Mwr4xp?0> "GKT~shvOo7=8J:8"L?ʟ F:*/GLq"1Cxv0 &XxV`d!r-rX0da:Dqw>+b,bzg{][v8_ NKLw%\kC{!m:L\ O 6BoHo\Ä\TuG!>[/G/ZLvx$ŢrT=㥷OG25l!mͮ@Q-? P|o4?W1 ڋ|ڈ%k.O՘-hyq?P^GpYx.w Ƨ;ySCQL⁳'IT$x|7wFOUfoY_nO쳗B{~#- 绑3e tGsgriSB?S"Cl 7+Idk.䖀ڢxUyÅr> yj۷ F=сKDi|6JO.4!ղ åeb*V B ټb ձ#q?|@?E0ԆtI~K6(?ę:W{ 9Df  ef{Es>P74;8X4Q}SOϨ0!7 q=:b s"{C_ʞD!"G1_QBmJY͎/ղHCdOG%3N80icՠ{"|I:10\lSRugŽv+,~x?1`FA(83Q5 s2;@szŶ"'(-l]+)Wox'Ie[3*̗ :]Lܡ#whK Nn$Foo_e;c+os;`ODF򁾰Pf( jq%eP`hgX/_oqP/%fzw jxgSsU.s7%Rg5{^É5Dlպa3 a}wSj]#8u,堂sk).N6-񍍅&}NaR=TGM涗p H K[8Ƃ{]U|(t)8N_*[c ;:D vUɤjU\KXL 7eub"u# Y]|˓R*_l.Br;k c[ː4DWLj Y6G?K"1jD)":摓Ⱥ.g){RcA:~6cF +2mݕUL']U,R%6g0K{x}yMRh[A׻-eUџ`[ehRVL y-n?: ,:@Q]Kݐ]'w 秈UX(lGAa=VmԢtIƕսL McEHؙ'ǢgD 8Eq8Rl @O \F<#X(|eą=OߺP PMQ4`h3ΡUy5Șz"ҪC8xmKϹJyʭRQ5>9{eAF9>󗋃T{TX> T]Zbݲ֫hN8d6@xIFƢk+[,l'3g6Ӭ}Xv{ms2ߒjlZ[gUYGȟ-)nq]lв'2| [X{Δ+iyLT4$ J_ C&%ǂgjrí(\EלR!v,E؂9nYGoF ]8DM2S')bRQYjöl L]T?t%P NH!w1bNس3A|qiHqXwn-ގWg8sKF[dnb H YZ