pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-manticore Update devel/py-manticore to versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f42e674f2ac9
branches:  trunk
changeset: 376133:f42e674f2ac9
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sun Feb 25 21:58:48 2018 +0000

description:
Update devel/py-manticore to version 0.1.7

>From the release notes:

This release brings EVM, performance, Linux emulation, and API improvements,
along with numerous bug fixes. Thanks again to our external contributors!

Added:

 * Documentation on symbolic input
 * "force" keyword argument in cpu.write_bytes/read_bytes etc.
 * Linux syscalls: getrandom(), openat()

Fixed

 * Improved ARMv7 Thumb support
 * Numerous EVM bug fixes and improvements (transaction generation, SHA3
   handling, instruction tracing, int overflow detection)
 * Improved x86/64 emulation performance

diffstat:

 devel/py-manticore/Makefile |   5 ++---
 devel/py-manticore/PLIST    |   2 +-
 devel/py-manticore/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 9d38e85528ca -r f42e674f2ac9 devel/py-manticore/Makefile
--- a/devel/py-manticore/Makefile       Sun Feb 25 21:57:43 2018 +0000
+++ b/devel/py-manticore/Makefile       Sun Feb 25 21:58:48 2018 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2018/02/22 23:41:31 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/25 21:58:48 khorben Exp $
 
 DISTNAME=      manticore-${GITHUB_TAG}
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=trailofbits/}
 GITHUB_PROJECT=        manticore
-GITHUB_TAG=    0.1.6
+GITHUB_TAG=    0.1.7
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/trailofbits/manticore/
diff -r 9d38e85528ca -r f42e674f2ac9 devel/py-manticore/PLIST
--- a/devel/py-manticore/PLIST  Sun Feb 25 21:57:43 2018 +0000
+++ b/devel/py-manticore/PLIST  Sun Feb 25 21:58:48 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/02/22 22:35:25 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/02/25 21:58:48 khorben Exp $
 bin/manticore
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
diff -r 9d38e85528ca -r f42e674f2ac9 devel/py-manticore/distinfo
--- a/devel/py-manticore/distinfo       Sun Feb 25 21:57:43 2018 +0000
+++ b/devel/py-manticore/distinfo       Sun Feb 25 21:58:48 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/02/22 22:35:25 khorben Exp $
+$NetBSD: distinfo,v 1.2 2018/02/25 21:58:48 khorben Exp $
 
-SHA1 (manticore-0.1.6.tar.gz) = 843b1602c7e47aab34678aaf234e2d34d0c0ec69
-RMD160 (manticore-0.1.6.tar.gz) = d82fb57447eedb3bca9bcd3ae31292739b90f224
-SHA512 (manticore-0.1.6.tar.gz) = 454b6e8b26fe1cfaa1947d5cbfcb74b830601de3b22dfd7b0806b5e1837d43e032da3536590e429a514c15acbefdc4cc964512601f8d3c7ebfe660599404972e
-Size (manticore-0.1.6.tar.gz) = 2492425 bytes
+SHA1 (manticore-0.1.7.tar.gz) = 69bb8605a5ffc8a199ab4d20fcf5e4d8a12fdcac
+RMD160 (manticore-0.1.7.tar.gz) = 6b28f72a374d7944b2bd35b5f4aa99ef05345c44
+SHA512 (manticore-0.1.7.tar.gz) = df793097584e0b7a0ffa25b2830def0ad335e4c82f5a963e1e00124acffa242ac735198a9c74ccdea9d5bb49ac3b46db3af3e88f95fe7b2beeea831fa4a75d8d
+Size (manticore-0.1.7.tar.gz) = 2744535 bytes



Home | Main Index | Thread Index | Old Index