summaryrefslogtreecommitdiff
path: root/devel/capstone
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-03-12 00:27:07 +0000
committermef <mef@pkgsrc.org>2015-03-12 00:27:07 +0000
commit25091c5dd8baf68d6d05d9fbea4b809a71f8395e (patch)
tree22a50a731c3eee449645529923c47ec166e4f831 /devel/capstone
parent3844ae51d54df96dd0ca9c85153daed3c396036c (diff)
downloadpkgsrc-25091c5dd8baf68d6d05d9fbea4b809a71f8395e.tar.gz
Update to 3.0.2
--------------- Version 3.0.2: March 11th, 2015 [ Library ] - On *nix, only export symbols that are part of the API (instead of all the internal symbols). [ X86 ] - Do not consider 0xF2 as REPNE prefix if it is a part of instruction encoding. - Fix implicit registers read/written & instruction groups of some instructions. - More flexible on the order of prefixes, so better handle some tricky instructions. - REPNE prefix can go with STOS & MOVS instructions. - Fix a compilation bug for X86_REDUCE mode. - Fix operand size of instructions with operand PTR [] [ Arm ] - Fix a bug where arm_op_mem.disp is wrongly calculated (in DETAIL mode). - Fix a bug on handling the If-Then block. [ Mips ] - Sanity check for the input size for MIPS64 mode. [ MSVC ] - Compile capstone.dll with static runtime MSVCR built in. [ Python binding ] - Fix a compiling issue of Cython binding with gcc 4.9.
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 dac3ff2565f..511af9524ae 100644
--- a/devel/capstone/Makefile
+++ b/devel/capstone/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/02/22 07:11:48 mef Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/12 00:27:07 mef Exp $
-DISTNAME= capstone-3.0.1
+DISTNAME= capstone-3.0.2
CATEGORIES= devel
MASTER_SITES= http://www.capstone-engine.org/download/${PKGVERSION}/
EXTRACT_SUFX= .tgz
diff --git a/devel/capstone/distinfo b/devel/capstone/distinfo
index 8c6023279e6..bf8bdff5f38 100644
--- a/devel/capstone/distinfo
+++ b/devel/capstone/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2015/02/22 07:11:48 mef Exp $
+$NetBSD: distinfo,v 1.3 2015/03/12 00:27:07 mef Exp $
-SHA1 (capstone-3.0.1.tgz) = 7f206c853c6b8d05de22e919c2455ab661654093
-RMD160 (capstone-3.0.1.tgz) = 3da96a34fbdde07c2cbb57ed7a76a07c035bb920
-Size (capstone-3.0.1.tgz) = 2763976 bytes
+SHA1 (capstone-3.0.2.tgz) = 7e2cb9a94f4cda478bc011bcf409d55fcdab6aec
+RMD160 (capstone-3.0.2.tgz) = db43b4ca490f5a921fa53c4fddf89cfbb94a2102
+Size (capstone-3.0.2.tgz) = 2764944 bytes