Accepting request 58675 from network:synchronization:files
Accepted submit request 58675 from user gladiac OBS-URL: https://build.opensuse.org/request/show/58675 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=14
This commit is contained in:
parent
b77f89ba7b
commit
ea440959d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8de2401030f091614b94d94b32eda0f552bf806bef78ee33fb78cf0dbe707ae3
|
|
||||||
size 195790
|
|
3
libssh-0.4.8.tar.bz2
Normal file
3
libssh-0.4.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a159464ec71625234c3ce8b359686836e46ab084ead4480f4932a32ea159e8d
|
||||||
|
size 196303
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 15 08:58:45 UTC 2011 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to version 0.4.8
|
||||||
|
* Fixed memory leaks in session signing.
|
||||||
|
* Fixed memory leak in ssh_print_hexa.
|
||||||
|
* Fixed problem with ssh_connect w/ timeout and fd > 1024.
|
||||||
|
* Fixed some warnings on OS/2.
|
||||||
|
* Fixed installation path for OS/2.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 27 20:12:23 CET 2010 - asn@cynapses.org
|
||||||
|
|
||||||
|
- Update to version 0.4.7
|
||||||
|
* Fixed a possible memory leak in ssh_get_user_home().
|
||||||
|
* Fixed a memory leak in sftp_xstat.
|
||||||
|
* Fixed uninitialized fd->revents member.
|
||||||
|
* Fixed timout value in ssh_channel_accept().
|
||||||
|
* Fixed length checks in ssh_analyze_banner().
|
||||||
|
* Fixed a possible data overread and crash bug.
|
||||||
|
* Fixed setting max_fd which breaks ssh_select().
|
||||||
|
* Fixed some pedantic build warnings.
|
||||||
|
* Fixed a memory leak with session->bindaddr.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 5 19:30:28 CEST 2010 - asn@cynapses.org
|
Sun Sep 5 19:30:28 CEST 2010 - asn@cynapses.org
|
||||||
|
|
||||||
|
30
libssh.spec
30
libssh.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libssh (Version 0.4.6)
|
# spec file for package libssh (Version 0.4.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,10 +21,10 @@ Url: http://www.libssh.org
|
|||||||
|
|
||||||
Name: libssh
|
Name: libssh
|
||||||
BuildRequires: cmake doxygen openssl-devel
|
BuildRequires: cmake doxygen openssl-devel
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 0.4.6
|
Version: 0.4.8
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: SSH library
|
Summary: SSH library
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -52,7 +52,7 @@ Authors:
|
|||||||
Nick Zitzmann <seiryu@comcast.net>
|
Nick Zitzmann <seiryu@comcast.net>
|
||||||
|
|
||||||
%package -n libssh4
|
%package -n libssh4
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: SSH library
|
Summary: SSH library
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ Authors:
|
|||||||
Nick Zitzmann <seiryu@comcast.net>
|
Nick Zitzmann <seiryu@comcast.net>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
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: libssh4 = %{version}
|
Requires: libssh4 = %{version}
|
||||||
@ -95,7 +95,7 @@ Authors:
|
|||||||
Nick Zitzmann <seiryu@comcast.net>
|
Nick Zitzmann <seiryu@comcast.net>
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Summary: SSH library api documentation
|
Summary: SSH library api documentation
|
||||||
|
|
||||||
@ -165,3 +165,17 @@ popd build
|
|||||||
%doc build/doc/html
|
%doc build/doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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 libssh2 package
|
||||||
|
Loading…
Reference in New Issue
Block a user