From 9f5a6380739ce3c0f88022aa23c7e0dc7a822c60 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 31 Oct 2009 12:52:21 +0000 Subject: [PATCH] [package] update vsftpd to 2.2.1 (#6055) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18249 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/vsftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 5f2452a7c..133e7df6b 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/ -PKG_MD5SUM:=e4eb190af270ae65d57a84274a38ec31 +PKG_MD5SUM:=a25e53dd86fada8d3897910b8f0efdb7 include $(INCLUDE_DIR)/package.mk