diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 17:40:24 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 17:40:24 +0000 |
commit | 9cd6a318ca480209b789a4fe614436680006b3a3 (patch) | |
tree | 55ba92a0256d14314947df586a20230f9b7273c9 /package/vsftpd/Makefile | |
parent | 275d53e4fe05033657a9639b8dfe1504decfce61 (diff) |
update vsftpd to latest upstream release (v2.0.4) and fix patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vsftpd/Makefile')
-rw-r--r-- | package/vsftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/vsftpd/Makefile b/package/vsftpd/Makefile index 1801d808ca..42044579e0 100644 --- a/package/vsftpd/Makefile +++ b/package/vsftpd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=1.2.2 +PKG_VERSION:=2.0.4 PKG_RELEASE:=1 -PKG_MD5SUM:=5a38e1c69062e7688fbbdae6d1196de2 +PKG_MD5SUM:=c0bf8c7b8e15ab15827172786fc56115 PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |