lsof: Update to version 4.99.7

Message ID 20260701113444.3425761-2-adolf.belka@ipfire.org
State Staged
Commit d820db01de0f6ec5bec02ec5a55ab4aad7400509
Headers
Series lsof: Update to version 4.99.7 |

Commit Message

Adolf Belka 1 Jul 2026, 11:34 a.m. UTC
- Update from version 4.99.5 to 4.99.7
- No change to rootfile
- Changelog
4.99.7
	lsof_free_result(): handle result == NULL by @neek78 (#349)
	[linux] Fix missing parenthesis in lstat error message format by
	 @cuiweixie (#350)
	Fix use-after-free in lsof_select_process_regex by @cuiweixie (#351)
	Fix truncated fd numbers in -F field output by @kurok (#352)
	Add -J/-j options for JSON and JSON Lines output format.  -J outputs a
	 JSON envelope with process and file information; -j outputs JSON Lines
	 format where each line is a JSON object representing a file descriptor.
	 by @kurok (#353)
	Document non-UTF-8 encoding behavior in JSON output by @kurok (#355)
	Follow autoconf conventions for --enable/--disable help output
	 by @kurok (#356)
	Skip building liblsof when --disable-liblsof is given by @kurok (#357)
	[linux] Display connection state for UDP sockets with -T option by
	 @kurok (#358)
	Add more information to the tutorial about debugging busy
	 mounts by @jakobcornell (#360)
	Fix case sensitivity in INSTALL commands by @AngelofVerdant (#361)
	[netbsd] Fix support for NetBSD 10/11 by @jiegec (#363)
4.99.6
	[darwin] parse and print NETPOLICY FDTYPE properly by @neek78 (#347)
	[linux] Treat NFS ESTALE fds as unlinked for +L selection by @x-lugoo
	 (#345)
	[solaris] Update dlsof.h for Solaris NFS rnode4.h issues by
	 @nic-kulowiec (#342)
	[doc] fix minor doc errors in 00README by @nic-kulowiec (#340)
	[aix] Add AIX platform-specific process_file() with filename capture by
	 @uptycs-rmack (#339)
	[aix] Fix AIX dialect to work with context refactor by @uptycs-rmack
	 (#338)
	[freebsd] Update supported FreeBSD versions by @yasuhirokimura (#337)
	Fix null pointer exception by @admardare-cyber (#336)
	[freebsd] Fix freebsd 15 compat due to rpc and sysctl changes in kernel
	 headers
	[darwin] File name is now properly saved in liblsof (#348)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/lsof | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/lsof b/lfs/lsof
index 9bae57788..5867c3ecb 100644
--- a/lfs/lsof
+++ b/lfs/lsof
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.5
+VER        = 4.99.7
 
 THISAPP    = lsof-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 998ce85c7a0e742e6f7696d00ee3b6bb8aa6b6e5c30d5c76ac1fc74ea7d8062d73da4de54f433147b74ef4a6d6ac168f70ee68773c82269e07ec3f90bd9b8a8c
+$(DL_FILE)_BLAKE2 = 73279d59bf7f86cb287dc3e9209903a58d9aa8ff409b0907b51658262baaad68cede04a863706ca28e1f170e80e9184e7dab0f578430086e023d467ee4ed68a4
 
 install : $(TARGET)