diff options
author | Armin Kuster <akuster@mvista.com> | 2016-02-05 08:41:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-10 23:13:55 +0000 |
commit | 8660cd1cffe5fe47ee782e4d927cd0f2451dfdab (patch) | |
tree | 3c47cde1d79e8bebf90c1ccbd40ecd0063fc163c /meta/recipes-support/nettle/nettle_2.7.1.bb | |
parent | dae57151f8742b8a85cffea996ae48a204c8f01a (diff) | |
download | poky-8660cd1cffe5fe47ee782e4d927cd0f2451dfdab.tar.gz |
nettle: Security fix CVE-2015-8804
(From OE-Core master rev: 7474c7dbf98c1a068bfd9b14627b604da5d79b67)
minor tweak to get x86_64/ecc-384-modp.asm to apply
(From OE-Core rev: d1903e264ab62d34daeb652c89c6fb67e7c9b42d)
(From OE-Core rev: 6140379b263c5898128b41857a0bd9d58af84399)
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>
Diffstat (limited to 'meta/recipes-support/nettle/nettle_2.7.1.bb')
-rw-r--r-- | meta/recipes-support/nettle/nettle_2.7.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb index 74b2ee2948..05390a0287 100644 --- a/meta/recipes-support/nettle/nettle_2.7.1.bb +++ b/meta/recipes-support/nettle/nettle_2.7.1.bb | |||
@@ -12,4 +12,5 @@ SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6 | |||
12 | 12 | ||
13 | SRC_URI += "\ | 13 | SRC_URI += "\ |
14 | file://CVE-2015-8803_8805.patch \ | 14 | file://CVE-2015-8803_8805.patch \ |
15 | file://CVE-2015-8804.patch \ | ||
15 | " | 16 | " |