summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt/libgcrypt.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-18 23:07:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-19 11:30:27 +0100
commit2e132efa2f985f72c3b6c5402747d0b0e1fc540a (patch)
tree0500f6da1fb28c033f65650a3fc46d9424eb016e /meta/recipes-support/libgcrypt/libgcrypt.inc
parentbbe268e060d9e5a2e37514eaf078de5147c15d58 (diff)
downloadpoky-2e132efa2f985f72c3b6c5402747d0b0e1fc540a.tar.gz
libgcrypt: fix CVE-2017-7526
Fixes CVE-2017-7526, 'flush+reload side-channel attack on RSA secret keys dubbed "Sliding right into disaster"'. (From OE-Core rev: e3911133ee9aad7cc3ae89faea80a097f6614fab) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt.inc')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 7c4c0e83b5..00870e3d27 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -21,6 +21,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \
21 file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ 21 file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \
22 file://fix-undefined-reference-to-pthread.patch \ 22 file://fix-undefined-reference-to-pthread.patch \
23 file://0001-ecc-Store-EdDSA-session-key-in-secure-memory.patch \ 23 file://0001-ecc-Store-EdDSA-session-key-in-secure-memory.patch \
24 file://CVE-2017-7526.patch \
24" 25"
25 26
26BINCONFIG = "${bindir}/libgcrypt-config" 27BINCONFIG = "${bindir}/libgcrypt-config"