From patchwork Wed Jul 14 20:41:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4528 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GQ8YR05tgz3xGY for ; Wed, 14 Jul 2021 20:41:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GQ8YQ4Lvdz17p; Wed, 14 Jul 2021 20:41:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GQ8YQ3YXqz2xcM; Wed, 14 Jul 2021 20:41:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GQ8YP18Gwz2xcM for ; Wed, 14 Jul 2021 20:41:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GQ8YN26zSz9l; Wed, 14 Jul 2021 20:41:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1626295288; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=UjQS/i417s0cCB9ZUuvTsgu1yY+9V1wrX5TVnOGVcN4=; b=jIR7ZJXG1QQHvnx07bAiqyzFcEoAb3JhwPgjDuVXCkn4z/gUheWV+GaPWr5tyk2CTdrxTd T79OVBl+hO/YP4DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1626295288; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=UjQS/i417s0cCB9ZUuvTsgu1yY+9V1wrX5TVnOGVcN4=; b=IIFCaGX4A7OO5eS4mXQ8GMeEV4RKDNTx3rwipPhY7LuxmkLlndOgV6OHvoUch07wHHTsEr zaulKOBnaOQIPGFnMXQ5R/IuLozS9xNDt6+shsl+lA9mGbTkO45cQSdrH7KgRY7rPhSXWI Yh8A58OREngYdthY+feXTLmHtPoAkll1XPekqWup6zFg6a8NDCDkN2HPUZS+vZdWobYNMx UOAivL9Zd6reFyj5RzK8x3LHnBhDSe2oDFfoYFjIoskgnXbLIjetzgpn4mh2Pcv8g1W/hm Yl42M12jUABys+a1jJBme+Y70qiwWfUMIXr+bg9pG4IyNsQiyzHSPhVse7pDJQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tftpd: Update to version 5.2 Date: Wed, 14 Jul 2021 22:41:23 +0200 Message-Id: <20210714204123.2614499-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- config/rootfiles/packages/tftpd | 8 ++++---- lfs/tftpd | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 @@ +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 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)