[openwrt/openwrt] libcap: update to 2.64

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


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/97daddffd01b87c843c324bf44e3f9315222f354

commit 97daddffd01b87c843c324bf44e3f9315222f354
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Jul 26 16:16:27 2022 +0200

    libcap: update to 2.64
    
    Changes:
    38cfa2e Up the release version to 2.64
    7617af6 Avoid a deadlock in forked psx thread exit.
    fc029cb Include LIBCAP_{MAJOR,MINOR} #define's in sys/capability.h
    ceaa591 Clarify how the cap_get_pid() argument is interpreted.
    15cacf2 Fix prctl return code/errno handling in libcap.
    aae9374 Be explicit about CGO_ENABLED=1 for compare-cap build.
    66a8a14 psx: free allocated memory at exit.
    
    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 dcd535becd..7a1e36bb70 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.63
+PKG_VERSION:=2.64
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2
-PKG_HASH:=0c637b8f44fc7d8627787e9cf57f15ac06c1ddccb53e41feec5496be3466f77f
+PKG_HASH:=c8465e1f0b068d5fc06199231135ccac7adb56d662b1de93589252e8cd071e13
 
 PKG_MAINTAINER:=Paul Wassi <p.wassi at gmx.at>
 PKG_LICENSE:=GPL-2.0-only




More information about the lede-commits mailing list