]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
file: Update to 5.40
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 14 Apr 2021 11:55:53 +0000 (13:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Apr 2021 17:22:53 +0000 (17:22 +0000)
- Update from 5.39 to 5.40
- Update of rootfile not needed
- Changelog
   * release 5.40
* PR/234: Add limit to the number of bytes to scan for encoding
* PR/230: Fix /T (trim flag) for regex
* PR/77: Trim trailing separator.
* PR/211: Convert system read errors from corrupt ELF
  files into human readable error messages
* fix multithreaded decompression file descriptor issue
  by using close-on-exec (Denys Vlasenko)
* Exclude surrogate pairs from utf-8 detection (Michael Liu)
* Include # to the list of ignored format chars (Werner Fink)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/file

index ac2db8ceb17bd92a69f9609e4027ec3a598abaeb..4f166d560b12b1ff4cc416a9e14452a6cedaa088 100644 (file)
--- a/lfs/file
+++ b/lfs/file
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.39
+VER        = 5.40
 
 THISAPP    = file-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1c450306053622803a25647d88f80f25
+$(DL_FILE)_MD5 = 72540ea1cc8c6e1dee35d6100ec66589
 
 install : $(TARGET)