From be25677fe4431e83fc7550535d6c07e21fce13e2a10c3b5f5a826f140695d529 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 10 Jun 2011 12:59:40 +0000 Subject: [PATCH] Accepting request 72498 from network:synchronization:files Update to libssh 0.5.0 OBS-URL: https://build.opensuse.org/request/show/72498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=17 --- libssh-0.4.8.tar.bz2 | 3 --- libssh-0.5.0.tar.bz2 | 3 +++ libssh.changes | 15 +++++++++++++++ libssh.spec | 35 ++++++++++++++++++++++++++--------- 4 files changed, 44 insertions(+), 12 deletions(-) delete mode 100644 libssh-0.4.8.tar.bz2 create mode 100644 libssh-0.5.0.tar.bz2 diff --git a/libssh-0.4.8.tar.bz2 b/libssh-0.4.8.tar.bz2 deleted file mode 100644 index e05e451..0000000 --- a/libssh-0.4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a159464ec71625234c3ce8b359686836e46ab084ead4480f4932a32ea159e8d -size 196303 diff --git a/libssh-0.5.0.tar.bz2 b/libssh-0.5.0.tar.bz2 new file mode 100644 index 0000000..36fbffe --- /dev/null +++ b/libssh-0.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88285ac57c5484c7502be4288186d1fe7b35b6b842826f8d92e7e97e241d07dd +size 234827 diff --git a/libssh.changes b/libssh.changes index 7a3b767..1dfb136 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 31 14:32:09 UTC 2011 - asn@cryptomilk.org + +- Update to version 0.5.0 + * Added ssh_ prefix to all functions. + * Added complete Windows support. + * Added improved server support. + * Added unit tests for a lot of functions. + * Added asynchronous service request. + * Added a multiplatform ssh_getpass() function. + * Added a tutorial. + * Added a lot of documentation. + * Fixed a lot of bugs. + * Fixed several memory leaks. + ------------------------------------------------------------------- Sat Jan 15 08:58:45 UTC 2011 - asn@cryptomilk.org diff --git a/libssh.spec b/libssh.spec index ac36356..8c72976 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ # -# spec file for package libssh +# spec file for package libssh (Version 0.4.7) # -# Copyright (c) 2011 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 @@ -20,11 +20,11 @@ Url: http://www.libssh.org Name: libssh -BuildRequires: cmake doxygen openssl-devel -License: LGPLv2.1+ +BuildRequires: cmake doxygen gcc-c++ openssl-devel +License: LGPL v2.1 or later Group: System/Libraries -Version: 0.4.8 -Release: 1 +Version: 0.5.0 +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 @@ -154,14 +154,31 @@ popd build %defattr(-,root,root) %doc AUTHORS README ChangeLog %{_libdir}/libssh.so.* +%{_libdir}/libssh_threads.so.* %files devel %defattr(-,root,root) %{_includedir}/libssh %{_libdir}/libssh.so +%{_libdir}/libssh_threads.so +%{_libdir}/pkgconfig/libssh.pc %files devel-doc %defattr(-,root,root) %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