pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-manticore



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sun Feb 25 21:58:48 UTC 2018

Modified Files:
        pkgsrc/devel/py-manticore: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-manticore/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-manticore/PLIST \
    pkgsrc/devel/py-manticore/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-manticore/Makefile
diff -u pkgsrc/devel/py-manticore/Makefile:1.2 pkgsrc/devel/py-manticore/Makefile:1.3
--- pkgsrc/devel/py-manticore/Makefile:1.2      Thu Feb 22 23:41:31 2018
+++ pkgsrc/devel/py-manticore/Makefile  Sun Feb 25 21:58:48 2018
@@ -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/

Index: pkgsrc/devel/py-manticore/PLIST
diff -u pkgsrc/devel/py-manticore/PLIST:1.1 pkgsrc/devel/py-manticore/PLIST:1.2
--- pkgsrc/devel/py-manticore/PLIST:1.1 Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/PLIST     Sun Feb 25 21:58:48 2018
@@ -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
Index: pkgsrc/devel/py-manticore/distinfo
diff -u pkgsrc/devel/py-manticore/distinfo:1.1 pkgsrc/devel/py-manticore/distinfo:1.2
--- pkgsrc/devel/py-manticore/distinfo:1.1      Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/distinfo  Sun Feb 25 21:58:48 2018
@@ -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