diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 20:18:23 +0100 |
---|---|---|
committer | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 22:35:50 +0100 |
commit | 253944fc6255c9984d52a0bea82a4f95926fb554 (patch) | |
tree | c9d869b6f4dec91b812114533e2984c526930f4a /admin | |
parent | 86b091718e154d69a2f4455cc83c8d25197d6e35 (diff) |
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 <fontaine.fabrice@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/sudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ardeleanalex@gmail.com> 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 |