public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] file: Update to 5.40
Date: Wed, 14 Apr 2021 13:55:53 +0200	[thread overview]
Message-ID: <20210414115553.3669257-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

- 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(a)ipfire.org>
---
 lfs/file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/file b/lfs/file
index ac2db8ceb..4f166d560 100644
--- 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)
 
-- 
2.31.1


                 reply	other threads:[~2021-04-14 11:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210414115553.3669257-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox