diff --git a/libssh2.spec b/libssh2.spec index 54b61a4..e690b74 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library implementing the SSH2 protocol License: BSD URL: http://www.libssh2.org/ @@ -115,6 +115,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Oct 30 2019 Kamil Dudka - 1.9.0-3 - fix integer overflow in SSH_MSG_DISCONNECT logic (CVE-2019-17498)