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
This commit is contained in:
Sascha Peilicke 2011-06-10 12:59:40 +00:00 committed by Git OBS Bridge
parent 4a017e9790
commit be25677fe4
4 changed files with 44 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a159464ec71625234c3ce8b359686836e46ab084ead4480f4932a32ea159e8d
size 196303

3
libssh-0.5.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88285ac57c5484c7502be4288186d1fe7b35b6b842826f8d92e7e97e241d07dd
size 234827

View File

@ -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

View File

@ -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 <seiryu@comcast.net>
%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 <seiryu@comcast.net>
%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 <seiryu@comcast.net>
%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