From 7ddc07686feafff549d83a7d88a722d3c46c52a3a12b5b8ecd41aec761d170f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 21 Oct 2011 18:18:27 +0000 Subject: [PATCH] Accepting request 89034 from home:elvigia:branches:devel:libraries:c_c++ - Update to version 1.3.0 * sftp_read: advance offset correctly for buffered copies * libssh2_sftp_seek64: flush packetlist and buffered data * _libssh2_packet_add: adjust window size when truncating * sftp_read: a short read is not end of file OBS-URL: https://build.opensuse.org/request/show/89034 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=32 --- libssh2-1.2.9.tar.bz2 | 3 --- libssh2-1.3.0.tar.bz2 | 3 +++ libssh2_org.changes | 10 ++++++++++ libssh2_org.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libssh2-1.2.9.tar.bz2 create mode 100644 libssh2-1.3.0.tar.bz2 diff --git a/libssh2-1.2.9.tar.bz2 b/libssh2-1.2.9.tar.bz2 deleted file mode 100644 index 2c423fc..0000000 --- a/libssh2-1.2.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aad275a20a11352c3e383b89ba389e8f0e373bb41ab52dce2e131654e6e7732 -size 522712 diff --git a/libssh2-1.3.0.tar.bz2 b/libssh2-1.3.0.tar.bz2 new file mode 100644 index 0000000..d17786d --- /dev/null +++ b/libssh2-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82287141c33cfd9ff6d1e238a64f22082f69b60e4e06d10bef6b1e632a554e4 +size 521754 diff --git a/libssh2_org.changes b/libssh2_org.changes index 1a0dc27..d4060b7 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 21 18:15:49 UTC 2011 - crrodriguez@opensuse.org + +- Update to version 1.3.0 +* sftp_read: advance offset correctly for buffered copies +* libssh2_sftp_seek64: flush packetlist and buffered data +* _libssh2_packet_add: adjust window size when truncating +* sftp_read: a short read is not end of file + + ------------------------------------------------------------------- Sat Oct 1 14:19:34 CEST 2011 - dmueller@suse.de diff --git a/libssh2_org.spec b/libssh2_org.spec index f1c7b39..053c4f0 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -19,7 +19,7 @@ Summary: A library implementing the SSH2 protocol Name: libssh2_org -Version: 1.2.9 +Version: 1.3.0 Release: 3 License: BSD3c Url: http://www.libssh2.org/