aboutsummaryrefslogtreecommitdiff
path: root/libs/libcap/patches
Commit message (Collapse)AuthorAge
* libcap: drop from feedStijn Tintel2021-04-05
| | | | | | The libcap package was moved to OpenWrt base. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libcap: update to 2.36Rosen Penev2020-06-13
| | | | | | Remove outdated patches. A different solution was applied upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: update to 2.34Rosen Penev2020-06-06
| | | | | | Removed upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>