[openwrt/openwrt] package/libs/pcre2: fix PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 27 03:05:47 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/27d1ebb46adfd58db9a8034336c2d85b41f617f9

commit 27d1ebb46adfd58db9a8034336c2d85b41f617f9
Author: Fabrice Fontaine <fontaine.fabrice at gmail.com>
AuthorDate: Fri Apr 26 15:09:50 2024 +0200

    package/libs/pcre2: fix PKG_CPE_ID
    
    cpe:/a:pcre:pcre2 is the correct CPE ID for pcre2:
    https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pcre:pcre2
    
    Fixes: c39b0646f3f2d96d40f601209859175af8537b6d (pcre2: import pcre2 from packages feed)
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/libs/pcre2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile
index fa4282cee8..084a63c061 100644
--- a/package/libs/pcre2/Makefile
+++ b/package/libs/pcre2/Makefile
@@ -18,7 +18,7 @@ PKG_HASH:=8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
 PKG_MAINTAINER:=Shane Peelar <lookatyouhacker at gmail.com>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENCE
-PKG_CPE_ID:=cpe:/a:pcre:pcre
+PKG_CPE_ID:=cpe:/a:pcre:pcre2
 
 PKG_CONFIG_DEPENDS:=\
 	CONFIG_PACKAGE_libpcre2-16 \




More information about the lede-commits mailing list