]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lsof: Update to version 4.99.5
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 26 Aug 2025 18:48:58 +0000 (20:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Aug 2025 10:36:02 +0000 (10:36 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/lsof

index b22d5e0fd88c084f728416d0877809d09dc5a55f..9bae5778822d2fa650b9e352328fa2e33acc2e71 100644 (file)
--- a/lfs/lsof
+++ b/lfs/lsof
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  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.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)