libssh-devel-0.7.5-lp150.5.3.1<>,V[/=„gnb,CMlϞ`{g[s ^T(D"ۿm+ep3ލ&,) 5ܙ56|lW,?Ÿ+qz>Nx?Nhd ! Alpx| < Z x   7<X(8/9/: Z/FIBGITHIIIXIYI\J(]Jd^KbKcLAdLeLfLlLuLvM(wM|xMyMzNNNN"NdClibssh-devel0.7.5lp150.5.3.1SSH library development headersDevelopment headers for the SSH library.[lamb76openSUSE Leap 15.0openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.libssh.orglinuxx86_64$cH`,yy y jA큤A큤[չXV؊XV؊XXV؊[չ[լ[լ[չ[չ[լ[լc1c2d0ac6e9a8a3f705bb63d083cea1dd5937216016cc81f4796f045fc04eb478b72983fa7f47f00a50dc9cc0fcaa320ac7bec0f3b668bfcca5757d3a1f10c1b11ff84458d403688ae50c54e27c72810764090331e82704c28c138e90fe7d8d33d376985dfdc2174b670b8bee662b95d08b35118108f1a8a3e5ec6860b1aae88aa84683241d39d100df95352c0452183c4a3641a85e4332d654ce35094cdbe15d0fb014e89c032007dff37977bae5f8b264866864fcbdec6c7938cfda7c0faab5d2ac9dc8ae2105a9c734eda27ca18d39babbdcddda214cb439cc7dffc87f90116b87444ed675dbfa16f1912e73eb078610c3938f51d1e0cb60cc84bc510281686c7103497df0034ff38f807ae26cd203b294484bfc0aef38431e860bc3ccf09ecc7dd4398d7adb130fd4d8fc89e3f847ad87391bed75607ee809e6eae91939e0f45708179b37fb5705e5adedbee381ca99d913a30ac96e6238eb80e11033957libssh.so.4libssh_threads.so.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibssh-0.7.5-lp150.5.3.1.src.rpmcmake(libssh)libssh-devellibssh-devel(x86-64)pkgconfig(libssh)pkgconfig(libssh_threads)@    /usr/bin/pkg-configcmakelibssh4rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.7.53.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.lamb76 1539692017 0.7.50.7.5-lp150.5.3.10.7.5-lp150.5.3.10.7.50.7.5libsshcallbacks.hlegacy.hlibssh.hlibsshpp.hppserver.hsftp.hssh2.hlibsshlibssh-config-version.cmakelibssh-config.cmakelibssh.solibssh_threads.solibssh.pclibssh_threads.pc/usr/include//usr/include/libssh//usr/lib64/cmake//usr/lib64/cmake/libssh//usr/lib64//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:8933/openSUSE_Leap_15.0_Update/cc6b960804d1c1328263acadbfa3b0be-libssh.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxdirectoryC source, ASCII textC++ source, ASCII textASCII textpkgconfig filePPRPRفjO8htrV<utf-8b40d2607b92609c02f440bbfe0cfbae84adb718969bb01499925cafdde609a1b? 7zXZ !t/p0]"k%d涻L:jkar8-LǻtPK&2oztX {>Q۠+#p8/`\,:S9̣+ZB} V߿*l n$R nҗ_GRx+UTגޅuxb^cuנ"FB$axYT#W^b޹7d %!;:ׂ̆* BڨQ+̸ڣ~5#aj|NidVdɖ4Wq?AWȟ'6; bc~= &* _h;>tn= |k5>r _j/* ^ ҨRFdkǐ[ZA h3۞.MTj.+H>reEPn ~nm:k4:僡 ">w|f'aT\0 呟I2rs-1b Ue8mtum]RkvSq=I+ VÊ\QfѰFd~( C ))͐`O5U,N¶i ٶޓρ@vC,Ɣfiܳfۋ%1˂2ꌩ2ʌWU"wYo"<"HʻnўDρ)$&غ }m޾EGGKt>Ubu89dl%ٽ'&!fõ_~W^P#꒭n_"l/OUFJ岙ސ6T4$=K%ke׎&>(ZNNm.S ^Ӫ j|W|k1^<\-?@[6>W@Vw7٬ڒLvjs>̀LJb*dm\AEU!v.r YZ