summaryrefslogtreecommitdiffstats
path: root/recipes-security/libcap-ng/libcap-ng_0.7.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* libcap-ng: update to 7.4 plus security fixArmin Kuster2015-01-031-37/+0
| | | | | | | | | | | | | 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>
* libcap-ng: resolved issue related with LONG_BIT definitionAlexandru.Vaduva2014-07-021-6/+32
| | | | | | | | The problem is well known for 64 bits architectures and the solution is offered in the same recibe but in the meta-selinux layer. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva at enea.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
* libcap-ng: omit an unnecessary build time dependency.mulhern2013-09-051-1/+0
| | | | | | | | | | [YOCTO #5084] libcap has been removed from the list of DEPENDS packages. Since libcap was the only package in the list the DEPENDS variable has been removed from the recipe file. Signed-off-by: mulhern <mulhern@yoctoproject.org>
* Fixed redhat-security tools problemsAndrei Dinu2013-07-251-0/+12
- added libcap-ng needed recipe - tweaked the scripts - updated README file Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>