mirror of https://github.com/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🅰️linux-pam:linux-pam
Fix: 6f74b0c4f1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
pull/23243/head
parent
b2c548975d
commit
2269848bff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue