]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
tools/expat: fix PKG_CPE_ID
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 13 Mar 2026 19:57:11 +0000 (20:57 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 14 Mar 2026 20:50:11 +0000 (21:50 +0100)
cpe:/a:libexpat_project:libexpat is the correct CPE ID for expat:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libexpat_project:libexpat

Fixes: ff59f3f4bdb56c779579aaa11b815f4c83abbac5 (tools/expat: fix PKG_CPE_ID)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22406
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 3c3e56afca1e2b2c3e0c091da77bc9774c788ae3)

tools/expat/Makefile

index afbc6f4f77a71f332f3d8242d493b96b0f44b5fd..36158a24a6f1bd2943881f5b866e001318f8d2aa 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=expat
-PKG_CPE_ID:=cpe:/a:libexpat:libexpat
+PKG_CPE_ID:=cpe:/a:libexpat_project:libexpat
 PKG_VERSION:=2.7.3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz