Update to version 0.8.4
Fixes CVE-2018-10933
This commit is contained in:
parent
b4153fee72
commit
8bcdda4a08
2
.gitignore
vendored
2
.gitignore
vendored
@ -33,3 +33,5 @@ libssh-0.4.4.tar.gz.asc
|
||||
/libssh-0.8.2.tar.xz.asc
|
||||
/libssh-0.8.3.tar.xz
|
||||
/libssh-0.8.3.tar.xz.asc
|
||||
/libssh-0.8.4.tar.xz
|
||||
/libssh-0.8.4.tar.xz.asc
|
||||
|
File diff suppressed because it is too large
Load Diff
11
libssh.spec
11
libssh.spec
@ -1,6 +1,6 @@
|
||||
Name: libssh
|
||||
Version: 0.8.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library implementing the SSH protocol
|
||||
License: LGPLv2+
|
||||
URL: http://www.libssh.org
|
||||
@ -9,8 +9,6 @@ Source0: https://www.libssh.org/files/0.8/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.libssh.org/files/0.8/%{name}-%{version}.tar.xz.asc
|
||||
Source2: https://cryptomilk.org/gpgkey-8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D.gpg#/%{name}.keyring
|
||||
|
||||
Patch1: libssh-0.8.3-fix-covscan-errors.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
@ -106,6 +104,11 @@ popd
|
||||
%{_libdir}/libssh_threads.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.4-1
|
||||
- Update to version 0.8.4
|
||||
https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release
|
||||
- Fixes CVE-2018-10933
|
||||
|
||||
* Mon Oct 01 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-3
|
||||
- Fixed errors found by static code analysis
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libssh-0.8.3.tar.xz) = 09e7ccbb2c584a9e51366a43f08f80cc5775c649886736629ab10f3520432d107c93e94a54c7d7e49a68f8f3b5d268bf1985acbe08d29dbffbfc0c53a4937ea5
|
||||
SHA512 (libssh-0.8.3.tar.xz.asc) = b67e639b737f7765d1481e09d655174660417280f6e8d4bee1a7d1d6130df999ba6c0bee284cb2825a1a11eeacde8b9a2368fecdc6428c31a818e6a13fcf754d
|
||||
SHA512 (libssh-0.8.4.tar.xz) = 73d685bab2e88ff6b03c95cc13f1bd341bce4c527353c7e4870865d236cfbe23dfd2d198a1ec1531aed1afd700ce8e5b738ec68ca9152a4b6ae63dd6cbbf0d51
|
||||
SHA512 (libssh-0.8.4.tar.xz.asc) = ee6d5993bf3c9c7f3634109996f0d2aa8046f5c87aca6a24f557510308ec7c5ebbdab985cef84733dba3eacd2384bf7a7548c633b16e470e4926c9e85acedaaa
|
||||
|
Loading…
Reference in New Issue
Block a user