file: Update to version 5.48

Message ID 20260630111523.1271203-8-adolf.belka@ipfire.org
State New
Headers
Series file: Update to version 5.48 |

Commit Message

Adolf Belka 30 Jun 2026, 11:15 a.m. UTC
- Update from version 5.47 to 5.48
- No change to rootfile
- Changelog
5.48
	* add landlock support (valoq)
	* add BE/LE GUID
	* multiple fixes to prevent integer overflow in 32 bits (kerwin)
	* 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: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/file b/lfs/file
index d347b37ba..333532a1d 100644
--- a/lfs/file
+++ b/lfs/file
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.47
+VER        = 5.48
 
 THISAPP    = file-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 52b91ee7868a9b75431e00fca7f7db1362b3d39eb065f52434ea73d9ccd7497f3371f7e0a455644c56df3e6acee247208edc47bf8004fa922dba32786cc3e10c
+$(DL_FILE)_BLAKE2 = d8ca86ec79db28c59d7c5da9282fb5fa03a0775147856cb4d35528f12d2eb4293aca3336cb0e5108ce56c2f6a255e5b36957ba826b185575531508176f2af06a
 
 install : $(TARGET)