@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME := vsftpd
PKG_VERSION := 3.0.3
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://security.appspot.com/downloads/
PKG_MD5SUM := da119d084bd3f98664636ea05b5bb398
PKG_HASH := 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7
PKG_LICENSE := GPLv2
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME) -$( BUILD_VARIANT) /$( PKG_NAME) -$( PKG_VERSION)
@ -24,8 +24,8 @@ define Package/vsftpd/Default
SUBMENU:= File Transfer
SECTION:= net
CATEGORY:= Network
TITLE:= A f ast and secure FTP server
URL:= http://vsftpd.beasts.org/
TITLE:= F ast and secure FTP server
URL:= https://security.appspot.com/vsftpd.html
MAINTAINER:= Cezary Jackiewicz <cezary@eko.one.pl>
e n d e f
@ -45,6 +45,7 @@ endef
d e f i n e P a c k a g e / v s f t p d / c o n f f i l e s
/ e t c / v s f t p d . c o n f
/ e t c / v s f t p d
e n d e f
P a c k a g e / v s f t p d - t l s / conffiles = $( Package/vsftpd/conffiles)
@ -88,6 +89,7 @@ define Package/vsftpd/install
$( INSTALL_CONF) ./files/$( PKG_NAME) .conf $( 1) /etc/$( PKG_NAME) .conf
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) ./files/$( PKG_NAME) .init $( 1) /etc/init.d/$( PKG_NAME)
$( INSTALL_DIR) $( 1) /etc/vsftpd
e n d e f
P a c k a g e / v s f t p d - t l s / install = $( Package/vsftpd/install)