From 5d84c9e3d717c7e79711e07bd5e84dcbda55b624 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 14 Jul 2017 19:34:36 +0000 Subject: [PATCH] radare2: update to 1.6.0. --- srcpkgs/radare2/patches/musl.patch | 11 ----------- srcpkgs/radare2/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/radare2/patches/musl.patch diff --git a/srcpkgs/radare2/patches/musl.patch b/srcpkgs/radare2/patches/musl.patch deleted file mode 100644 index b60521c7005..00000000000 --- a/srcpkgs/radare2/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libr/util/thread_lock.c.orig 2017-05-30 18:46:34.000000000 +0200 -+++ libr/util/thread_lock.c 2017-05-30 19:30:50.261893137 +0200 -@@ -13,7 +13,7 @@ - if (recursive) { - pthread_mutexattr_t attr; - pthread_mutexattr_init (&attr); --#if !__linux__ || __USE_UNIX98__ -+#if !defined(__GLIBC__) || __USE_UNIX98__ - pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE); - #else - pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE_NP); diff --git a/srcpkgs/radare2/template b/srcpkgs/radare2/template index a1609907ce8..210bd3f4ce0 100644 --- a/srcpkgs/radare2/template +++ b/srcpkgs/radare2/template @@ -1,6 +1,6 @@ # Template file for 'radare2' pkgname=radare2 -version=1.5.0 +version=1.6.0 revision=1 build_style=gnu-configure configure_args="--with-syscapstone" @@ -11,4 +11,4 @@ maintainer="Juan RP " license="LGPL-3" homepage="http://www.radare.org" distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz" -checksum=a54a1988527b63299affef0e08b221ef13d6f4a75280231786d554e2bad78085 +checksum=759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787