summaryrefslogtreecommitdiff
path: root/devel/capstone
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2015-07-19 14:49:44 +0000
committerkamil <kamil@pkgsrc.org>2015-07-19 14:49:44 +0000
commitd5233b2c191a3ce3041c327caf6cae0625adc050 (patch)
tree398854abfc3f43e68edb783b00f90f780a4e3114 /devel/capstone
parentd446375c9431cbefb5076243d385d548ed0e2a46 (diff)
downloadpkgsrc-d5233b2c191a3ce3041c327caf6cae0625adc050.tar.gz
Update to 3.0.4
--------------- Version 3.0.4: Jul 16th, 2015 Library: Improve cross-compile for Android using Android NDK. Support cross-compile for AArch64 Android (with Linux GCC). Removed osxkernel_inttypes.h due to license issue (incompatible with BSD license). Now it is possible to compile with CC having a space inside (such as "ccache gcc") X86: Fix a null pointer dereference bug on handling code with special prefixes. Properly handle AL/AX/EAX operand for OUT instruction in AT&T syntax. Print immediate operand in positive form in some algorithm instructions. Properly decode some SSE instructions. PowerPC: Fixed some memory corruption bugs. Mips: Fixed instruction ID of SUBU instruction. Fixed a memory corruption bug. Arm: Fixed a memory corruption bug on IT instruction. XCore: Fixed a memory corruption bug when instruction has a memory operand. Python: Support Virtualenv. setup.py supports option --user if not in a virtualenv to allow for local usage. Properly handle the destruction of Cs object in the case the shared library was already unloaded.
Diffstat (limited to 'devel/capstone')
-rw-r--r--devel/capstone/Makefile4
-rw-r--r--devel/capstone/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/capstone/Makefile b/devel/capstone/Makefile
index 66d251558d5..237f2708729 100644
--- a/devel/capstone/Makefile
+++ b/devel/capstone/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/05/09 07:00:08 mef Exp $
+# $NetBSD: Makefile,v 1.6 2015/07/19 14:49:44 kamil Exp $
-DISTNAME= capstone-3.0.3
+DISTNAME= capstone-3.0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=aquynh/}
diff --git a/devel/capstone/distinfo b/devel/capstone/distinfo
index 54fe7070596..a560c7ec48e 100644
--- a/devel/capstone/distinfo
+++ b/devel/capstone/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/05/09 07:00:08 mef Exp $
+$NetBSD: distinfo,v 1.6 2015/07/19 14:49:44 kamil Exp $
-SHA1 (capstone-3.0.3.tar.gz) = a9bfa7cca8019ca6fb80c50c2826d164a4d7f9a0
-RMD160 (capstone-3.0.3.tar.gz) = a8526872436bfd8d078309943183a569f3aa684a
-Size (capstone-3.0.3.tar.gz) = 2795817 bytes
+SHA1 (capstone-3.0.4.tar.gz) = 6153bbb4a4141fd9e6996d646cf7c81953cfe75a
+RMD160 (capstone-3.0.4.tar.gz) = 3f96993cc7cd2fbc1080e785bb7c7ae7f209d0f9
+Size (capstone-3.0.4.tar.gz) = 2800818 bytes