diff options
Diffstat (limited to 'meta-oe/recipes-security')
| -rw-r--r-- | meta-oe/recipes-security/audit/audit_2.8.5.bb | 26 | ||||
| -rw-r--r-- | meta-oe/recipes-security/audit/audit_3.0.3.bb | 22 | ||||
| -rw-r--r-- | meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.80.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | 12 | ||||
| -rw-r--r-- | meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb | 4 |
7 files changed, 40 insertions, 40 deletions
diff --git a/meta-oe/recipes-security/audit/audit_2.8.5.bb b/meta-oe/recipes-security/audit/audit_2.8.5.bb index ee3b3b5e08..11ec9e9fc4 100644 --- a/meta-oe/recipes-security/audit/audit_2.8.5.bb +++ b/meta-oe/recipes-security/audit/audit_2.8.5.bb | |||
| @@ -25,7 +25,7 @@ INITSCRIPT_NAME = "auditd" | |||
| 25 | INITSCRIPT_PARAMS = "defaults" | 25 | INITSCRIPT_PARAMS = "defaults" |
| 26 | 26 | ||
| 27 | SYSTEMD_PACKAGES = "auditd" | 27 | SYSTEMD_PACKAGES = "auditd" |
| 28 | SYSTEMD_SERVICE_auditd = "auditd.service" | 28 | SYSTEMD_SERVICE:auditd = "auditd.service" |
| 29 | 29 | ||
| 30 | DEPENDS += "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" | 30 | DEPENDS += "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" |
| 31 | 31 | ||
| @@ -40,8 +40,8 @@ EXTRA_OECONF += "--without-prelude \ | |||
| 40 | --without-golang \ | 40 | --without-golang \ |
| 41 | --disable-zos-remote \ | 41 | --disable-zos-remote \ |
| 42 | " | 42 | " |
| 43 | EXTRA_OECONF_append_arm = " --with-arm=yes" | 43 | EXTRA_OECONF:append:arm = " --with-arm=yes" |
| 44 | EXTRA_OECONF_append_aarch64 = " --with-aarch64=yes" | 44 | EXTRA_OECONF:append:aarch64 = " --with-aarch64=yes" |
| 45 | 45 | ||
| 46 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ | 46 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ |
| 47 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ | 47 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ |
| @@ -50,8 +50,8 @@ EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ | |||
| 50 | pkgconfigdir=${libdir}/pkgconfig \ | 50 | pkgconfigdir=${libdir}/pkgconfig \ |
| 51 | " | 51 | " |
| 52 | 52 | ||
| 53 | SUMMARY_audispd-plugins = "Plugins for the audit event dispatcher" | 53 | SUMMARY:audispd-plugins = "Plugins for the audit event dispatcher" |
| 54 | DESCRIPTION_audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ | 54 | DESCRIPTION:audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ |
| 55 | interface to the audit system, audispd. These plugins can do things \ | 55 | interface to the audit system, audispd. These plugins can do things \ |
| 56 | like relay events to remote machines or analyze events for suspicious \ | 56 | like relay events to remote machines or analyze events for suspicious \ |
| 57 | behavior." | 57 | behavior." |
| @@ -59,19 +59,19 @@ behavior." | |||
| 59 | PACKAGES =+ "audispd-plugins" | 59 | PACKAGES =+ "audispd-plugins" |
| 60 | PACKAGES += "auditd ${PN}-python" | 60 | PACKAGES += "auditd ${PN}-python" |
| 61 | 61 | ||
| 62 | FILES_${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" | 62 | FILES:${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" |
| 63 | FILES_auditd += "${bindir}/* ${base_sbindir}/* ${sysconfdir}/*" | 63 | FILES:auditd += "${bindir}/* ${base_sbindir}/* ${sysconfdir}/*" |
| 64 | FILES_audispd-plugins += "${sysconfdir}/audisp/audisp-remote.conf \ | 64 | FILES:audispd-plugins += "${sysconfdir}/audisp/audisp-remote.conf \ |
| 65 | ${sysconfdir}/audisp/plugins.d/au-remote.conf \ | 65 | ${sysconfdir}/audisp/plugins.d/au-remote.conf \ |
| 66 | ${sbindir}/audisp-remote ${localstatedir}/spool/audit \ | 66 | ${sbindir}/audisp-remote ${localstatedir}/spool/audit \ |
| 67 | " | 67 | " |
| 68 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" | 68 | FILES:${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" |
| 69 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" | 69 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" |
| 70 | 70 | ||
| 71 | CONFFILES_auditd += "${sysconfdir}/audit/audit.rules" | 71 | CONFFILES:auditd += "${sysconfdir}/audit/audit.rules" |
| 72 | RDEPENDS_auditd += "bash" | 72 | RDEPENDS:auditd += "bash" |
| 73 | 73 | ||
| 74 | do_install_append() { | 74 | do_install:append() { |
| 75 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a | 75 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a |
| 76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la | 76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la |
| 77 | 77 | ||
diff --git a/meta-oe/recipes-security/audit/audit_3.0.3.bb b/meta-oe/recipes-security/audit/audit_3.0.3.bb index c330c07f91..c30b971625 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.3.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.3.bb | |||
| @@ -24,7 +24,7 @@ INITSCRIPT_NAME = "auditd" | |||
| 24 | INITSCRIPT_PARAMS = "defaults" | 24 | INITSCRIPT_PARAMS = "defaults" |
| 25 | 25 | ||
| 26 | SYSTEMD_PACKAGES = "auditd" | 26 | SYSTEMD_PACKAGES = "auditd" |
| 27 | SYSTEMD_SERVICE_auditd = "auditd.service" | 27 | SYSTEMD_SERVICE:auditd = "auditd.service" |
| 28 | 28 | ||
| 29 | DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" | 29 | DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" |
| 30 | 30 | ||
| @@ -48,8 +48,8 @@ EXTRA_OEMAKE = "PYLIBVER='python${PYTHON_BASEVERSION}' \ | |||
| 48 | pkgconfigdir=${libdir}/pkgconfig \ | 48 | pkgconfigdir=${libdir}/pkgconfig \ |
| 49 | " | 49 | " |
| 50 | 50 | ||
| 51 | SUMMARY_audispd-plugins = "Plugins for the audit event dispatcher" | 51 | SUMMARY:audispd-plugins = "Plugins for the audit event dispatcher" |
| 52 | DESCRIPTION_audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ | 52 | DESCRIPTION:audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ |
| 53 | interface to the audit system, audispd. These plugins can do things \ | 53 | interface to the audit system, audispd. These plugins can do things \ |
| 54 | like relay events to remote machines or analyze events for suspicious \ | 54 | like relay events to remote machines or analyze events for suspicious \ |
| 55 | behavior." | 55 | behavior." |
| @@ -57,22 +57,22 @@ behavior." | |||
| 57 | PACKAGES =+ "audispd-plugins" | 57 | PACKAGES =+ "audispd-plugins" |
| 58 | PACKAGES += "auditd ${PN}-python" | 58 | PACKAGES += "auditd ${PN}-python" |
| 59 | 59 | ||
| 60 | FILES_${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" | 60 | FILES:${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" |
| 61 | FILES_auditd = "${bindir}/* ${base_sbindir}/* ${sysconfdir}/* ${datadir}/audit/*" | 61 | FILES:auditd = "${bindir}/* ${base_sbindir}/* ${sysconfdir}/* ${datadir}/audit/*" |
| 62 | FILES_audispd-plugins = "${sysconfdir}/audit/audisp-remote.conf \ | 62 | FILES:audispd-plugins = "${sysconfdir}/audit/audisp-remote.conf \ |
| 63 | ${sysconfdir}/audit/plugins.d/au-remote.conf \ | 63 | ${sysconfdir}/audit/plugins.d/au-remote.conf \ |
| 64 | ${sysconfdir}/audit/plugins.d/syslog.conf \ | 64 | ${sysconfdir}/audit/plugins.d/syslog.conf \ |
| 65 | ${base_sbindir}/audisp-remote \ | 65 | ${base_sbindir}/audisp-remote \ |
| 66 | ${base_sbindir}/audisp-syslog \ | 66 | ${base_sbindir}/audisp-syslog \ |
| 67 | ${localstatedir}/spool/audit \ | 67 | ${localstatedir}/spool/audit \ |
| 68 | " | 68 | " |
| 69 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" | 69 | FILES:${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" |
| 70 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" | 70 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" |
| 71 | 71 | ||
| 72 | CONFFILES_auditd = "${sysconfdir}/audit/audit.rules" | 72 | CONFFILES:auditd = "${sysconfdir}/audit/audit.rules" |
| 73 | RDEPENDS_auditd = "bash" | 73 | RDEPENDS:auditd = "bash" |
| 74 | 74 | ||
| 75 | do_install_append() { | 75 | do_install:append() { |
| 76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a | 76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a |
| 77 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la | 77 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la |
| 78 | 78 | ||
diff --git a/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb b/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb index 0a8c2e4834..00cca53b5a 100644 --- a/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb +++ b/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb | |||
| @@ -40,7 +40,7 @@ do_install () { | |||
| 40 | oe_runmake DESTDIR=${D} install | 40 | oe_runmake DESTDIR=${D} install |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | do_install_append_class-nativesdk() { | 43 | do_install:append:class-nativesdk() { |
| 44 | install -d ${D}${datadir} | 44 | install -d ${D}${datadir} |
| 45 | src_dir="${D}${target_datadir}" | 45 | src_dir="${D}${target_datadir}" |
| 46 | mv $src_dir/* ${D}${datadir} | 46 | mv $src_dir/* ${D}${datadir} |
| @@ -58,8 +58,8 @@ do_install_ptest () { | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | 60 | ||
| 61 | RDEPENDS_${PN}-ptest += "lsb-release" | 61 | RDEPENDS:${PN}-ptest += "lsb-release" |
| 62 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 62 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" |
| 63 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" | 63 | RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils" |
| 64 | 64 | ||
| 65 | BBCLASSEXTEND = "native nativesdk" | 65 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb index 17bc40911d..c2e3585f9d 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.80.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb | |||
| @@ -49,7 +49,7 @@ do_configure() { | |||
| 49 | oe_runconf | 49 | oe_runconf |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | do_install_append() { | 52 | do_install:append() { |
| 53 | for f in ndiff uninstall_ndiff; do | 53 | for f in ndiff uninstall_ndiff; do |
| 54 | if [ -f ${D}${bindir}/$f ]; then | 54 | if [ -f ${D}${bindir}/$f ]; then |
| 55 | sed -i 's@^#!.*$@#!/usr/bin/env python3@g' ${D}${bindir}/$f | 55 | sed -i 's@^#!.*$@#!/usr/bin/env python3@g' ${D}${bindir}/$f |
| @@ -57,6 +57,6 @@ do_install_append() { | |||
| 57 | done | 57 | done |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" | 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" |
| 61 | 61 | ||
| 62 | RDEPENDS_${PN} += "python3-core" | 62 | RDEPENDS:${PN} += "python3-core" |
diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb index dd302506d7..b148fdcb59 100644 --- a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb +++ b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | |||
| @@ -35,7 +35,7 @@ SRC_URI[sha256sum] = "d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a7 | |||
| 35 | 35 | ||
| 36 | # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam | 36 | # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam |
| 37 | # this package's pam_passwdqc.so needs pam | 37 | # this package's pam_passwdqc.so needs pam |
| 38 | CFLAGS_append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM" | 38 | CFLAGS:append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM" |
| 39 | 39 | ||
| 40 | # -e is no longer default setting in bitbake.conf | 40 | # -e is no longer default setting in bitbake.conf |
| 41 | EXTRA_OEMAKE = "-e" | 41 | EXTRA_OEMAKE = "-e" |
| @@ -58,9 +58,9 @@ do_install() { | |||
| 58 | PROVIDES += "pam-${BPN}" | 58 | PROVIDES += "pam-${BPN}" |
| 59 | PACKAGES =+ "lib${BPN} pam-${BPN}" | 59 | PACKAGES =+ "lib${BPN} pam-${BPN}" |
| 60 | 60 | ||
| 61 | FILES_lib${BPN} = "${base_libdir}/libpasswdqc.so.0" | 61 | FILES:lib${BPN} = "${base_libdir}/libpasswdqc.so.0" |
| 62 | FILES_pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so" | 62 | FILES:pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so" |
| 63 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 63 | FILES:${PN}-dbg += "${base_libdir}/security/.debug" |
| 64 | 64 | ||
| 65 | RDEPENDS_${PN} = "lib${BPN} pam-${BPN}" | 65 | RDEPENDS:${PN} = "lib${BPN} pam-${BPN}" |
| 66 | RDEPENDS_pam-${BPN} = "lib${BPN}" | 66 | RDEPENDS:pam-${BPN} = "lib${BPN}" |
diff --git a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb index aa91ab37f2..d7bcd4f03b 100644 --- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb +++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | |||
| @@ -26,5 +26,5 @@ PACKAGECONFIG[botan] = "--with-botan=${STAGING_DIR_HOST}/usr --with-crypto-backe | |||
| 26 | PACKAGECONFIG[migrate] = "--with-migrate" | 26 | PACKAGECONFIG[migrate] = "--with-migrate" |
| 27 | PACKAGECONFIG[pk11] = "--enable-p11-kit --with-p11-kit==${STAGING_DIR_HOST}/usr, --without-p11-kit, p11-kit, p11-kit" | 27 | PACKAGECONFIG[pk11] = "--enable-p11-kit --with-p11-kit==${STAGING_DIR_HOST}/usr, --without-p11-kit, p11-kit, p11-kit" |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN} = "sqlite3" | 29 | RDEPENDS:${PN} = "sqlite3" |
| 30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb index f362775999..4b36dd63ea 100644 --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb | |||
| @@ -14,8 +14,8 @@ S = "${WORKDIR}/${BPN}" | |||
| 14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPLv2" |
| 15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" | 15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" |
| 16 | 16 | ||
| 17 | FILES_${PN} += "${libdir}/tomoyo" | 17 | FILES:${PN} += "${libdir}/tomoyo" |
| 18 | FILES_${PN}-dbg += "${libdir}/tomoyo/.debug" | 18 | FILES:${PN}-dbg += "${libdir}/tomoyo/.debug" |
| 19 | 19 | ||
| 20 | DEPENDS = "linux-libc-headers ncurses" | 20 | DEPENDS = "linux-libc-headers ncurses" |
| 21 | 21 | ||
