From patchwork Tue Mar 28 11:48:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6734 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 4Pm7J24rrnz3xCl for ; Tue, 28 Mar 2023 11:49:06 +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 4Pm7Hw6nqZz6Lg; Tue, 28 Mar 2023 11:49:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Pm7Hv2zjVz30KT; Tue, 28 Mar 2023 11:48:59 +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 4Pm7Ht1XfDz30HB for ; Tue, 28 Mar 2023 11:48:58 +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 4Pm7Ht0CSKzLB; Tue, 28 Mar 2023 11:48:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1680004138; 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: in-reply-to:in-reply-to:references:references; bh=vo8ltrIyfZlzo0wOPhnzs3ihI91aUgG/NqakLdIYpJ0=; b=YNoQ/sKk6LUqHy1dThBZZiNGPEBvFPvmtOVRaCSlw0TOu84xru6Zxn8aLnJAVhwaaAU+BL QeJJHfH19U/8x1CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1680004138; 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: in-reply-to:in-reply-to:references:references; bh=vo8ltrIyfZlzo0wOPhnzs3ihI91aUgG/NqakLdIYpJ0=; b=YIYBIcdLl4k86WReVGivYMmlU57YPQxLB+JnZ5m+HZ+71ETxJHj5iVpzA8eA0yTxLIbJmY 7bl250qW2EUVJKm5IPUwn88M3gNyWUDhskPV3/KMfg3K7+p+KbkpGOaoF9BIY2Yh5iQbLO IKMr3gEBe9djv0KcVyGgcY12O2Du0WazHHD45HIuKKEB9PWXDnlD6DLheJOJx52D3WCM+N cJz5Nyn9zgthUwSCPb2m9uAJTBgEIiExpO9ZkXNXUoAp98NOmcDyCbWIB1Z8ORNpaBnlJ7 iq6YAxTiCQv9svrVneBvkN2nDO0S1rbFYzWDxGNcTbadP0KDz4/0J9dGLyQaag== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] arping: Update to version 2.23 Date: Tue, 28 Mar 2023 13:48:51 +0200 Message-Id: <20230328114852.2492895-5-adolf.belka@ipfire.org> In-Reply-To: <20230328114852.2492895-1-adolf.belka@ipfire.org> References: <20230328114852.2492895-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 version 2.21 to 2.23 - Update of rootfile not required - Changelog 2.23 Notable changes: * Work around VLAN bug in libpcap 1.7-1.9.0 * Linux: Experimental support for seccomp (off by default) * Android: Don't attempt to use caps if header files missing * OpenBSD: try lo0, not just lo, for interface fallback * Made -P set target MAC address (-t) 2.22 Only real changes are to support newer version of unit test framework. Signed-off-by: Adolf Belka --- lfs/arping | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/arping b/lfs/arping index ed3bcb74c..75db9d91b 100644 --- a/lfs/arping +++ b/lfs/arping @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 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 = 2.21 +VER = 2.23 THISAPP = arping-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2d01cb996ba50a6d42e44f8227a63c4faceb9d533f2b8a4a0d8ca91bf6539f20b24cce772369295c34319e79b5c18e33dbd0a8acd949b533a8d19e39abdbd952 +$(DL_FILE)_BLAKE2 = 460ebb521c0003072b7638c83145a812ef39a1dd21d539cf5a78098b10a744cac05c12fef807372fed889f174480d024ed994cb7265574460e0aa72275a57d09 install : $(TARGET)