libs/libidn2: fix PKG_CPE_ID
authorFabrice Fontaine <redacted>
Thu, 1 Feb 2024 17:30:52 +0000 (18:30 +0100)
committerRosen Penev <redacted>
Mon, 5 Feb 2024 00:02:06 +0000 (16:02 -0800)
There is not a single CVE linked to libidn2_project:libidn2 so use
gnu:libidn2 instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnu:libidn2

Fixes: ceadbcbb64de727c3a974e552d9a723d532e4e40 (treewide: add PKG_CPE_ID for cvescanner)
Signed-off-by: Fabrice Fontaine <redacted>
libs/libidn2/Makefile

index b536ee527207eb6924af513497f7edf2495a1108..d8919c03e2d96e3e54c0f540a906635a81210cc0 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_HASH:=4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64
 
 PKG_MAINTAINER:=
-PKG_CPE_ID:=cpe:/a:libidn2_project:libidn2
+PKG_CPE_ID:=cpe:/a:gnu:libidn2
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
git clone https://git.99rst.org/PROJECT