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:55:40 +0100 |
commit | 606a43dc38a00cc243f933722db657aea4129f8e (patch) | |
tree | 9d21c2bc0a1af29991e4894b7fccac8b6bfae9d7 /meta/recipes-connectivity | |
parent | 45048442913687f2817ef9a52352fe3214f5f023 (diff) | |
download | openembedded-core-606a43dc38a00cc243f933722db657aea4129f8e.tar.gz openembedded-core-606a43dc38a00cc243f933722db657aea4129f8e.tar.bz2 openembedded-core-606a43dc38a00cc243f933722db657aea4129f8e.zip |
meta: update patch metadata
Enforce the correct tag names across all of oe-core for consistency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 failure due to improper DNAME handling when parsing fetch reply messages. (CVE-2016-1286) [RT #41753] +CVE: CVE-2016-1286 +Upstream-Status: Backport + (cherry picked from commit 2de89ee9de8c8da9dc153a754b02dcdbb7fe2374) Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> --- 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 @@ Upstream-Status: Pending -Signed-off-by Saul Wold <sgw@linux.intel.com> +Signed-off-by: Saul Wold <sgw@linux.intel.com> Index: bind-9.9.5/bin/Makefile.in =================================================================== 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 Reported-by: Bertrand Jacquin <bertrand@jacquin.bzh> URL: https://bugs.gentoo.org/542618 -Signed-off-By: Armin Kuster <akuster@mvista.com> +Signed-off-by: Armin Kuster <akuster@mvista.com> Index: openssl-1.0.2a/crypto/perlasm/x86_64-xlate.pl =================================================================== 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 the cipher des-ede3-cfb1. Complete bug log and patch is present here: http://rt.openssl.org/Ticket/Display.html?id=2867 -Signed-Off-By: Muhammad Shakeel <muhammad_shakeel@mentor.com> +Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Index: openssl-1.0.2/crypto/evp/e_des3.c =================================================================== 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 Received from H J Liu @ Intel Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors. -Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/07/13 +Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/07/13 ported the patch to the 1.0.0e version -Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/01 +Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/01 Index: openssl-1.0.2/crypto/bn/bn.h =================================================================== --- openssl-1.0.2.orig/crypto/bn/bn.h |