From 7639f59b8a08568dad68de868f6ebd1870312a96 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 19 Mar 2007 01:57:34 +0000 Subject: [PATCH] updated vsftpd to 2.0.5 (closes: #1333) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6611 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 5c4aaa77c..391d4873a 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=2.0.4 +PKG_VERSION:=2.0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/ -PKG_MD5SUM:=c0bf8c7b8e15ab15827172786fc56115 +PKG_MD5SUM:=146062e8b2f93af43ff6c2c770feea94 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)