Commit Graph

40 Commits

Author SHA1 Message Date
Kamil Dudka
15d584a147 defuzz patches 2012-10-01 12:42:40 +02:00
Kamil Dudka
529c6ce524 skip SELinux-related quirks on recent distros
... to prevent a test-suite failure
2012-10-01 12:40:10 +02:00
Kamil Dudka
8576e20313 fix basic functionality of libssh2 in FIPS mode 2012-10-01 12:39:11 +02:00
Dennis Gilmore
b1dbb78e83 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 16:17:19 -05:00
Paul Howarth
8e792e752c Update to 1.4.2
- 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
2012-05-20 22:08:23 +01:00
Paul Howarth
a352ea2406 Fix multi-arch conflict again (#816969) 2012-04-27 13:21:06 +01:00
Paul Howarth
e3d0f1a309 Update to 1.4.1
- 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
2012-04-05 10:46:49 +01:00
Kamil Dudka
8e8214ab77 Don't ignore transport errors when writing to channel (#804150) 2012-03-19 15:03:20 +01:00
Paul Howarth
1d6da849c3 Don't try to use openssl's AES-CTR functions
The code supporting openssl's AES-CTR functions does not currently work:
(http://www.libssh2.org/mail/libssh2-devel-archive-2012-03/0111.shtml)
2012-03-18 14:53:07 +00:00
Paul Howarth
12e9f5a79f Fix libssh2 failing key re-exchange when write channel is saturated (#804156) 2012-03-16 19:24:57 +00:00
Paul Howarth
d2c802f8e0 Update to 1.4.0
- 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
2012-02-01 11:06:03 +00:00
Paul Howarth
4256e1a18e Comment clean-up 2012-01-16 09:24:22 +00:00
Peter Robinson
d70bd6d322 Disable some tests on ARM 2012-01-15 23:11:01 +00:00
Paul Howarth
980b4761ee example includes arch-specific bits, so move to devel package 2012-01-13 17:14:29 +00:00
Paul Howarth
2981c211df use tabs for indentation 2012-01-13 16:05:02 +00:00
Paul Howarth
edbbfd779a Spec clean-up
- make docs package noarch where possible
- 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
2012-01-13 16:01:35 +00:00
Dennis Gilmore
b46de2ab55 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 02:29:01 -06:00
Kamil Dudka
13e3a891a5 update to 1.3.0 2011-09-08 11:15:55 +02:00
Dennis Gilmore
d8deb37f03 sshd/loopback test fails in the sparc buildsystem 2011-06-25 08:20:10 -05:00
Kamil Dudka
9936af47e1 update to 1.2.7 (#632916)
- avoid multilib conflict on libssh2-docs
- avoid build failure in mock with SELinux in the enforcing mode
  (#558964)
2010-10-13 00:04:08 +02:00
Fedora Release Engineering
a6bc831ff0 dist-git conversion 2010-07-28 21:42:18 +00:00
Chris Weyl
92c18b1937 - update to 1.2.4
- drop old patch0
- be more aggressive about keeping .deps from intruding into -docs
2010-03-13 05:15:12 +00:00
Chris Weyl
e9dc94c445 - pkgconfig dep should be with -devel, not -docs 2010-01-20 17:44:18 +00:00
Chris Weyl
ce5ce38efe - enable tests; conditionalize sshd test, which fails with a funky SElinux
error when run locally
2010-01-19 06:18:57 +00:00
Chris Weyl
8d25ddbae1 - patch w/1aba38cd7d2658146675ce1737e5090f879f306; not yet in a GA release 2010-01-19 05:34:11 +00:00
Chris Weyl
43585348ef - correct bad file entry under -devel 2010-01-14 17:21:15 +00:00
Chris Weyl
3265846cad - update to 1.2.2
- drop old patch now in upstream
- add new pkgconfig file to -devel
2010-01-14 17:14:53 +00:00
Chris Weyl
82f313cfa1 - trim trailing spaces 2010-01-14 16:22:26 +00:00
Bill Nottingham
afda1f6ba6 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:51:18 +00:00
Chris Weyl
6b0d8a15fe - patch based on 683aa0f6b52fb1014873c961709102b5006372fc
- disable tests (*sigh*)
2009-09-22 03:56:35 +00:00
Tomáš Mráz
8eb74aa2fe - rebuilt with new openssl 2009-08-21 14:22:18 +00:00
Jesse Keating
b0c32672a9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 08:41:56 +00:00
Jesse Keating
ea10ac3601 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 19:06:30 +00:00
Chris Weyl
5f58f793d1 - update to 1.0 2009-02-17 04:43:59 +00:00
Tomáš Mráz
5bb5071a6b - rebuild with new openssl 2009-01-17 14:32:48 +00:00
Jesse Keating
25724311d2 - Autorebuild for GCC 4.3 2008-02-18 23:06:21 +00:00
Chris Weyl
a74497a268 - rebuild for new openssl... 2007-12-05 17:46:05 +00:00
Chris Weyl
ca69061c5b release bump 2007-11-28 01:25:14 +00:00
Chris Weyl
579bb92fce initial commit 2007-11-28 01:23:22 +00:00
Kevin Fenzi
44b7eec956 Setup of module libssh2 2007-11-27 20:15:45 +00:00