diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 21:48:01 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:57:34 -0800 |
commit | 803c7b0571221451aa98407842a5fc4142a38493 (patch) | |
tree | d84477dd81dd79bb32d0f55866b1f7bafa738c8f /net | |
parent | 5c089b16baa0b98afb52ee4f6b37ef9410d9cc42 (diff) |
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 <fontaine.fabrice@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/vsftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |