From 6957951772db6c2b0db0a03e087c06a8b84d2bd7 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 19 Jul 2019 09:44:33 +0100 Subject: [PATCH] Add changelog reference to CVE-2019-13115 --- libssh2.spec | 1 + 1 file changed, 1 insertion(+) 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 - 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