[openwrt/openwrt] libsepol: add PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 6 08:38:48 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d40948b35d5e6f61aabab58d1cbd60080d9b920d

commit d40948b35d5e6f61aabab58d1cbd60080d9b920d
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Sep 4 15:15:13 2022 +0200

    libsepol: add PKG_CPE_ID
    
    Add CPE ID for tracking CVEs.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 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 <thomas.petazzoni at bootlin.com>
+PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk




More information about the lede-commits mailing list