From patchwork Tue Aug 26 18:48:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9008 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cBGtX5ltgz3wkk for ; Tue, 26 Aug 2025 18:49:56 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cBGtX3wfzz4pY for ; Tue, 26 Aug 2025 18:49:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cBGt61WpLz33hF for ; Tue, 26 Aug 2025 18:49:34 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGsy5W56z30HD for ; Tue, 26 Aug 2025 18:49:26 +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 4cBGsx2wXPz4Yc; Tue, 26 Aug 2025 18:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234165; 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=1ARfRrLt7xdWrHHPLFovVpexRBIOhD3HIUe5f2uIJTY=; b=lh5bbVfPPUGlGHSy5pfIAoUzEZksbfU5VDO/OEHu030qiITOgt9pqOTullsrA6dPteflkb qeVq7n4DhVCp2h0ffBAShPh4vNXjFbMYAF589hli/DN4Kcz/fIZ+KyUGcabmJ2xVK0Uv0a zLiqVepHJPCgyq7HvnqvtP1Gg1/NGuhBWIsLRTKQoECcsj4+RcUyI5DGeJTnsiyi2GGVSV 65huzuuusx5J42NbWlg5u4K+BhNN6Ex22FkYuUU8j2TjNblZ8qvQT2jb0Vln7HXpseg7tC C0qovFVo9XUsfix98PhC1nzt3cRoYyXYHrx8OW0iUTBM2uobIeKztEV1h+HryQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234165; 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=1ARfRrLt7xdWrHHPLFovVpexRBIOhD3HIUe5f2uIJTY=; b=DTdFJPK7wY0SMR8FXNTRxgpayzF0JtAQUshgcmbof4+Vm1vQ4F0TCBYuO8bwuXXx3puftt tn8XxKvW4dd0bGDw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lsof: Update to version 4.99.5 Date: Tue, 26 Aug 2025 20:48:58 +0200 Message-ID: <20250826184904.6229-17-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-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 4.99.4 to 4.99.5 - Update of rootfile not required - Changelog 4.99.5 [linux] fix legacy linux kernel compatibility due to missing /proc/self/ns (#329) [linux] fix potential null pointer deference, reported by @mono-trip (#332) Signed-off-by: Adolf Belka --- lfs/lsof | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lsof b/lfs/lsof index b22d5e0fd..9bae57788 100644 --- a/lfs/lsof +++ b/lfs/lsof @@ -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 # @@ -24,7 +24,7 @@ include Config -VER = 4.99.4 +VER = 4.99.5 THISAPP = lsof-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 43e97874779797733433c0942f47dd5bebdaf5ef12153ede91b472c044d9ca63a03aee38c0d5a939b3c3bc7b40321dac5d241da39ca108f1ca3355c6571bc253 +$(DL_FILE)_BLAKE2 = 998ce85c7a0e742e6f7696d00ee3b6bb8aa6b6e5c30d5c76ac1fc74ea7d8062d73da4de54f433147b74ef4a6d6ac168f70ee68773c82269e07ec3f90bd9b8a8c install : $(TARGET)