lsof: update to 4.99.5
authorMaxim Storchak <[email protected]>
Fri, 4 Jul 2025 16:59:06 +0000 (19:59 +0300)
committerPhilip Prindeville <[email protected]>
Sun, 13 Jul 2025 21:22:35 +0000 (15:22 -0600)
- [linux] fix legacy linux kernel compatibility due to missing /proc/self/ns (https://github.com/lsof-org/lsof/pull/329)
- [linux] fix potential null pointer deference, reported by @mono-trip (https://github.com/lsof-org/lsof/pull/332)

Signed-off-by: Maxim Storchak <[email protected]>
utils/lsof/Makefile

index 1c10bbffce125753398f2bbc56e91ff8dcc6457f..2432160e9bf85ff2e5f8799ab4b160c09d459cb0 100644 (file)
@@ -7,21 +7,24 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=lsof
-PKG_VERSION:=4.99.4
+PKG_VERSION:=4.99.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/lsof-org/lsof/releases/download/$(PKG_VERSION)
-PKG_HASH:=0c444e2dabec14ad146cbb7f5b52b5ab4976728402ff348d9feced9ad9740c66
+PKG_HASH:=4682c2491ec8b3d62f84e135afc1d9ead1bad5f034b50716f0c3826a4ee7d229
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Maxim Storchak <[email protected]>
 PKG_LICENSE:=lsof
 PKG_LICENSE_FILES:=COPYING
 PKG_CPE_ID:=cpe:/a:lsof_project:lsof
+PKG_FIXUP:=autoreconf
 
 include $(INCLUDE_DIR)/package.mk
 
+DISABLE_NLS:=
+
 define Package/lsof
   SECTION:=utils
   CATEGORY:=Utilities