aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-26 20:23:21 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-02 20:22:54 +0200
commit04119d7ccebdaa458f396c661d785982dacd1702 (patch)
tree74b0eb3a68e71df9890303343a95372e5e91b77a /package
parentfbd33d61648ae8982fbada7ad3b6d8222b367ab5 (diff)
downloadupstream-04119d7ccebdaa458f396c661d785982dacd1702.tar.gz
upstream-04119d7ccebdaa458f396c661d785982dacd1702.tar.bz2
upstream-04119d7ccebdaa458f396c661d785982dacd1702.zip
libcap: update to 2.66
4f96e67 Up the release version to 2.66 60ff008 Fix typos in the cap_from_text.3 man page. 281b6e4 Add captrace to .gitignore file 09a2c1d Add an example of using BPF kprobing to trace capability use. 26e3a09 Clean up getpcaps code. fc804ac getpcaps: catch PID parsing errors. fc437fd Fix an issue with bash displaying an error. 7db9589 Some more simplifications for building 27e801b Fix for "make clean ; make -j48 test" Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package')
-rw-r--r--package/libs/libcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile
index b3ca20fd8a..afc66d7c09 100644
--- a/package/libs/libcap/Makefile
+++ b/package/libs/libcap/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libcap
-PKG_VERSION:=2.65
+PKG_VERSION:=2.66
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2
-PKG_HASH:=73e350020cc31fe15360879d19384ffa3395a825f065fcf6bda3a5cdf965bebd
+PKG_HASH:=15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2
PKG_MAINTAINER:=Paul Wassi <p.wassi@gmx.at>
PKG_LICENSE:=GPL-2.0-only