summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2025-04-14 22:24:03 -0400
committerScott Murray <scott.murray@konsulko.com>2025-07-04 12:40:38 -0400
commit4e2b318a86d1d4a799c4b609d4b626716fe6935e (patch)
treec43abf85e6cffa50412dd62c552a920c5f9daa47
parentebe9234fb8867d5be6916b52b54e24f191f5fcab (diff)
downloadmeta-security-4e2b318a86d1d4a799c4b609d4b626716fe6935e.tar.gz
Fix warning : lack of whitespace around assignment
v2 : also fix some typos while we are here. v3 : add fixes for isic and checksecurity Signed-off-by: Jason Schonberg <schonm@gmail.com> [removed already applied change] Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb2
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb2
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb2
-rw-r--r--recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb6
-rw-r--r--recipes-ids/aide/aide_0.18.8.bb2
-rw-r--r--recipes-ids/ossec/ossec-hids_3.7.0.bb2
-rw-r--r--recipes-ids/tripwire/tripwire_2.4.3.7.bb2
-rw-r--r--recipes-kernel/lkrg/lkrg-module_0.9.7.bb2
-rw-r--r--recipes-mac/ccs-tools/ccs-tools_1.8.9.bb4
-rw-r--r--recipes-perl/perl/libwhisker2-perl_2.5.bb2
-rw-r--r--recipes-scanners/checksec/checksec_2.6.0.bb2
-rw-r--r--recipes-security/cryptmount/cryptmount_6.2.0.bb2
-rw-r--r--recipes-security/isic/isic_0.07.bb2
-rw-r--r--recipes-security/sshguard/sshguard_2.4.3.bb4
14 files changed, 18 insertions, 18 deletions
diff --git a/dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb b/dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb
index 8006c9f..bc146a9 100644
--- a/dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb
+++ b/dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/checksecurity-${PV}+nmu1"
14 14
15 15
16# allow for anylocal, no need to patch 16# allow for anylocal, no need to patch
17LOGDIR="/etc/checksecurity" 17LOGDIR = "/etc/checksecurity"
18 18
19do_compile() { 19do_compile() {
20 sed -i -e "s;LOGDIR=/var/log/setuid;LOGDIR=${LOGDIR};g" ${B}/etc/check-setuid.conf 20 sed -i -e "s;LOGDIR=/var/log/setuid;LOGDIR=${LOGDIR};g" ${B}/etc/check-setuid.conf
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
index 3d7e897..baf3156 100644
--- a/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
@@ -1,4 +1,4 @@
1DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation." 1DESCRIPTION = "Python wrapper to convert JSON into a human readable HTML Table representation."
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767"
4 4
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb
index 9d38065..a81c252 100644
--- a/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb
@@ -1,4 +1,4 @@
1DESCRIPTION="Creates diffs of XML files" 1DESCRIPTION = "Creates diffs of XML files"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62"
4 4
diff --git a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb
index 73bd576..25309c7 100644
--- a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb
+++ b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb
@@ -21,9 +21,9 @@ B = "${S}/build"
21inherit cmake pkgconfig python3native python3targetconfig ptest 21inherit cmake pkgconfig python3native python3targetconfig ptest
22 22
23STAGING_OSCAP_BUILDDIR = "${TMPDIR}/work-shared/openscap/oscap-build-artifacts" 23STAGING_OSCAP_BUILDDIR = "${TMPDIR}/work-shared/openscap/oscap-build-artifacts"
24export OSCAP_CPE_PATH="${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/cpe" 24export OSCAP_CPE_PATH = "${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/cpe"
25export OSCAP_SCHEMA_PATH="${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/schemas" 25export OSCAP_SCHEMA_PATH = "${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/schemas"
26export OSCAP_XSLT_PATH="${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/xsl" 26export OSCAP_XSLT_PATH = "${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/xsl"
27 27
28OECMAKE_GENERATOR = "Unix Makefiles" 28OECMAKE_GENERATOR = "Unix Makefiles"
29 29
diff --git a/recipes-ids/aide/aide_0.18.8.bb b/recipes-ids/aide/aide_0.18.8.bb
index e2014a1..2912cb2 100644
--- a/recipes-ids/aide/aide_0.18.8.bb
+++ b/recipes-ids/aide/aide_0.18.8.bb
@@ -16,7 +16,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
16 16
17inherit autotools pkgconfig aide-base 17inherit autotools pkgconfig aide-base
18 18
19PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \ 19PACKAGECONFIG ??= " gcrypt zlib e2fsattrs posix capabilities curl pthread \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit', '', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit', '', d)} \
21 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ 21 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \
22 " 22 "
diff --git a/recipes-ids/ossec/ossec-hids_3.7.0.bb b/recipes-ids/ossec/ossec-hids_3.7.0.bb
index fbd1294..d9f5121 100644
--- a/recipes-ids/ossec/ossec-hids_3.7.0.bb
+++ b/recipes-ids/ossec/ossec-hids_3.7.0.bb
@@ -18,7 +18,7 @@ inherit autotools-brokensep useradd
18S = "${UNPACKDIR}/git" 18S = "${UNPACKDIR}/git"
19 19
20 20
21OSSEC_DIR="/var/ossec" 21OSSEC_DIR = "/var/ossec"
22OSSEC_UID ?= "ossec" 22OSSEC_UID ?= "ossec"
23OSSEC_RUID ?= "ossecr" 23OSSEC_RUID ?= "ossecr"
24OSSEC_GID ?= "ossec" 24OSSEC_GID ?= "ossec"
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb
index e67d3c7..3c85027 100644
--- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb
+++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Tripwire: A system integrity assessment tool (IDS)" 1SUMMARY = "Tripwire: A system integrity assessment tool (IDS)"
2DESCRIPTION = "Open Source Tripwire® software is a security and data \ 2DESCRIPTION = "Open Source Tripwire® software is a security and data \
3integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems" 3integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems"
4HOMEPAGE="http://sourceforge.net/projects/tripwire" 4HOMEPAGE = "http://sourceforge.net/projects/tripwire"
5SECTION = "security Monitor/Admin" 5SECTION = "security Monitor/Admin"
6LICENSE = "GPL-2.0-only" 6LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127" 7LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127"
diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.7.bb b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
index 751c045..20982a8 100644
--- a/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
+++ b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Linux Kernel Runtime Guard" 1SUMMARY = "Linux Kernel Runtime Guard"
2DESCRIPTION="LKRG performs runtime integrity checking of the Linux \ 2DESCRIPTION = "LKRG performs runtime integrity checking of the Linux \
3kernel and detection of security vulnerability exploits against the kernel." 3kernel and detection of security vulnerability exploits against the kernel."
4SECTION = "security" 4SECTION = "security"
5HOMEPAGE = "https://www.openwall.com/lkrg/" 5HOMEPAGE = "https://www.openwall.com/lkrg/"
diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
index a746c56..3f754e9 100644
--- a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
+++ b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
@@ -26,7 +26,7 @@ do_install(){
26 oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install 26 oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install
27} 27}
28 28
29PACKAGE="${PN} ${PN}-dbg ${PN}-doc" 29PACKAGES = "${PN} ${PN}-dbg ${PN}-doc"
30 30
31FILES:${PN} = "\ 31FILES:${PN} = "\
32 ${sbindir}/* \ 32 ${sbindir}/* \
@@ -46,4 +46,4 @@ FILES:${PN}-dbg = "\
46 /usr/src/debug/* \ 46 /usr/src/debug/* \
47" 47"
48 48
49REQUIRED_DISTRO_FEATURES ?=" tomoyo" 49REQUIRED_DISTRO_FEATURES ?= " tomoyo"
diff --git a/recipes-perl/perl/libwhisker2-perl_2.5.bb b/recipes-perl/perl/libwhisker2-perl_2.5.bb
index 2c32bfc..e16e5f2 100644
--- a/recipes-perl/perl/libwhisker2-perl_2.5.bb
+++ b/recipes-perl/perl/libwhisker2-perl_2.5.bb
@@ -15,7 +15,7 @@ S = "${UNPACKDIR}/libwhisker2-2.5"
15 15
16inherit cpan-base 16inherit cpan-base
17 17
18PACKAGEGROUP ??="" 18PACKAGEGROUP ??= ""
19PACKAGEGROUP[ssl] = ", , libnet-ssleay-perl, libnet-ssleay-perl" 19PACKAGEGROUP[ssl] = ", , libnet-ssleay-perl, libnet-ssleay-perl"
20 20
21do_install() { 21do_install() {
diff --git a/recipes-scanners/checksec/checksec_2.6.0.bb b/recipes-scanners/checksec/checksec_2.6.0.bb
index 3712e68..4767239 100644
--- a/recipes-scanners/checksec/checksec_2.6.0.bb
+++ b/recipes-scanners/checksec/checksec_2.6.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Linux system security checks"
2DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used." 2DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used."
3SECTION = "security" 3SECTION = "security"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5HOMEPAGE="https://github.com/slimm609/checksec.sh" 5HOMEPAGE = "https://github.com/slimm609/checksec.sh"
6 6
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836" 7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836"
8 8
diff --git a/recipes-security/cryptmount/cryptmount_6.2.0.bb b/recipes-security/cryptmount/cryptmount_6.2.0.bb
index d69d88b..424ff56 100644
--- a/recipes-security/cryptmount/cryptmount_6.2.0.bb
+++ b/recipes-security/cryptmount/cryptmount_6.2.0.bb
@@ -10,7 +10,7 @@ inherit autotools-brokensep gettext pkgconfig systemd
10 10
11EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch" 11EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch"
12 12
13PACKAGECONFIG ?="intl luks gcrypt nls" 13PACKAGECONFIG ?= "intl luks gcrypt nls"
14PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 14PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
15 15
16PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" 16PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
diff --git a/recipes-security/isic/isic_0.07.bb b/recipes-security/isic/isic_0.07.bb
index d39184e..8e0f5ce 100644
--- a/recipes-security/isic/isic_0.07.bb
+++ b/recipes-security/isic/isic_0.07.bb
@@ -17,7 +17,7 @@ SRC_URI = "http://prdownloads.sourceforge.net/isic/${BPN}-${PV}.tgz \
17SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" 17SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4"
18SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" 18SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d"
19 19
20S="${UNPACKDIR}/${BPN}-${PV}" 20S = "${UNPACKDIR}/${BPN}-${PV}"
21 21
22inherit autotools-brokensep 22inherit autotools-brokensep
23 23
diff --git a/recipes-security/sshguard/sshguard_2.4.3.bb b/recipes-security/sshguard/sshguard_2.4.3.bb
index 37b414e..de3d856 100644
--- a/recipes-security/sshguard/sshguard_2.4.3.bb
+++ b/recipes-security/sshguard/sshguard_2.4.3.bb
@@ -1,10 +1,10 @@
1SUMARRY=" Intelligently block brute-force attacks by aggregating system logs " 1SUMMARY = " Intelligently block brute-force attacks by aggregating system logs "
2HOMEPAGE = "https://www.sshguard.net/" 2HOMEPAGE = "https://www.sshguard.net/"
3LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d" 3LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d"
4LICENSE = "BSD-1-Clause" 4LICENSE = "BSD-1-Clause"
5 5
6 6
7SRC_URI="https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz" 7SRC_URI = "https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz"
8 8
9SRC_URI[sha256sum] = "64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb" 9SRC_URI[sha256sum] = "64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb"
10 10