From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNlWh1WKfz30GB for ; Fri, 12 Sep 2025 19:54:56 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNlWc636Lz2xFc for ; Fri, 12 Sep 2025 19:54:52 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cNlWc43H4zLT; Fri, 12 Sep 2025 19:54:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757706892; 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=pMJjPnyzxQ77DNvkoge5s9lj0Ip6AySVJIqrJ2jObbA=; b=OmQF6SP6LsELkwtiKYQWlmdSbbE1qoDuB1Tn9mdHy8FwB/1ZU6KwrPjyiRbBHD/VBcRN18 ujJQiYBnZ+NO4lCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757706892; 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=pMJjPnyzxQ77DNvkoge5s9lj0Ip6AySVJIqrJ2jObbA=; b=StPkST/hCghDKXiiZqJawbxD8ulSGuleoHoGalDuyyYK6Ee1rCD860eYvIX1x4GssZepLr qD2QjW3FlUD0sOBNZodvHhWU5Z0kpAjg0JLJlC3hY+bPibeQmldyyfi0thuNviEi0PEgc2 ph107H/tfbcp72z6My7dcQjUSICOuhWBMbX8vjolk9THz0RQOvRl/mEDB0iyy+z7JQfFRi w7ogijgB0m9yA3UH9V7vgMwzJ78lbe5VYXBOHhEtsX9uNBiis28GbAUJnCpO/AUGb/AFhO Pb52lbaSconfkB6p4BX/Eh7DjNTTzNILWmpVLbGM1ckS4OxP6+twL0Y/5wrKbg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] ncat: Update to version 7.98 Date: Fri, 12 Sep 2025 21:54:47 +0200 Message-ID: <20250912195447.3488809-2-adolf.belka@ipfire.org> In-Reply-To: <20250912195447.3488809-1-adolf.belka@ipfire.org> References: <20250912195447.3488809-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 7.95 to 7.98 - Update of rootfile not required - Changelog as for the nmap update Signed-off-by: Adolf Belka --- lfs/ncat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ncat b/lfs/ncat index 859647179..01f2b114e 100644 --- a/lfs/ncat +++ b/lfs/ncat @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 = Network tool to concatenate and redirect sockets -VER = 7.95 +VER = 7.98 THISAPP = ncat-$(VER) DL_FILE = nmap-$(VER).tar.bz2 @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4ab4912468f6c1cf7517090bc94b1bb34e665fe1b3db973e1c7bb2d05cb885545cdf3ca5c7fb548ff0012b800f5dd60ed2f2010fc9fb62ba7d6a28537287193c +$(DL_FILE)_BLAKE2 = bbc7f4931876b2a59dc8d94b5498e72ee76084db19089820030473628f215a0a89972638f4128e46a46ffa55bd92141bfceab311fa00f4798cf111aca5ec104a install : $(TARGET) -- 2.51.0