Skip to content

Commit 62d8101

Browse files
ffontainehauke
authored andcommitted
tools/expat: fix PKG_CPE_ID
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: ff59f3f (tools/expat: fix PKG_CPE_ID) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Link: openwrt/openwrt#22406 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 3c3e56a)
1 parent 9745148 commit 62d8101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/expat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=expat
11-
PKG_CPE_ID:=cpe:/a:libexpat:libexpat
11+
PKG_CPE_ID:=cpe:/a:libexpat_project:libexpat
1212
PKG_VERSION:=2.7.3
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

0 commit comments

Comments
 (0)