libssh4-32bit-0.6.3-17.1<>,~M[6/=„ Ȍ)T n:bg[<8݄+9FCٴ3{o Ae1ّ.!8%|̷󂎧u[ɟ5غsw ;O}5zd-6^UuYzEEMUfMfa) wG^ :???d  '  0 8 @ P  $hw(8$98$: $><G<H<(I<8X<<Y e>f>l>u>,v><w?dx?ty?Clibssh4-32bit0.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)[6lamb60LopenSUSE Leap 42.3openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.libssh.orglinuxx86_64/sbin/ldconfig[6[6[6[6bb24de224c702f699e69b271b3bed22a74fa048d8fe6560dbbbad045cca68538libssh.so.4.4.1libssh_threads.so.4.4.1rootrootrootrootrootrootrootrootlibssh-0.6.3-17.1.src.rpmlibssh.so.4libssh4-32bitlibssh4-32bit(x86-32)libssh_threads.so.4@@@@@@@@@@@@@@@@@@   /bin/shld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypto.so.1.0.0libpthread.so.0libpthread.so.0(GLIBC_2.0)librt.so.1librt.so.1(GLIBC_2.2)libz.so.1rpmlib(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./bin/sh0.6.3-17.10.6.3-17.1libssh.so.4libssh.so.4.4.1libssh_threads.so.4libssh_threads.so.4.4.1/usr/lib/-fomit-frame-pointer -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 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=00f633dbea06dff8d1535694b398bce863309035, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e52de09729dac56b079c6e28ea098fd8859135b3, strippedPRRR RR RRR RR RRR RRRPRRRRR?`]"k%nd涻Lph:Xmkl8t>4n[~]2ræYmMG`&m~pmLԹxHݡ}CֶRS/9[2id!ecW [?"u@OP @f=iV+K L+3`<{5#V6dzb9j֚01B{74xA  jl nbmCƬFHG1\/Zgs`LL*]k^끱2T=[XLU4zcQx ty+_(~A-HNڈM2)sѵH20ַ̅B$ W${^@UTuh|FM(OV8ɥ"({L&jJ5~:-3S<:ӯ|+q]gvK6Tu!ZŔS,i&X)IO :V}އL_s2H* ׬Zp C-#Y="7X:&d9J fsX;ιzԳk T?b2|xa'a-݉Q8 ޡY R-TmPBo:{ >I='"W1dCXFxix;-D9OPљ uyOTe[ti㉡bh'bR ; Rj߉ESIUs'Y=r?1P!J?/P˫Q@wDl1Lމer$K+C¶߭by&?[DȩC탡ig$s'BZ.qK)QMƘKwͣY"faToV/p%di~bV&ԂAјZ*l+Tȩj<3=Ce*{'~X(`|㐂]T3Ef8;Z?Ut PRHPtV*$D_=(,c,Jݽ 5m]3l-)bR> Mb̡蛽,O9IF5A;MLwdWE}Wn+V륩$Z]_qh|xҽP?%{*TغL9e1""1 gK{y1f@vEJɚiJqYk$1 ׭hD8sŸD<ـU&"w'Hp%.-TrM33+/^QfS %A @w4wt׬T: Z17W#E{A 1R~+yn_󧚏)=v14n\\XonoA|5HU{]ǞJyKA`؟?c=v C9|@K:R|<96#i{劧P_|V@N`HP>F*jyM%Fd&C!T1a=9L8[.Ϩ64\{CXzw0FJNj^&,N UDS,0Fq,K#z06G TS KU\qJ^jᨐ<(`<vVzk/N$vz_/($dOlxA*BOL}M-q@-,30P I=#Ih΢ SH;Bʰ{^Qj}5[h-iJA0g @N_XMjN 73 DA[㑫9pv}?0Όpgyf_xiuȥ>OC{7<Ž3OGo$-lٹi'x6^aY2&nErQ9Mr YotL ̩7q!ts vB,n9r^;ҖGSh>rhݡ+ejR1t%(Y˲A"ʹrSrQS& IÉ{K0nvWT$qzp1: H7񵼻>]dU:>͒;?Y^p1eN=N]t$馑}"x̂NWx0,JC+`- v(n1hƦaPF -nx\r][ͭL&V΁m[ݰSJ"4 $vheO*Qv$8Z䗭<7%sR\E깥p.Gp"S,  62b-_44OMHňUIzۏu+=?Ɣs#z5OuV^h_9QW@qD-*o9>,-ǰjHIP wy.8ݙ|#(G;"izd jXQ*eۮD ] odQ  Dd~/ 8w_2ÎXt r wKƠ]^D>4r8'}o27pH[d\ }Yrffz/ уp)K* jtGp#ՀҺk!M[H?S\S):{eh۶j}pZzCa,LeaK(4w55{I 7Gmn%z2l'g0X6YHnuj7g2`lM_6O>H;i ;39 *k2OFqs7 (+jM).umâde7:v<"I XY5?e1_[yy:9:S2B } N)w(s+ú f S)`-{2>18@xahS.>6R7;7ﶥQ.jM i3hwTf^1 A*5n٠Idlc4hnd7re*+-RΟ}pL-&C @ :o;fJfq Aa (r%e&AY⩸Jĺ[xWg.7l%\PiN*tJ}U :%KdWv?<G~&P̍G<3"N8tj@^%_@;JM`}g >O3Zoy$bc I(uMp`{)ˮXe6+HVTp +ɳWMhua_`Ʋ=B.mXͮݦq!ov'*pO!,[ˢ#0WO-`"VެtGL1ҵ|f"+9Li+L{ ŕ[/0V,#!R;W.Pk?֫B`3¼&+]M,/Jh h=Bzuz8%0*%Ώ*6rõlUFӢ8Q+幡g['\ZJA)fiø4Ś#ڝ3sNEӗkV5?@S#C=ktka8Aד8f#2~-Qt;1/1W╘py9"[-@x.c{Xy:ʂ_6Q=ׅ jsKaUSwh74*Ȫ}Q -hiҿ묖x x*>;|켈cՋgțN#jڝ}%8cR=ܛvc b)ȈCx6%Pbܨ`{BDh{Xr i/kh r.(?dTVH1E13*u`W>#d\?by W'PRԖ&B݈ 贃,R14v~cAMF\8OH-o>:\FH$nOFKwGy' Rd,ۭkS7{cIX٤ơfZx̅%i7MGwpx%` Ay?؏^T1?>K:KK#"ZVfɑpqWeD4lT dy-u}eY M*}E~{,24HMZV%Ԣ$J0vw`/1]#}4_L|(l  $˞̾">]۰{o3MM0 <3Svhm*2|;8@(F.PaH&ru V|wOA^KziȀqc`ePWN$fn{#B Jyzt_}y .qx$]yg _$XT@?EޅmF{Rݗ^=8ԐwBf@K_lͽ7 eV㕁fU{udH,S)aBТJgl^#Gn0g:38jAʲ[87f֝09꽮HtɃGdU_x~O7wc+ov{)sEP&hٿʦ+ =֧h_?FeXS2 4%'_ ݈U )(@͛Gôac[@5}I'6% }y q+&ϴЧt%(239B_ dklffK{5\~BܧqEAW?..] 4|!l&0Nr}VZ_:4W[/XGR8 mܰDըQ `'q c0횧Mm}IM?8/9[&?Ckd\E_5O iPI䗫#身~D[K]x.=s%B֑LJР4s]QOlcU `X3KIn#?Rڴ` [UY'DG~`-ٝaijq\u7D݊:h CC(lg#r%;1oбwdՙ M0 nѦt z^֢oLc@xB3Nss;rV iZ8R%[xۥ5__zY|B/!F~ #-b33fsE*` }#Hӈ xX=3TOVᮦ!ش`MBxg4Q8.4lO(hLJ\+dzh85O?waJ ?Q`9drYw( Q!Sb_ $kŞ{  axgki_FM U5'dt9it59GF2'@ARn\[sy[dY,T2I.P>PB9r`}IR*ig9GT7Үg8O)NF0U)lZya7))cU.{* o;OSt_ɕ+ՖƒI`RtvPon@HU7g%jyL{0l }P~A3|E) 3 ˛OujjmE|[N0hXʃ1fee[fmz܎8쁓iPHP&2M7t]&ԇJtz\)4x{Nsfp|'k;LMIxOk^G#ȮU CI|p>j؊.bqh.KQ(tdl*cOQvK+^=s9 Rr}an0?1BD%B4vmfLJ@ndeA蘵z510W?GAY+j5qxNXU|iZ!T\ٌ}sSQr-D"`%X7+Vt܅cH+_+sȫ`PM`H]xI=w1x,ZNJ94`ʒ2zzlVYSZ/4P"q'%od 3 }8vc%aӲ gum\Mc(oY[jTg$soRI_7AQaOʯ`WT0 wJ^N֩.GƂ8s'nVL4P}`ƖרkIeEz> 9aaDYm ׀iuȾ.ΰa_ E R%r4,VB,jfϠv7k\s~<"b*, S@jDraև.R.B*-XvM 4jx*vAO 덻w{@K9>M|O Fgʚә3**rqEdt7RwD!HʯG8,؆VUBF:[$h,9z~$Vֈ YJ8]O|i]y42 )-ޟd'!,qc6Kk!QW{q%A` 1fyxKyTݎjP6rPY3CXƚp% Jmkv`K|۬Z8v}âmsLFGy;>4XP̗{#no6~CNo^ooS%*: >a{K,)By·5iTO$?>?]/ +pT_uA Ԕ,l50#qcw2kvkaB<%LԹGʄCy[0<ĄdX d~{?3VdjZ+_4C6e`챳2 9Cy0 q}vtޥ&]:ED]F B9*li&߾Ǣ?XǾAK?"h͛/,j*>ƊJUm3KEQV|X΂.D|GnC>5U'R(FBn#YS pjgRᆹ,z>LJ3l>Ih.M67%mXnr7j V !t1SJCLڲKac.~bW|lg2J8MZs7Dxnf})Uui%wm).O(`bkKh|l&vjQNZ*' JD׾vå::1W%-o~SC'QyTF/`zAxMPF.\% ҅웗|*+;oj}4mQIjerߌ=㕃E^拓9,z2]qc&Q3 pY6?i9KD rs}#\\AcZL򼆿쌩zGw ﻀzqG[ $MN->̥thd/{%X5Oj+'#,ϣ[QpA$dKX4b p.'$_#pe.5Eߖ?O!C\{ .N(臑& ([cG,0&lf)Ք2x!eb0,Vg`+$ҌzהED|8)kaFF9C|9Y|'6^⎡Qz}^UzXˇR`z/fMX[&JajH/WߗZc7 wQaCN0hbCߛ tӘB[7 r\zSmE,aoZ9$&lW@|0*$׻#H?ǼzKzVX:Q_-8'9eHڕԢKǚ'|pZ[DQe…AmwQ0[y~gxww /ApeaO c/z!y@¡O,xُ%pMUɬ#,I@yrժVŦtu4xk Ҡ+ B]"jfwr9TKyU>&MEfS Bz `x1$|1'~:D{4 L*ö~䖄X% 1 r:5Jpx2 tF׌!<aJWtZG@͎f0a_8(BN>SFƀo?=H!H"*˲h ^*=y8E8զW]&bU%멘& mix`7DN0YXzs%:'~C34~iؿK$r2>4ab*ʾDM fbĂ̽p?ߝ:v]^)IΈ#>иM5yw캒ݳ%)J>S5.vrUg떑'Hي֮tm_}_bB6]H|f0B7L1do\M)в 5~3~&>6ͽ~ kޒHo&~d)99_P7;:R1PH<覶O" *)N=?"]֕u hn1?cw;IB_s}0ZLcq@lGIr`YUױnV)[7CB1By7_^rJH\kk(|'b}d{=.\) G-MC̴$g63Yq[}9e{m` S#Gy.:ztPKV]̚/dO1.-hJ0fy?]Aj>4_P} Չ3%~<-Z:m$1#) 7=m(@R@[ jd7!' *Tۃ;J+@: c;ϔ=%b@`,Ն"/mFLއH?s8|]u^nư--|;Ŋ4/ xW64X`!V j$Ԃ&Dž_G.]XpI4!eID*Jܟd[30mcYTq5mf xcZsQV2S_pɚ|ڽMو8ʭn@gby0vK>0$ؗoAnQ٩u&c%Pk_i7k?nID P Q6pS[Qj <;f&jB ܐƦb;|&6ÃPţQm ƊD3x˺(J/+ ӂNTX|9/X&>0/(| E}2P?-|H]'O`E[aNW R+WNVJ 9zPv ; Vh#AU2`c?uY  n3LLj s t t.Ov0Jw&g 1TZŴ@q-++MGzƌϡŊٛ3~8Eݰ`06۸i`X>\Jac :[F."05HrQ\wk+?=FN.PѬabA?<kҀ;Ґ>?1}KS=JNBef]W"K1)*~P Ɉ-d)Ft?28I.85*|1 >961m #_7mEk`;Wg+N$ϥq҆p4LJWYfŗu5- a|W(Nk6& RrGv%T2rJ jh4L,˼oMϖ;l+T~ X&M`bذ *Y%tMu&'24PP. -\PoρW!w鼴@i>vBCCCmLXYKgEM"ץA%Pz/P锇 -#ݐ+qi)@.<#JgK#`4 ),R\z 5`^٘ '6$gP< Ji r?Po5dhDЄAcfhCҋWs buK#rQca_&tl?3K+%}r"^M39^{X[V?;[ăx?dboV[^ߓ;^7so4thhh)_Ln̮ˀN I=?r]1ȭ A^Z "-1D3Of.03$ lQsQ8rB`,N:?{y+fH ԺBLF]ԡ(3/d»"Τ*}¹^軐CH[9OZnSCLk,CQ q -rd3%-ksXE߶ʚ*9TOt^|񻛞PB<2qS@I.eĵhT6A9 Zvn$95QOX@VN{UyI\ 4~s_ufCiŅ[X 6H0:.E2E.F׊R]jMޡluTE9[ 2HR wӐ xZ W+:l:!թі++wxZ hDk ?o'v&EvG2#f0R3DM=mHYIb>R=bփ NlIR7);n9wEsFsE>G޻!ϙw4T R*i93Aβgi13v>@5eԪ <}fr짅șq;@ٱ%Py(33)8B]+%,i}?UwW25p: jbԦ/oL%)] "߀{ Nۃ Xz/ۢf@0>Ow Y̚czI@wYjKJ!&ct;>-|S= DN2Kg7`]E/iխǮxlH؋{ C2޵mA*nA/j]m ".3x*Uv QkP,u.uѫx5eb6h?}|[V?yAR4Pv-D&%YBYk1Ks":~xݙy]?z yqoL(כRe ۖXQ'҅%ȷkp3,o`kf6exP|?ۓ:NW¹dYo`3fon}5v,~$\P!+DH qi~oyEhk5_d}KʭM+CG:H^9Db7, CNK9%~ <"cKrr׹:UO)+%KЉz