From patchwork Sat Jan 14 14:44:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6433 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 4NvLfH5fv0z40V9 for ; Sat, 14 Jan 2023 14:44:39 +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 4NvLfG14HVz2GV; Sat, 14 Jan 2023 14:44:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NvLfG04fXz2yxG; Sat, 14 Jan 2023 14:44:38 +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 4NvLfD40rQz2xSv for ; Sat, 14 Jan 2023 14:44:36 +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 4NvLfC5YNszr2 for ; Sat, 14 Jan 2023 14:44:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1673707475; 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=4zC85f5TBSK3AMKXHmBlUoBBxDd7WurMwq62EeBttFE=; b=3ZgtXR05v0xesFXSTxrknHausMjpgWqyytsg5VmFa/VIxG8NJ1i73EflPr6Bix3K8+AXtT qNcElGIyTmqfbhCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1673707475; 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=4zC85f5TBSK3AMKXHmBlUoBBxDd7WurMwq62EeBttFE=; b=Yp0bYBjuV7MWw9HbgeXphTFBZ0kQV9RUJkY/vdPqkk3eNyw5OGJqrXgDIHlP9ywyhsBWWi SSMIXWQlwWegUSWdjv/n1TpfQZE6p4T5hxAtrla+8w3aHxywGMm55H3HPtyJwWQ6jUu0J6 RilvSR2xvSrMYS/NPnePWpMqJf9CJeH9Rn2PCxbLsrEI+cf6VXpqGCfgKAkNuLJQrSlbkM /Rn9/8SBWMafMZK7S/POK9foxDFTa84h23tDHI9oCV4S31JXsldt5j4ChizJBdfT0gegNU jMfZB46qhtUfIBGPeIW6ULQoUHHDSL9hQziy90VUyVW7aDVeekxlZ+HCf/1mPg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tcpdump: Update to 4.99.3 Date: Sat, 14 Jan 2023 15:44:30 +0100 Message-Id: <20230114144430.3600471-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#48 Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/tcpdump | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tcpdump b/lfs/tcpdump index dd81b7488..a3e9705c7 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -26,7 +26,7 @@ include Config SUMMARY = A Packet Sniffer -VER = 4.99.2 +VER = 4.99.3 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 = 14 +PAK_VER = 15 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = be13fbf493478270c8ebc034a3c1467907a008ce2ed9632a87b7d7b9104b9fda248cd535da7313a1c3d57ca21f324c25593812590b96ec334c474d1ce06f3fd5 +$(DL_FILE)_BLAKE2 = 8e8adda6df40f3a79cbeb80bd01d43834e0b3ec44c8227bda2260b43ea0852f76beb02199120cca16adae0d793841cf684e7e276e520f49479a1b04ab1dc4821 install : $(TARGET)