aboutsummaryrefslogtreecommitdiff
path: root/libs/libcap
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.43Rosen Penev2020-09-03
| | | | Signed-off-by: Rosen Penev <rosenp@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: apply pkgconfig fix to libpsx.pc as wellRosen Penev2020-03-23
| | | | | | Made a bunch of libraries explicit for clarity. 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: update to 2.31Rosen Penev2020-02-19
| | | | 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: move utilities to a separate packageW. Michael Petullo2019-10-05
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libcap: Fix pkgconfig fileRosen Penev2019-09-17
| | | | | | Helps packages that use pkgconfig to find libcap when installed in OpenWrt Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcap: copy pkgconfig file in staging directoryAlin Nastac2019-08-14
| | | | | | | This file is needed to enable libcap support in other packages, such as iproute2's ip-full. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* libcap: update to 2.27Deng Qingfang2019-05-19
| | | | Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* 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>
* libs/libcap: add license tagFlorian Eckert2017-10-30
| | | | | | add license tag Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libs/libcap: update to 2.25p-wassi2017-01-18
| | | | | | | | | | | | | | | | | | | | Update libcap to upstream release 2.25 Since the libattr thing was dropped upstream in [1] it is also removed here. Then, to overcome an issue in cross-compiling [2], set the Make parameter according to [3]. Take maintainership of this package. Signed-off-by: Paul Wassi <p.wassi@gmx.at> [1]: http://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112 [2]: libcap: progs/Makefile:30 executes the cross-compiled binary on the host [3]: libcap: Make.Rules: comment from lines 74-81
* libcap: Use URL aliasdiizzyy2016-05-24
| | | | | Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libcap: fix build on non-linux systemsFelix Fietkau2015-09-18
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Add libcap and mdnsresponderSteven Barth2014-06-03