From: Fabrice Fontaine Date: Fri, 2 Feb 2024 20:48:01 +0000 (+0100) Subject: net/vsftpd: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=803c7b0571221451aa98407842a5fc4142a38493;p=openwrt-packages.git net/vsftpd: fix PKG_CPE_ID 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 --- diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 52853052f..277e86c57 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=26b602ae454b0ba6d99ef44a09b6b9e0dfa7f67228106736df1f278c70bc91d3 PKG_MAINTAINER:=Cezary Jackiewicz PKG_LICENSE:=GPLv2 -PKG_CPE_ID:=cpe:/a:beasts:vsftpd +PKG_CPE_ID:=cpe:/a:vsftpd_project:vsftpd include $(INCLUDE_DIR)/package.mk