Skip to content

Update strace from 4.5.20 to 4.19 #525

Merged
merged 4 commits into from
Nov 3, 2017
Merged

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented Nov 2, 2017

Tested on keineahnung.

$ strace -V
strace -- version 4.19
Copyright (c) 1991-2017 The strace developers <https://strace.io>.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Optional features enabled: (none)
$ strace date
execve("/bin/date", ["date"], 0x7ffe9f013fd0 /* 31 vars */) = 0
[…]

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/
Use the command below to re-create the bee file to use the latest
template.

```
$ bee init https://sourceforge.net/projects/strace/files/strace/4.19/strace-4.19.tar.xz/download
creating strace-4.19-0.bee from template '/etc/default/bee/templates/fallback'
$ # convert to version less bee file again
```
@thomas thomas merged commit 913e616 into master Nov 3, 2017
@donald donald deleted the update-strace-from-4.5.20-to-4.19 branch December 1, 2017 15:30
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants