From patchwork Wed Jan 27 22:17:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3822 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DQydH48R6z3wxm for ; Wed, 27 Jan 2021 22:17:07 +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 4DQydG4B2dz195; Wed, 27 Jan 2021 22:17:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DQydG3yklz2xrC; Wed, 27 Jan 2021 22:17:06 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DQydF0JBXz2xh3 for ; Wed, 27 Jan 2021 22:17:05 +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 4DQydD4TP0zYC; Wed, 27 Jan 2021 22:17:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1611785824; 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=ZTuz+JueWxqmCH/SQ/lSQiyfnalf1eCRfl9vdPapz0o=; b=roF80v8rXkQiykPNyVj2Y+sp3sMPcVNVTpId13QkXXxnocS7NYRpLCVPElMRoFpGSeCNK1 i8YwtaNKJWkqIyAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1611785824; 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=ZTuz+JueWxqmCH/SQ/lSQiyfnalf1eCRfl9vdPapz0o=; b=bU46/2SmiNQ7/3ZOZN7j7jC6rGF6JMCd+yRcfI/O6hgDR85SZGrw/GTzPtVXAIcyUsvBjI kKjVFL4WJZgLr0GXRIWpL103z4+O5naoADTGGxbMQ+fThBqHjlU0wgmca+Fy6p1dWM1BwQ i6WTqEjcKiWaUXk5qXdmGrHiQhxQBx3guVTXcXOGzYGdAE5QPUfaF4t3TCRJTSTDQgtwal 18Ia5Ou1gtveZzQZqpyA2u94Afe5c9ak7zC7iLiAmWy+9g/JLq5rCOts7ezGt1PW8MI8Li WfokuSWf2hC0CVFv2m2875fCfR0bnW7kjpG2bX0lhKXoiebdmiNbqTe+zahBjQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] arping: Update to 2.21 Date: Wed, 27 Jan 2021 23:17:00 +0100 Message-Id: <20210127221700.3981565-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 arping from 2.15 to 2.21 - Notable changes from 2.20 to 2.21: * Use more modern pcap API calls, when available * Add payload data to mac ping * chdir(/) after chroot() * Misc minor cleanup - Notable changes from 2.19 to 2.20: * Improved support for cross-compile * Use unveil(2) and pledge(2) where available (i.e. OpenBSD) * Fix false duplicates when destination address is *also* assigned to local interface * Minor typo-level fixes - Notable changes from 2.18 to 2.19: * Added -g to drop privs to alternate user (for Android) * Slightly improved error messages - Notable changes from 2.17 to 2.18: * Make -w/-W work like 'ping' - Notable changes from 2.16 to 2.17: * Add padding to packets to work on Raspberry Pi 3 - Notable changes from 2.15 to 2.16: * VLAN tagging (Nikolay Aleksandrov) * 802.1Q priority (Nikolay Aleksandrov) * Added a bunch of unit tests. * Be more lazy about initializing libnet. This fixes issues where arping would sometimes pick an unsuitable device during arg parsing, if the "first" device on the system is not a "normal" device. - No change to rootfile Signed-off-by: Adolf Belka --- lfs/arping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/arping b/lfs/arping index 26ee1c5fb..8c6d7beb5 100644 --- a/lfs/arping +++ b/lfs/arping @@ -24,7 +24,7 @@ include Config -VER = 2.15 +VER = 2.21 THISAPP = arping-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 676584f6eb4ccc8c70fc6b2c702df75d +$(DL_FILE)_MD5 = 14ba0be312cb37a01954e83c23d6fc02 install : $(TARGET)