WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? [build-deps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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>
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>
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>
${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>
${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>
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>
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>
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>
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>
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>