Skip to content

Commit

Permalink
package/libs/pcre2: fix PKG_CPE_ID
Browse files Browse the repository at this point in the history
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: c39b064 (pcre2: import pcre2 from packages feed)

Signed-off-by: Fabrice Fontaine <[email protected]>
  • Loading branch information
ffontaine authored and robimarko committed Apr 27, 2024
1 parent 7cb161a commit 27d1ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/libs/pcre2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PKG_HASH:=8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
PKG_MAINTAINER:=Shane Peelar <[email protected]>
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 \
Expand Down

0 comments on commit 27d1ebb

Please sign in to comment.