mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
CVE-2015-7511 libgcrypt: side-channel attack on ECDH with Weierstrass curves affects libgcrypt < 1.6.5 Patch 1 is a dependancy patch. simple macro name change. Patch 2 is the cve fix. (From OE-Core rev: c691ce99bd2d249d6fdc4ad58300719488fea12c) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
266 B
BlitzBasic
9 lines
266 B
BlitzBasic
require libgcrypt.inc
|
|
|
|
SRC_URI += "\
|
|
file://CVE-2015-7511_1.patch \
|
|
file://CVE-2015-7511_2.patch \
|
|
"
|
|
SRC_URI[md5sum] = "de03b867d02fdf115a1bac8bb8b5c3a3"
|
|
SRC_URI[sha256sum] = "69e94e1a7084d94e1a6ca26d436068cb74862d10a7353cfae579a2d88674ff09"
|