aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security
AgeCommit message (Collapse)Author
2015-04-15libseccomp: add testsArmin Kuster
update busybox for extend head option for test suite remove seq -f option as it is not supported buy busybox Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-04-15libseccomp: add ppc supportArmin Kuster
backport ppc patches Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-04-15samhain: update client and server to 3.1.5Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> fix missing bash depends in server recipe
2015-04-09clamav: fix ncurses configure optionHugo Vasconcelos Saldanha
Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-04-09libmspack: update to version 0.5Hugo Vasconcelos Saldanha
SRC_URI to version 0.4 was broken. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-03-20suricata: update to 2.0.7Armin Kuster
this includes CVE-2015-0928 moved patches and files to more generic dir name Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-03-20libseccomp: update to version 2.2.0Armin Kuster
License is now LGPL sources come from github now dropped patches since alt solutions included now. Changes in the 2.2.0 release include: * Migrated the build system to autotools * Added support for the aarch64 architecture * Added support for the mips, mips64, and mips64n32 architectures * Added support for the new seccomp() syscall and thread sync * Added Python bindings * Updated the internal syscall tables to Linux v3.19 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-14tripwire: Add aarch64 support to config.subArmin Kuster
this fixes a build issue on arm64. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-14nmap: add aarch64 config supportArmin Kuster
allow nmap to build for arm64 qemu machine. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-13libcap-ng: remove from layerArmin Kuster
this package is not in meta-oe Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-13suricata: update to 2.0.6Armin Kuster
fix new build issues with pcap-config cleanup configure selection Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-13suricata: add new ids and pds engine for meta-securityArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-13libhtp: add support lib for suricataArmin Kuster
include common inc file Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-13packagegroup: remove libseccompArmin Kuster
libseccomp now includes COMPATIBLE_HOST so it will also negate the packagegroup Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-13libseccomp: add COMPATIBLE_HOSTArmin Kuster
don't build for ppc, ppc64, mips or aarch64 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01nmap: fix QA issueArmin Kuster
WARNING: QA Issue: nmap requires /usr/bin/python, but no providers in its RDEPENDS [file-rdeps] move nmap.inc back into recipe colapse ${BPN}-${PV} to ${BP} Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01nmap: update to version 6.47Armin Kuster
for list of changes see: http://seclists.org/nmap-dev/2014/q3/335 use nmap.inc to house most code. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01clamav: remove interal libmspackArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01clamav: updated recipedArmin Kuster
added packaged define and init scripts. patches are all debian Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01libmspack: add new packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01samhain: fix aarch64 build issuesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01checksec: fix rdepend issueArmin Kuster
WARNING: QA Issue: checksec requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01libseccomp: fix rdependsArmin Kuster
WARNING: QA Issue: libseccomp requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01ccs-tools: remove unused variable.Armin Kuster
There was a ref to DEPEND with is meaningless so remove it. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01samhain: client fix rdependsArmin Kuster
WARNING: QA Issue: samhain-client requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-13nikto: fix SRC_URI for multilibPaul Eggleton
${BPN} should be used instead of ${PN} where you want the name without any prefix (and ${BP} is short for ${BPN}-${PV}). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-13libseccomp: fix SRC_URI for multilibPaul Eggleton
${BPN} should be used instead of ${PN} where you want the name without any prefix (and ${BP} is short for ${BPN}-${PV}). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-13libcap-ng: fix checksumsArmin Kuster
the checksums did not get updated when upgrading package. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-03nikto: fix launching errorsArmin Kuster
add several missing perl package depends so app can launch Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-03nikto: fix dependsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-03perl: reorg recipes to match meta-perl.Armin Kuster
move security perl recipes to a more standardized recipes-perl layout. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-03remove: libcurses-perl, libhtml-parser-perl, libnet-dns-perlArmin Kuster
those packages are being moved to meta-perl. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-01-03libcap-ng: update to 7.4 plus security fixArmin Kuster
0.7.4 - In pscap, remove unused code - Add CAPNG_INIT_SUPP_GRP to capng_change_id - Drop CAP_COMPROMISE_KERNEL - Update the autotools components - Dynamically detect last capability (#895105) - Add PR_SET_NO_NEW_PRIVS to capng_lock if kernel supports it (CVE-2014-3215) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-11-28samhain: update to 3.1.3Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-11-28packagegroups [v2]: add a few more catagoriesArmin Kuster
Add tripwire, samhain and checksec packages fix ccs-tools to exclude if no kernel support v2: fixed missing "}" Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-11-28pinentry: remove from layerArmin Kuster
pinentry is now in oe-core so remove it from this layer. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-11-28libseccomp: add package for tests.Armin Kuster
I wanted to run the tests manually on a target. Tests are now built and packaged. to run: /usr/lib/libseccomp/tests/regression -a will add ptest later. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-10-26checksecurity: update to version 2.0.15Armin Kuster
update fixed: * Fix bug in the CS_NFSAFS definition in etc/check-setuid.conf that prevents the script from matching any filesystem. This bug was, actually, making the script not do anything in the default configuration. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-10-26isic: Add new packageArmin Kuster
This adds the ISIC is a suite of utilities to exercise the stability of an IP and its component stacks (TCP/UDP/ICMP etc.) It generates piles of pseudo random packets with configurable tendancies, then sent to the target to penetrate its firewall rules or find bug backported two patches from Redhat. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-10-26samhain: update to 3.1.2Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13libnet-ssleay-perl: remove from layerArmin Kuster
libnet-ssleay-perl is now in meta-perl Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13tripwire: ppc64 build failure.Armin Kuster
| configure: error: /bin/sh ./config.sub powerpc64-poky-linux failed config.sub did not understand the powerpc64 par. this patch adds that understanding. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13nmap: New QA issue via ppcArmin Kuster
Fixes: WARNING: QA Issue: nmap rdepends on libpcap, but it isn't a build dependency? [build-deps] nmap internal lua library does not compile with PPC so use OE version instead. Changed PACKAGECONFIG assignment from "??=" to "=". It was empty when using PPC. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13nmap: Add gui supportArmin Kuster
Add zenmap to work with gtk+/x11 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13v2] nmap: use pkgconfig and reorgArmin Kuster
Added pkgconfig support Since most binaries provided by nmap can be excluded via configure manage via pkgconfig Aligned python packages with binaries so nmap-python is no longer needed V2: Missed some options in EXTRA_OECONF changes Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13nmap: build QA WarningsArmin Kuster
WARNING: QA Issue: nmap rdepends on libcrypto, but it isn't a build dependency? [build-deps] WARNING: QA Issue: nmap rdepends on libssl, but it isn't a build dependency? [build-deps] This fixes the above QA warnings. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-08-27samhain: arm build failureArmin Kuster
| x_sh_error.c: In function 'sh_error_string': | x_sh_error.c:1580:31: error: incompatible type for argument 1 of 'memmove' | #define VA_COPY(ap1, ap2) memmove ((ap1), (ap2), sizeof (va_list)) | ^ | x_sh_error.c:1720:14: note: in expansion of macro 'VA_COPY' | /*@i@*/VA_COPY(vl2, vl); | ^ this patch fixes the arm build failure. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-08-27pinentry: Fix QA errorArmin Kuster
This fixes: WARNING: QA Issue: pinentry rdepends on libcap, but it isn't a build dependency? [build-deps] Also add pkgconfig support. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-08-27samhain: server packageArmin Kuster
This is the server portion. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-08-27samhain: client packageArmin Kuster
This is the client portion. Signed-off-by: Armin Kuster <akuster808@gmail.com>