Accepting request 47233 from network:synchronization:files
Copy from network:synchronization:files/libssh based on submit request 47233 from user gladiac OBS-URL: https://build.opensuse.org/request/show/47233 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=13
This commit is contained in:
parent
467a207bea
commit
b77f89ba7b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ccbf1ae436caa04cfc3a43c544e92c2285257132b5306a8361e66365162f8c5
|
|
||||||
size 185270
|
|
3
libssh-0.4.6.tar.bz2
Normal file
3
libssh-0.4.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8de2401030f091614b94d94b32eda0f552bf806bef78ee33fb78cf0dbe707ae3
|
||||||
|
size 195790
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 5 19:30:28 CEST 2010 - asn@cynapses.org
|
||||||
|
|
||||||
|
- Update to version 0.4.6
|
||||||
|
* Added a cleanup function to free the ws2_32 library.
|
||||||
|
* Fixed build with gcc 3.4.
|
||||||
|
* Fixed the Windows build on Vista and newer.
|
||||||
|
* Fixed the usage of WSAPoll() on Windows.
|
||||||
|
* Fixed "@deprecated" in doxygen
|
||||||
|
* Fixed some mingw warnings.
|
||||||
|
* Fixed handling of opened channels.
|
||||||
|
* Fixed keepalive problem on older openssh servers.
|
||||||
|
* Fixed testing for big endian on Windows.
|
||||||
|
* Fixed the Windows preprocessor macros and defines.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 13 10:27:13 CEST 2010 - anschneider@exsuse.de
|
||||||
|
|
||||||
|
- Update to version 0.4.5
|
||||||
|
* Added option to bind a client to an ip address.
|
||||||
|
* Fixed the ssh socket polling function.
|
||||||
|
* Fixed Windows related bugs in bsd_poll().
|
||||||
|
* Fixed serveral build warnings.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 31 14:13:55 CEST 2010 - anschneider@exsuse.de
|
||||||
|
|
||||||
|
- Update to version 0.4.4
|
||||||
|
* Fixed some bugs ein path expand functions.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 17 23:50:11 CEST 2010 - anschneider@exsuse.de
|
||||||
|
|
||||||
|
- Update to version 0.4.3
|
||||||
|
* Added global/keepalive responses.
|
||||||
|
* Added runtime detection of WSAPoll().
|
||||||
|
* Added a select(2) based poll-emulation if poll(2) is not available.
|
||||||
|
* Added a function to expand an escaped string.
|
||||||
|
* Added a function to expand the tilde from a path.
|
||||||
|
* Added a proxycommand support.
|
||||||
|
* Added ssh_privatekey_type public function
|
||||||
|
* Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.
|
||||||
|
* Fixed sftp_chown.
|
||||||
|
* Fixed sftp_rename on protocol version 3.
|
||||||
|
* Fixed a blocking bug in channel_poll.
|
||||||
|
* Fixed config parsing wich has overwritten user specified values.
|
||||||
|
* Fixed hashed [host]:port format in knownhosts
|
||||||
|
* Fixed Windows build.
|
||||||
|
* Fixed doublefree happening after a negociation error.
|
||||||
|
* Fixed aes*-ctr with <= OpenSSL 0.9.7b.
|
||||||
|
* Fixed some documentation.
|
||||||
|
* Fixed exec example which has broken read usage.
|
||||||
|
* Fixed broken algorithm choice for server.
|
||||||
|
* Fixed a typo that we don't export all symbols.
|
||||||
|
* Removed the unneeded dependency to doxygen.
|
||||||
|
* Build examples only on the Linux plattform.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 15 19:40:44 CET 2010 - anschneider@exsuse.de
|
Mon Mar 15 19:40:44 CET 2010 - anschneider@exsuse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libssh (Version 0.4.2)
|
# spec file for package libssh (Version 0.4.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ Name: libssh
|
|||||||
BuildRequires: cmake doxygen openssl-devel
|
BuildRequires: cmake doxygen openssl-devel
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 0.4.2
|
Version: 0.4.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: SSH library
|
Summary: SSH library
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user