From a9ae3c0295ee4c4071b2d0bc57f300e0c906bfbe Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 21 Aug 2021 12:13:29 -0700 Subject: [PATCH] vsftpd: update to 3.0.5 Signed-off-by: Rosen Penev --- net/vsftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 241808cb0..895a39b38 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=3.0.4 +PKG_VERSION:=3.0.5 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://security.appspot.com/downloads/ -PKG_HASH:=6b9421bd27e8a6cdeed5b31154f294a20b003a11a26c09500715a0a6b1b86a26 +PKG_HASH:=26b602ae454b0ba6d99ef44a09b6b9e0dfa7f67228106736df1f278c70bc91d3 PKG_MAINTAINER:=Cezary Jackiewicz PKG_LICENSE:=GPLv2