From 253944fc6255c9984d52a0bea82a4f95926fb554 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Fri, 2 Feb 2024 20:18:23 +0100 Subject: [PATCH] admin/sudo: fix PKG_CPE_ID sudo_project:sudo is a better CPE ID than todd_miller:sudo as this CPE ID has the latest CVEs (whereas todd_miller:sudo only has CVEs up to 2016): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:sudo_project:sudo Fixes: 8ce9f30c421255c514b1b2e41fc92eafd7976583 (sudo: Update to 1.8.24) Signed-off-by: Fabrice Fontaine --- admin/sudo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 1803743529..1adb14de60 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=ISC PKG_LICENSE_FILES:=doc/LICENSE -PKG_CPE_ID:=cpe:/a:todd_miller:sudo +PKG_CPE_ID:=cpe:/a:sudo_project:sudo PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1