From d25973e203b8298005389983bf17f613c940c40e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 13 Feb 2016 09:34:00 -0800 Subject: libgcrypt: Security fix CVE-2015-7511 CVE-2015-7511 libgcrypt: side-channel attack on ECDH with Weierstrass curves affects libgcrypt < 1.6.5 adjust SRC_URI + for this version. Patch 1 is a dependancy patch. simple macro name change. Patch 2 is the cve fix. (From OE-Core master rev: c691ce99bd2d249d6fdc4ad58300719488fea12c) (From OE-Core rev: 88ba5ea3f3a421ac91d670e450f4b0645a53d733) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb') diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb index c49c0e7c17..40b7387b34 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb @@ -1,4 +1,9 @@ require libgcrypt.inc +SRC_URI += "\ + file://CVE-2015-7511_1.patch \ + file://CVE-2015-7511_2.patch \ + " + SRC_URI[md5sum] = "d19adc062edff0ebc7e887212733ef1f" SRC_URI[sha256sum] = "936921644b9c81e2395e18a554a9a5f9252aae3976f8afc3e4229ee9d785e627" -- cgit v1.2.3-54-g00ecf