diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-21 12:42:15 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-06-25 15:05:28 -0400 |
| commit | ea97a23986d26f9d2b96c157964fdfdf5079ec6c (patch) | |
| tree | 0db054f685173616526112a1734717cd9fd0a3f6 /meta-tpm/recipes-tpm1/openssl-tpm-engine | |
| parent | 2b052a616530a963d591165b36dd06a70badf917 (diff) | |
| download | meta-security-ea97a23986d26f9d2b96c157964fdfdf5079ec6c.tar.gz | |
*.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a
This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).
This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.
This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:
0 (0%) meta-parsec
N/A (0%) meta-hardening
1 (100%) meta-integrity
15 (68%) meta-tpm
27 (61%) meta-security
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm1/openssl-tpm-engine')
4 files changed, 8 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch index bed8b92..e6068af 100644 --- a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch +++ b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | commit 16dac0cb7b73b8a7088300e45b98ac20819b03ed | 3 | commit 16dac0cb7b73b8a7088300e45b98ac20819b03ed |
| 2 | Author: Junxian.Xiao <Junxian.Xiao@windriver.com> | 4 | Author: Junxian.Xiao <Junxian.Xiao@windriver.com> |
| 3 | Date: Wed Jun 19 18:57:13 2013 +0800 | 5 | Date: Wed Jun 19 18:57:13 2013 +0800 |
diff --git a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch index 2caaaf0..74def4f 100644 --- a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch +++ b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | commit 16dac0cb7b73b8a7088300e45b98ac20819b03ed | 3 | commit 16dac0cb7b73b8a7088300e45b98ac20819b03ed |
| 2 | Author: Junxian.Xiao <Junxian.Xiao@windriver.com> | 4 | Author: Junxian.Xiao <Junxian.Xiao@windriver.com> |
| 3 | Date: Wed Jun 19 18:57:13 2013 +0800 | 5 | Date: Wed Jun 19 18:57:13 2013 +0800 |
diff --git a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch index cc8772d..732961d 100644 --- a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch +++ b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch | |||
| @@ -17,6 +17,8 @@ export TPM_SRK_ENC_PW=xxxxxxxx | |||
| 17 | 17 | ||
| 18 | Signed-off-by: Meng Li <Meng.Li@windriver.com> | 18 | Signed-off-by: Meng Li <Meng.Li@windriver.com> |
| 19 | --- | 19 | --- |
| 20 | Upstream-Status: Pending | ||
| 21 | |||
| 20 | e_tpm.c | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- | 22 | e_tpm.c | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
| 21 | e_tpm.h | 4 ++ | 23 | e_tpm.h | 4 ++ |
| 22 | e_tpm_err.c | 4 ++ | 24 | e_tpm_err.c | 4 ++ |
diff --git a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch index 535472a..3cbfc3c 100644 --- a/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch +++ b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch | |||
| @@ -12,6 +12,8 @@ wrong case. | |||
| 12 | 12 | ||
| 13 | Signed-off-by: Meng Li <Meng.Li@windriver.com> | 13 | Signed-off-by: Meng Li <Meng.Li@windriver.com> |
| 14 | --- | 14 | --- |
| 15 | Upstream-Status: Pending | ||
| 16 | |||
| 15 | create_tpm_key.c | 3 ++- | 17 | create_tpm_key.c | 3 ++- |
| 16 | 1 file changed, 2 insertions(+), 1 deletion(-) | 18 | 1 file changed, 2 insertions(+), 1 deletion(-) |
| 17 | 19 | ||
