radare2: update to 3.3.0.
This commit is contained in:
parent
c883163862
commit
2feffbae0f
2 changed files with 12 additions and 2 deletions
10
srcpkgs/radare2/patches/ptrace-include.patch
Normal file
10
srcpkgs/radare2/patches/ptrace-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- libr/debug/p/native/linux/linux_coredump.c
|
||||
+++ libr/debug/p/native/linux/linux_coredump.c
|
||||
@@ -7,6 +7,7 @@
|
||||
#if __x86_64__ || __i386__ || __arm__ || __arm64__
|
||||
#include <sys/uio.h>
|
||||
#include <sys/ptrace.h>
|
||||
+#include <asm/ptrace.h>
|
||||
#include "linux_coredump.h"
|
||||
|
||||
/* For compability */
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'radare2'
|
||||
# cutter needs to be bumped when radare2 is updated
|
||||
pkgname=radare2
|
||||
version=3.2.1
|
||||
version=3.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-syscapstone"
|
||||
|
@ -12,4 +12,4 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="LGPL-3.0-only"
|
||||
homepage="http://www.radare.org"
|
||||
distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz"
|
||||
checksum=a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796
|
||||
checksum=3c092bdf8676d7d49537926258c50557bca98d7d669babfed6113ff82c403bcb
|
||||
|
|
Loading…
Reference in a new issue