diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2023-09-19 00:10:03 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2023-09-19 20:21:33 +0200 |
commit | 02f86a0765279918b54d1d51fe1926db213aeb2a (patch) | |
tree | 60d3077913626e25b1999e1f36086428bd89ef2f /tools/zip | |
parent | 8572007f900746cbe012379b421e258b1b22e4a4 (diff) | |
download | openwrt-02f86a0765279918b54d1d51fe1926db213aeb2a.tar.gz openwrt-02f86a0765279918b54d1d51fe1926db213aeb2a.tar.bz2 openwrt-02f86a0765279918b54d1d51fe1926db213aeb2a.zip |
tools: assign PKG_CPE_ID
The PKG_CPE_ID links to NIST CPE version 2.2.
Assign PKG_CPE_ID to all remaining tools which have a CPE ID.
Not every tool has CPE id.
Related: https://github.com/openwrt/packages/issues/8534
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'tools/zip')
-rw-r--r-- | tools/zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/zip/Makefile b/tools/zip/Makefile index 6e83dafb40..5ad124d1c3 100644 --- a/tools/zip/Makefile +++ b/tools/zip/Makefile @@ -17,6 +17,7 @@ PKG_HASH:=f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369 PKG_LICENSE:=BSD-4-Clause PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:zip_project:zip HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/zip$(PKG_REV) HOST_BUILD_PARALLEL:=1 |