net/openssh: fix PKG_CPE_ID
openbsd:openssh is a better CPE ID than openssh:openssh as this CPE ID
has the latest CVEs (whereas openssh:openssh has no CVEs):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️openbsd:openssh
Fixes: 299e5b0a9b
(treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
769e8f9d2d
commit
4faf09cfb5
|
@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)
|
|||
|
||||
PKG_LICENSE:=BSD ISC
|
||||
PKG_LICENSE_FILES:=LICENCE
|
||||
PKG_CPE_ID:=cpe:/a:openssh:openssh
|
||||
PKG_CPE_ID:=cpe:/a:openbsd:openssh
|
||||
|
||||
#While bumping new version, make sure that it works without it, so it can be removed.
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
|
Loading…
Reference in New Issue