libssh4-32bit-0.7.5-lp150.5.3.1<>,[⸋/=„%z@@T<?qTƚO m {~ @JP?L"Uȥ`r(^(d%_ )ŐemP@*ɽIZSNd' WR>bS- ?lN!c[հlV5!(F(`>^26VRIښ_w$MEw7{gZ$Hj?/d#Gc/E9o:bO<\6m*D0Gw`@OSgw>>M?Ld " .  $4 < D T  (<`p>(p8x/94/: />HGHHHIHXHYH\I]I(^IpbIzcJ8dJeJfJlJuJvJwLxL,yL<LLLLClibssh4-32bit0.7.5lp150.5.3.1SSH libraryAn SSH implementation in the form of a library. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. It supports SFTP as well. This package provides libssh from http://www.libssh.org that should not be confused with libssh2 available from http://www.libssh2.org (libssh2 package)[build33xopenSUSE Leap 15.0openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttps://www.libssh.orglinuxx86_64/sbin/ldconfig4D[[[[dd5cf47e3eb0f067128e887a3fee90d0b4c61f35edbb7e005206b31f67d6c5768e9c672137c76ed5ffac5287149f4d86cd3f7ca26316d4ea3791974c42fb9224libssh.so.4.4.2libssh_threads.so.4.4.2rootrootrootrootrootrootrootrootlibssh-0.7.5-lp150.5.3.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.1libcrypto.so.1.1(OPENSSL_1_1_0)libgssapi_krb5.so.2libgssapi_krb5.so.2(gssapi_krb5_2_MIT)libpthread.so.0libpthread.so.0(GLIBC_2.0)librt.so.1librt.so.1(GLIBC_2.2)libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[@Zw@Z?YYXh@X@XGV @UUUPUJ@UB@T@T@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.7.5-lp150.5.3.10.7.5-lp150.5.3.1libssh.so.4libssh.so.4.4.2libssh_threads.so.4libssh_threads.so.4.4.2/usr/lib/-fomit-frame-pointer -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:8933/openSUSE_Leap_15.0_Update/cc6b960804d1c1328263acadbfa3b0be-libssh.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=382a997b39e4462d09914de0b1abdc969c5095bc, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=99f9368462cd74813a53622512dd14ea50fadec6, strippedPRRRRRRRR R R RR RR RRRRRPRRRRRutf-85fa45d15552db445b3d82c551f52267640836a5525797918656a92e94ae2fd96? 7zXZ !t/YD@^]"k%ʽd涻Lph:X׵`#GI@n1 $~lummR IE*'Tb{ ())"ԣPpZr@ja4!k=ħۙRvYJ.WvN]PTI°xh7qp10BMfdp!$NaOLs]/㽩S`L_JiuA=+^r;Ȳc BUkwLM(_rs֥0őb'nH]Tv?PxZԶzX).,^!S"xSuL ԅHa,ҮsDҡԁ4R^*j^Tc:!Vfm &ĉ'fF`tP:15i nar"jFӼD*Kw=AgˌFpS`2{ {1hYV& drczyYO]0GS͐@e:IP U&SҐGNwOPeRmX*+] 2<;Z *L(͸Xz\BJBa|c.=`E P(Ťt? c03Pf3}[>I+dq OIb&A,ϼ9Aqo]XX/1W* GA4C?)B:r[4*$+z ) rGӧм']y|=ؔvQ׆`~3B)\=hOyD EgCA0(6WhGW+Z1 P@}5反adi}fEijf/,a;VO bzW ͗;Yp$Hg@Qrf,qtQ "40zRq\]Ylg ,&H?Ld( ]`}W\T8Z{}DuJ')ZJQDr~]70L\h?0r8:P;@gbG*@,RHI;' ]C\f[D+ Ɓ6j0Սl7ˆE6;$ cpY̾(C~>+i(y,1>mN3ؒS#@G([B=lDZv 1[ݡ_?>Si&"PP qlZvzʕE{C۴aP( j8@iCsZjk)F:+}Ҵw&]=_G#.?gt,Ap5dV1L|nE|T ^L3HR$Ϩ0*x" e0wigiRg(ol!;ԅCEU &epAj*spC:1XOf"8rlXT4Q%7`֐b8x䣏U.rUj9L拦 M`иm59G5$SDXVbGkҒ:–&:WZ+In4ks>2eJ''_(י  _@R嗕ǖ ~CHI"W)i72!x ~~ 20v>o5բͲ_2d;qm ]xa^:{h7ujAT*bsb|3"P]iul 5|F#,׍H]3I5vMѯ:(ѪtJYryxȽ5(c e3v.Y4Malu"Ytg:m1jQ8V=eb#FA@/2>Xn-,^ G2 ujWE҅,QHϓzp Pjg@odow^GHQm~qehuZnM[dQ?+`۾n 8pLw0[oD@ՄxV\w[ݎ7Yb ,x̊FI wźϹhmE4gYe 7tBU(Ibj,7)E.ߔ DX}h֍ _<~I `q:{J^mR( =i#\$E6ps|pCQ٪ߩiJzZbv; ,l|Zag.'}=L q): 49a_ù!m<1ߡ좒Tֱ_+ 3Os{a+fo)iw+¯)I88? ŕ' 5jS$̶Dr3-9гٞ:-1dYm.oo`@6o,l"7/*eǛ036PĦ.ԋ6Țd&U d&I ksKbNӰ۸}4ʞfLԂs/ṷ̂<\1K3 ,IQquF3HRb}V/E2[cZ"PmOyJEv%.B6m\fe8C-<<_>S=Vjua&K-CȾ"17b6qxT/AyߐmvvۛVL~??߿C@-gen.EV~ׯ(cwHAj ^H/aEuI 7ڗ"ODLdW{`̮lѭUIغviCMj#D`z&YdLǕP\>B$zr'SRNѭ8\+MzJv6>jѥJvuK{¼aRϼJ&]' tu.ȕ᳦;rZFO9g%,z<#/k FQMDg^d QUOQ8\0WHIZs%/W78K.5^fQj)KJ[fsNK#`5u R'AUQ0As1' Oi_`doQ ^c:jS3X 9ɍHa[f6"x,B՚ ́从S*z&vȦmÚJSqhሂޕYb9G=N]-c #Ro 2I׈1 FĝOjT6 8~F覃EX?S!xBOsF4mߡdEQ)Y g.+=~I lz,!`%QT|T++;˪S_I3 1HP%&ad@\qK#!p)`"-\28}4G3?.2JˠQftTjd OO(w=:7oK2i_ST' $)pT吸=GtG &0 Jk|BsJy6W>kɫ+tԦ_g8Jo>?lKS**+Cd=t:HZV<>: G3H?#@?@#Az+z)m,Q^A y wH㏬bf#"Ѳ7a,>rZ=e)+J 鬛 7cـԪTG$?bn_CԀk$l3륖ew忕Y ϯԒx1c4o(tD,-x"'#} '|a'y>=s#գƲPtv Bu kY-CV;es266y8g(]<)2jtۡ>\Йf' +CZG?i占1a'ߢpNx}D{Ġ^70?-K4:a]kvW}V7x<[O/#7eH0w(ȗ˯jά1/ T`Fgg5i˥o@i]MNے#:[B"įm36"T B<"p~-x  c gsýė1{Hۉy%*Y¨3UiI@cP7#mg$ oED'|A[ϖϫ́eS@^A?g 9i˥k>-!Pl: ?Yw,-zFۑ'h)m'zohFlDIjnCмnr]ڐ]'LycèqbMDƒ*t;vb1]s3#'ӏ.?A{,E N- ]K);(ߺ$ɔ&ԻMM2jQ՚ro! `jBpVzʶ519r@ig(u7@LplX|!][} 1"|Tࣟ橱/àu p)H7x׺ u :*WtHw&wKe_lX?OR[f&\w`_óa)~kU՞-@~FP:wPO6L[𬟹 '9nmg5ѿ) 2po>QU֣=sE-7Q7 ]{,ΣuC5n{:č?ȁ :Ha-nʚ[܀/ Y,4]x16 G!9*|L* mUtzcQ@ BK;k},+U%ضKlAuRﺿđEnwLsR!9!}Ȱbu/P iΒ4;0 H|,S9L(fY d|m}I2\T5fؘ=EyG0vgTllx"ȗ$h>,RSS,)*5 dGlaPX 9yauo.EH÷  yRe゜te)\vw5vp3 Ph0p.vY-BY.d؁05f!; Q* %(ְ鎎y^YgQƉ$wF}[2S1S+R7L0xRj}B!$n :Ҵ[Wh_jy71c1W./>vbvw [+vq{Œ7_󘧣Aտ ~b!Y$u( K墽á =35V`bC#%I'fUaQ</Ũ2ݮgU@k>L=%(Q5p`#x`!ڛKa 5ӂ߸fX :| лνo:W$.@_։>RN]pRi*?27a]Xc S/{7/C3tJV#Vy1&u/Z91nof,s㪲Cܮ[\_ni~y(%:Hcb,u* 6R?lZS rD#g'%t9 4PLtefdku|~AVM,j|MNl`;i'Jb BI%%Q4&C!8G9-ܭ:ٷ'h7*XD~hwwQjTo-IE!J7 쏰p9.qzѽ@F='cE0w7C8$>4#C37iX@FE&5ҦMIV} ~r6)w !tsp}Ďwdo9u}6gFusٟ50_wCN&#-v-կC9q[+f- !-Ğ0aN=zO5{C~Zs4Iܪ%~Sjk't%޶H~ $0}ENzׇ䕝Jgð j6TL4 12 OS7 :g#k=|sfn2 .*8R\2'*5(m%X[2ceJcq!|: U#Q [55uҎe鳗J%Hub>'ZwD JW=A|oŕ;Ϫ뽸eIZ77r=!fjrF+ F{m%C&H9ҮT"`붗9K(\^H uշ,{D3gNF~ĄRh#dٳJň;Crޕ|O,ʦYyh`c,TB33]Pwa!.TF2lЯQR krSL&|.!%esDzZ2fS%ܛ|Ic S mT,֩j¢H܎"ò_TXM MU:2X$nh^vm0, ؉ßzP|'fVJϾLl蟫hThn-;jL C9[‘Oo@c>XUWi[*si 嬃nc*Q$&f4dc&I$KM濎^6J>t4ev ䷚ %0ܾ$+r}i-QL_ Y)"ֆYE8g1(ۧݧf /"<4~9;pTBEt H\dss|Q 9ow 1U۴g 05;mQ@?ZGגPiPeƺۦ4!%X k'0` o6PWLF1/iN;q^AqWo~?1R<paPyX>=AVd5oT-\ ̇PѰ$^|Ό"|m`g)X=6=QG?%G\P~<`wTL0-Hi$EB I@xĔ 1E4g3<摣x|u2]^ νn]>*i(\џ$f.Mc7BϨV;gd&: bD<^.Saٽd<[S* !0Kn"(`,Č>TG )! ?F?K xK&`R ; 1}jXWKS<3S2T0վi3Ķ[row!?9q *rP~"S'Pk>7 ,s y&DSK67#+ R"Y{I NDht.<7gr]gꄪ = :J|OnPCʱ]yy흵z@ZӲϑmU"sߔۀW:Hp|6P9 K [ά1A J\8lG{̗L4ᰎlŬG7'cZ 8F5Hdg^24s2sgKC!pʛw=[E] Ywr6tԂO*֪oh]($_ |hhcЎEB$X-C"ULRypjYfH`DnwŠ}?uPs"wߟ>?d67o9Vn?Cm(qo9m+~VfN6t>-9*=}&pw{ehsG}}Dȣ5hnASmv@'r#_}'!iF͸Eboz~lN$g/\ >sIM;ڴgٝg*㭒$oWyڣ\] kN+[}QMS)_tI-b"O9/l 2'~Izu,dkAwb\^g%@tHt4雷Qa{O2 8joG$!xtgV"o~-"ȴ߈Z\M$1k2µW,]lWIKkBhSc ZGsr^N!6R8:g$t2BIQ x07,]J@B1*, V!ؘS"j(~Km-*D=Gcg2YSѯ"YDH?_IPDO생@7o '\FZ $`rN `Z^>)~ -G2y>/R]y'Jo j~_O_~;k$:1mKVQcW[LBcْVJ— 0Pym$Ӟ/Ym>qS- xނ(J18:3iBJ2X/[;B{qr|kߣ[% C7v ӡ6gwǖv0եݦ}8 + E`2svsT;5qxݚkʨfƅ806JqI2U/({ګ/US g#Z E 7ձX73 P쑵[Z}NspK0v8K|rrݩkQfu .g#to -2l[vw,u7B&+rd(X!_]Я'q@b6)ys/68߁I#+F>Q1/6P0Ąu3|~JPSC22;,6[u/06+.{`{.} L !ŀ4:i aptd݂(J;\}̉(V{g4x:XA3) HȀsZTvěRsQA @Q`kz'QǗ:.{H;aDq2g C1kId%2@y=~'NWd֬QTcE}IG)i紒-DJЅլǟ4M2zK?b~W R 枹9f E"$JݢƯx4Z^YyZ)$Gn&rdVҚOq(sB-I82-Vxht9aIG.^[GS z;sdnQ;oAށي8sY[N3-XĝxxꢽhD_Vd݌łh &/\ C0pDi`,?(%xv`(ÜT _aj:@\Q'pʦ|mL7%L>>EYn}r+ PT&MCҺ:J@/}ؚǠo+Ns#-`)4,~VzCW\1¬M#v<*a)Ɋb")#/3{? ?ΫeXnFk_\e2 +SO&Kh~4]>!j At#x=㎛tS+QemZ'i..)l9Qu*$)= zCm\Dɚ(2C)^ڝlꆾ]) K/ML Ea,&pyCu& fK9bHJ[9h` ._gYrw= |GqusLHBˉW.[Ge/yBK"ǩLsF YjxnTPۥJ5=;-o#)6t뙄 wUթ@yr{&ʑKs;)nedfKV_3D:计`}!EF) Z3$w80<^QqBB4Zge,~__b$BtPI *v6Q ϧN=͌ A_P. Dr-Ev<[h"f痗#@;& `@b?5BG C+ o}rr /ՅӏdGU]yC"ƾ>VcS}Se|5O9ܴDj$G$Zٞ9(x$m]%vpSED\%BKza4$; |?^?/*2~V3**), .F ]bee"G9j2Қϡ{|VOq|Щd__\&ӧB{pr1rN'tnavl*!خS1˽ D̄)3ܥr;APIo Yx'm+ c:H`Ի6;F\ Tih/cn@u !22X"EQ&a<37sɍ5#'zpTg>!oŲ5Q YZ