]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
strace: update to 4.13.1
authorAlexander Marx <alexander.marx@ipfire.org>
Sat, 3 Sep 2016 12:21:28 +0000 (12:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Sep 2016 09:44:00 +0000 (10:44 +0100)
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
strace/patches/0001-linux-aarch64-add-missing-header.patch [deleted file]
strace/strace.nm

diff --git a/strace/patches/0001-linux-aarch64-add-missing-header.patch b/strace/patches/0001-linux-aarch64-add-missing-header.patch
deleted file mode 100644 (file)
index 2b74775..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From e1e838360288805b6cb561c21e4e7a1ea32e7772 Mon Sep 17 00:00:00 2001
-From: Romain Naour <romain.naour@openwide.fr>
-Date: Sat, 4 Apr 2015 00:49:52 +0200
-Subject: [PATCH] linux/aarch64: add missing header.
-
-linux/aarch64/arch_regs.h file is missing in the strace-4.10.tar.xz archive.
-Add the one from the release 4.10 tag.
-
-Signed-off-by: Romain Naour <romain.naour@openwide.fr>
----
- linux/aarch64/arch_regs.h | 2 ++
- 1 file changed, 2 insertions(+)
- create mode 100644 linux/aarch64/arch_regs.h
-
-diff --git a/linux/aarch64/arch_regs.h b/linux/aarch64/arch_regs.h
-new file mode 100644
-index 0000000..9a5e33e
---- /dev/null
-+++ b/linux/aarch64/arch_regs.h
-@@ -0,0 +1,2 @@
-+extern uint64_t *const aarch64_sp_ptr;
-+extern uint32_t *const arm_sp_ptr;
--- 
-1.9.3
-
index 6d179c5b3a21344fb270e9b47ce1c48f418872a7..19758a93cdb43f5f8d99d100a4e8b542cf526e95 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = strace
-version    = 4.10
+version    = 4.13
 release    = 1
 
 groups     = Development/Debuggers