diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-10-15 13:58:30 -0700 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-16 19:17:36 +0100 |
commit | 622176262d4b8093eda1704e052ae97d74c85c7f (patch) | |
tree | 309ec9b58221f85b80d89f3b7dc5461daf8e1d01 /tools/xz | |
parent | 74a5c619dc4322314e6db63f2ab113e61958665e (diff) | |
download | upstream-622176262d4b8093eda1704e052ae97d74c85c7f.tar.gz upstream-622176262d4b8093eda1704e052ae97d74c85c7f.tar.bz2 upstream-622176262d4b8093eda1704e052ae97d74c85c7f.zip |
tools/xz: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/xz')
-rw-r--r-- | tools/xz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile index d6b619db41..5d574892bb 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -13,6 +13,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/lzmautils \ http://tukaani.org/xz PKG_HASH:=3313fd2a95f43d88e44264e6b015e7d03053e681860b0d5d3f9baca79c57b7bf +PKG_CPE_ID:=cpe:/a:tukaani:xz HOST_BUILD_PARALLEL:=1 |