diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 22:23:24 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:58:25 -0800 |
commit | 00e038942a5856b01ee359706dbb4398148ba162 (patch) | |
tree | f5f68a3b7948da937440c1b36ea883f6a8d27681 /utils/zsh | |
parent | c42dcc5fd69a6f5d8cfe2aba9af0c5dccdd73e05 (diff) |
utils/zsh: fix PKG_CPE_ID
zsh:zsh is a better CPE ID than zsh_project:zsh as this CPE ID has the
latest CVEs (whereas zsh_project:zsh only has CVEs up to 2017):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:zsh:zsh
Fixes: ff056fcffcacf2632505bb108bf8e8c2a3cef09c (zsh: Update to 5.6.2)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'utils/zsh')
-rw-r--r-- | utils/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zsh/Makefile b/utils/zsh/Makefile index e894bc6ee..b97491bae 100644 --- a/utils/zsh/Makefile +++ b/utils/zsh/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5 PKG_MAINTAINER:=Vadim A. Misbakh-Soloviov <openwrt-zsh@mva.name> PKG_LICENSE:=ZSH PKG_LICENSE_FILES:=LICENCE -PKG_CPE_ID:=cpe:/a:zsh_project:zsh +PKG_CPE_ID:=cpe:/a:zsh:zsh PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 |