diff --git a/libssh-0.4.6.tar.bz2 b/libssh-0.4.6.tar.bz2 deleted file mode 100644 index f65b0ca..0000000 --- a/libssh-0.4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8de2401030f091614b94d94b32eda0f552bf806bef78ee33fb78cf0dbe707ae3 -size 195790 diff --git a/libssh-0.4.8.tar.bz2 b/libssh-0.4.8.tar.bz2 new file mode 100644 index 0000000..e05e451 --- /dev/null +++ b/libssh-0.4.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a159464ec71625234c3ce8b359686836e46ab084ead4480f4932a32ea159e8d +size 196303 diff --git a/libssh.changes b/libssh.changes index 0c8271d..7a3b767 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Jan 15 08:58:45 UTC 2011 - asn@cryptomilk.org + +- Update to version 0.4.8 + * Fixed memory leaks in session signing. + * Fixed memory leak in ssh_print_hexa. + * Fixed problem with ssh_connect w/ timeout and fd > 1024. + * Fixed some warnings on OS/2. + * Fixed installation path for OS/2. + +------------------------------------------------------------------- +Mon Dec 27 20:12:23 CET 2010 - asn@cynapses.org + +- Update to version 0.4.7 + * Fixed a possible memory leak in ssh_get_user_home(). + * Fixed a memory leak in sftp_xstat. + * Fixed uninitialized fd->revents member. + * Fixed timout value in ssh_channel_accept(). + * Fixed length checks in ssh_analyze_banner(). + * Fixed a possible data overread and crash bug. + * Fixed setting max_fd which breaks ssh_select(). + * Fixed some pedantic build warnings. + * Fixed a memory leak with session->bindaddr. + ------------------------------------------------------------------- Sun Sep 5 19:30:28 CEST 2010 - asn@cynapses.org diff --git a/libssh.spec b/libssh.spec index e76ff33..c6a9921 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ # -# spec file for package libssh (Version 0.4.6) +# spec file for package libssh (Version 0.4.7) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,10 @@ Url: http://www.libssh.org Name: libssh BuildRequires: cmake doxygen openssl-devel -License: LGPLv2.1+ +License: LGPL v2.1 or later Group: System/Libraries -Version: 0.4.6 -Release: 1 +Version: 0.4.8 +Release: 0 Summary: SSH library Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,7 +52,7 @@ Authors: Nick Zitzmann %package -n libssh4 -License: LGPLv2.1+ +License: LGPL v2.1 or later Group: System/Libraries Summary: SSH library @@ -78,7 +78,7 @@ Authors: Nick Zitzmann %package devel -License: LGPLv2.1+ +License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: SSH library development headers Requires: libssh4 = %{version} @@ -95,7 +95,7 @@ Authors: Nick Zitzmann %package devel-doc -License: LGPLv2.1+ +License: LGPL v2.1 or later Group: Development/Languages/C and C++ Summary: SSH library api documentation @@ -165,3 +165,17 @@ popd build %doc build/doc/html %changelog +* Tue Oct 07 2008 aj@suse.de +- Disable parallel build since it breaks the build. +* Tue Sep 30 2008 ro@suse.de +- add rpmlintrc (desired package name is already taken by another + package) +* Tue Sep 30 2008 ro@suse.de +- fix debug package requires +* Tue Sep 30 2008 ro@suse.de +- fixed filelist +* Thu Aug 21 2008 anschneider@suse.de +- Map the permissions field to the type field for sftp v3. +- Add errno mapping for sftp functions +* Wed Aug 20 2008 anschneider@suse.de +- initial libssh2 package