Commit Graph

23 Commits

Author SHA1 Message Date
Ilya Lipnitskiy b1cbd93bcd
treewide: Run refresh on all packages
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>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-25 01:26:05 +08:00
Rosen Penev f38ba5fd67
libcap: update to 2.43
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:54:22 -07:00
Rosen Penev bd1caf362e
libcap: update to 2.36
Remove outdated patches. A different solution was applied upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:11:47 -07:00
Rosen Penev 05648d2775
libcap: update to 2.34
Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:37:59 -07:00
Rosen Penev a0a1f058e5
libcap: apply pkgconfig fix to libpsx.pc as well
Made a bunch of libraries explicit for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:54:00 -07:00
Paulo Machado bb34fcebe5 libcap: fix build failure
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>
2020-03-20 00:54:27 +00:00
Rosen Penev 2f957ddc30
libcap: update to 2.33
Added a compatibility fix for musl.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 15:25:20 -07:00
Rosen Penev 382b7cf690
libcap: update to 2.32
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 17:17:40 -08:00
Rosen Penev a94ff03b5b
libcap: update to 2.31
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-19 18:25:53 -08:00
Rosen Penev 3a559224b3
libcap: Fix compilation with uClibc-ng
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>
2020-01-10 18:37:18 -08:00
Rosen Penev caf6d5ed2a
libcap: Update to 2.29
Fixed PKG_LICENSE.

Added PKG_BUILD_PARALLEL for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-08 16:08:35 -08:00
W. Michael Petullo 4cb51d9564 libcap: move utilities to a separate package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-05 16:46:30 -04:00
Rosen Penev d3908aee91
libcap: Fix pkgconfig file
Helps packages that use pkgconfig to find libcap when installed in OpenWrt

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 15:40:53 -07:00
Alin Nastac c4d0ed9825 libcap: copy pkgconfig file in staging directory
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>
2019-08-14 14:04:31 +02:00
Deng Qingfang 40d8d5b5a8 libcap: update to 2.27
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-05-19 13:11:48 +08:00
Rosen Penev e440aeaf69 libcap: Update to 2.26
Minor adjustments to Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 12:42:30 -08:00
Toni Uhlig 8f113f155b libcap: libcap executables
* 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>
2018-03-10 11:40:49 +01:00
Florian Eckert 17743cd918 libs/libcap: add license tag
add license tag

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 14:51:56 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
p-wassi b85f3d20b7 libs/libcap: update to 2.25
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
2017-01-18 11:20:27 +08:00
diizzyy d5a8c070b3 libcap: Use URL alias
Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-05-24 21:19:21 +02:00
Felix Fietkau 4e7545ff68 libcap: fix build on non-linux systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2015-09-18 15:51:28 +02:00
Steven Barth 4132123ce5 Add libcap and mdnsresponder 2014-06-03 12:51:24 +02:00