This commit is contained in:
parent
60eeb5ae29
commit
955f5718d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a91c4959ba256ecaff0b196e8a02f5044e240ac7c86197526b39388a96260bc
|
||||
size 176903
|
3
libssh-0.3.2.tar.bz2
Normal file
3
libssh-0.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f98a8e2ee3f4e049040110169313881adf712a49851a1bfe10326051377d688d
|
||||
size 159499
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 16:20:25 CEST 2009 - anschneider@exsuse.de
|
||||
|
||||
- Update to version 0.3.2
|
||||
* Added ssh_init() function.
|
||||
* Added sftp_readlink() function.
|
||||
* Added sftp_symlink() function.
|
||||
* Fixed ssh_write_knownhost().
|
||||
* Fixed compilation on Solaris.
|
||||
* Fixed SSHv1 compilation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 09:55:36 CEST 2009 - anschneider@exsuse.de
|
||||
|
||||
- Update to version 0.3.1
|
||||
* Added return code SSH_SERVER_FILE_NOT_FOUND.
|
||||
* Fixed compilation of SSHv1.
|
||||
* Fixed several memory leaks.
|
||||
* Fixed possible infinite loops.
|
||||
* Fixed a possible crash bug.
|
||||
* Fixed build warnings.
|
||||
* Fixed cmake on BSD.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 10:52:35 CEST 2009 - anschneider@exsuse.de
|
||||
|
||||
|
61
libssh.spec
61
libssh.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libssh (Version 0.3.0)
|
||||
# spec file for package libssh (Version 0.3.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Url: http://0xbadc0de.be/wiki/libssh:libssh
|
||||
Url: http://www.libssh.org
|
||||
|
||||
Name: libssh
|
||||
BuildRequires: cmake doxygen openssl-devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Version: 0.3.0
|
||||
Version: 0.3.2
|
||||
Release: 1
|
||||
Summary: SSH library
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -39,7 +39,7 @@ tunnel for your remote programs. With its Secure FTP implementation,
|
||||
you can play with remote files easily, without third-party programs
|
||||
others than libcrypto (from openssl).
|
||||
|
||||
This package provides libssh from http://0xbadc0de.be/ that should not
|
||||
This package provides libssh from http://www.libssh.org that should not
|
||||
be confused with libssh2 available from http://www.libssh2.org (libssh2
|
||||
package)
|
||||
|
||||
@ -48,6 +48,7 @@ package)
|
||||
Authors:
|
||||
--------
|
||||
Aris Adamantiadis <aris@0xbadc0de.be>
|
||||
Andreas Schneider <mail@cynapses.org>
|
||||
Nick Zitzmann <seiryu@comcast.net>
|
||||
|
||||
%package -n libssh3
|
||||
@ -64,7 +65,7 @@ tunnel for your remote programs. With its Secure FTP implementation,
|
||||
you can play with remote files easily, without third-party programs
|
||||
others than libcrypto (from openssl).
|
||||
|
||||
This package provides libssh from http://0xbadc0de.be/ that should not
|
||||
This package provides libssh from http://www.libssh.org that should not
|
||||
be confused with libssh2 available from http://www.libssh2.org (libssh2
|
||||
package)
|
||||
|
||||
@ -73,6 +74,7 @@ package)
|
||||
Authors:
|
||||
--------
|
||||
Aris Adamantiadis <aris@0xbadc0de.be>
|
||||
Andreas Schneider <mail@cynapses.org>
|
||||
Nick Zitzmann <seiryu@comcast.net>
|
||||
|
||||
%package devel
|
||||
@ -89,6 +91,7 @@ Development headers for the SSH library.
|
||||
Authors:
|
||||
--------
|
||||
Aris Adamantiadis <aris@0xbadc0de.be>
|
||||
Andreas Schneider <mail@cynapses.org>
|
||||
Nick Zitzmann <seiryu@comcast.net>
|
||||
|
||||
%package devel-doc
|
||||
@ -104,6 +107,7 @@ Documentation for libssh development.
|
||||
Authors:
|
||||
--------
|
||||
Aris Adamantiadis <aris@0xbadc0de.be>
|
||||
Andreas Schneider <mail@cynapses.org>
|
||||
Nick Zitzmann <seiryu@comcast.net>
|
||||
|
||||
%prep
|
||||
@ -160,50 +164,3 @@ popd build
|
||||
%doc build/doc/html
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2009 anschneider@exsuse.de
|
||||
- Update to version 0.3.0
|
||||
* Added support for ssh-agent authentication.
|
||||
* Added POSIX like sftp implementation.
|
||||
* Added error checking to all functions.
|
||||
* Added const to arguments where it was needed.
|
||||
* Added a channel_get_exit_status() function.
|
||||
* Added a channel_read_buffer() function, channel_read() is now
|
||||
a POSIX like function.
|
||||
* Added a more generic auth callback function.
|
||||
* Added printf attribute checking for log and error functions.
|
||||
* Added runtime function tracer support.
|
||||
* Added NSIS build support with CPack.
|
||||
* Added openssh hashed host support.
|
||||
* Added API documentation for all public functions.
|
||||
* Added asynchronous SFTP read function.
|
||||
* Added a ssh_bind_set_fd() function.
|
||||
* Fixed known_hosts parsing.
|
||||
* Fixed a lot of build warnings.
|
||||
* Fixed the Windows build.
|
||||
* Fixed a lot of memory leaks.
|
||||
* Fixed a double free corruption in the server support.
|
||||
* Fixed the "ssh_accept:" bug in server support.
|
||||
* Fixed important channel bugs.
|
||||
* Refactored the socket handling.
|
||||
* Switched to CMake build system.
|
||||
* Improved performance.
|
||||
* Mon Nov 17 2008 anschneider@suse.de
|
||||
- Add 'Provides: libssh' to the library that the debuginfo package
|
||||
can be installed.
|
||||
- Fix channel performance by changing the window len.
|
||||
- Use libssh2 as name for the library package.
|
||||
- Remove rpmlintrc
|
||||
* 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 libssh package
|
||||
|
Loading…
Reference in New Issue
Block a user