diff --git a/config/rootfiles/packages/tftpd b/config/rootfiles/packages/tftpd index eb1965740..377f8a21e 100644 --- a/config/rootfiles/packages/tftpd +++ b/config/rootfiles/packages/tftpd @@ -1,6 +1,6 @@ -usr/bin/tftp -#usr/man/man1/tftp.1 -#usr/man/man8/in.tftpd.8 -#usr/man/man8/tftpd.8 -usr/sbin/tftpd etc/rc.d/init.d/tftpd +usr/bin/tftp +usr/sbin/tftpd +#usr/share/man/man1/tftp.1 +#usr/share/man/man8/in.tftpd.8 +#usr/share/man/man8/tftpd.8 diff --git a/lfs/tftpd b/lfs/tftpd index 81f9f3c95..aec900d8a 100644 --- a/lfs/tftpd +++ b/lfs/tftpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # 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 = 0.48 +VER = 5.2 THISAPP = tftp-hpa-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tftpd -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f2e0a1ca0c49ae46ecad26a54df3e887 +$(DL_FILE)_MD5 = 46c9bd20bbffa62f79c958c7b99aac21 install : $(TARGET)