diff mbox series

[meta-security] *.patch: fix CVE and Signed-off-by tag

Message ID 20230702174704.58235-1-sanjayembeddedse@gmail.com
State New
Headers show
Series [meta-security] *.patch: fix CVE and Signed-off-by tag | expand

Commit Message

sanjayembeddedse@gmail.com July 2, 2023, 5:47 p.m. UTC
From: Sanjay Chitroda <sanjayembeddedse@gmail.com>

* as reported by openembedded-core/scripts/contrib/patchreview.py -v .

Missing Signed-off-by tag (./recipes-scanners/clamav/files/oe_cmake_fixup.patch)
Missing CVE tag (./recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch)

Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com>
---
 recipes-scanners/clamav/files/oe_cmake_fixup.patch            | 2 +-
 .../ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-scanners/clamav/files/oe_cmake_fixup.patch b/recipes-scanners/clamav/files/oe_cmake_fixup.patch
index c9c88b9..692be72 100644
--- a/recipes-scanners/clamav/files/oe_cmake_fixup.patch
+++ b/recipes-scanners/clamav/files/oe_cmake_fixup.patch
@@ -3,7 +3,7 @@  Issue with rpath including /usr/lib and crosscompile checkes causing oe configur
 Use oe's cmake rpath framework and exclude some of the cmake checks that fail in our env
 
 Upstream-Status: Inappropriate [configuration]
-Singed-off-by: Armin Kuster <akuster808@gmail.com>
+Signed-off-by: Armin Kuster <akuster808@gmail.com>
 
 Index: git/CMakeLists.txt
 ===================================================================
diff --git a/recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch b/recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch
index a457d79..02105f5 100644
--- a/recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch
+++ b/recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch
@@ -14,9 +14,11 @@  the patch comes from:
 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6224
 https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/revision/882
 
-Upstream-Status: Backport
+CVE: CVE-2016-6224
+Upstream-Status: Backport [https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/revision/882]
 
 Signed-off-by: Li Zhou <li.zhou@windriver.com>
+Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com>
 ---
  ChangeLog                     |  9 +++++++++
  src/utils/ecryptfs-setup-swap | 10 ++++++++--