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.cdn.openwrt.org/?a=commitdiff_plain;h=ee71f6bfdb01ae3a099ffaaaef0f62eda348df8e;p=feed%2Fpackages.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 (cherry picked from commit 4faf09cfb594b7564e87e15e2e294949f2f177f7) --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index ac580fc71b..1629056bfa 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3 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