diff options
author | Fedora Release Engineering <releng@fedoraproject.org> | 2019-07-25 14:27:39 +0000 |
---|---|---|
committer | Fedora Release Engineering <releng@fedoraproject.org> | 2019-07-25 14:27:39 +0000 |
commit | 3d9150262d45fd116a775d06383c9cc9d84ab642 (patch) | |
tree | 4634fb5aeaf18ba4b332b6de0d179bb1965d42d2 | |
parent | Add changelog reference to CVE-2019-13115 (diff) | |
download | libssh2-freefilesync-3d9150262d45fd116a775d06383c9cc9d84ab642.tar.gz libssh2-freefilesync-3d9150262d45fd116a775d06383c9cc9d84ab642.tar.bz2 libssh2-freefilesync-3d9150262d45fd116a775d06383c9cc9d84ab642.zip |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
-rw-r--r-- | libssh2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec index d9a858d..f9c8dfc 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library implementing the SSH2 protocol License: BSD URL: http://www.libssh2.org/ @@ -111,6 +111,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jun 20 2019 Paul Howarth <paul@city-fan.org> - 1.9.0-1 - Update to 1.9.0 - Fixed integer overflow leading to out-of-bounds read (CVE-2019-13115) |