libssh2-devel-1.5.0-2.fc22$>Gp#Lch 2R>9<?<d  ;  7=H!! ! P! !  u!  ! ,! ! v !  T  M (|899l9:9G5\!H5!I6d!X6Y6\6!]78!^9b9d:Re:Wf:Zl:\t:|!u;!v;w;!x - 1.5.0-2Paul Howarth - 1.5.0-1Kamil Dudka 1.4.3-16Fedora Release Engineering - 1.4.3-15Tom Callaway - 1.4.3-14Fedora Release Engineering - 1.4.3-13Kamil Dudka 1.4.3-12Paul Howarth - 1.4.3-11Karsten Hopp 1.4.3-10Karsten Hopp 1.4.3-9Kamil Dudka 1.4.3-8Fedora Release Engineering - 1.4.3-7Paul Howarth 1.4.3-6Richard W.M. Jones 1.4.3-5Paul Howarth 1.4.3-4Kamil Dudka 1.4.3-3Fedora Release Engineering - 1.4.3-2Paul Howarth 1.4.3-1Kamil Dudka 1.4.2-4Kamil Dudka 1.4.2-3Fedora Release Engineering - 1.4.2-2Paul Howarth 1.4.2-1Paul Howarth 1.4.1-2Paul Howarth 1.4.1-1Kamil Dudka 1.4.0-4Paul Howarth 1.4.0-3Paul Howarth 1.4.0-2Paul Howarth 1.4.0-1Peter Robinson 1.3.0-4Paul Howarth 1.3.0-3Fedora Release Engineering 1.3.0-2Kamil Dudka 1.3.0-1Dennis Gilmore 1.2.7-2Kamil Dudka 1.2.7-1Chris Weyl 1.2.4-1Chris Weyl 1.2.2-5Chris Weyl 1.2.2-4Chris Weyl 1.2.2-3Chris Weyl 1.2.2-2Chris Weyl 1.2.2-1Chris Weyl 1.2-2Chris Weyl 1.2-1Tomas Mraz - 1.0-4Fedora Release Engineering - 1.0-3Fedora Release Engineering - 1.0-2Chris Weyl 1.0-1Tomas Mraz - 0.18-8Fedora Release Engineering - 0.18-7Chris Weyl 0.18-6Chris Weyl 0.18-5Chris Weyl 0.18-4Chris Weyl 0.18-3Chris Weyl 0.18-2Chris Weyl 0.18-1Chris Weyl 0.17-1Sindre Pedersen Bjørdal - 0.15-0.2.20070506Sindre Pedersen Bjørdal - 0.15-0.20070506.1- Make sure that there's a conversion done from number of bytes to number of bits when the internal _libssh2_bn_rand function is called (CVE-2016-0787) https://www.libssh2.org/adv_20160223.html- Update to 1.5.0 - See RELEASE-NOTES for details of bug fixes and enhancements - Security Advisory for CVE-2015-1782, using SSH_MSG_KEXINIT data unbounded- prevent a not-connected agent from closing STDIN (#1147717)- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- fix license handling- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Fix curl's excessive memory consumption during scp download- The aarch64 buildroot seems to have the same locale issue as the PPC one- Next attempt to work around a self check problem on PPC*- Skip self checks on ppc*- Fix very slow sftp upload to localhost - Fix a use after free in channel.c- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Revert 'Modernize the spec file' so as to retain EL-5 spec compatibility- Add three patches from upstream git required for qemu ssh block driver - Modernize the spec file: * Remove BuildRoot * Remove Group * Remove clean section * Don't need to clean up buildroot before installing- Avoid polluting libssh2.pc with linker options (#947813)- Avoid collisions between 32-bit and 64-bit builds running on a single build host- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Update to 1.4.3 - compression: add support for zlib@openssh.com - sftp_read: return error if a too large package arrives - libssh2_hostkey_hash.3: update the description of return value - Fixed MSVC NMakefile - examples: use stderr for messages, stdout for data - openssl: do not leak memory when handling errors - improved handling of disabled MD5 algorithm in OpenSSL - known_hosts: Fail when parsing unknown keys in known_hosts file - configure: gcrypt doesn't come with pkg-config support - session_free: wrong variable used for keeping state - libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL - comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating - Drop upstreamed patches- examples: use stderr for messages, stdout for data (upstream commit b31e35ab) - Update libssh2_hostkey_hash(3) man page (upstream commit fe8f3deb)- Fix basic functionality of libssh2 in FIPS mode - Skip SELinux-related quirks on recent distros to prevent a test-suite failure- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Update to 1.4.2 - Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner - userauth.c: fread() from public key file to correctly detect any errors - configure.ac: add option to disable build of the example applications - added 'Requires.private:' line to libssh2.pc - SFTP: filter off incoming "zombie" responses - gettimeofday: no need for a replacement under cygwin - SSH_MSG_CHANNEL_REQUEST: default to want_reply - win32/libssh2_config.h: remove hardcoded #define LIBSSH2_HAVE_ZLIB- Fix multi-arch conflict again (#816969)- Update to 1.4.1 - Build error with gcrypt backend - Always do "forced" window updates to avoid corner case stalls - aes: the init function fails when OpenSSL has AES support - transport_send: finish in-progress key exchange before sending data - channel_write: acknowledge transport errors - examples/x11.c: make sure sizeof passed to read operation is correct - examples/x11.c: fix suspicious sizeof usage - sftp_packet_add: verify the packet before accepting it - SFTP: preserve the original error code more - sftp_packet_read: adjust window size as necessary - Use safer snprintf rather then sprintf in several places - Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET - sftp_write: cannot return acked data *and* EAGAIN - sftp_read: avoid data *and* EAGAIN - libssh2.h: add missing prototype for libssh2_session_banner_set() - Drop upstream patches now included in release tarball- Don't ignore transport errors when writing to channel (#804150)- Don't try to use openssl's AES-CTR functions (http://www.libssh2.org/mail/libssh2-devel-archive-2012-03/0111.shtml)- fix libssh2 failing key re-exchange when write channel is saturated (#804156) - drop %defattr, redundant since rpm 4.4- update to 1.4.0 - added libssh2_session_supported_algs() - added libssh2_session_banner_get() - added libssh2_sftp_get_channel() - libssh2.h: bump the default window size to 256K - sftp-seek: clear EOF flag - userauth: provide more informations if ssh pub key extraction fails - ssh2_exec: skip error outputs for EAGAIN - LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000 - knownhost_check(): don't dereference ext if NULL is passed - knownhost_add: avoid dereferencing uninitialized memory on error path - OpenSSL EVP: fix threaded use of structs - _libssh2_channel_read: react on errors from receive_window_adjust - sftp_read: cap the read ahead maximum amount - _libssh2_channel_read: fix non-blocking window adjusting - add upstream patch fixing undefined function reference in libgcrypt backend - BR: /usr/bin/man for test suite- skip the ssh test on ARM too- make docs package noarch where possible - example includes arch-specific bits, so move to devel package - use patch rather than scripted iconv to fix character encoding - don't make assumptions about SELinux context types used for the ssh server in the test suite - skip the ssh test if /dev/tty isn't present, as in some versions of mock - make the %files list more explicit - use tabs for indentation- rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- update to 1.3.0- sshd/loopback test fails in the sparc buildsystem- update to 1.2.7 (#632916) - avoid multilib conflict on libssh2-docs - avoid build failure in mock with SELinux in the enforcing mode (#558964)- update to 1.2.4 - drop old patch0 - be more aggressive about keeping .deps from intruding into -docs- pkgconfig dep should be with -devel, not -docs- enable tests; conditionalize sshd test, which fails with a funky SElinux error when run locally- patch w/1aba38cd7d2658146675ce1737e5090f879f306; not yet in a GA release- correct bad file entry under -devel- update to 1.2.2 - drop old patch now in upstream - add new pkgconfig file to -devel- patch based on 683aa0f6b52fb1014873c961709102b5006372fc - disable tests (*sigh*)- update to 1.2- rebuilt with new openssl- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild- update to 1.0- rebuild with new openssl- Autorebuild for GCC 4.3- rebuild for new openssl...- bump- add INSTALL arg to make install vs env. var- run tests; don't package test- split docs into -docs (they seemed... large.)- update to 0.18- update to 0.17 - many spec file changes- Fix release tag - Move manpages to -devel package - Add Examples dir to -devel package- Initial build  !1.5.0-2.fc221.5.0-2.fc221.5.0libssh2.hlibssh2_publickey.hlibssh2_sftp.hlibssh2.solibssh2.pclibssh2-develexample.armMakefiledirect_tcpip.clibssh2_config.hscp.cscp_nonblock.cscp_write.cscp_write_nonblock.csftp.csftp_RW_nonblock.csftp_append.csftp_mkdir.csftp_mkdir_nonblock.csftp_nonblock.csftp_write.csftp_write_nonblock.csftp_write_sliding.csftpdir.csftpdir_nonblock.cssh2.cssh2_agent.cssh2_echo.cssh2_exec.cstamp-h2subsystem_netconf.ctcpip-forward.cx11.c/usr/include//usr/lib//usr/lib/pkgconfig//usr/share/doc//usr/share/doc/libssh2-devel//usr/share/doc/libssh2-devel/example.arm/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=harddrpmxz2armv7hl-redhat-linux-gnueabiC source, ASCII textpkgconfig filedirectoryASCII textRPRRRR?p7zXZ !#,5]"k%wd*F$*|eɂr!JP%&#jTt-~g 6tZ,*%@w{s>8,b{Ihp.Bg܉.: " 3"!l0e czqmS,v !gDJY{b7B.8Im6!oKT밣UC0[$haBVL.$ }P$"5U]'eMҜKikGZg_\c /t 7F q"Vl& ]ٷ΅hlhol-%9ڜh-]ƾTmfV #=$3>)R4ެJ'Tr4 '+D^UOkvL)klⰺ/Mi$$d]B=|T,pf{YV3kTxj:XPʡG5CZspKMV:YjЦ"gLFYN[:Aj-oyQ3Rfv 1-0n!WEfkcj1D"PvB?=Ƕ+&N/}]ICb8i(3'){RT7&o5W=IԽ) 3.QY XQ)]3" N퟿Q<MUF:ZaTDc| pNUJf kH`O,(s٦d[.IN*|l'`i72-љnIUbqN3<Rͯu wԩ-b o@56C,1Ѹ 4ԺX@@ʍ%[`ueRoI/mB 5qk{n . I6 YZ