libssh4-0.6.3-17.1<>,[6/=„SW?n(SF$|g@'`)B{RP! ^0?bzNS]ߏ޾i-Ug k'dy>[:_ `߶6ߘMݬQ{!eyvOaDLh tsv↼@U%*K _"-mm4T䛢O$kaA@`NF[0Y;*/"kf'cV^~Py%9pGcBӼ><B?Bd   !|  0  D  X    J  |   $ L(#8,$9$: $>=@=F=G= H= I> X> Y>0\>H ]>p ^>b?ac@d@e@f@l@u@ v@wB< xBd yBzBClibssh40.6.317.1SSH libraryThe ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl). This package provides libssh from http://www.libssh.org that should not be confused with libssh2 available from http://www.libssh2.org (libssh2 package)[6lamb25]openSUSE Leap 42.3openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.libssh.orglinuxx86_64= aA큤A큤[6[6[6[6[6RKS1R[6J6uc854a5af5794846e03d4d4f35786dd1485d7c6e991addab227033a228dd161dca59a9b41529f44c2c7506bacf36a652ef51d78b14694b303f40bec951d845992af14433a2519de1d87930bc1f32ab4924388a4fb1dea8ceae0be78ba9b01fc139libssh.so.4.4.1libssh_threads.so.4.4.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibssh-0.6.3-17.1.src.rpmlibssh.so.4()(64bit)libssh4libssh4(x86-64)libssh_threads.so.4()(64bit)@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.0.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[@W>@VU8T@S@R@R=RRrF@QY@QdQ@P@PpO1@O'NtNf @NA!@M@M1@ML@L 1024. * Fixed some warnings on OS/2. * Fixed installation path for OS/2.- Update to version 0.4.7 * Fixed a possible memory leak in ssh_get_user_home(). * Fixed a memory leak in sftp_xstat. * Fixed uninitialized fd->revents member. * Fixed timout value in ssh_channel_accept(). * Fixed length checks in ssh_analyze_banner(). * Fixed a possible data overread and crash bug. * Fixed setting max_fd which breaks ssh_select(). * Fixed some pedantic build warnings. * Fixed a memory leak with session->bindaddr.- Update to version 0.4.6 * Added a cleanup function to free the ws2_32 library. * Fixed build with gcc 3.4. * Fixed the Windows build on Vista and newer. * Fixed the usage of WSAPoll() on Windows. * Fixed "@deprecated" in doxygen * Fixed some mingw warnings. * Fixed handling of opened channels. * Fixed keepalive problem on older openssh servers. * Fixed testing for big endian on Windows. * Fixed the Windows preprocessor macros and defines.- Update to version 0.4.5 * Added option to bind a client to an ip address. * Fixed the ssh socket polling function. * Fixed Windows related bugs in bsd_poll(). * Fixed serveral build warnings.- Update to version 0.4.4 * Fixed some bugs ein path expand functions.- Update to version 0.4.3 * Added global/keepalive responses. * Added runtime detection of WSAPoll(). * Added a select(2) based poll-emulation if poll(2) is not available. * Added a function to expand an escaped string. * Added a function to expand the tilde from a path. * Added a proxycommand support. * Added ssh_privatekey_type public function * Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR. * Fixed sftp_chown. * Fixed sftp_rename on protocol version 3. * Fixed a blocking bug in channel_poll. * Fixed config parsing wich has overwritten user specified values. * Fixed hashed [host]:port format in knownhosts * Fixed Windows build. * Fixed doublefree happening after a negociation error. * Fixed aes*-ctr with <= OpenSSL 0.9.7b. * Fixed some documentation. * Fixed exec example which has broken read usage. * Fixed broken algorithm choice for server. * Fixed a typo that we don't export all symbols. * Removed the unneeded dependency to doxygen. * Build examples only on the Linux plattform.- Update to version 0.4.2 * Added owner and group information in sftp attributes. * Added missing SSH_OPTIONS_FD option. * Added printout of owner and group in the sftp example. * Added a prepend function for ssh_list. * Added send back replies to openssh's keepalives. * Fixed documentation in scp code * Fixed longname parsing, this only workings with readdir. * Fixed and added support for several identity files. * Fixed sftp_parse_longname() on Windows. * Fixed a race condition bug in ssh_scp_close() * Remove config support for SSHv1 Cipher variable. * Rename ssh_list_add to ssh_list_append. * Rename ssh_list_get_head to ssh_list_pop_head- Fixed Requires.- Update to version 0.4.1 * Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption. * Added an example for exec. * Added private key type detection feature in privatekey_from_file(). * Fixed zlib compression fallback. * Fixed kex bug that client preference should be prioritary * Fixed known_hosts file set by the user. * Fixed a memleak in channel_accept(). * Fixed underflow when leave_function() are unbalanced * Fixed memory corruption in handle_channel_request_open(). * Fixed closing of a file handle case of errors in privatekey_from_file(). * Fixed ssh_get_user_home_dir() to be thread safe. * Fixed the doxygen documentation.- Update to version 0.4.0 * Added scp support. * Added support for sending signals (RFC 4254, section 6.9). * Added MSVC support. * Added support for ~/.ssh/config. * Added sftp extension support. * Added X11 forwarding support for client. * Added forward listening. * Added support for openssh extensions (statvfs, fstatvfs). * Added a cleaned up interface for setting options. * Added a generic way to handle sockets asynchronously. * Added logging of the sftp flags used to open a file. * Added full poll() support and poll-emulation for win32. * Added missing 64bit functions in sftp. * Added support for ~/ and SSH_DIR/ in filenames instead of %s/. * Fixed Fix channel_get_exit_status bug. * Fixed calltrace logging to make it optional. * Fixed compilation on Solaris. * Fixed resolving of ip addresses. * Fixed libssh compilation without server support. * Fixed possible memory corruptions (ticket #14).- Update to version 0.3.4. * Added ssh_basename and ssh_dirname. * Added a portable ssh_mkdir function. * Added a sftp_tell64() function. * Added missing NULL pointer checks to crypt_set_algorithms_server. * Fixed ssh_write_knownhost if ~/.ssh doesn't exist. * Fixed a possible integer overflow in buffer_get_data(). * Fixed possible security bug in packet_decrypt().- Update to version 0.3.3. * Fixed double free pointer crash in dsa_public_to_string. * Fixed channel_get_exit_status bug. * Fixed ssh_finalize which didn't clear the flag. * Fixed memory leak introduced by previous bugfix. * Fixed channel_poll broken when delayed EOF recvd. * Fixed stupid "can't parse known host key" bug. * Fixed possible memory corruption (ticket #14).- Update to version 0.3.2 * Added ssh_init() function. * Added sftp_readlink() function. * Added sftp_symlink() function. * Fixed ssh_write_knownhost(). * Fixed compilation on Solaris. * Fixed SSHv1 compilation.- Update to version 0.3.1 * Added return code SSH_SERVER_FILE_NOT_FOUND. * Fixed compilation of SSHv1. * Fixed several memory leaks. * Fixed possible infinite loops. * Fixed a possible crash bug. * Fixed build warnings. * Fixed cmake on BSD.- Update to version 0.3.0 * Added support for ssh-agent authentication. * Added POSIX like sftp implementation. * Added error checking to all functions. * Added const to arguments where it was needed. * Added a channel_get_exit_status() function. * Added a channel_read_buffer() function, channel_read() is now a POSIX like function. * Added a more generic auth callback function. * Added printf attribute checking for log and error functions. * Added runtime function tracer support. * Added NSIS build support with CPack. * Added openssh hashed host support. * Added API documentation for all public functions. * Added asynchronous SFTP read function. * Added a ssh_bind_set_fd() function. * Fixed known_hosts parsing. * Fixed a lot of build warnings. * Fixed the Windows build. * Fixed a lot of memory leaks. * Fixed a double free corruption in the server support. * Fixed the "ssh_accept:" bug in server support. * Fixed important channel bugs. * Refactored the socket handling. * Switched to CMake build system. * Improved performance./sbin/ldconfig/sbin/ldconfiglamb25 1539847920 0.6.3-17.10.6.3-17.1libssh.so.4libssh.so.4.4.1libssh_threads.so.4libssh_threads.so.4.4.1libssh4AUTHORSChangeLogREADMElibssh4COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libssh4//usr/share/licenses//usr/share/licenses/libssh4/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:6018/openSUSE_Leap_42.3_Update/6e040da3fe6ece4492a49567a4ae86df-libssh.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=45ab567d61ae9b7ef0ffa32e7ac3018920fe1070, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e2f54dca98148070630777e7cf63a81020ca6f88, strippeddirectoryASCII textUTF-8 Unicode textASCII text, with very long linesPRRRRRR R RRR RRRPR RR R=d[xXi ?@]"k%UEd涻L,EAP08Wd[֐| + 鯎\>U+ט֖M箏3Սt|{2`ZdL59XOy|]%o;Ɂ}FfUr#ˋ.YjKcc.~}ۺ'V͂|exCVw[ `Hkىx a`MfI T*ZW!`n 0o@6PnɲÁ;m҈?ש\4?asd7Zo_y{zΉdu)h޻;~ɖ%S1P+GVUo#h#6YqebH0~/D$ sw@WM:gT+E`:=`ۅX3doԩĻdݰ-{h`r1C 08..1^؀ҠjRq <"w<-=|{qגKehwv0''~`{x2@nhyY9lDZ&E|WfhtgDA&Eh47bɋNh4y Km4+ }ObWyN 8|D9p5IFUr֕f9^>_NF&P?"ZS#-(+*6RE"MHlJ)888\Yh,Ԉ/:J2X2 Bv5C i{-B"[`3a BOy{'Nh+۰g {+qˑr['CY_,P(f9vq&GLχRsO[7^QJY5)ٲ^-P08` kkF7C4ڿ[]hQIT4pF U[`nmoLbSbl(_In?#@}"el SZ(+;lh}jUNF͌7oh"}_ pw .WDnWU1:x%q`Js7ɵt~ ׸ahՊ}6}__}{28Yihhlz?w̖Cr ajNXD9hȤȈg6]l<\&Kd c_tQL*#A.pJ9¡%38!u ~B+Ww\z$.&'z"DG_治_Vp rs[1XfaQFs<Ơ^G[J \.,ѺXf@{{rtGi_h![ub@n\L_XzBRAq iNlb spuӧZ>]j?譴gH17>5˩4T$yc .l-ͯ6ZCy]2C)n~ceNCɬa~UIL 4:V5`=q@ j&7+YڧR;Xvp >Q9\GAkT֞[n: Ҵ0t8/.V{ 2\[Kʆ =$'*&-7#5KE3XMƗw,LA)G@ |bHla`6[*`mwmnҎDx)Ǯ4H%(;D^e &v@7_p;6E Xo$wl1:wdZZ$)pkuk_>pBs5 "`j,kòTx&8I^0UD3U/{ §|ŴF"k/Ѫwcll L"#QMVP}4#5 mIi** txE\oz)N;p}Z Wm Hqr&ঢ6=-S)A [?wuN|{1!gI4: JI-޷m`Ga20wD.|X,vE#BD=d@Ha%0!FZ1GǼji?"4$pE` k߆Ed1ˆe_]f)Jea/Jf^TN<it p2͝i|?cƀSto:lܡ>Zuҷ $J"`R4&$қS4{:I"M2:jO\nacJEVlOǰ#R˔BhC*3~_`;{Ȅ8nO꣼"]G%VEi2_gKkzGF+;'ܹt zQ1H>'j#xsxCxi%峹[F7N{UmzNe82cKwKa.<-$KzɰGaS @xK<"xP`QYo 㦋SaR)ݛ,(C:}Z4phG~˷哝[D֞2Ȕv^f[r|U2&jp:/Gȫ2si>SiȖ{H~ewOW:-0k[Ic*D 7 %wySA8*pLTv$7!eZLZ*/ x_f?֭3\b39灡Tl'hpԕ ?p-6"&p!-)UE@(&^O^*I?N. szlOO$?6I:eU|5EP}oxu* P+Oa7^.0V}SvA-@^qJiAV ]VYZK&²T3 1Y3&㿭#iis5u(?'%P~O Gf(O$rGl$saz#x)+, -ȹ4C6sI^[6#Ws00$lF`2SfIO@EeO)D#? Hz<Вm+h4ς-,g0s<:5(zL~SlA|~L8$3=,63#|dF.X?.yL!k?.]P˷=v3~Hid~ o- sL.Jرd _C?s5C;=>n&i69,9u`(xr —TnDmՂ,nnJE+"pQ>*X=mLOX;IG#’+A@@<5+PԂk'F//΍ 'fރmcߚsoA^Gң{'p8K>& )cDLPb%TyǁQ}Wnb[NJ @A>6bEݮЁ㩵fTSbBz1NcE3/t"J =8̀H7hQJiܕ!VE8VX @:(pB+~r# 7[eЭN-$Z0 gZ6i x+Wև]J `4W#ohQؙE" m"`R{G\_Ⱦ4'2[r0kGw|#[Pxb acW@F<m_j{eց[o5Me5w穙xO0c#O_MPze@BH]{s 5x퇋"#Brye9ؑȹNYoEJ@ejF+4@;[V,;D ڒ-I#pc?枡5Ee[ ̣cam-0oSE%}Wߺhs eўWh{dI\9xC߆(:md~TwGJ1xs .-+Tecsu8D|g~|zqbׇ uhOYrѹce`:e-ð;ݓ-G}?sI[g4F);idC@%|L}U>ul7|^q[ Z}F`P㬀0RpqR/!T Nm6ڲ(a/Z,h&G(\P% _1wsFOO`Es:W̿ }JyWqhdG2n;#+>jkAP+ Lp=vz5"yyuaz䴶y, U#4 e렅j7hz7LUN`.NaA`^'l)71 =NDDXW3LLCK D/7aeaC ܝ7_df\ +E0XHփyfOK^äFƬU#]rɦ_DKo(OaoSѯ9 \-0! _YDܜsZ1'3kHs"]~y)`Esj4$ @ks f&&vs|YQOO~_Iz&4L}MZ 9vR.1_? "9o!yZwYe]v+Z[Aæ}W]r:j> 64y<^)/wqӏKBշ-#ұ #:{ z@ٻ0cj_~ ÷q*aR i1 ɨpR >+OEG#c,DbΦPu%G.ATRDҫ$KzUl&QX,`m RU":i杉iDnjqT3ácvm$gɨ^c5jp@K`tuWn#aN8m`m/ a[L8\IjΔ+òHEG419.L-G ՘EP ,mʂ]_f&afMW N ȿL?|8f)WHcAܦwGDme{ܐG"3SBu/Do_yt C%q=p~=6)M$G]o nLn!tTzNrcpLW|\{FvB)Ln2ЂZDޘ6^v $pAc-|{ҫimǏynIhfAhzfM*V?v] *oHG4-BdPD~ buƎdΪm%M^"38+粊e2;O,ds}_Nޕ+IbV{dȳjdT5wroB |J5,v}Œ7Exz:af}+@oJg @{߮偢mxoDԲ=tUhS) ٭͏34<4 `F@QhomR~_Q3`v 0`fD#N /(Dl(-"3RIV%ծE̦kyu4/N}{ӭ6Qsctusle 0|jW ƫu|ڏK8MЏ>h{ex6 , 7h]W ~faCKuZ 1 PQR.;J,r{.&qn"P!?v(og4D(]Tl L `iZ1X{H p0pow@<KLO?ćb5^8:{[dgZv,.d󑉌4F> n6|`\iJ92Oc0Ajh5T5X_(,  B\FكzG~kR( +3@TǎAݪYsr.un_#uʐ /zOϬA[`Tq.>"2K}Tȭ* 2"bxu4kV0 N#D;-13[w| y9񫞜JÿgĵDyVmun3Ɨ#^Т9sMΓШ70}7I5"3 `12zvҙm -2ǻf|lo+ECvg߉8=Se:c<.<">9fmLáel?T,DEӆ;Fj6oy]c S(DVsL.&=  ,LIcAIu^P]43&_̙Uj]>/2CSI8}Z|hxqS}S6)caE"9x"#:($doAׯ)ԱLX u:,]Vx3YXǣ'E\|{1h{ YYk䢘4hB3c蹁ԟ rcn;Vv2F#~m~& KbsL}g)~ZSQӮI0qyK‹'گr9ywעl3/{cnFEXNb6p%5+<+AMXL|V0i&cG꼌u ,@]3˧_=p TTL 3@40ɷoQtW"Ŕֈ*plFP`?=_S 6ӈ9d#cu*C2O˳^SC9:)<;oh[іZMz!7_[t^TKO/f1 ԕfθO -^Iv ʳ %ǺO<֗ZBW[H0nĚ,\<6)4w֚nKC ,(8(pDְ䷝p?l}Y?NLD?`Ճ9wA/eYHhE-{u`$P'Z/v75HUkr{.qMlލ9cՄU˩[qU&z{~,z;Dj>a0e4t22QŒafY.PLw3gZ9?Ζv6͙C= c̋٥eʔ~G=aD<o *[ 6Z.SL#_&H3ـϡF]_LZ`*%j|eb.*VE#lk]E~`%0ru::[!AkZh.߽pkXlM8$=).aVE\);U$նsM&߰䍜@0 D,1^ ϙVoZ&LUi#3ė' tJT1t*=i*\\o&oTycDh@(Wa4}&;%r/ʴȦ2s'HTW~|4^8 e涧pN>1"8LW*g"l)9zMAWҏ [kwV[NQM0KSjDgƕqsa - 1dW:r9aj{P/w?Z%xg|QO*h1M26t/̠ v㹮W%54c[@Ma7wd9%`GR%jpHO0Sߝ{eqRK/JyJ maPנBH j7ϑ-ǐj\HOj_^꤀E .M7Ue6)⮾G:jГ@,@苞Q*n'8kTq^dT@L 'Jg㔙.Sҩ+YнOxɔzMZ] Gess.2?X!6o,',~fN"3u͑є>m;6&'8c31YiH'=΅uFo.kth&a eHFf[瓩T-=E\]%FuKMs1g$7"Fjoh$SފF`9z_ xH(+5|87y؟Lq|ѫeӀ͒z<+13[U$yϧf)mG5՝;cWmSpc'{!䈯wM !hBS? ? MD2d+Ww&.W~b|䫃}ky9m Y_ޕ*CtRU@sWN\"Gu;ȣ]}gR! !VQ:#܂/#)"yk-yl~Z%@ÌvHYB16q)/Z8F|sow/,(8$/E9ub#؄rviRz* p`ɦъE[71#`Ɔ;PVYq=)yV[? `.>-pOkTչ<邁#n/}?%Dhjg]~)0oo$ҤȕLt>9d􁇙ܱ+S0f%uUagY.@̥5rWY7ß~*R>/w:9m:0zeMǪK Vo g{ "Y3鄸61H)>ψI.+Zʮp"ҕbXMc>"\O'ݿ1ܤ +YמOT#* sj^9>6[ީեtG =URz-GK1r0pF=LyXjWi}MM9, XB:f* ߴRSEfr*VtBYu6Dz4}FX) dC`VAr>TDQ$rvȏ:a; 뻝DoTТO#TdDՏ7e܍xH!0 Y{\Za>ݻ,t{XdˠzN=p3|raE4}MɰN5G*C |n_'%J[MVIa#;p,@~ut9YPsQ VR5ߛʍ` V]E+rݽ~h]ۍ +辮y[ꩊB' Rdb ZOɇٟ ɶV({*2f: ;23~JF^'!D5~aܸNzK^ '5p*q jxrbR(M$m=RO[e-"ɳ)1JvS%b#IӢ: A^4/mi2T\3 :.a< u|V1-^Jo66Mtͨ6%I[gv:J%̫x=}BpLx> [CK-b| lo`r߃}, RZD2ɔl(o-:U3}c sA%bâ`3eUPEhkD_ˀT\xBu ZBmyWƪ˕o e3΢bHۖ쎶-ItF' x6`@dо8hm^> 8~}b0>Us\tiw"}ch`y-^݊ * |[yrpX{P57@9dK[VJ'X1G ͈I!NBv5["jn:nbhEf,dP&|τ^AZХ{FQhB1?8_aVZqnɄOo7Vj‚"OH߈ՖOhrx-R4Y2'4{\tw۵?\Ym3LVx w5IaȿqT]dkxctGӶZ) ^5L\җcMesyõq䣼N9aj[Gh,}xU3|rd_[m*[]F3K(ѕph&Nq 1"K=R&m1}m,y ֘(;W{Dy&cm? ֑8{rQ-ͮS) Wbo;q`E|41 aͭq29. PHrR `g8eԝ dmOY|-kFfzT Ί_j cn(D6~,ო$L/y34oEc Kg 4] 8@Z t2^EL{Jn5;S.cA0LU6-[o)wZ/G#2mcTE%c'jKgmTNLʏf |B*tatWUle'2Gx]R^RZt'^H9uShSJR1Oռ"Le_U7PRҳc`^C vhzJx*dv paKo(>XE?;a75^3Hjmup!zms>j*i& _yD>F *pIu**psaDO~rE2DT9SBf€k+ liH*TU_A.=F΢|$qCT'&BTXPv֟9V j _u) Xa«cČe۩"UyEު_s7=Uw9͝OR"FET(0j#[Pia扭v)pr)Уd%,F$my:wVRTH}TyK=Ha¬Xs*dvM:W;ּ4-\mQ=<1Փ6I+{W@l>Z/ݨRg2[ [cr}&Y#@\0' 7b\"Zpi)+{=,y8eK,)1O;ߙcZ^(pEcoz;qIG٤2g n'ȭQ>G}1&ge~ [/ AY:z`JÚb*6׌ Z}|7*;V3!|p+d\f;<Ȓ"qV4pDbjؙIve_ ~92f,؛ [F2 KNP <,\wtFS_]r2cKmwg]F(}ժDw7} $ų#VF șT  *{wHcj(Ze5 YsE}*:F^\-V%8 w1z{nM% faU/'' QJ49c~cFʋvw&_ۡ\_; 5IU5 STsюV5<}@ j!'0RuC2(0-}<>Nձ}pȶ zSq/j79I<!fz/\l`ڞv5%FZM mU/ Sh]Yws)& 4U}Vas S_/M w{3^GdC*Pl:)35%߸ܑoIJ%5ɩD\$x?^-_7X=µ|'Ptna2Pb(qBC{JU[ Vn>ӷ׫gwBƉ5 j)]9n g vPf&Hyެ7))pvل6I{cĦM81 aw|s`?7%Ec48%`D.oT8%ۤ~w /Lb!^ȫ]gpufI]\vȳ=P6oc,娍c R& lH;||+LCl{LHad[sOF\ ]܇yBlV .NFK: ߣa<@Fw7wnso&kp6&Gxq{SfڃpW~imeExr Pۣrg6S2vrB &3] k)f9ـRs'OR2p1)nՌA7#PțP_tN?PO}RbwӼ`h'm8Q*jD ﷘*7BAz*ވfTz&S=#4ƌDᛄՠe3(d/o^S"_H=> UBT,q 8=7cci3!WMF~rDt>հ+UT F=>}YMUJWbI+~k#ӳ̲x+C·!@jYE%~,凞YgAJމ9IZG@daέ@cP`iU*,m xY}u*tL1.C\GP_nK\w N,4342j;7ít_ITHL8 o]EfbdON8ZxBU2p V"d+W$CXvyoEPD4NȪέc]nMcVK^S˰QA|LSKCNr*L?뉏rE_uwש[\շ#8(jea6xn`h](WM;6hzw[y'FN9c4a^h"X5*Nx=mP"?)L@gkUi~g< #W̲1G\t)j u^J!\k'}i},uA?-YF0Ƅ0ߟ0ZϘs("u|v?xUav!7w/yyLRM2^)JFn<@\1]Tr(q OfVD}2SZX,1AH^v^5f2$+)| Ɏv(Ƈ8"uBXTp8+? me#ChUc*Ƞ#sGV ӑʘoJ3yfA8:[ o4TvFp8}_]=ʗ= /iT~kbSBciHOâh'pD-ꉗ ~x &SP. 0&P$r)C3;4*6SgQ/ G EԮb}Y(Q {7P/ToI|Psy|lĢPh%*-ꙈCT)Ϛ Yeށ,'&S HBIrVިBo7kWꅛ-|5tB[~:". GN l% NƑ9̬WRgJ(IxP9;ŏ侚s`0Y}x4:]ċ}`jYiFyktdMYUrb =Xݐ8H֤D6z>tTL-! j3jmƒH/  {R5'UB_9?˼EU-#Z7`mfc<%hŃ!rqN <ڐf{?$Ua49K ̫kxBX95PٙE'!rܱb6u> Rj Zݷ-ov봑v/r1=:Cx'Ja6M-cw$:qssM#EBǕe%7Ozox)m"`}":-寴l5v%Bv;;+دꖔE@p\K}!Kp@}Ń|v7nhqmٳl98 {&S̭tvx >_upǏw Sc /5]H_5"S߮Šȿ=RQ/6{'G +uVJce ;F ).򛱝trrT.{YdF{ٮh4a\DFb;S3EE2Kb/Plu^5(yDQX _|9x7/e*ˈ]-f\^'ė޿@}ٴqo VB-^VěXh@DK+o}r^/%f_37(!TjhbF,NdrjWWJUN෿BVC1ewzNak{B;JG5D,ڧk1%rLmS}5̿Fb!\ħc7P&]/,L|0 XIm3}<AK(#"\ 0Y^*n5k ؚ_BB_jz'a[Pc꛴˝!Di}c+OU>oc-J[mv:TWrs\ؽ㹂Bc,×~=ߣ̟8FJ,Py|PbrL Ey[\C9,ەF0E vs$vON\hS4N@K˧X)ᝯ ĮvNh. F$cʻFSj-DȁeE)5sq3Έ3QէWj [RvG-| fA{ԒxmU@6h9>"ww".z3J`q$}I{}#0زI`4F y%U m2H얷#kƢy/6T-I",{_Y ];qNZ)z@4X&B*H?\SF짩J:{^scX# EPwHs ah̕R8 Ⱦ? grp\C|蕳@5$Ī-J5iȍYyaCFF[V*~ zaY͇I+QR*A ͈3\t 6"yiSL6B39E[2y٨D6SYQfl}C>,2\崙$=]D(U*/$KK&K&Tωjr `{#Qy(s*Ks FteްU؉!gI"A{IzSB?_Sl*35<}@A"wo<9[o_knWoCV-# `]uvfU6Xz_ S·V%oK ӔpLgHU7+n>STWrmg@&|!%함h銣Ǔ sYF@?c/6Dsce wkuzSi+މ  -ץ6 Dn񀥨G G/_2{sby``Uj)y"r J>t4l0LE(!zq?G~/scM}C&ZѠoh{ew.ې$Tr9^-Ѡγg}Ў.. NsO{_"b2W({x0h&mhX@cэyqZ~>{|S^MIx }ḳ9ۆ$&'<OerWfYpl7ŇǢDc_X-U+&B crfwM =nQP o?y-.4? S6)yWʔD w߬O^L<@1ЪZLLM}<%aɊdC>[gqa"J?԰؉2/lxonjyoVŸV.@ҼFG'l 3w !hˬu1y΃[Sl-E~b%VTNT ^QNy@)6m_P:yia:Ya3pn@:%{^e)l-Qj׶yR"~:h%k+I{㷶9B)"fx&]bΡyvLA)/@y%8,bLc?4-`B3x&UPy嚹$V.3)Q1-l*wH2(.YOu[8XwR݂Q6vJ;]$SƶIk C8x`yl|d$$8*Tˎ6jM^17#؟sRb`P$=u(128 x(;f:* 7~=g^lfX"hc v.YsOmZI,˚"'픁 GE3z6.F_aY1i`>uE~S49r3ꟲ@syսװ(m8VGi/WgŤQ7NiW,yھ[qmeQCaD|%څBcsW غXYz~W-zE Qܮ_>_$Ҽ(0j\`+cQ߿Jd%{Se9eD,/VҜ7cSa(0h̺;[xt`"SX;6sˡ~D( Z*pmcH{U.,.,1 % G!0x|5/Ek}>z4k]XQjvE}S %ߞ%Y.T!M#.V7oSDשg ^JM UX|1k2Ez 7" R-8}\Q|2l;C}יO0_ BVl&e/5Cv*tF REkkS&0-l Q]j !6`aӽz(j&)ENm^Ql|PYȝ*Ѡ8n|# \53en+(8ݣДI+MRsʮ:jPrO`P<%]QLS&(lAO53ʷKF0;~U?)#ThrHWq]Aq,@f$g* k_ ԒMw}.?SO-#fH./~o6YģQ%ҷ}Cn,eeN2oRʿV".gzrX3˖gUH u}YA9w4FPin'OSp6d_q^ q1bsPf `ы,xMub&Fs G` ݠ ۠muje[ |I8#9{bcvA+5t.77/3cq^l-9USO&(0J_X i=3 S8eqp 9Wk֛.sqk+`*_tik#>})S] TVw-<9F|PRQQA~ YCt50{SGz;+(=sT-].mjhlNC\66T &% [.DQίH#,wNG XZ뼀G΅!+PIN*Ft*ic'n_p&zfR`-efoMᡞcw-lZS)SmwvbpiC]|iTE(7u_ G78[Մ3-" 39jt3$->iv*$;XR"ʹĹ8XVdpGagYв<MBD1Wxut ՟-,Qva$@ċkYԴ#.wor;s\[Xn;ƃU[ƍRk*YgɱZ5Ndž̇GqRd7>#AZ <Ik[+ L/'3yhN I쎣^ R)rBN$8Hd [82:W^Tem CIWqlN2)H\\,A8D ]_gגD)8,'\ϴyщYX?0yl|Hi &ѥ_lu s֯uD vqQqV1r\EopW8KQҹH"nrd֔v_Gta.ٟlhuq\O Cx)UzvfI;C$)[9^ƛh'LqC+G# U3HF' 1 &$mxH4d ݩ@&]R[BOA#̐.1"OmeVȘ{N-k>A!mRC4Lq`Q=HqجV9smucDE)(>D#ZAo6 NGk?wj7H %7"M=ܐ5쮈^ӛIM@$COKl됇>4nvЁeua߰HMaan W' tH*s#[ߔAz"chֆYb]ڢfkˌccnI5$H)XaE xnS鼵M^DOQ6:HXUeo;YEIu;pؕm26w]"%X%X!%Z h(64G! D"Z"Y-IRmpv>?&&{t APf%h| ޾:ۗhƾ~ܐ{@F2OKa!<:k!s ~sq337}2nChc"Z r''Q;!)aO ܌qsԮz}6kMݷ屎U~9M`([e⨛S8*DJzS6b3#,.账Xw %D2fk2iMS[p>$VK41!VЊ:p08蹭lODX s8'ѧn< Dwrvs g܌ xCԣH\scJk[)e沍ӿс[j!eXB"5.I nUip(;J +CB țfJQM`Wŕ