diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-22 16:35:51 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-06-25 15:05:28 -0400 |
commit | df8a1eb479170277de354b73af31601eb6f583be (patch) | |
tree | c8a5023985503e35e20d60db911aa9756ea31475 /recipes-mac | |
parent | f5bc417f3234c8e7e2275ff133d1763e5ca48060 (diff) | |
download | meta-security-df8a1eb479170277de354b73af31601eb6f583be.tar.gz |
*.patch: fix malformed Upstream-Status and SOB lines
* as reported by openembedded-core/scripts/contrib/patchreview.py -v .
Malformed Signed-off-by 'Signed-Off-By:' (./recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch)
Malformed Signed-off-by 'Signed-Off-By:' (./recipes-mac/AppArmor/files/disable_perl_h_check.patch)
Missing Upstream-Status tag (./recipes-compliance/scap-security-guide/files/0001-standard.profile-expand-checks.patch)
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-ids/samhain/files/samhain-not-run-ptest-on-host.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-ids/samhain/files/samhain-pid-path.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-ids/suricata/files/fixup.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-scanners/clamav/files/fix2_libcurl_check.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-security/isic/files/configure_fix.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-security/krill/files/panic_workaround.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-security/opendnssec/files/libdns_conf_fix.patch
Malformed Upstream-Status 'Malformed Upstream-Status in patch ./recipes-security/opendnssec/files/libxml2_conf.patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-mac')
-rw-r--r-- | recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch | 2 | ||||
-rw-r--r-- | recipes-mac/AppArmor/files/disable_perl_h_check.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch b/recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch index ef55de7..585f306 100644 --- a/recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch +++ b/recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch | |||
@@ -5,7 +5,7 @@ stuck in the generated Makefile with our cross tools. In this case, linking is | |||
5 | done via the compiler rather than the linker directly so pass in CC not LD | 5 | done via the compiler rather than the linker directly so pass in CC not LD |
6 | here. | 6 | here. |
7 | 7 | ||
8 | Signed-Off-By: Tom Rini <trini@konsulko.com> | 8 | Signed-off-by: Tom Rini <trini@konsulko.com> |
9 | 9 | ||
10 | --- a/libraries/libapparmor/swig/perl/Makefile.am.orig 2017-06-13 19:04:43.296676212 -0400 | 10 | --- a/libraries/libapparmor/swig/perl/Makefile.am.orig 2017-06-13 19:04:43.296676212 -0400 |
11 | +++ b/libraries/libapparmor/swig/perl/Makefile.am 2017-06-13 19:05:03.488676693 -0400 | 11 | +++ b/libraries/libapparmor/swig/perl/Makefile.am 2017-06-13 19:05:03.488676693 -0400 |
diff --git a/recipes-mac/AppArmor/files/disable_perl_h_check.patch b/recipes-mac/AppArmor/files/disable_perl_h_check.patch index cf2640f..7ffdf2f 100644 --- a/recipes-mac/AppArmor/files/disable_perl_h_check.patch +++ b/recipes-mac/AppArmor/files/disable_perl_h_check.patch | |||
@@ -5,7 +5,7 @@ cross compilation. Rather than try and get a compile check to work here, | |||
5 | we know that we have what's required via our metadata so remove only this | 5 | we know that we have what's required via our metadata so remove only this |
6 | check. | 6 | check. |
7 | 7 | ||
8 | Signed-Off-By: Tom Rini <trini@konsulko.com> | 8 | Signed-off-by: Tom Rini <trini@konsulko.com> |
9 | 9 | ||
10 | --- a/libraries/libapparmor/configure.ac.orig 2017-06-13 16:41:38.668471495 -0400 | 10 | --- a/libraries/libapparmor/configure.ac.orig 2017-06-13 16:41:38.668471495 -0400 |
11 | +++ b/libraries/libapparmor/configure.ac 2017-06-13 16:41:40.708471543 -0400 | 11 | +++ b/libraries/libapparmor/configure.ac 2017-06-13 16:41:40.708471543 -0400 |