From: Fabrice Fontaine Date: Fri, 2 Feb 2024 19:18:23 +0000 (+0100) Subject: admin/sudo: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=253944fc6255c9984d52a0bea82a4f95926fb554;p=openwrt-packages.git 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 --- diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 180374352..1adb14de6 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