[openwrt/openwrt] libcap: update to 2.67

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 24 15:15:42 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/530f5c2fda1893ee1e0ae8b1f5bea5eda0850a40

commit 530f5c2fda1893ee1e0ae8b1f5bea5eda0850a40
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Feb 5 21:38:19 2023 +0100

    libcap: update to 2.67
    
    Release notes:
    https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.o8papfkfh1x9
    
    While working on it, remove $(AUTORELEASE).
    
    Tested-by: Linhui Liu liulinhui36 at gmail.com # Xiaomi AX3600
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libcap/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile
index afc66d7c09..a35b5e394f 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.66
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=2.67
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2
-PKG_HASH:=15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2
+PKG_HASH:=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198
 
 PKG_MAINTAINER:=Paul Wassi <p.wassi at gmx.at>
 PKG_LICENSE:=GPL-2.0-only




More information about the lede-commits mailing list