From: Wang Mingyu Date: Wed, 10 Jun 2026 09:49:23 +0000 (+0800) Subject: file: upgrade 5.47 -> 5.48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ead46346bbf2d127a56abb83ddfc26ecf3db36e7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git file: upgrade 5.47 -> 5.48 Changelog: ============= * add landlock support * add BE/LE GUID * multiple fixes to prevent integer overflow in 32 bits * PR/745: streamout: Don't flush when trying to set negative offsets on pipes, just continue, fixes 'cat file.zip | file -' * PR/753: vmihalko: Fix race is magic_getpath() * PR/728: Anton Monroe: Reinstate regex/c Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/file/file_5.47.bb b/meta/recipes-devtools/file/file_5.48.bb similarity index 97% rename from meta/recipes-devtools/file/file_5.47.bb rename to meta/recipes-devtools/file/file_5.48.bb index 528ed49a12..20e167f436 100644 --- a/meta/recipes-devtools/file/file_5.47.bb +++ b/meta/recipes-devtools/file/file_5.48.bb @@ -14,7 +14,7 @@ DEPENDS:class-native = "bzip2-replacement-native" SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https \ " -SRCREV = "7d20612996567ecedec7f5c58f7bf15c2cf42c19" +SRCREV = "eb754ace19fed5481d8142426543100a2d6bae4e" inherit autotools update-alternatives