[openwrt/openwrt] libselinux: add PKG_CPE_ID

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


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

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

    libselinux: add PKG_CPE_ID
    
    Add CPE ID for tracking CVEs.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libselinux/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile
index 6bda72b5de..7246d85566 100644
--- a/package/libs/libselinux/Makefile
+++ b/package/libs/libselinux/Makefile
@@ -17,6 +17,7 @@ HOST_BUILD_DEPENDS:=libsepol/host pcre/host
 PKG_LICENSE:=libselinux-1.0
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni at bootlin.com>
+PKG_CPE_ID:=cpe:/a:selinuxproject:libselinux
 
 HOST_BUILD_DEPENDS:=libsepol/host musl-fts/host pcre/host
 




More information about the lede-commits mailing list