diff options
author | J. S. <schonm@gmail.com> | 2025-04-14 22:24:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:40:38 -0400 |
commit | 4e2b318a86d1d4a799c4b609d4b626716fe6935e (patch) | |
tree | c43abf85e6cffa50412dd62c552a920c5f9daa47 | |
parent | ebe9234fb8867d5be6916b52b54e24f191f5fcab (diff) | |
download | meta-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>
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 |
17 | LOGDIR="/etc/checksecurity" | 17 | LOGDIR = "/etc/checksecurity" |
18 | 18 | ||
19 | do_compile() { | 19 | do_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 @@ | |||
1 | DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation." | 1 | DESCRIPTION = "Python wrapper to convert JSON into a human readable HTML Table representation." |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767" | 3 | LIC_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 @@ | |||
1 | DESCRIPTION="Creates diffs of XML files" | 1 | DESCRIPTION = "Creates diffs of XML files" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62" | 3 | LIC_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" | |||
21 | inherit cmake pkgconfig python3native python3targetconfig ptest | 21 | inherit cmake pkgconfig python3native python3targetconfig ptest |
22 | 22 | ||
23 | STAGING_OSCAP_BUILDDIR = "${TMPDIR}/work-shared/openscap/oscap-build-artifacts" | 23 | STAGING_OSCAP_BUILDDIR = "${TMPDIR}/work-shared/openscap/oscap-build-artifacts" |
24 | export OSCAP_CPE_PATH="${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/cpe" | 24 | export OSCAP_CPE_PATH = "${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/cpe" |
25 | export OSCAP_SCHEMA_PATH="${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/schemas" | 25 | export OSCAP_SCHEMA_PATH = "${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/schemas" |
26 | export OSCAP_XSLT_PATH="${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/xsl" | 26 | export OSCAP_XSLT_PATH = "${STAGING_OSCAP_BUILDDIR}${datadir_native}/openscap/xsl" |
27 | 27 | ||
28 | OECMAKE_GENERATOR = "Unix Makefiles" | 28 | OECMAKE_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 | ||
17 | inherit autotools pkgconfig aide-base | 17 | inherit autotools pkgconfig aide-base |
18 | 18 | ||
19 | PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \ | 19 | PACKAGECONFIG ??= " 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 | |||
18 | S = "${UNPACKDIR}/git" | 18 | S = "${UNPACKDIR}/git" |
19 | 19 | ||
20 | 20 | ||
21 | OSSEC_DIR="/var/ossec" | 21 | OSSEC_DIR = "/var/ossec" |
22 | OSSEC_UID ?= "ossec" | 22 | OSSEC_UID ?= "ossec" |
23 | OSSEC_RUID ?= "ossecr" | 23 | OSSEC_RUID ?= "ossecr" |
24 | OSSEC_GID ?= "ossec" | 24 | OSSEC_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 @@ | |||
1 | SUMMARY = "Tripwire: A system integrity assessment tool (IDS)" | 1 | SUMMARY = "Tripwire: A system integrity assessment tool (IDS)" |
2 | DESCRIPTION = "Open Source Tripwire® software is a security and data \ | 2 | DESCRIPTION = "Open Source Tripwire® software is a security and data \ |
3 | integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems" | 3 | integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems" |
4 | HOMEPAGE="http://sourceforge.net/projects/tripwire" | 4 | HOMEPAGE = "http://sourceforge.net/projects/tripwire" |
5 | SECTION = "security Monitor/Admin" | 5 | SECTION = "security Monitor/Admin" |
6 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127" | 7 | LIC_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 @@ | |||
1 | SUMMARY = "Linux Kernel Runtime Guard" | 1 | SUMMARY = "Linux Kernel Runtime Guard" |
2 | DESCRIPTION="LKRG performs runtime integrity checking of the Linux \ | 2 | DESCRIPTION = "LKRG performs runtime integrity checking of the Linux \ |
3 | kernel and detection of security vulnerability exploits against the kernel." | 3 | kernel and detection of security vulnerability exploits against the kernel." |
4 | SECTION = "security" | 4 | SECTION = "security" |
5 | HOMEPAGE = "https://www.openwall.com/lkrg/" | 5 | HOMEPAGE = "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 | ||
29 | PACKAGE="${PN} ${PN}-dbg ${PN}-doc" | 29 | PACKAGES = "${PN} ${PN}-dbg ${PN}-doc" |
30 | 30 | ||
31 | FILES:${PN} = "\ | 31 | FILES:${PN} = "\ |
32 | ${sbindir}/* \ | 32 | ${sbindir}/* \ |
@@ -46,4 +46,4 @@ FILES:${PN}-dbg = "\ | |||
46 | /usr/src/debug/* \ | 46 | /usr/src/debug/* \ |
47 | " | 47 | " |
48 | 48 | ||
49 | REQUIRED_DISTRO_FEATURES ?=" tomoyo" | 49 | REQUIRED_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 | ||
16 | inherit cpan-base | 16 | inherit cpan-base |
17 | 17 | ||
18 | PACKAGEGROUP ??="" | 18 | PACKAGEGROUP ??= "" |
19 | PACKAGEGROUP[ssl] = ", , libnet-ssleay-perl, libnet-ssleay-perl" | 19 | PACKAGEGROUP[ssl] = ", , libnet-ssleay-perl, libnet-ssleay-perl" |
20 | 20 | ||
21 | do_install() { | 21 | do_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" | |||
2 | DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used." | 2 | DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used." |
3 | SECTION = "security" | 3 | SECTION = "security" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | HOMEPAGE="https://github.com/slimm609/checksec.sh" | 5 | HOMEPAGE = "https://github.com/slimm609/checksec.sh" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836" | 7 | LIC_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 | ||
11 | EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch" | 11 | EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch" |
12 | 12 | ||
13 | PACKAGECONFIG ?="intl luks gcrypt nls" | 13 | PACKAGECONFIG ?= "intl luks gcrypt nls" |
14 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 14 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
15 | 15 | ||
16 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" | 16 | PACKAGECONFIG[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 \ | |||
17 | SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" | 17 | SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" |
18 | SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" | 18 | SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" |
19 | 19 | ||
20 | S="${UNPACKDIR}/${BPN}-${PV}" | 20 | S = "${UNPACKDIR}/${BPN}-${PV}" |
21 | 21 | ||
22 | inherit autotools-brokensep | 22 | inherit 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 @@ | |||
1 | SUMARRY=" Intelligently block brute-force attacks by aggregating system logs " | 1 | SUMMARY = " Intelligently block brute-force attacks by aggregating system logs " |
2 | HOMEPAGE = "https://www.sshguard.net/" | 2 | HOMEPAGE = "https://www.sshguard.net/" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d" |
4 | LICENSE = "BSD-1-Clause" | 4 | LICENSE = "BSD-1-Clause" |
5 | 5 | ||
6 | 6 | ||
7 | SRC_URI="https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz" | 7 | SRC_URI = "https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb" | 9 | SRC_URI[sha256sum] = "64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb" |
10 | 10 | ||