net/vsftpd: fix PKG_CPE_ID
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 2 Feb 2024 20:48:01 +0000 (21:48 +0100)
committerRosen Penev <rosenp@gmail.com>
Sat, 6 Jul 2024 17:28:19 +0000 (10:28 -0700)
vsftpd_project:vsftpd is a better CPE ID than beasts:vsftpd as this CPE
ID has the latest CVEs (whereas beasts:vsftpd only has CVEs up to 2015):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:vsftpd_project:vsftpd

Fixes: 1371b7be878382b8b52cd73ff72a3a41d28013c4 (vsftpd: Fix compilation without ECC or deprecated APIs)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
(cherry picked from commit 803c7b0571221451aa98407842a5fc4142a38493)

net/vsftpd/Makefile

index 52853052ff5fcb01b171656a46ea8f66b3da83db..277e86c577497e746b121427de8744556e1633d4 100644 (file)
@@ -17,7 +17,7 @@ PKG_HASH:=26b602ae454b0ba6d99ef44a09b6b9e0dfa7f67228106736df1f278c70bc91d3
 
 PKG_MAINTAINER:=Cezary Jackiewicz <cezary@eko.one.pl>
 PKG_LICENSE:=GPLv2
-PKG_CPE_ID:=cpe:/a:beasts:vsftpd
+PKG_CPE_ID:=cpe:/a:vsftpd_project:vsftpd
 
 include $(INCLUDE_DIR)/package.mk