]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lsof: upgrade 4.99.4 -> 4.99.5
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 15 Jul 2025 08:08:10 +0000 (16:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Jul 2025 09:21:46 +0000 (10:21 +0100)
Changelog:
===========
- fix legacy linux kernel compatibility due to missing /proc/self/ns
- fix potential null pointer deference

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsof/lsof_4.99.5.bb [moved from meta/recipes-extended/lsof/lsof_4.99.4.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-extended/lsof/lsof_4.99.4.bb
rename to meta/recipes-extended/lsof/lsof_4.99.5.bb
index b977fc48973186ae4fbe87a3ebcd31c47cb7d960..292db224af92788512e21eab10d712d843b5f2c6 100644 (file)
@@ -6,9 +6,9 @@ SECTION = "devel"
 LICENSE = "Spencer-94"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a48ac97a8550eff12395a2c0d6151510"
 
-SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https \
+SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https;tag=${PV} \
            file://remove-host-information.patch"
-SRCREV = "bbf320ce586a848f880bca7b758d50ae4c712624"
+SRCREV = "ed0fef9a134b64c9398075185534a76714c91179"
 
 inherit update-alternatives autotools pkgconfig manpages
 PACKAGECONFIG[manpages] = ""