mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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: 6f74b0c4f1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/Linux-PAM-$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user