diff options
author | mef <mef> | 2015-05-09 07:00:08 +0000 |
---|---|---|
committer | mef <mef> | 2015-05-09 07:00:08 +0000 |
commit | b98d127d3bbf4e78c28ebfa6390d9a9a8e944506 (patch) | |
tree | 226b76d786c33a39f4bcd37c06eefee2fdbd0aad /devel/capstone | |
parent | 29281f24da3fada8070ffa066a3512073830acbd (diff) | |
download | pkgsrc-b98d127d3bbf4e78c28ebfa6390d9a9a8e944506.tar.gz |
Update to 3.0.3
---------------
Version 3.0.3: May 08th, 2015
[ Library ]
- Support to embed into Mac OS X kernel extensions.
- Now it is possible to compile Capstone with older C compilers, such as
GCC 4.8 on Ubuntu 12.04.
- Add "test_iter" to MSVC project.
[ X86 ]
- All shifted instructions SHL, SHR, SAL, SAR, RCL, RCR, ROL & ROR now support
$1 as first operand in *AT&T* syntax (so we have "rcll $1, %edx" instead of
"rcll %edx").
- CMPXCHG16B is a valid instruction with LOCK prefix.
- Fixed a segfault on the input of 0xF3.
[ Arm ]
- BLX instruction modifies PC & LR registers.
[ Sparc ]
- Improved displacement decoding for sparc banching instructions.
[ Python binding ]
- Fix for Cython so it can properly initialize.
- X86Op.avx_zero_mask now has c_bool type, but not c_uint8 type.
- Properly support compile with Cygwin & install binding (setup.py).
Diffstat (limited to 'devel/capstone')
-rw-r--r-- | devel/capstone/Makefile | 4 | ||||
-rw-r--r-- | devel/capstone/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/capstone/Makefile b/devel/capstone/Makefile index b833dd345eb..66d251558d5 100644 --- a/devel/capstone/Makefile +++ b/devel/capstone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2015/05/09 06:57:25 mef Exp $ +# $NetBSD: Makefile,v 1.5 2015/05/09 07:00:08 mef Exp $ -DISTNAME= capstone-3.0.2 +DISTNAME= capstone-3.0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=aquynh/} diff --git a/devel/capstone/distinfo b/devel/capstone/distinfo index b7943619924..54fe7070596 100644 --- a/devel/capstone/distinfo +++ b/devel/capstone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2015/05/09 06:57:25 mef Exp $ +$NetBSD: distinfo,v 1.5 2015/05/09 07:00:08 mef Exp $ -SHA1 (capstone-3.0.2.tar.gz) = ad7eead419f33144b6687de1b7505208e68e4be9 -RMD160 (capstone-3.0.2.tar.gz) = e9474a86e82e5dfde259ee8b8615361af6878826 -Size (capstone-3.0.2.tar.gz) = 2789288 bytes +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 |