From: Fabrice Fontaine Date: Thu, 1 Feb 2024 21:12:24 +0000 (+0100) Subject: libs/libpam: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2269848bffffba9b6adf44c75b676f642a1fd893;p=openwrt-packages.git libs/libpam: fix PKG_CPE_ID linux-pam:linux-pam is a better CPE ID than kernel:linux-pam as this CPE ID has the latest CVEs (whereas kernel:linux-pam only has a SUSE-specific CVE): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:linux-pam:linux-pam Fix: 6f74b0c4f15a095b1069a8aaeb19a32dfbc7539a Signed-off-by: Fabrice Fontaine --- diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index 93de0a7e6..abe79042f 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -19,7 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/Linux-PAM-$(PKG_VERSION) PKG_MAINTAINER:=Nikos Mavrogiannopoulos PKG_LICENSE:=BSD-3c GPL PKG_LICENSE_FILES:=COPYING Copyright -PKG_CPE_ID:=cpe:/a:kernel:linux-pam +PKG_CPE_ID:=cpe:/a:linux-pam:linux-pam PKG_FIXUP:=autoreconf PKG_INSTALL:=1