summaryrefslogtreecommitdiff
path: root/libssh2.spec
Commit message (Collapse)AuthorAge
* Switch to %ldconfig_scriptletsIgor Gnatenko2018-02-03
| | | | Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
* Fix for BrickFTP (#1489736), spec clean-upPaul Howarth2017-09-12
| | | | | | | | | | - scp: Do not NUL-terminate the command for remote exec (#1489736, GH#208) - Make devel package dependency on main package arch-specific - Drop EL-5 support - noarch sub-packages always available now - Drop legacy Group: and BuildRoot: tags - Drop explicit buildroot cleaning - %{__isa_bits} always defined now
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_RebuildFedora Release Engineering2017-08-03
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_RebuildFedora Release Engineering2017-07-26
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_RebuildFedora Release Engineering2017-02-10
|
* Update to 1.8.0Paul Howarth2016-10-25
| | | | | | | - New upstream release 1.8.0 - Added a basic dockerised test suite - crypto: Add support for the mbedTLS backend - See RELEASE-NOTES for details of bug fixes
* make curl test-suite work again with valgrind enabledKamil Dudka2016-10-20
|
* rebuild with OpenSSL 1.1.0Tomas Mraz2016-10-11
|
* Fix EL-5 compatibilityPaul Howarth2016-03-06
| | | | | - Revert parts of previous change that broke EL-5 compatibility - Include NEWS in docs package, it's much more than RELEASE-NOTES
* Modernise spec (no we really don't care about el4/fc4), Don't ship ↵Peter Robinson2016-03-05
| | | | ChangeLog/NEWS, duplicates of RELEASE-NOTES
* Drop UTF-8 patch, which breaks things rather than fixes themPaul Howarth2016-02-24
|
* Resolves: CVE-2016-0787 - diffie_hellman_sha1: Convert bytes to bitsKamil Dudka2016-02-24
|
* Update to 1.7.0Paul Howarth2016-02-23
| | | | | | | | - New upstream release 1.7.0 - diffie_hellman_sha256: Convert bytes to bits (CVE-2016-0787); see http://www.libssh2.org/adv_20160223.html - libssh2_session_set_last_error: Add function - See RELEASE-NOTES for details of bug fixes
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_RebuildDennis Gilmore2016-02-04
|
* Fix pkg-config --libs output (#1279966)Paul Howarth2015-11-11
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_RebuildDennis Gilmore2015-06-17
|
* Update to 1.6.0Paul Howarth2015-06-14
| | | | | | | - New upstream release 1.6.0 - Added CMake build system - Added libssh2_userauth_publickey_frommemory() - See RELEASE-NOTES for details of bug fixes
* Update to 1.5.0Paul Howarth2015-03-11
| | | | | | - New upstream release 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
* Resolves: #1147717 - prevent a not-connected agent from closing STDINKamil Dudka2014-10-10
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_RebuildPeter Robinson2014-08-17
|
* fix license handlingTom Callaway2014-07-18
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_RebuildDennis Gilmore2014-06-07
|
* Fix curl's excessive memory consumption during scp downloadKamil Dudka2014-04-30
|
* The aarch64 buildroot seems to have the same locale issue as the PPC onePaul Howarth2014-02-17
|
* next attempt to work around a self check problem on PPC*Karsten Hopp2014-02-17
|
* skip self checks on ppc*Karsten Hopp2014-02-17
|
* fix a use after free in channel.cKamil Dudka2013-08-14
|
* fix very slow sftp upload to localhostKamil Dudka2013-08-14
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_RebuildDennis Gilmore2013-08-03
|
* Revert 'Modernize the spec file' so as to retain EL-5 spec compatibilityPaul Howarth2013-04-09
|
* Add three patches from upstream git required for qemu ssh block driver.Richard W.M. Jones2013-04-09
|
* Modernize the spec file:Richard W.M. Jones2013-04-09
| | | | | | | * Remove BuildRoot. * Remove Group. * Remove clean section. * Don't need to clean up buildroot before installing.
* Avoid polluting libssh2.pc with linker options (#947813)Paul Howarth2013-04-03
|
* Retain EL-5 compatibilityPaul Howarth2013-03-26
|
* avoid collisions between 32bit and 64bit buildsKamil Dudka2013-03-26
| | | | ... running on a single build-host
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_RebuildDennis Gilmore2013-02-13
|
* Update to 1.4.3Paul Howarth2012-11-28
| | | | | | | | | | | | | | | | | - New upstream release 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
* update libssh2_hostkey_hash(3) man pageKamil Dudka2012-11-07
| | | | [upstream commit fe8f3deb]
* examples: use stderr for messages, stdout for dataKamil Dudka2012-11-07
| | | | [upstream commit b31e35ab]
* defuzz patchesKamil Dudka2012-10-01
|
* skip SELinux-related quirks on recent distrosKamil Dudka2012-10-01
| | | | ... to prevent a test-suite failure
* fix basic functionality of libssh2 in FIPS modeKamil Dudka2012-10-01
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_RebuildDennis Gilmore2012-07-19
|
* Update to 1.4.2Paul Howarth2012-05-20
| | | | | | | | | | | | - New upstream release 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)Paul Howarth2012-04-27
|
* Update to 1.4.1Paul Howarth2012-04-05
| | | | | | | | | | | | | | | | | | | | - New upstream release 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)Kamil Dudka2012-03-19
|
* Don't try to use openssl's AES-CTR functionsPaul Howarth2012-03-18
| | | | | The code supporting openssl's AES-CTR functions does not currently work: (http://www.libssh2.org/mail/libssh2-devel-archive-2012-03/0111.shtml)
* Fix libssh2 failing key re-exchange when write channel is saturated (#804156)Paul Howarth2012-03-16
|
* Update to 1.4.0Paul Howarth2012-02-01
| | | | | | | | | | | | | | | | | | | | - 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
bgstack15