From 1c4410dbeb08f5992d7a1365a2da319574a22e4c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Nov 2017 11:20:42 +0100 Subject: [PATCH] strace: Update version from 4.5.20 to 4.19 strace 4.19 was released on September 5th, 2017. In the seven years a lot of stuff was improved. Especially the decoding of several syscalls. The change-log is available in the corresponding version folders, like [1] for 4.19. The published source archives are now compressed with LZMA, so change the file suffix. [1] https://sourceforge.net/projects/strace/files/strace/4.19/ --- strace.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strace.be0 b/strace.be0 index f0fe316db..57582d61a 100755 --- a/strace.be0 +++ b/strace.be0 @@ -1,10 +1,10 @@ #!/bin/env beesh -# BEE_VERSION strace-4.5.20-0 +# BEE_VERSION strace-4.19-0 PGRP=( system ) -SRCURL="http://sourceforge.net/projects/strace/files/strace/${PV}/strace-${PV}.tar.bz2/download strace-${PV}.tar.bz2" +SRCURL="http://sourceforge.net/projects/strace/files/strace/${PV}/strace-${PV}.tar.bz2/download strace-${PV}.tar.xz" # PATCHES=""