aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-05-21 23:25:52 +0200
committerDaniel Golle <daniel@makrotopia.org>2023-05-24 19:26:24 +0100
commitf1fbf61fcf2b2ee61548f4096020e2d84ebc76b1 (patch)
tree40c3737b97d8b600c87eca59e244b3e1c08b1cf1
parent60b622002823ffdedfb0cd0a57df0b490eb11868 (diff)
downloadupstream-f1fbf61fcf2b2ee61548f4096020e2d84ebc76b1.tar.gz
upstream-f1fbf61fcf2b2ee61548f4096020e2d84ebc76b1.tar.bz2
upstream-f1fbf61fcf2b2ee61548f4096020e2d84ebc76b1.zip
libcap: update to 2.69
Release Notes: https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.iuvg7sbjg8pe Fixes: CVE-2023-2602 CVE-2023-2603 Signed-off-by: Nick Hainke <vincent@systemli.org> (cherry picked from commit 78c45c1e591ce5aeff9fb7eeae049662c4ac4ef2) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--package/libs/libcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile
index 6f51b5d5ed..989209302a 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.68
+PKG_VERSION:=2.69
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2
-PKG_HASH:=90be3b6d41be5f81ae4b03ec76012b0d27c829293684f6c05b65d5f9cce724b2
+PKG_HASH:=f311f8f3dad84699d0566d1d6f7ec943a9298b28f714cae3c931dfd57492d7eb
PKG_MAINTAINER:=Paul Wassi <p.wassi@gmx.at>
PKG_LICENSE:=GPL-2.0-only