libssh-devel-0.5.3-2.1.1>t 4 DpQ/=„q&xoP9賃,ʜ`'τ G1 k?V[D9*#.Mѩ>2 ӿM6!?01#wy.wHtDj,CRv YlXc{/hҍ 𢡊m~z20> b-69,xN+ cQkۂ)R A~;X~NcٝE,ҒNuϳ~nӛ1Q8ȋ1:I#/)]=߲qتZOo~7-jz Eg\l-s[_0e9951705e1569d9377578061e319c188b3113459D>:0?0d  ;dhpt    6  L  x       Fd a(~89:F-oG- H- I- X-Y-\. ].H ^.b/c/td/e/f/l/u/ v0w0T x0 y0z0Clibssh-devel0.5.32.1.1SSH library development headersDevelopment headers for the SSH library.Qbuild12=openSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.libssh.orglinuxx86_64?ZC+q jA큤Q{Pl}Pl}Pl}Pl}Pl}Pl}Q{Q{QfQf3edfd58c8ad8d9681b8b0abcb4e1f7865a771cecd3ab2f92e914d6a5c195d514dc8b03f756fc856ac9023bcbaf7be4b870a39ec0fc1072910606fb4ad21f054ab0e898a5f383ea14de4de90f6a45fdadcef2f4afa70b5105715a7efafa2f30695e233f6381d7acc1f3280a6f0f88b76a166b8cafca09ce32996db2c9108cba0dlibssh.so.4libssh_threads.so.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibssh-0.5.3-2.1.1.src.rpmlibssh-devellibssh-devel(x86-64)pkgconfig(libssh)pkgconfig(libssh_threads)@   /usr/bin/pkg-configlibssh4rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)0.5.33.0.4-14.0-14.4.6-14.10.2PpO1@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.build12 1359351935 0.5.3-2.1.10.5.3-2.1.10.5.30.5.3libsshcallbacks.hlegacy.hlibssh.hserver.hsftp.hssh2.hlibssh.solibssh_threads.solibssh.pclibssh_threads.pc/usr/include//usr/include/libssh//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/6c277cf4c7650ac29cd2de18353c661d-libsshcpiolzma5x86_64-suse-linuxASCII textC source, ASCII textdirectorypkgconfig filePRPRM A4^U>\?`] crt:bLL(jr'.M CB:kqO31[= ,cBh }& $%|ohb\ozbpզt V>G^`"~؆` '+.T_%z5`넶Q//Q/ BNJ baz%@ NIճ@wW"xխt/# j~$fЪ♞;Ƀi=gS?ոO YU+ I :唜z[ݟOhA\BdHzlAqo<&pT ?'hnnss5ATs NS?]K^.G.I#U4iSv@G 6U)Ȩy1 c"ۄ}^dۡ ?\z^+\Z[w 0TKK- XhʽaߵP}| ̘HTޢN$E|́ZpvzAz(xNrGQ{,;\FP0fTCEk%D]h lc!OEpb,IC7ڪ6JFúv2NʢK!B/I'#ը a D ƕ6rK޽cbI aeMU?.S*탆ƌ#_o_K̙Ԭ COo:=?2G.0tb068ےkFL ='ypqyZ G.' B?[<Jĭ]PO<\F/r .`e"߿)5+BLr8_n5f9޶G7"cZ<` ^o-ί .&.@ +ϩt6"&͒G,&$*Eds^@_áu3Ktغ.` Ozk:q#AmHg )Ѯ .-5' hˡi(qaYU {5Š] -'05Oػ.=Lx=:WrO$cR#OgW8n9_(w˂MƻRYz05~lYo"1q&3NIm̈w7l`nm kr#s+0j&rϴaluJ2ekQ?לd}/8̫VWDk6HM]"F`Y`"L(RAeѻ^Gr_9 5gDpy2Wl,za 9eyƒc]A1Ipfj;M-od8à"c!fɵM%=KI8ڗiMqR% Gy;('# ޸*Q29!tb N~8+grX`Q*4۞2 2{:X/;]gBJ8g$)r3,WDxF}Y.*87N%5G5I}htJyh@m6T3񿯩 ĉSW߉KS} ~E*zS>p _JӕQO69A{38( _н>[F镒Bx 2D s+PK\7)aHL&uqkfǩfZtWNKJ8I(m] %s#{`*XԆ[ojK#Tj\e{k;EYG& !dpۙoto-'6,: ? |h6,2ݓtm DB7(!7 24X.7 iLJCiy Cx[vS 껍WJo})hz= e'@{|}m+*A{aNAK5j2GhUT\7 ֯kg]S%66W笄ڑVo(I}K1*`8K=]&圝*NM7J1o;6JL./VX Pbo ͲtUCYBD>;,Q|3)z?YS?\SjJ}F4 OJ]4kb0(Zm,z̋䛾D}13 bB&F> .զw/:ȁ{|vkΰ~o?ĎCݍaLQlMZSYH+쯮l=Q[jo(kyp𯕛DHwUngea}˿ј埬w -x-d5!Rbf5IޜqV<8}3.#{i}K߯ /z{oX鑋Pm$J+k?CB_] megYd6NJQ)ܨ|z5Ō&d%kZXtEzg]* vY祭o&tM+.3-wˏ|(Ȟmާ к5T-%ꢢqnϲnX]DoeP4%HO:!@l n沛&N]:5CGn?Uh `d{T 6x[Úsڣp '\Hz*1Tk ,]=W>,(i6_ClD4޼PrYIn/6fݩZ~ZWz,er"^4̟_ǪBv=4A/vqkߋгw'U s[YҰ7[% SfI،a(yFk}ppmŽt95!MqDU0>ȟ&@ϊLϭ^UP:#A:ʄPV Z:i ZWpYGtFØzKb&K͚%7E # ǮuK36Ӎy"v'?̺We~{W\>r:fw]@]L2-|mKh6 JD>wRd}C`?ŭNǞd~JaGwXM:\S-z7hj \0Jw2t3sDv{чV}Dc.:/s1| huYU wfo܄q&"5i5+Ojvs,A8yt͒ Ҽ ~R+"4\,eK>G(`cY)Mr`3/w~`|͡W Ӈb΂y- R-3/85R[R %G cvt|F֨E>ղG#k!?f~`3$>NWمϏҭ,p IbdrߗN0H eo3hH#LT[ ' dY.',[`$k9j5X P,no;kط>cEz){䫐K*D}5,a9xlb[6Wom(Ъ ;m4ۋ>y16=cB#߸ÑP?ɐABJ%**jEEGX%5%*F9$G4 ndTIc-9sm@`̈ߒygm]ut)O;j.29vB9袝ls\Rxy^:$,kyUP7|fR̾rQIH'RfOÊ̢|"UqT ZXpINnTVHdlol :>&\oPɦp wv)Lo3tc'Mߐs9;ĔKܺ> =X {Ho!ԷB0Q(]2^2#qϋN;l@b_lۦtoozjYoDEo3߯/x[]0%GݐGXb`0΄q5OK/U&nv H2T+}!ԏIj1`[?pJv)|vQmڂh= F5O3x"fjΈB)R=izAYQ\?/='+qsM^xB"!s۵0 D@Mi'']}llpw*+2搂D+T YCbF5w@n¶2 J9Pb_V,/H=HiaK\rcBo~|< j,-1{[WM ͺj 6^̈́KhE2ѭkɺ:HG K 雊HW¦Z`YV#67L\G w}7bw&jW e ,zn\W"/!7 }s(8lFqYsߕaz)x0i.팵#`6&(:#~* Da]͵I!r+DzRum/6N90s?Hnm?0 :-zcn6VO 0GY$=mx"Sc5L^J\T*Fl|0vHW/¡ ^MCcAϡPPޚ@`&sZY.q`VNF٩I:U<ڮg$ûl*ZđtRAEI $JrY[@ K/N4)@_[˳<! e W`$̴vJI.maLPOxQJoҏuۏ$m6*_Aj~gQqbҫn/-]:T??pĥo]ScSCӜg bK0m]4_Ĥ_m.uD$wٮsaaʶ67f !]! ν5˨қK=rxгg]S(}6ZBpNM>^y6E%'r U$_B:($fak D "9J_KD@ݿϛɪ0TYH)UJrkGY9vJԨC/1 {L5H9;.jTyEQBp?uuz>U8ow-̕?fD^c!CX|^,ydORD%DSdD,lY%/7n (z~ɿHDj]68,]l%Az>|IDe1ya~UuuTG-0[PCBʢǾç}#ne3 "S6yw,EbA1OM?jfsd-D߷N&S_z b <0K']8,cŀy&G !LOr  (߰e&YI7,ml =Ng}ҷc\ 4(mb{VqVm@OjLE'b@6ِP TR5Nn4վ]`tDKAy_ O[ W-*%)@6ZB/:ga$kհ36;kX'fBOt.T*D+ڋy5JL?nF*ozʪjblFk[77Vz ]<X.ZWhJyƐ65jkdcI鄉C?̓C3'ڸ$`9 2 r?n9aujFTZ;͑kS_,B,'y[]7KqKmT65}C}{Zu/r &ەJ׍l0׌0p;h6mG:?(ϸSh6Pn$;[ڌ@u#!CqAO2R,Ay5]ˀDt)ޟ+0& @u_6"O*54pa>iq?夼2y +!0 ɓW:v+&P(s,.X]}P}1ׂ:KN=t#n?'\}:2:hӾMw>]j `fW?rqRʠV.n&\d5V7?&M  Kkr֗s5~gWe g(xl #r=94oweF̩RB#zx 20dXzM?2sk/K2GtOg-ٶ+^#5[Ĝwꡪ3HؠyS1Տ⤂'>%@]O+RB2;I.dCn%O.*Âܼ(7({f%,ť|AW p S2tGX9̞>pXȫ `t;m( ƣ𻇰{_KA&$]4.qq wַC/#[_*.Omt܁ 1YQBb;ٍXŸL,1S"SLS`Ԛ*37kԠ4!DYt((;^Tqӟ89XTX5=`l-vqƍy\//y{~ڔtPnYyR LG2L?h3SoΛj֐ܸ1c?7 =r;׽,:$8²]`bt*w(")$xM ́D[Bg;A[*V(H&N1cU88G:㞀afD4Zw@}dKu^T;Yp9wJŒ?96 kMr>7f) ZTƌ/R6!Z# K34It`<,ר[`6RrH#gI2lݰOn*~SIvڿBȬ蔥qk-+h+2V#Ȧ6 -]20J~pܒ Z`B]Dfa5]%`E+>aQrL)A=ʸB"R`6 39?n<_ڃTv;w0pouhMȱ&@u̎J[QWR wWvd6vGܲL# *F&jB eDQgv}:(׶\_ ]P"{e?v9D=t4p7A؛Q4f eyq(dcvF@u g:窄nոkJST&ObIC#K[4Mթ MM/CTW;_qmIx! `0@R֜-T䯻@N):>(O#b}<#THbA0w(n}Ԯ1"oV^c)D@Cރ!滱L-K5l{Q.F{&de^OtdF/"tMAmC $T9RVxԓ4\"lzڇ@e~;P9\f0{ل 8HA MCrvPwh~Gȶ1=L^"n~;Z FT0Lth06fR;|1WE p1+^u34[cBnAA*.ۓ0aGT*Օ0B ěƾ*hك@g<#2 &1EX⥈2>=:h.R>/.VDImj~iKrPni -bo|s!}WJ,˞I"=N -V^1D_)LUHZ]_ތS'3Ϸy;-:p۟GV&>&h1F3>Q18o+kQ܉F:q_& YFOcTvGH3j!('TӼ^υ~!1D36 f\~JR jF<+ g#k}/FW%{%X7\_ثjY]Z^@N3nQt] : ~aI7/R2{oo8GrU\Yo >r4fC?3J9.㡲mʶa*DJV7.i)(_ڰfHw'DIjQ)Ԍ杈h׏}فy'$Dzp(u[!CYT).N*>`5Edf2h܌we }tLeN͚d\ݝzz2S -εvkwkpYz{!~[RhsMXV#`8]J*X]K审 Ӗ'K6~zcalX}Ca>H@pMHP]۔$>C9댄9w*K& .$-ά&tX,wkE@L]/f5BI %.MӤ^\B3u쾐Z Zն(ezؘպKۇ1_Vj pWP',}( A)l6wz 8Nmul85e`Ԛ2x0\.)]@j<0Y/8O1fqsg+y-^qscnnxv/q/SJ(=sҰp?#,B)_-Gn$Vo&$Bn_p֙O(-DpbQ#䊈CmT$'p_{t@17[G+vԋ_|~_j z3nړ sSn@"]}{MQ0qomrq7Dnemȕ;吮\B昚 &fZP)+lH)>ZNB k#܅sņ#:M 6@j!bS WEmVۃ$ xjvr(W ںwfoY[؍1>:DJUBI5Vu )!Rz%< {9:xxJfQ@_Njζza|2P7G^5/VbA2EMu.7ޢ:0k:-0M'f/y ݒofa ]>઄`Yr/r:U&;%01jz7jZiNvj6@zQAāqKF/%/Pp=^5~p5gb!5jLm?P?1%iW@ yE{XrO`x6iXU3P񐏒f Ils9F%C+PMVx,*Yg' nUlIZ]zjH kD`5S`QӹM@7qg!#F_kGlgNkv& uN_!M3PERA6 Iq֥@|!qp5J+qYW F6l]\K=NC}܆UcnT]'Y}YTʁ%kJ}!`%tEM T.~S?z7n 'yPԪvĴ>YNϵO<48 uMo6?:?鍌ge]o;R{ֈ Dkz;iW&-GI vPwixa6:NSvC$3A"E (] K`G&ݛ~`0PlkS> (&Ӳ,N~)_Qћ/2OWK۴n}1'Cv HQ41@X 1B߮'3,dj:>wj55 (KüT܆{>UiAC ;c\ME/8FsSu3ZWB&7AV=̐C3l)3k5nDVs%s:#k7@E&^'Rm.RC C &hHB0S1!/ bvx&&wYkU} ٙuߣHQ!]8,uϘ{rRA螼OHzⓃB@Ne9u,)}_h#N2]qSKhM{hSqwc&+nB3`LC)a%,_ sN"gϺ fź>\ v{W9s% 9ܡшNMR*.$Pwȵ@/g&*!i#{Y2Vx!Rú\S>1 'D?$mEipT@ (J&=;;=&9Ż86 Tʅ8 Mp`̵O „-`ha;j 7 LeY'k$48Yn32j-OҒ̛`uw8av1Y}ʳyOùVxE[Ϥ(O#][V?WI}l@QkCl:d1k-˃ii:]_~H@{7N%<5ůi<.8Uw qRoZM :~첤0P(ƘբR d7/S^FC^1c%0 0k!AOմ:6@ Nj/,pf\5E岔 <)eQ?mF5ڡu XS(f"q*\ԏDK.^~OE(+^<6ݳ!+?p+O3`\ҏ@0g=!/:g4/CHli6Y!S嫵?R^g3~)gug-%ʣgեQ]\AZ\mZ ;BSӸt>U`E4D L5 Nx2z'i1[o|kx3SUi `OzBU݊Ȝapuwlpf$`T$;Ub^0¿TdV$ve29Ak*jn.RQ:8S1OZJ 9du˦$˩}d