mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
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 <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
267 B
BlitzBasic
10 lines
267 B
BlitzBasic
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"
|