strace: update to 5.4.

This commit is contained in:
Anthony Iliopoulos 2019-11-29 22:09:42 +01:00 committed by Johannes
parent 003710874d
commit f58b4cb034
3 changed files with 2 additions and 47 deletions

View file

@ -1,13 +0,0 @@
--- sigreturn.c
+++ sigreturn.c
@@ -12,6 +12,10 @@
#elif NSIG < 32
# error NSIG < 32
#endif
+#ifdef __arch64__
+extern uint64_t *const aarch64_sp_ptr;
+extern uint32_t *const arm_sp_ptr;
+#endif
int
sys_sigreturn(struct tcb *tcp)

View file

@ -1,32 +0,0 @@
--- evdev.c 2015-02-22 02:29:55.000000000 +0000
+++ evdev.c 2015-05-09 09:38:40.513000000 +0000
@@ -28,6 +28,8 @@
#include "defs.h"
+#include <linux/ioctl.h> /* _IOC_NR */
+
#ifdef HAVE_LINUX_INPUT_H
#include <linux/input.h>
#include "xlat/evdev_abs.h"
--- mknod.c 2014-12-11 21:39:12.000000000 +0000
+++ mknod.c 2015-05-09 09:39:12.946000000 +0000
@@ -1,5 +1,6 @@
#include "defs.h"
+#include <sys/stat.h> /* S_IFMT */
#include <fcntl.h>
#ifdef MAJOR_IN_SYSMACROS
--- printmode.c 2014-12-11 21:39:02.000000000 +0000
+++ printmode.c 2015-05-09 09:39:32.993000000 +0000
@@ -1,5 +1,6 @@
#include "defs.h"
+#include <sys/stat.h> /* S_IFMT */
#include <fcntl.h>
#include "xlat/modetypes.h"

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.3
version=5.4
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
@ -10,7 +10,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="LGPL-2.1-or-later"
homepage="https://strace.io/"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
checksum=f7d00514d51290b6db78ad7a9de709baf93caa5981498924cbc9a744cfd2a741
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;