aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security
AgeCommit message (Collapse)Author
2019-03-08tripwire: fix ptest so more tests passArmin Kuster
replace relative path with abs path for binaries. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-08keyutils: improve ptestsArmin Kuster
Tests need lsb Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06keyutils: update to 1.6Armin Kuster
remove patch now included in update: keyutils-use-relative-path-for-link.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06suricata: update to 4.0.6Armin Kuster
includes: SMTP crash issue was fixed: CVE-2018-18956 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06python-fail2ban: update 0.10.4.0Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06libmspack: update to 0.9.1Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06tripwire: update to 2.4.3.7Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06samhain: update to 4.3.2Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06xmlsec1: add PACKAGECONFIG disable-desChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11clamav: update llvm to 8.0Armin Kuster
ERROR: Nothing PROVIDES 'llvm6.0' Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11scapy: restore ptest by going to github directlyArmin Kuster
The pypi package removed the tests so go to the git repo directly. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11scapy: Fix shebang for python3Scott Ellis
Both scapy and UTscapy have python in the shebang line regardless of whether python3-scapy or python-scapy was built. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11scapy: Add python-cryptography to RDEPENDSScott Ellis
Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11Upgrade scapy to 2.4.2Scott Ellis
Upstream MANIFEST.in removed doc and test directories so remove ptest. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11xmlsec1: upgrade 1.2.26 -> 1.2.27Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11xmlsec1: Make the crypto libraries a PACKAGECONFIGAdrian Bunk
Usually one doesn't need variants for all 4 different crypto libraries installed at the same time. Also remove a libgpg-error DEPENDS that is not used directly by xmlsec1. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11xmlsec1: Include libxmlsec1-*.so in the main packageAdrian Bunk
They can be dynamically loaded with xmlSecCryptoDLLoadLibrary(). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-02-11checksec: Remove old scriptScott Ellis
Should have been removed in previous patch. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: backport a patch to fix tool paths instead of seddingRoss Burton
Sedding is ugly, and as upstream have already fixed this cherry-pick the patch instead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: if Perl is disabled remove perl-using scriptsRoss Burton
aa-notify uses the Perl bindings, so isn't usable when perl is disabled. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: systemd.bbclas is useful even when disabledRoss Burton
The systemd bbclass will remove any systemd files that have been installed if systemd is disabled, so always install the files and always inherit. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: remove pointless ALLOW_EMPTYRoss Burton
${PN} has content, so there's no need to set ALLOW_EMPTY_${PN}. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: no need to conditionalise PACKAGESRoss Burton
A package with no content is not generated, so there's no need to conditionalise assignments to PACKAGES. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: use manpages classRoss Burton
The manpages class handles enabling/disabling the man pages based on the api-documentation DISTRO_FEATURE, and ensures that mandb is called. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: remove redundant SRoss Burton
This is the default value, so remove it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: enable static libraries neatlyRoss Burton
No need to fiddle with the configure arguments as we can just neuter disable-static.inc. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17apparmor: add missing bash dependencyRoss Burton
testsuite/parser/tst/minimize.sh is a bash script, so until it is reviewed add a bash dependency to apparmor-ptest. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-17Add recipe for ncrackScott Ellis
Ncrack is a network authentication cracking tool. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-06nikto: upgrade to 2.1.6 (v2)Scott Ellis
Source now on github. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-06checksec: Upgrade to 1.11.0Scott Ellis
Switch source to a more up to date github repo. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-12-06apparmor: Remove tab indentations in python codeRobert Yang
Use 4 spaces to replace a tab. Fixed: apparmor_2.12.bb: python should use 4 spaces indentation, but found tabs in apparmor_2.12.bb, line 49 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31clamav: update to 0.99.4Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroup-core-security: add fail2ban ptest to imageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31fail2ban: add ptestArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroup-core-security: add tripwire ptestArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31tripwire: add ptestArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31security-build-image: remove X11Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroup-core-security: add suricata-ptestArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31suricata: add ptestArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroup-core-security: add few more ptest packagesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroup-core-security: add ptest capable packagesArmin Kuster
and favor python-scapy Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroups: add more packagesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31suricata: fix QA errorArmin Kuster
ollected errors: * check_data_file_clashes: Package suricata wants to install file .../1.0-r0/rootfs/var/run But that file is already provided by package * base-files Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-29bseccomp: fix do package qa warningChangqing Li
Fix below warning: lib32-libseccomp-2.3.3-r0 do_package: QA Issue: lib32-libseccomp: Files/directories were installed but not shipped in any package: Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-29keynote: remove recipeYi Zhao
The keynote is unmaintained for a long time. It had been removed from main distributions (Fedora, Suse and Debian). See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594867 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-23samhain: update to 4.3.0Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17aircrack: update to 1.3Armin Kuster
remove unneeded patch. minor cleanups Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17packagegroup-core-security: change scapy to python nameArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17bastille: fix QA errorArmin Kuster
bastille_3.2.1.bb: cannot map 'allarch' to a linux kernel architecture Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17suricata: include a emerging rules snapshotArmin Kuster
it appears to be changing w/o version control so keep a snapshot when reciped was updated. Signed-off-by: Armin Kuster <akuster808@gmail.com>