[openwrt/openwrt] libcap: add PKG_CPE_ID

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


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

commit f9a502c72191dc4d534f9550a926a569dd113a3b
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 12:13:36 2022 +0200

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

diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile
index 0e4ffc6e02..b3ca20fd8a 100644
--- a/package/libs/libcap/Makefile
+++ b/package/libs/libcap/Makefile
@@ -16,6 +16,7 @@ PKG_HASH:=73e350020cc31fe15360879d19384ffa3395a825f065fcf6bda3a5cdf965bebd
 PKG_MAINTAINER:=Paul Wassi <p.wassi at gmx.at>
 PKG_LICENSE:=GPL-2.0-only
 PKG_LICENSE_FILES:=License
+PKG_CPE_ID:=cpe:/a:libcap_project:libcap
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1




More information about the lede-commits mailing list