diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-26 16:18:51 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-30 23:50:44 +0200 |
commit | 74554578935f625d0ccfe95cfd9c03cb5031126e (patch) | |
tree | dceaffd4603d89a691b1463937a7126f28885078 /package/libs/libcap/Makefile | |
parent | 97daddffd01b87c843c324bf44e3f9315222f354 (diff) | |
download | upstream-74554578935f625d0ccfe95cfd9c03cb5031126e.tar.gz upstream-74554578935f625d0ccfe95cfd9c03cb5031126e.tar.bz2 upstream-74554578935f625d0ccfe95cfd9c03cb5031126e.zip |
libcap: update to 2.65
Changes:
a47d86d Up the release version to 2.65
fc99e56 Include more signatures in pgp.keys.asc.
52288cc Close out this comment in the go/Makefile
eb0f1df Prevent 'capsh --user=xxx --' from generating a bash error.
9a95791 Improve documentation for cap_get_pid and cap_reset_ambient.
21d08b0 Fix syntax error in DEBUG protected setcap.c code.
9425048 More useful captree usage string and man page.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/libcap/Makefile')
-rw-r--r-- | package/libs/libcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile index 7a1e36bb70..0e4ffc6e02 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.64 +PKG_VERSION:=2.65 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2 -PKG_HASH:=c8465e1f0b068d5fc06199231135ccac7adb56d662b1de93589252e8cd071e13 +PKG_HASH:=73e350020cc31fe15360879d19384ffa3395a825f065fcf6bda3a5cdf965bebd PKG_MAINTAINER:=Paul Wassi <p.wassi@gmx.at> PKG_LICENSE:=GPL-2.0-only |