From b77f89ba7b7034219a81221e2493c05b384e4bfaa160509562e00c89d6aadd2b Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 6 Sep 2010 15:43:58 +0000 Subject: [PATCH] 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 --- libssh-0.4.2.tar.bz2 | 3 --- libssh-0.4.6.tar.bz2 | 3 +++ libssh.changes | 57 ++++++++++++++++++++++++++++++++++++++++++++ libssh.spec | 4 ++-- 4 files changed, 62 insertions(+), 5 deletions(-) delete mode 100644 libssh-0.4.2.tar.bz2 create mode 100644 libssh-0.4.6.tar.bz2 diff --git a/libssh-0.4.2.tar.bz2 b/libssh-0.4.2.tar.bz2 deleted file mode 100644 index cfd6136..0000000 --- a/libssh-0.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ccbf1ae436caa04cfc3a43c544e92c2285257132b5306a8361e66365162f8c5 -size 185270 diff --git a/libssh-0.4.6.tar.bz2 b/libssh-0.4.6.tar.bz2 new file mode 100644 index 0000000..f65b0ca --- /dev/null +++ b/libssh-0.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de2401030f091614b94d94b32eda0f552bf806bef78ee33fb78cf0dbe707ae3 +size 195790 diff --git a/libssh.changes b/libssh.changes index 2b19c04..0c8271d 100644 --- a/libssh.changes +++ b/libssh.changes @@ -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 diff --git a/libssh.spec b/libssh.spec index a9c1f95..e76ff33 100644 --- a/libssh.spec +++ b/libssh.spec @@ -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. # @@ -23,7 +23,7 @@ Name: libssh BuildRequires: cmake doxygen openssl-devel License: LGPLv2.1+ Group: System/Libraries -Version: 0.4.2 +Version: 0.4.6 Release: 1 Summary: SSH library Source0: %{name}-%{version}.tar.bz2