summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedora Release Engineering <releng@fedoraproject.org>2019-07-25 14:27:39 +0000
committerFedora Release Engineering <releng@fedoraproject.org>2019-07-25 14:27:39 +0000
commit3d9150262d45fd116a775d06383c9cc9d84ab642 (patch)
tree4634fb5aeaf18ba4b332b6de0d179bb1965d42d2
parentAdd changelog reference to CVE-2019-13115 (diff)
downloadlibssh2-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.spec5
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)
bgstack15