From: Fabrice Fontaine Date: Wed, 26 Feb 2025 21:16:59 +0000 (+0100) Subject: net/openssh: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4faf09cfb594b7564e87e15e2e294949f2f177f7;p=openwrt-packages.git 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:a:openbsd:openssh Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage) Signed-off-by: Fabrice Fontaine --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 170b26150..41637aece 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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