From: Wang Mingyu Date: Tue, 15 Jul 2025 08:08:10 +0000 (+0800) Subject: lsof: upgrade 4.99.4 -> 4.99.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c438d0ddfde54546ff1b1a14999eaf8c67e4ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lsof: upgrade 4.99.4 -> 4.99.5 Changelog: =========== - fix legacy linux kernel compatibility due to missing /proc/self/ns - fix potential null pointer deference Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lsof/lsof_4.99.4.bb b/meta/recipes-extended/lsof/lsof_4.99.5.bb 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 b977fc4897..292db224af 100644 --- a/meta/recipes-extended/lsof/lsof_4.99.4.bb +++ b/meta/recipes-extended/lsof/lsof_4.99.5.bb @@ -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] = ""