summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Howarth <paul@city-fan.org>2019-07-19 09:44:33 +0100
committerPaul Howarth <paul@city-fan.org>2019-07-19 09:44:33 +0100
commit6957951772db6c2b0db0a03e087c06a8b84d2bd7 (patch)
tree1b5d58f685d5ab277df81f099b346e9bb038b9b5
parentUpdate to 1.9.0 (diff)
downloadlibssh2-freefilesync-6957951772db6c2b0db0a03e087c06a8b84d2bd7.tar.gz
libssh2-freefilesync-6957951772db6c2b0db0a03e087c06a8b84d2bd7.tar.bz2
libssh2-freefilesync-6957951772db6c2b0db0a03e087c06a8b84d2bd7.zip
Add changelog reference to CVE-2019-13115
-rw-r--r--libssh2.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh2.spec b/libssh2.spec
index 5b09a03..d9a858d 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -113,6 +113,7 @@ LC_ALL=en_US.UTF-8 make -C tests check
%changelog
* 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)
- Adds ECDSA keys and host key support when using OpenSSL
- Adds ED25519 key and host key support when using OpenSSL 1.1.1
- Adds OpenSSH style key file reading
bgstack15