diff --git a/libssh-0.3.2.tar.bz2 b/libssh-0.3.2.tar.bz2 deleted file mode 100644 index ce2f717..0000000 --- a/libssh-0.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98a8e2ee3f4e049040110169313881adf712a49851a1bfe10326051377d688d -size 159499 diff --git a/libssh-0.3.3.tar.bz2 b/libssh-0.3.3.tar.bz2 new file mode 100644 index 0000000..cd7de32 --- /dev/null +++ b/libssh-0.3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248951c0e997b81073a6b0dc5d6967e9d05030dd93269a7c641bd1c843908663 +size 159656 diff --git a/libssh.changes b/libssh.changes index c4a7ba0..db21325 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 18 15:28:06 CEST 2009 - anschneider@exsuse.de + +- Update to version 0.3.3. + * Fixed double free pointer crash in dsa_public_to_string. + * Fixed channel_get_exit_status bug. + * Fixed ssh_finalize which didn't clear the flag. + * Fixed memory leak introduced by previous bugfix. + * Fixed channel_poll broken when delayed EOF recvd. + * Fixed stupid "can't parse known host key" bug. + * Fixed possible memory corruption (ticket #14). + ------------------------------------------------------------------- Tue Aug 4 16:20:25 CEST 2009 - anschneider@exsuse.de diff --git a/libssh.spec b/libssh.spec index 59fd19c..7d5b282 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,5 +1,5 @@ # -# spec file for package libssh (Version 0.3.2) +# spec file for package libssh (Version 0.3.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ Name: libssh BuildRequires: cmake doxygen openssl-devel License: LGPL v2.1 or later Group: System/Libraries -Version: 0.3.2 +Version: 0.3.3 Release: 1 Summary: SSH library Source0: %{name}-%{version}.tar.bz2