libcap: update to 2.36 12511/head
authorRosen Penev <rosenp@gmail.com>
Fri, 12 Jun 2020 03:37:54 +0000 (20:37 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 14 Jun 2020 01:11:47 +0000 (18:11 -0700)
Remove outdated patches. A different solution was applied upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libcap/Makefile
libs/libcap/patches/100-portability.patch [deleted file]

index 28afc25bcc775c1f9b80937f36fe8c49cf395766..33483e935335009bce2d43bf9a56d89e97fa6e84 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libcap
-PKG_VERSION:=2.34
+PKG_VERSION:=2.36
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2
-PKG_HASH:=aecdd42015955068d3d94b7caa9590fcb2de5df53ce53c61a21b912bfc0b1611
+PKG_HASH:=5048c849bdbbe24d2ca59463142cb279abec5edf3ab6731ab35a596bcf538a49
 
 PKG_MAINTAINER:=Paul Wassi <p.wassi@gmx.at>
 PKG_LICENSE:=GPL-2.0-only
diff --git a/libs/libcap/patches/100-portability.patch b/libs/libcap/patches/100-portability.patch
deleted file mode 100644 (file)
index 19d28d1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/libcap/_makenames.c
-+++ b/libcap/_makenames.c
-@@ -8,7 +8,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <sys/capability.h>
- /*
-  * #include 'sed' generated array
-@@ -23,7 +22,7 @@ struct {
- };
- /* this should be more than big enough (factor of three at least) */
--const char *pointers[8*sizeof(struct __user_cap_data_struct)];
-+const char *pointers[8*12];
- int main(void)
- {