diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-27 20:59:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:24 +0100 |
commit | e49d337e848a2cf72045e492c20482336b929381 (patch) | |
tree | cadfa3f6c6bd86e19512751623b5eae10f445e7c /meta/recipes-connectivity | |
parent | e6ad36cb5413509605249d4641f7d039e8a00aeb (diff) | |
download | poky-e49d337e848a2cf72045e492c20482336b929381.tar.gz |
meta: update patch metadata
Enforce the correct tag names across all of oe-core for consistency.
(From OE-Core rev: 606a43dc38a00cc243f933722db657aea4129f8e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
5 files changed, 8 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/bind/bind/CVE-2016-1286_2.patch b/meta/recipes-connectivity/bind/bind/CVE-2016-1286_2.patch index a31ea81f87..5f5cb0d340 100644 --- a/meta/recipes-connectivity/bind/bind/CVE-2016-1286_2.patch +++ b/meta/recipes-connectivity/bind/bind/CVE-2016-1286_2.patch | |||
@@ -5,6 +5,9 @@ Subject: [PATCH] Part 2 of: 4319. [security] Fix resolver assertion | |||
5 | failure due to improper DNAME handling when parsing | 5 | failure due to improper DNAME handling when parsing |
6 | fetch reply messages. (CVE-2016-1286) [RT #41753] | 6 | fetch reply messages. (CVE-2016-1286) [RT #41753] |
7 | 7 | ||
8 | CVE: CVE-2016-1286 | ||
9 | Upstream-Status: Backport | ||
10 | |||
8 | (cherry picked from commit 2de89ee9de8c8da9dc153a754b02dcdbb7fe2374) | 11 | (cherry picked from commit 2de89ee9de8c8da9dc153a754b02dcdbb7fe2374) |
9 | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> | 12 | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> |
10 | --- | 13 | --- |
diff --git a/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch b/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch index 6989d6d4b0..b02ecb1061 100644 --- a/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch +++ b/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | Upstream-Status: Pending | 1 | Upstream-Status: Pending |
2 | 2 | ||
3 | Signed-off-by Saul Wold <sgw@linux.intel.com> | 3 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
4 | 4 | ||
5 | Index: bind-9.9.5/bin/Makefile.in | 5 | Index: bind-9.9.5/bin/Makefile.in |
6 | =================================================================== | 6 | =================================================================== |
diff --git a/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch b/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch index af3989f621..4f81d85de1 100644 --- a/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch +++ b/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch | |||
@@ -15,7 +15,7 @@ We don't enable this globally as there are some cases where we'd get | |||
15 | Reported-by: Bertrand Jacquin <bertrand@jacquin.bzh> | 15 | Reported-by: Bertrand Jacquin <bertrand@jacquin.bzh> |
16 | URL: https://bugs.gentoo.org/542618 | 16 | URL: https://bugs.gentoo.org/542618 |
17 | 17 | ||
18 | Signed-off-By: Armin Kuster <akuster@mvista.com> | 18 | Signed-off-by: Armin Kuster <akuster@mvista.com> |
19 | 19 | ||
20 | Index: openssl-1.0.2a/crypto/perlasm/x86_64-xlate.pl | 20 | Index: openssl-1.0.2a/crypto/perlasm/x86_64-xlate.pl |
21 | =================================================================== | 21 | =================================================================== |
diff --git a/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch b/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch index 06d1ea69d3..2a318a4584 100644 --- a/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch +++ b/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch | |||
@@ -4,7 +4,7 @@ This patch adds the fix for one of the ciphers used in openssl, namely | |||
4 | the cipher des-ede3-cfb1. Complete bug log and patch is present here: | 4 | the cipher des-ede3-cfb1. Complete bug log and patch is present here: |
5 | http://rt.openssl.org/Ticket/Display.html?id=2867 | 5 | http://rt.openssl.org/Ticket/Display.html?id=2867 |
6 | 6 | ||
7 | Signed-Off-By: Muhammad Shakeel <muhammad_shakeel@mentor.com> | 7 | Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> |
8 | 8 | ||
9 | Index: openssl-1.0.2/crypto/evp/e_des3.c | 9 | Index: openssl-1.0.2/crypto/evp/e_des3.c |
10 | =================================================================== | 10 | =================================================================== |
diff --git a/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch b/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch index cbce32c89b..0f08a642f6 100644 --- a/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch +++ b/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch | |||
@@ -2,10 +2,10 @@ Upstream-Status: Pending | |||
2 | 2 | ||
3 | Received from H J Liu @ Intel | 3 | Received from H J Liu @ Intel |
4 | Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors. | 4 | Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors. |
5 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/07/13 | 5 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/07/13 |
6 | 6 | ||
7 | ported the patch to the 1.0.0e version | 7 | ported the patch to the 1.0.0e version |
8 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/01 | 8 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/01 |
9 | Index: openssl-1.0.2/crypto/bn/bn.h | 9 | Index: openssl-1.0.2/crypto/bn/bn.h |
10 | =================================================================== | 10 | =================================================================== |
11 | --- openssl-1.0.2.orig/crypto/bn/bn.h | 11 | --- openssl-1.0.2.orig/crypto/bn/bn.h |