mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
libs/apr: fix PKG_CPE_ID
There is not a single CVE under cpe:/a:apache:apr so use cpe:/a:apache:portable_runtime: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
37a60ca934
commit
a9ddc8e373
@@ -20,7 +20,7 @@ PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
|
|||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_CPE_ID:=cpe:/a:apache:apr
|
PKG_CPE_ID:=cpe:/a:apache:portable_runtime
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user