diff options
| author | Rosen Penev | 2018-10-15 20:58:30 +0000 |
|---|---|---|
| committer | Kevin Darbyshire-Bryant | 2018-10-16 18:17:36 +0000 |
| commit | 622176262d4b8093eda1704e052ae97d74c85c7f (patch) | |
| tree | 309ec9b58221f85b80d89f3b7dc5461daf8e1d01 | |
| parent | 74a5c619dc4322314e6db63f2ab113e61958665e (diff) | |
| download | openwrt-622176262d4b8093eda1704e052ae97d74c85c7f.tar.gz | |
tools/xz: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -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 |