pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/capstone Update to 3.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/c371c2f5cc17
branches: trunk
changeset: 651678:c371c2f5cc17
user: mef <mef%pkgsrc.org@localhost>
date: Sat May 09 07:00:08 2015 +0000
description:
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:
devel/capstone/Makefile | 4 ++--
devel/capstone/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r b0f196696e5d -r c371c2f5cc17 devel/capstone/Makefile
--- a/devel/capstone/Makefile Sat May 09 06:57:25 2015 +0000
+++ b/devel/capstone/Makefile Sat May 09 07:00:08 2015 +0000
@@ -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 -r b0f196696e5d -r c371c2f5cc17 devel/capstone/distinfo
--- a/devel/capstone/distinfo Sat May 09 06:57:25 2015 +0000
+++ b/devel/capstone/distinfo Sat May 09 07:00:08 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index