[openwrt/openwrt] nettle: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:34 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e7661c64c39becd3acca537f8cea43b67a1f1419
commit e7661c64c39becd3acca537f8cea43b67a1f1419
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 12:00:26 2022 +0200
nettle: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/nettle/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index 8e4b987512..8825da4be7 100644
--- a/package/libs/nettle/Makefile
+++ b/package/libs/nettle/Makefile
@@ -18,6 +18,7 @@ PKG_HASH:=364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:nettle_project:nettle
PKG_BUILD_PARALLEL:=1
PKG_CONFIG_DEPENDS := CONFIG_LIBNETTLE_MINI
More information about the lede-commits
mailing list