summaryrefslogtreecommitdiffstats
path: root/recipes-security/libseccomp
Commit message (Collapse)AuthorAgeFilesLines
* libseccomp: update to latestArmin Kuster2015-10-081-14/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Corrects a typing error.Thomas Perrot2015-08-111-1/+1
| | | | | Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: add testsArmin Kuster2015-04-152-1/+51
| | | | | | | 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>
* libseccomp: add ppc supportArmin Kuster2015-04-1512-4/+2836
| | | | | | backport ppc patches Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: update to version 2.2.0Armin Kuster2015-03-202-37/+23
| | | | | | | | | | | | | | | | | 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>
* libseccomp: add COMPATIBLE_HOSTArmin Kuster2015-02-131-0/+3
| | | | | | don't build for ppc, ppc64, mips or aarch64 Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: fix rdependsArmin Kuster2015-02-011-0/+2
| | | | | | WARNING: QA Issue: libseccomp requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: fix SRC_URI for multilibPaul Eggleton2015-01-131-1/+1
| | | | | | | | ${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>
* libseccomp: add package for tests.Armin Kuster2014-11-281-0/+9
| | | | | | | | | | | 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>
* libseccomp: add latest stable version, add ptestJoe MacDonald2013-11-044-3/+395
| | | | | | | | | A new stable version of libseccomp is available, so update the recipe. At the same time, integrate the ptest support that's currently being discussed on the libseccomp list. Signed-off-by: Joe MacDonald <joe@deserted.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* security layer updated workAndrei Dinu2013-07-012-0/+51
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>