diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-04-17 11:19:33 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-04-17 11:19:33 +0200 |
commit | a6447b134db0e3aed9b55742d9e83c04bd614651 (patch) | |
tree | 576d4df91cf59290f833748f5718024a3e5cdfdb | |
parent | 26d66a217f5d97cc7189aa23b43407f51d137968 (diff) | |
download | aports-a6447b134db0e3aed9b55742d9e83c04bd614651.tar.bz2 aports-a6447b134db0e3aed9b55742d9e83c04bd614651.tar.xz |
community/radare2: upgrade to 3.4.1
-rw-r--r-- | community/radare2/0001-Fix-musl-compatibility-ARM_VFPREGS_SIZE-is-defined-i.patch | 22 | ||||
-rw-r--r-- | community/radare2/APKBUILD | 8 |
2 files changed, 3 insertions, 27 deletions
diff --git a/community/radare2/0001-Fix-musl-compatibility-ARM_VFPREGS_SIZE-is-defined-i.patch b/community/radare2/0001-Fix-musl-compatibility-ARM_VFPREGS_SIZE-is-defined-i.patch deleted file mode 100644 index 3dd7bbc66c..0000000000 --- a/community/radare2/0001-Fix-musl-compatibility-ARM_VFPREGS_SIZE-is-defined-i.patch +++ /dev/null @@ -1,22 +0,0 @@ -From a3568f0098eab647f15ee5bc9411a50972886f12 Mon Sep 17 00:00:00 2001 -From: Johannes <johannes@jnbr.me> -Date: Mon, 18 Mar 2019 22:37:35 +0100 -Subject: [PATCH] Fix musl compatibility - ARM_VFPREGS_SIZE is defined in - asm/ptrace.h (#13427) - ---- - libr/debug/p/native/linux/linux_coredump.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libr/debug/p/native/linux/linux_coredump.c b/libr/debug/p/native/linux/linux_coredump.c -index 64a9ec467..99bd6ea23 100644 ---- a/libr/debug/p/native/linux/linux_coredump.c -+++ b/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 */ diff --git a/community/radare2/APKBUILD b/community/radare2/APKBUILD index 3ab3ce123d..b333da1a2e 100644 --- a/community/radare2/APKBUILD +++ b/community/radare2/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Jose-Luis Rivas <ghostbar@riseup.net> # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=radare2 -pkgver=3.3.0 +pkgver=3.4.1 pkgrel=0 pkgdesc="An opensource, crossplatform reverse engineering framework" url="http://www.radare.org" @@ -16,8 +16,7 @@ depends_dev="" makedepends="$depends_dev libzip-dev openssl-dev capstone-dev linux-headers" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg $pkgname-libs" -source="$pkgname-$pkgver.tar.gz::https://github.com/radare/$pkgname/archive/${pkgver}.tar.gz - 0001-Fix-musl-compatibility-ARM_VFPREGS_SIZE-is-defined-i.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/radare/$pkgname/archive/${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -42,5 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4db9d547b72b952babfd67c8cef2b94fdac9d6fd1194fb50b2ebab538d5bbda0bab4b704d5af64ef684ce9311634c8e04465906a1e7e706b211427054fe0721a radare2-3.3.0.tar.gz -8830129b765bfe9638398a314d05b1dee635c61e9d7d17084144263b65e0a667918da3a54466ddaf2a6f0f16dca4b83002db93f7a908e3f7e970d66e29bbe02f 0001-Fix-musl-compatibility-ARM_VFPREGS_SIZE-is-defined-i.patch" +sha512sums="8803d54a8158aedd5900792bd013dad440a14abbb6fcbdf963e5d9031f30e66865479f29877e6f656ab01b59b3138458daf52f1eaeb462ec767c128d0b12640a radare2-3.4.1.tar.gz" |