updated vsftpd to 2.0.5 (closes: #1333)
authorNicolas Thill <nico@openwrt.org>
Mon, 19 Mar 2007 01:57:34 +0000 (01:57 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 19 Mar 2007 01:57:34 +0000 (01:57 +0000)
SVN-Revision: 6611

net/vsftpd/Makefile

index 5c4aaa77c05e0792120b8a7045bbc6151ae10447..391d4873ac395510a0bc70e4b0f06208a1ed58f7 100644 (file)
@@ -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)