From b52f465c7b2c6fc8438f5a09aab3bbb26eba9de5 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Fri, 2 Feb 2024 20:35:54 +0100 Subject: net/tinc: fix PKG_CPE_ID tinc-vpn:tinc is a better CPE ID than tinc:tinc as this CPE ID has the latest CVEs (whereas tinc:tinc only has CVEs up to 2002): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tinc-vpn:tinc Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage) Signed-off-by: Fabrice Fontaine --- net/tinc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tinc/Makefile') diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 3cfccd816..32881bac3 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=2757ddc62cf64b411f569db2fa85c25ec846c0db110023f6befb33691f078986 PKG_MAINTAINER:=Erwan Mas PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING -PKG_CPE_ID:=cpe:/a:tinc:tinc +PKG_CPE_ID:=cpe:/a:tinc-vpn:tinc PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -- cgit v1.2.3