mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
nettle: update to 3.4.1
Bug fix only release Include: CVE-2018-16868 gnutls: Bleichenbacher-like side channel leakage in PKCS#1 1.5 verification and padding oracle verification CVE-2018-16869 nettle: Leaky data conversion exposing a manager oracle For full details see: http://lists.lysator.liu.se/pipermail/nettle-bugs/2018/007369.html [V2] Add -std=c99 to cflags (From OE-Core rev: 8ac8fa8ee10c59a081d368a5429e0eced8dd5d3c) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
96dee0ab5c
commit
0a835727a8
+3
-2
@@ -20,8 +20,8 @@ SRC_URI_append_class-target = "\
|
||||
file://dlopen-test.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "dc0f13028264992f58e67b4e8915f53d"
|
||||
SRC_URI[sha256sum] = "ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94"
|
||||
SRC_URI[md5sum] = "9bdebb0e2f638d3b9d91f7fc264b70c1"
|
||||
SRC_URI[sha256sum] = "f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
@@ -30,6 +30,7 @@ inherit autotools ptest multilib_header
|
||||
EXTRA_AUTORECONF += "--exclude=aclocal"
|
||||
|
||||
EXTRA_OECONF = "--disable-openssl"
|
||||
CFLAGS_append = " -std=c99"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake buildtest
|
||||
Reference in New Issue
Block a user