strace: Update to 5.11

Message ID 20210322072643.1284-1-adolf.belka@ipfire.org
State Accepted
Commit 1f9144f8d0c753f26bc38e358f61eae374d93a6a
Headers
Series strace: Update to 5.11 |

Commit Message

Adolf Belka March 22, 2021, 7:26 a.m. UTC
  - Update from 5.10 to 5.11
- No update of rootfile required
- Changelog is too long to put in here (several thousand lines)
   Full change log can be reviewed in the tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/strace | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/strace b/lfs/strace
index c6ea35876..cfce835ec 100644
--- a/lfs/strace
+++ b/lfs/strace
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.10
+VER        = 5.11
 SUP_ARCHES = x86_64 i586 armv5tel
 
 THISAPP    = strace-$(VER)
@@ -33,7 +33,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = strace
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       = elfutils
 
@@ -45,7 +45,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5f9f87f9afa282e7512f67a129287d6c
+$(DL_FILE)_MD5 = f5a317fd535465cf9130d0547661f5c4
 
 install : $(TARGET)