[openwrt/openwrt] libcap: update to 2.65

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 30 15:15:25 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/74554578935f625d0ccfe95cfd9c03cb5031126e

commit 74554578935f625d0ccfe95cfd9c03cb5031126e
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Jul 26 16:18:51 2022 +0200

    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 at systemli.org>
---
 package/libs/libcap/Makefile | 4 ++--
 1 file 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 at gmx.at>
 PKG_LICENSE:=GPL-2.0-only




More information about the lede-commits mailing list