Accepting request 142129 from network:synchronization:files
Security update to 0.5.3 OBS-URL: https://build.opensuse.org/request/show/142129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=24
This commit is contained in:
parent
db8591d418
commit
98b462e250
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffed38b947d9affd995d1d43fb9b7eaa6a13d929526cba0c24e23e278af9d43c
|
||||
size 236827
|
3
libssh-0.5.3.tar.bz2
Normal file
3
libssh-0.5.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1015512f3a5d68ef2ef80f9a1aed48f18993f8f87ccd762ee0d2f62225940cde
|
||||
size 270834
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 13:40:42 UTC 2012 - asn@cryptomilk.org
|
||||
|
||||
- Update to version 0.5.3
|
||||
* CVE-2012-4559 Fixed multiple double free() flaws.
|
||||
* CVE-2012-4560 Fixed multiple buffer overflow flaws.
|
||||
* CVE-2012-4561 Fixed multiple invalid free() flaws.
|
||||
* rlo #84 - Fix bug in sftp_mkdir not returning on error.
|
||||
* rlo #85 - Fixed a possible channel infinite loop if the connection dropped.
|
||||
* rlo #88 - Added missing channel request_state and set it to accepted.
|
||||
* rlo #89 - Reset error state to no error on successful SSHv1 authentiction.
|
||||
* Fixed a possible use after free in ssh_free().
|
||||
* Fixed multiple possible NULL pointer dereferences.
|
||||
* Fixed multiple memory leaks in error paths.
|
||||
* Fixed timeout handling.
|
||||
* Fixed regression in pre-connected socket setting.
|
||||
* Handle all unknown global messages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 13:34:00 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
Version: 0.5.2
|
||||
Version: 0.5.3
|
||||
Release: 0
|
||||
Summary: SSH library
|
||||
License: LGPL-2.1+
|
||||
@ -80,9 +80,7 @@ Documentation for libssh development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if "%{?sles_version}" == "11"
|
||||
%patch -P 1 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
if test ! -e "build"; then
|
||||
|
Loading…
Reference in New Issue
Block a user