From d40948b35d5e6f61aabab58d1cbd60080d9b920d Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 4 Sep 2022 15:15:13 +0200 Subject: [PATCH] libsepol: add PKG_CPE_ID Add CPE ID for tracking CVEs. Signed-off-by: Nick Hainke --- package/libs/libsepol/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile index 87f1ccd917..816b139727 100644 --- a/package/libs/libsepol/Makefile +++ b/package/libs/libsepol/Makefile @@ -14,6 +14,7 @@ PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PK PKG_HASH:=2d97df3eb8466169b389c3660acbb90c54200ac96e452eca9f41a9639f4f238b PKG_MAINTAINER:=Thomas Petazzoni +PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk -- 2.30.2