From patchwork Fri Apr 14 08:27:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6789 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 4PyV1d0tzHz3xD5 for ; Fri, 14 Apr 2023 08:27:33 +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 4PyV1c04YTzkg; Fri, 14 Apr 2023 08:27:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PyV1b6C8Tz2yjv; Fri, 14 Apr 2023 08:27:31 +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 4PyV1b2Mgdz2xpf for ; Fri, 14 Apr 2023 08:27:31 +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 4PyV1b0MZnzMB for ; Fri, 14 Apr 2023 08:27:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1681460851; 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=srFeUvMV2z3syP0u2490Z4JAVTiX4wMqnjiJ4BAF1zw=; b=4KsjwMPzIjdCKijYjHgT08E4JuJMUKGpaxClUTEG9cmJnHI9b/WS7POmBvaxjPLJmLbu7H e0ntC/yAriz5wTAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1681460851; 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=srFeUvMV2z3syP0u2490Z4JAVTiX4wMqnjiJ4BAF1zw=; b=jspR12eLD/mdIbmwNGZRujMK44X49EGkcJwo10s9bXEy2dROl/6w0WiG1jeHFWD7jXcPEg cdwrG/aEbhVPHJCN2uSU65SC10FXb1ybms5ilzbfYOBGSnfWDwbPp2nC7s7CKpFwkpzzHa p2X4uWcoJNN0lfNmqcCZc/rR2H8Cs/fcs0rkvvrPvZM8gGcycZnm18sqpjjbN5TP1pSXrG LPTcTlsUC+3Y3HXmGkiKyPUHnyAAhAWza+w9A2hEX2vRTPmk/kjwFyrjWNusmcGhbLJfT6 JuoCEUM+cA8dzROrWcyRzUb6GM52MuOs/ZaH4gQDKQuCZ6xz3xy4AGLAYIpSRA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/2] tcpdump: Update to 4.99.4 Date: Fri, 14 Apr 2023 10:27:25 +0200 Message-Id: <20230414082726.3416166-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#l60 Signed-off-by: Matthias Fischer --- lfs/tcpdump | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tcpdump b/lfs/tcpdump index a3e9705c7..4015577ce 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -26,7 +26,7 @@ include Config SUMMARY = A Packet Sniffer -VER = 4.99.3 +VER = 4.99.4 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 = 15 +PAK_VER = 16 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8e8adda6df40f3a79cbeb80bd01d43834e0b3ec44c8227bda2260b43ea0852f76beb02199120cca16adae0d793841cf684e7e276e520f49479a1b04ab1dc4821 +$(DL_FILE)_BLAKE2 = f100e10774574ef04a770bc30d4e2d06fd0f1f16a7b2c88848be6e8290cc4838666ff378d9f78fdc418f4ffab9716a11214edc3588c292cb5ff39636cd7cfd2d install : $(TARGET)