From patchwork Fri Sep 12 10:10:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9043 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cNVYv4tlmz3wwP for ; Fri, 12 Sep 2025 10:10:59 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cNVYv3hxvz3kZ for ; Fri, 12 Sep 2025 10:10:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNVYr2wvxz337S for ; Fri, 12 Sep 2025 10:10:56 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 4cNVYn5QZZz30LM for ; Fri, 12 Sep 2025 10:10:53 +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 4cNVYn3Qs2z3MR; Fri, 12 Sep 2025 10:10:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757671853; 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=RSjO6pDCUoJYJnW78rJHrleDKm95TTU/nbUAwk7vMz8=; b=kYrFlLoQhFHSri2zCK54LLd/TsfHRAoIITgeUS73njdT+xRaolxPqVhHp4v9xGNmvBhR5X db3Hq6Fih2GmMVDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757671853; 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=RSjO6pDCUoJYJnW78rJHrleDKm95TTU/nbUAwk7vMz8=; b=Krzfkui9jLm8omcZkbDQDbapF1mSOkx+xV2l1ivsoithHhnslDt2CI1wGMJF7E5YjRBRMT uDmeWpB7fphyvHds47USYrTaWTa71n9stx2LFbLpMVKBfuBRn6tbJkNuSB263kwHM/Fy5u WJiK/l+7Ew0fDKuZJhQbw1tzB/5RKwRACFsSu5h5GBWQHkJgyWTJXPmSijff5HcDYBpdyL KXVSLtg2iEp4SYCKWMaIGPAXtRC0s4ZVvNqpjoOBH33AnxI1dw0xfmnDs6jgiWI9KyWYjZ 7zcISngB25axaxUHCesdqIlJZWh5cCHcbVhUpnc0d9LIGa60p/db1nuLZ2XwCQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iptraf-ng: Update to version 1.2.2 Date: Fri, 12 Sep 2025 12:10:39 +0200 Message-ID: <20250912101046.7142-6-adolf.belka@ipfire.org> In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org> References: <20250912101046.7142-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 - Update from version 1.2.1 to 1.2.2 - Update of rootfile not required - CVE fix in this version - Changelog 1.2.2 - small cleanups: remove unused code/variable, correct format specifiers - serv.c: fix and validate port/ranges entering/loading/saving - SECURITY FIX: CVE-2024-52949: interface names: limit length to IFNAMSIZ Signed-off-by: Adolf Belka --- lfs/iptraf-ng | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/iptraf-ng b/lfs/iptraf-ng index 1430b3eed..f5e07352d 100644 --- a/lfs/iptraf-ng +++ b/lfs/iptraf-ng @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 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 = TCP/IP Network Monitor -VER = 1.2.1 +VER = 1.2.2 THISAPP = iptraf-ng-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iptraf-ng -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 9b8df7fa24711b401464d492993b9c27424ec7ab6230218d1b792a66e5fb60c99b5cdb92ac1b5a6da578c4b10da79333f248f14d10e74057118aadf50263a4ed +$(DL_FILE)_BLAKE2 = c2ad1821080fcebaef3500aaefcf9a8679c46c09a6851b9cef40fcc6d3b7607c65954ac884e1db4ddf702c62de68bb58ca9cf338c0642bc0ef9e944ca400e4c4 install : $(TARGET)