From 7e336e17da32f7a20731f9f864613ab4ef5cc0a3d51d75576d247f2ea2540960 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 20 Dec 2009 19:40:00 +0000 Subject: [PATCH] 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 --- libssh-0.3.4.tar.bz2 | 3 --- libssh-0.3.92.tar.bz2 | 3 +++ libssh.changes | 28 ++++++++++++++++++++++++++++ libssh.spec | 16 ++++++++-------- 4 files changed, 39 insertions(+), 11 deletions(-) delete mode 100644 libssh-0.3.4.tar.bz2 create mode 100644 libssh-0.3.92.tar.bz2 diff --git a/libssh-0.3.4.tar.bz2 b/libssh-0.3.4.tar.bz2 deleted file mode 100644 index a17d917..0000000 --- a/libssh-0.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05218b5f549b0144f351a4259a491bed4ebc43520175525e3e51b770b1215fb2 -size 160887 diff --git a/libssh-0.3.92.tar.bz2 b/libssh-0.3.92.tar.bz2 new file mode 100644 index 0000000..afed7c1 --- /dev/null +++ b/libssh-0.3.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72df16f0b5ede081a388278ce50785e68dc7395f608ed13cf37ffa3d5e112041 +size 192122 diff --git a/libssh.changes b/libssh.changes index 0fc7553..a0f3ebf 100644 --- a/libssh.changes +++ b/libssh.changes @@ -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 diff --git a/libssh.spec b/libssh.spec index f9672dc..b93b5cc 100644 --- a/libssh.spec +++ b/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. # @@ -23,7 +23,7 @@ Name: libssh BuildRequires: cmake doxygen openssl-devel License: LGPL v2.1 or later Group: System/Libraries -Version: 0.3.4 +Version: 0.3.92 Release: 1 Summary: SSH library Source0: %{name}-%{version}.tar.bz2 @@ -51,12 +51,12 @@ Authors: Andreas Schneider Nick Zitzmann -%package -n libssh3 +%package -n libssh4 License: LGPL v2.1 or later Group: System/Libraries Summary: SSH library -%description -n libssh3 +%description -n libssh4 The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can @@ -81,7 +81,7 @@ Authors: License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: SSH library development headers -Requires: libssh3 = %{version} +Requires: libssh4 = %{version} %description devel Development headers for the SSH library. @@ -140,16 +140,16 @@ pushd build %endif popd build -%post -n libssh3 +%post -n libssh4 /sbin/ldconfig -%postun -n libssh3 +%postun -n libssh4 /sbin/ldconfig %clean %{__rm} -rf %{buildroot} -%files -n libssh3 +%files -n libssh4 %defattr(-,root,root) %doc AUTHORS README ChangeLog %{_libdir}/libssh.so.*