From patchwork Sun Jan 1 17:56:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6366 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 4NlRXG02bDz3xjW for ; Sun, 1 Jan 2023 17:57:01 +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 4NlRXD0w5Szc6; Sun, 1 Jan 2023 17:57:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NlRXC6zDrz2ydm; Sun, 1 Jan 2023 17:56: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 4NlRXB5FDhz2xMq for ; Sun, 1 Jan 2023 17:56: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 4NlRX96QNczQb for ; Sun, 1 Jan 2023 17:56:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672595817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=r1W4nuYTjbq3N3RgrQv82BCDThrR0DSHojcVxfZuyxw=; b=jCwNSHG9SvaK96iRVGP8enKrHlAYjwn+y56myz79yUMnpCxCxI1UYoVGWIFTepfsACnIu7 De3sZyy/YQFxu1Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672595817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=r1W4nuYTjbq3N3RgrQv82BCDThrR0DSHojcVxfZuyxw=; b=mVO53O2hhdY12ixBHmWmlcgKS/c9Dy9pzpuo/J/07KaoNCWdfFUy9YtYtAuOCqQVKJyykp LlPED8YUmshHX9l932XBQSSRHbxgXZC+o2nHCRY8h9Vciz6Q440mDbztuVPm317So0PaqJ IHnSjV6kru78ta0wGteVQpZb2ozwHf6y04nayIsBZteiG/omYOBL88WioRHyPLj0uWDBvN ysCzyPcJ9AK9dCDdj/Xf2G2b2nJQZwv5phHSy54jTsXTc2YaBiXci4AMsJphGu7+9idiUv GTqxV+GAnLbLA0GjcJ5k3fZZiqFs8AqmjdaDGLtdI06IGUrjY7RFrc3yBjffsA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tcpdump: Update to 4.99.2 Date: Sun, 1 Jan 2023 18:56:53 +0100 Message-Id: <20230101175653.3556957-1-matthias.fischer@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" For details see: https://git.tcpdump.org/tcpdump/blob/HEAD:/CHANGES#l56 Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/tcpdump | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/tcpdump b/lfs/tcpdump index 9c7390037..dd81b7488 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 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 # @@ -26,7 +26,7 @@ include Config SUMMARY = A Packet Sniffer -VER = 4.99.1 +VER = 4.99.2 THISAPP = tcpdump-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tcpdump -PAK_VER = 13 +PAK_VER = 14 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0a10fe68afdfe80d3e7e661352fcaf1c47702df27fbed959f52fb0ec81543a1d4ce6b0de16a8b081de48dd43e09a13f5e1f0fb11d7590f92cbff29dc511bea12 +$(DL_FILE)_BLAKE2 = be13fbf493478270c8ebc034a3c1467907a008ce2ed9632a87b7d7b9104b9fda248cd535da7313a1c3d57ca21f324c25593812590b96ec334c474d1ce06f3fd5 install : $(TARGET)