]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tftpd: Update to version 5.2
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 14 Jul 2021 20:41:23 +0000 (22:41 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 19 Jul 2021 18:23:14 +0000 (18:23 +0000)
- Update from 0.48 (2007) to 5.2 (2011)
   Version 5.2 is the last update made to this program
- Update to rootfile
- Changelog
   Changes in 5.2:
Fix breakage on newer Linux when a single interface has
         multiple IP addresses.
   Changes in 5.1:
Add -P option to write a PID file.  Patch by Ferenc Wagner.
Bounce the syslog socket in standalone mode, in case the
         syslog daemon has been restarted.  Patch by Ferenc Wagner.
Build fixes.
Fix handling of block number wraparound after a successful
         options negotiation.
Fix a buffer overflow in option parsing.
   Changes in 5.0:
Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or
         AI_CANONNAME.
Implement the "rollover" option, for clients which want block
         number to rollover to anything other than zero.
Correctly disable PMTU in standalone mode.  Patch by Florian
         Lohoff.
   Changes in 0.49:
Add IPv6 support.  Patch by Karsten Keil.
Support systems with editline instead of readline.
Support long options in the server.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/tftpd
lfs/tftpd

index eb19657400aebc4fbb229cd9d8427d3635b9ba60..377f8a21ef8de9f3dcfe5bd4c34bcec75583cc03 100644 (file)
@@ -1,6 +1,6 @@
+etc/rc.d/init.d/tftpd
 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/share/man/man1/tftp.1
+#usr/share/man/man8/in.tftpd.8
+#usr/share/man/man8/tftpd.8
index 81f9f3c95bd0db76b5d15963a66cc3a69f48d7e5..aec900d8afe7b11d024ea23d632b6e3c2325ca8d 100644 (file)
--- a/lfs/tftpd
+++ b/lfs/tftpd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)