aboutsummaryrefslogtreecommitdiff
path: root/libs/libcap/patches
Commit message (Collapse)AuthorAge
* libcap: fix build failurePaulo Machado2020-03-20
| | | | | | | | Building is failing during the test compilation due to static compilation. Disable tests as they are not being used. Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* libcap: update to 2.33Rosen Penev2020-03-09
| | | | | | | | Added a compatibility fix for musl. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: update to 2.32Rosen Penev2020-02-20
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: Fix compilation with uClibc-ngRosen Penev2020-01-10
| | | | | | | | The test does not compile with --static. As this does not touch binaries, not bumping the package release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: Update to 2.29Rosen Penev2020-01-08
| | | | | | | | | | Fixed PKG_LICENSE. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: Update to 2.26Rosen Penev2018-11-30
| | | | | | Minor adjustments to Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: libcap executablesToni Uhlig2018-03-10
| | | | | | | * add option to install additional executables - capsh, getcap, getpcaps, setcap * capsh can be configured to execute a different shell rather than /bin/bash Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* libcap: fix build on non-linux systemsFelix Fietkau2015-09-18
Signed-off-by: Felix Fietkau <nbd@openwrt.org>