Accepting request 27227 from network
Copy from network/libssh based on submit request 27227 from user coolo OBS-URL: https://build.opensuse.org/request/show/27227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=8
This commit is contained in:
parent
166620c1b6
commit
7e336e17da
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:05218b5f549b0144f351a4259a491bed4ebc43520175525e3e51b770b1215fb2
|
|
||||||
size 160887
|
|
3
libssh-0.3.92.tar.bz2
Normal file
3
libssh-0.3.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72df16f0b5ede081a388278ce50785e68dc7395f608ed13cf37ffa3d5e112041
|
||||||
|
size 192122
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 25 15:47:54 UTC 2009 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.3.92 (0.4 RC2)
|
||||||
|
* Added pcap dumping support.
|
||||||
|
* Added scp support.
|
||||||
|
* Added support for sending signals (RFC 4254, section 6.9).
|
||||||
|
* Added MSVC support.
|
||||||
|
* Added support for ~/.ssh/config.
|
||||||
|
* Added sftp extension support.
|
||||||
|
* Added X11 forwarding support for client.
|
||||||
|
* Added forward listening.
|
||||||
|
* Added support for openssh extensions (statvfs, fstatvfs).
|
||||||
|
* Added a cleaned up interface for setting options.
|
||||||
|
* Added a generic way to handle sockets asynchronously.
|
||||||
|
* Added logging of the sftp flags used to open a file.
|
||||||
|
* Added full poll() support and poll-emulation for win32.
|
||||||
|
* Added missing 64bit functions in sftp.
|
||||||
|
* Added support for ~/ and SSH_DIR/ in filenames instead of %s/.
|
||||||
|
* Added more examples.
|
||||||
|
* Fixed Fix channel_get_exit_status bug.
|
||||||
|
* Fixed calltrace logging to make it optional.
|
||||||
|
* Fixed compilation on Solaris.
|
||||||
|
* Fixed resolving of ip addresses.
|
||||||
|
* Fixed libssh compilation without server support.
|
||||||
|
* Fixed possible memory corruptions (ticket #14).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 10:20:52 CEST 2009 - anschneider@exsuse.de
|
Mon Sep 14 10:20:52 CEST 2009 - anschneider@exsuse.de
|
||||||
|
|
||||||
|
16
libssh.spec
16
libssh.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libssh (Version 0.3.4)
|
# spec file for package libssh (Version 0.3.92)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ Name: libssh
|
|||||||
BuildRequires: cmake doxygen openssl-devel
|
BuildRequires: cmake doxygen openssl-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 0.3.4
|
Version: 0.3.92
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: SSH library
|
Summary: SSH library
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -51,12 +51,12 @@ Authors:
|
|||||||
Andreas Schneider <mail@cynapses.org>
|
Andreas Schneider <mail@cynapses.org>
|
||||||
Nick Zitzmann <seiryu@comcast.net>
|
Nick Zitzmann <seiryu@comcast.net>
|
||||||
|
|
||||||
%package -n libssh3
|
%package -n libssh4
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: SSH library
|
Summary: SSH library
|
||||||
|
|
||||||
%description -n libssh3
|
%description -n libssh4
|
||||||
The ssh library was designed to be used by programmers needing a
|
The ssh library was designed to be used by programmers needing a
|
||||||
working SSH implementation by the mean of a library. The complete
|
working SSH implementation by the mean of a library. The complete
|
||||||
control of the client is made by the programmer. With libssh, you can
|
control of the client is made by the programmer. With libssh, you can
|
||||||
@ -81,7 +81,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: SSH library development headers
|
Summary: SSH library development headers
|
||||||
Requires: libssh3 = %{version}
|
Requires: libssh4 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development headers for the SSH library.
|
Development headers for the SSH library.
|
||||||
@ -140,16 +140,16 @@ pushd build
|
|||||||
%endif
|
%endif
|
||||||
popd build
|
popd build
|
||||||
|
|
||||||
%post -n libssh3
|
%post -n libssh4
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libssh3
|
%postun -n libssh4
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -n libssh3
|
%files -n libssh4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS README ChangeLog
|
%doc AUTHORS README ChangeLog
|
||||||
%{_libdir}/libssh.so.*
|
%{_libdir}/libssh.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user