summaryrefslogtreecommitdiffstats
path: root/recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch')
-rw-r--r--recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch26
1 files changed, 18 insertions, 8 deletions
diff --git a/recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch b/recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch
index 73723a9..f6906fd 100644
--- a/recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch
+++ b/recipes-support/nettle/nettle-2.7.1/CVE-2015-8804.patch
@@ -1,13 +1,23 @@
1From 8cbd1d71caf56d45c54b1d8d073b330c07c66d12 Mon Sep 17 00:00:00 2001
2From: Armin Kuster <akuster@mvista.com>
3Date: Thu, 2 Mar 2017 12:24:31 +0000
4Subject: [PATCH] Create meta-gplv2 from files from OE-Core
5
1Upstream-Status: Backport 6Upstream-Status: Backport
2 https://git.lysator.liu.se/nettle/nettle/commit/fa269b6ad06dd13c901dbd84a12e52b918a09cd7 7 https://git.lysator.liu.se/nettle/nettle/commit/fa269b6ad06dd13c901dbd84a12e52b918a09cd7
3 8
4CVE: CVE-2015-8804 9CVE: CVE-2015-8804
5Signed-off-by: Armin Kuster <akuster@mvista.com> 10Signed-off-by: Armin Kuster <akuster@mvista.com>
6 11
7Index: nettle-2.7.1/ChangeLog 12---
8=================================================================== 13 ChangeLog | 8 +++
9--- nettle-2.7.1.orig/ChangeLog 14 x86_64/ecc-384-modp.asm | 169 +++++++++++++++++++++---------------------------
10+++ nettle-2.7.1/ChangeLog 15 2 files changed, 83 insertions(+), 94 deletions(-)
16
17diff --git a/ChangeLog b/ChangeLog
18index abdd974..c81168b 100644
19--- a/ChangeLog
20+++ b/ChangeLog
11@@ -1,3 +1,11 @@ 21@@ -1,3 +1,11 @@
12+2015-12-15 Niels Möller <nisse@lysator.liu.se> 22+2015-12-15 Niels Möller <nisse@lysator.liu.se>
13+ 23+
@@ -20,10 +30,10 @@ Index: nettle-2.7.1/ChangeLog
20 2015-12-10 Niels Möller <nisse@lysator.liu.se> 30 2015-12-10 Niels Möller <nisse@lysator.liu.se>
21 31
22 * ecc-256.c (ecc_256_modp): Fixed carry propagation bug. Problem 32 * ecc-256.c (ecc_256_modp): Fixed carry propagation bug. Problem
23Index: nettle-2.7.1/x86_64/ecc-384-modp.asm 33diff --git a/x86_64/ecc-384-modp.asm b/x86_64/ecc-384-modp.asm
24=================================================================== 34index 698838f..31b739e 100644
25--- nettle-2.7.1.orig/x86_64/ecc-384-modp.asm 35--- a/x86_64/ecc-384-modp.asm
26+++ nettle-2.7.1/x86_64/ecc-384-modp.asm 36+++ b/x86_64/ecc-384-modp.asm
27@@ -20,7 +20,7 @@ C MA 02111-1301, USA. 37@@ -20,7 +20,7 @@ C MA 02111-1301, USA.
28 .file "ecc-384-modp.asm" 38 .file "ecc-384-modp.asm"
29 39