From: Adolf Belka Date: Tue, 26 Aug 2025 18:48:58 +0000 (+0200) Subject: lsof: Update to version 4.99.5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb7934977177d6b196d3656eddc20cd8da151deb;p=ipfire-2.x.git lsof: Update to version 4.99.5 - 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 Signed-off-by: Michael Tremer --- 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)