From patchwork Wed Nov 20 21:49:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8265 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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Xtw4J11v2z3wx3 for ; Wed, 20 Nov 2024 21:49:20 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xtw4F3RqjzfX; Wed, 20 Nov 2024 21:49:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xtw4F15pVz33Kd; Wed, 20 Nov 2024 21:49:17 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Xtw4C26fQz30V6 for ; Wed, 20 Nov 2024 21:49:15 +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 4Xtw4B3CQyzfX; Wed, 20 Nov 2024 21:49:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1732139354; 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; bh=cidrfgIZOdEvrCV8EpIGctaGW8InCQte2F5H4+Psd7k=; b=FiYvdraS8PAMTLqD2W21wTlZ+YGH0xF/fu+vpra/ij1vtrznr6iWwmv86+7jXQ4+p5Ke/u tYxXCt6t4rDifJCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1732139354; 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; bh=cidrfgIZOdEvrCV8EpIGctaGW8InCQte2F5H4+Psd7k=; b=chWw4FeiV9JU16rySY20RNER/IaablAcXRcUgUW0zofdB7QAXsasrFz8RO2zeQugE9n894 DhYsRHrRbxouqQKe49AWweqxkCbA445VtGgwOKejpZUcxBT/nPnC3rcUTs2+w+gPRJjmnu JwsqGRRSOX0onjPvINYvdoDY5MrDmSYzitPWx/PM3tzgUaOskEMRqywIlZIAhCLQnB/EBK w+wnghZuCwBhIyU53KHXE37Y54UXuMvGNVnGgjgcijqB/z40lNW8ZhD6l/uIifdktBWEhu BU9BsDz8XNDf+cn8DLpaXfqOoNxg2eQRFGfbHwJ0ZweLvtuE0hwdrRT2SzGZ5w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lsof: Update to version 4.99.4 Date: Wed, 20 Nov 2024 22:49:03 +0100 Message-ID: <20241120214909.2717383-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: JXLAJBWFQIBJXMLMLFXFOJ2LB2DJGNLP X-Message-ID-Hash: JXLAJBWFQIBJXMLMLFXFOJ2LB2DJGNLP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 4.99.3 to 4.99.4 - Update of rootfile not required - Changelog 4.99.4 fix version parser for clang (lsof-org#305) (#306) In lsof manapge: mention /etc/services for -P option (#309) [freebsd] don't use kf_sock_inpcb on modern versions. In FreeBSD 14 and after the generic internet protocol control block and protocol specific (TCP) control block are the same pointer. The latter embeds the former. The kf_sock_inpcb is planned for removal in FreeBSD 15. [freebsd] Recognize FreeBSD 15 Fix typos in docs (#314) [linux] Do not embed kernel version in CFLAGS (#314) [linux] Linux 6.9 changed the pidfs appearence in procfs. Try to maintain original output in lsof (#317) [linux] closefrom_shim: Add optimized fallback for platforms without closefrom or close_range (#316) lib/misc.c: fix build against -std=c23 (`void (*)()`) changed the meaning) (#327) Signed-off-by: Adolf Belka --- lfs/lsof | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lsof b/lfs/lsof index 5dbce5022..b22d5e0fd 100644 --- a/lfs/lsof +++ b/lfs/lsof @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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.3 +VER = 4.99.4 THISAPP = lsof-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 71049bd2c3b6788260d9970e8c6828128999b5040fb23cee0e288ee7e353e5e0510b8b1e5a5275158f1ff37f18066a36766a80b56d24ff57be1f3243910482e7 +$(DL_FILE)_BLAKE2 = 43e97874779797733433c0942f47dd5bebdaf5ef12153ede91b472c044d9ca63a03aee38c0d5a939b3c3bc7b40321dac5d241da39ca108f1ca3355c6571bc253 install : $(TARGET)