diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-09-28 04:55:46 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-11-17 02:24:35 +0100 |
commit | c61a2395140d92cdd37d3d6ee43a765427e8e318 (patch) | |
tree | 4d177012095867327963ef7c18e60dbc273a4b17 /package/utils/bzip2 | |
parent | a479c79818cb9fe3913128f94340aebdfb732111 (diff) | |
download | upstream-c61a2395140d92cdd37d3d6ee43a765427e8e318.tar.gz upstream-c61a2395140d92cdd37d3d6ee43a765427e8e318.tar.bz2 upstream-c61a2395140d92cdd37d3d6ee43a765427e8e318.zip |
add PKG_CPE_ID ids to package and tools
CPE ids helps to tracks CVE in packages.
https://cpe.mitre.org/specification/
Thanks to swalker for CPE to package mapping and
keep tracking CVEs.
Acked-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package/utils/bzip2')
-rw-r--r-- | package/utils/bzip2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/bzip2/Makefile b/package/utils/bzip2/Makefile index 62c255a907..4c8b360de8 100644 --- a/package/utils/bzip2/Makefile +++ b/package/utils/bzip2/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_LICENSE:=BZIP2 PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:bzip:bzip2 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk |