update to 1.2.7 (#632916)
- avoid multilib conflict on libssh2-docs - avoid build failure in mock with SELinux in the enforcing mode (#558964)epel9
parent
a6bc831ff0
commit
9936af47e1
@ -1 +1,2 @@
|
||||
libssh2-1.2.4.tar.gz
|
||||
/libssh2-1.2.7.tar.gz
|
||||
|
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkxq+yUACgkQeOEcayedXJG20ACeMdXVfOb0uopARLRRxVdZ3y4/
|
||||
a5EAn2lxpeDn1L6JMtdYtJQT19hjfL1T
|
||||
=eefQ
|
||||
-----END PGP SIGNATURE-----
|
@ -1 +1 @@
|
||||
4d65a66d5f232e5bb1d05b311e43d46d libssh2-1.2.4.tar.gz
|
||||
a5d78344886f1282e4008c09bf568076 libssh2-1.2.7.tar.gz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/src/transport.c b/src/transport.c
|
||||
index 19efdf2..d9a38ca 100644
|
||||
--- a/src/transport.c
|
||||
+++ b/src/transport.c
|
||||
@@ -626,7 +626,7 @@ send_existing(LIBSSH2_SESSION * session, unsigned char *data,
|
||||
|
||||
p->osent += rc; /* we sent away this much data */
|
||||
|
||||
- return PACKET_NONE;
|
||||
+ return p->osent < data_len ? PACKET_EAGAIN : PACKET_NONE;
|
||||
}
|
||||
|
||||
/*
|
Loading…
Reference in new issue