From: Cezary Jackiewicz Date: Tue, 1 Mar 2011 18:47:52 +0000 (+0000) Subject: vsftpd: update to 2.3.4, fix DoS (CVE-2011-0762) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2a1ea6858ab6fa74a10717dc9c7d978b25a6b636;p=openwrt%2Fsvn-archive%2Fpackages.git vsftpd: update to 2.3.4, fix DoS (CVE-2011-0762) SVN-Revision: 25817 --- diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index c249c2f9d..25d97fae5 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=2.3.2 +PKG_VERSION:=2.3.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/ -PKG_MD5SUM:=bad7b117d737a738738836041edc00db +PKG_MD5SUM:=2ea5d19978710527bb7444d93b67767a include $(INCLUDE_DIR)/package.mk