X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fvsftpd;h=f3e74a00e1ac37e0e8b1f0656e107dd7d106b71a;hp=0f326935e69b24c4aea249eadc26831c0fc9862c;hb=d0bd5afe1b27020b41d0e7e043578e313a0ebf39;hpb=14023c5c73bcb3f3d2f1ad65dfd17350f257b935 diff --git a/lfs/vsftpd b/lfs/vsftpd index 0f326935e6..f3e74a00e1 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.1.2 +VER = 2.3.4 THISAPP = vsftpd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vsftpd -PAK_VER = 5 +PAK_VER = 7 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6a8c8579d50adf0d0fc07226c03bfb52 +$(DL_FILE)_MD5 = 2ea5d19978710527bb7444d93b67767a install : $(TARGET) @@ -87,9 +87,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && install -v -m 644 vsftpd.conf.5 /usr/share/man/man5 cd $(DIR_APP) && install -v -m 644 $(DIR_SRC)/config/vsftpd/vsftpd.conf /etc cd $(DIR_APP) && install -v -m 644 $(DIR_SRC)/config/vsftpd/vsftpd.user_list /etc - ln -s ../init.d/vsftpd /etc/rc.d/rc3.d/S65vsftpd - ln -s ../init.d/vsftpd /etc/rc.d/rc0.d/K35vsftpd - ln -s ../init.d/vsftpd /etc/rc.d/rc6.d/K35vsftpd + ln -sf ../init.d/vsftpd /etc/rc.d/rc3.d/S65vsftpd + ln -sf ../init.d/vsftpd /etc/rc.d/rc0.d/K35vsftpd + ln -sf ../init.d/vsftpd /etc/rc.d/rc6.d/K35vsftpd install -v -m 644 $(DIR_SRC)/config/backup/includes/vsftpd \ /var/ipfire/backup/addons/includes/vsftpd @rm -rf $(DIR_APP)