projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb161a
)
package/libs/pcre2: fix PKG_CPE_ID
author
Fabrice Fontaine
<
[email protected]
>
Fri, 26 Apr 2024 13:09:50 +0000
(15:09 +0200)
committer
Robert Marko
<
[email protected]
>
Sat, 27 Apr 2024 10:05:43 +0000
(12:05 +0200)
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 <
[email protected]
>
package/libs/pcre2/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/pcre2/Makefile
b/package/libs/pcre2/Makefile
index fa4282cee8ca80b25f96a0a1d86f5f1b26bd31d1..084a63c0611df443f2d17175d873bfb7d59f3365 100644
(file)
--- a/
package/libs/pcre2/Makefile
+++ b/
package/libs/pcre2/Makefile
@@
-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:pcre
2
PKG_CONFIG_DEPENDS:=\
CONFIG_PACKAGE_libpcre2-16 \