Index: head/devel/py-archinfo/distinfo =================================================================== --- head/devel/py-archinfo/distinfo (revision 550017) +++ head/devel/py-archinfo/distinfo (revision 550018) @@ -1,5 +1,3 @@ -TIMESTAMP = 1600424364 -SHA256 (angr-archinfo-v9.0.4378_GH0.tar.gz) = 11ab18738981801697c9c6e4e8783f2aa1680fda7aec6af82a10c7697909092a -SIZE (angr-archinfo-v9.0.4378_GH0.tar.gz) = 49134 -SHA256 (angr-archinfo-v9.0.4378_GH0.tar.gz) = 11ab18738981801697c9c6e4e8783f2aa1680fda7aec6af82a10c7697909092a -SIZE (angr-archinfo-v9.0.4378_GH0.tar.gz) = 49134 +TIMESTAMP = 1601033723 +SHA256 (angr-archinfo-v9.0.4446_GH0.tar.gz) = af9b1cc0792b0d6b505788bc28b7e543d74388eb9a1abac750e82de13749e437 +SIZE (angr-archinfo-v9.0.4446_GH0.tar.gz) = 49124 Index: head/devel/py-cle/distinfo =================================================================== --- head/devel/py-cle/distinfo (revision 550017) +++ head/devel/py-cle/distinfo (revision 550018) @@ -1,5 +1,5 @@ -TIMESTAMP = 1600434236 -SHA256 (angr-cle-v9.0.4378_GH0.tar.gz) = b82dc94674e67786920a1f8335e99130f064f5fadc624fd5d2d8b94727022a00 -SIZE (angr-cle-v9.0.4378_GH0.tar.gz) = 128267 +TIMESTAMP = 1601033721 +SHA256 (angr-cle-v9.0.4446_GH0.tar.gz) = 8a517cb7985efaa7c8f77528af63090993a344c4b1ffb050dc359a7233f714ce +SIZE (angr-cle-v9.0.4446_GH0.tar.gz) = 128245 SHA256 (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 2c6f5130f5ee51e4cd8d891a137a347141cf155a6b2dbb248b02ac7cf11c2631 SIZE (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 56723730 Index: head/math/py-claripy/distinfo =================================================================== --- head/math/py-claripy/distinfo (revision 550017) +++ head/math/py-claripy/distinfo (revision 550018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600434330 -SHA256 (angr-claripy-v9.0.4378_GH0.tar.gz) = 240aa874816adb41041ac0ee2f1ce9f2127bbc3c97e0d66811aa915cf031a23a -SIZE (angr-claripy-v9.0.4378_GH0.tar.gz) = 150355 +TIMESTAMP = 1601033722 +SHA256 (angr-claripy-v9.0.4446_GH0.tar.gz) = 840e846713b66309f9f6265ac03629a7b9bf1d424b0ded457c0dc6f61835b98e +SIZE (angr-claripy-v9.0.4446_GH0.tar.gz) = 150336 Index: head/security/py-ailment/distinfo =================================================================== --- head/security/py-ailment/distinfo (revision 550017) +++ head/security/py-ailment/distinfo (revision 550018) @@ -1,5 +1,5 @@ -TIMESTAMP = 1600433830 -SHA256 (angr-ailment-v9.0.4378_GH0.tar.gz) = 6b4c379265510a3b8e1478e63f8e8f6c7e613ea50dd77137949731ac51d6da58 -SIZE (angr-ailment-v9.0.4378_GH0.tar.gz) = 10399 +TIMESTAMP = 1601033719 +SHA256 (angr-ailment-v9.0.4446_GH0.tar.gz) = 246bfe4726122c9fa0615a1dc5e78f9ee51984fb24243e6fb7ac964888b2c7ea +SIZE (angr-ailment-v9.0.4446_GH0.tar.gz) = 10396 SHA256 (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 2c6f5130f5ee51e4cd8d891a137a347141cf155a6b2dbb248b02ac7cf11c2631 SIZE (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 56723730 Index: head/security/py-angr/Makefile =================================================================== --- head/security/py-angr/Makefile (revision 550017) +++ head/security/py-angr/Makefile (revision 550018) @@ -1,101 +1,98 @@ # $FreeBSD$ PORTNAME= angr DISTVERSIONPREFIX= v DISTVERSION= ${ANGR_VERSION} CATEGORIES= security devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PATCH_SITES= https://github.com/angr/angr/pull/ -PATCHFILES= 2332.patch:-p1 \ - 2333.patch:-p1 \ - 2334.patch:-p1 \ - 2335.patch:-p1 +PATCH_SITES= https://github.com/angr/angr/commit/ +PATCHFILES= 44748a8e8a298dafc88c513c8ba5f716b3b90be2.patch:-p1 MAINTAINER= 0mp@FreeBSD.org COMMENT= Multi-architecture binary analysis toolkit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvex>=${ANGR_VERSION}:security/py-pyvex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicorn>0:emulators/py-unicorn@${PY_FLAVOR} LIB_DEPENDS= libunicorn.so:emulators/unicorn \ libz3.so:math/z3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ailment>=${ANGR_VERSION}:security/py-ailment@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cachetools>=0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}capstone>=3.0.5:devel/py-capstone@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.7.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}claripy>=${ANGR_VERSION}:math/py-claripy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cle>=${ANGR_VERSION}:devel/py-cle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cppheaderparser>=0:devel/py-cppheaderparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dpkt>=0:net/py-dpkt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GitPython>=0:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itanium_demangler>=0:devel/py-itanium_demangler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mulpyplexer>=0:devel/py-mulpyplexer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}progressbar2>=0:misc/py-progressbar2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycparser>2.18:devel/py-pycparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyvex>=${ANGR_VERSION}:security/py-pyvex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rpyc>0:devel/py-RPyC@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=0:devel/py-sortedcontainers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicorn>0:emulators/py-unicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystone-engine>=0:devel/py-keystone-engine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} USES= gmake localbase:ldflags python:3.6+ USE_GITHUB= yes GH_TUPLE= ${PORTNAME}:binaries:${ANGR_BINARIES_TAGNAME}:binaries USE_PYTHON= autoplist distutils TEST_ENV= ${MAKE_ENV} \ NOSE_EXCLUDE="${_NOSE_EXCLUDE}" # Problem: the following tests require PySoot: https://github.com/angr/pysoot _EXCLUDED_TESTS+= test_simple1 _EXCLUDED_TESTS+= test_simple2 _EXCLUDED_TESTS+= test_fauxware _EXCLUDED_TESTS+= test_cmd_line_args _EXCLUDED_TESTS+= test_jni_version_information _EXCLUDED_TESTS+= test_jni_global_and_local_refs _EXCLUDED_TESTS+= test_jni_object_operations _EXCLUDED_TESTS+= test_jni_string_operations _EXCLUDED_TESTS+= test_jni_field_access _EXCLUDED_TESTS+= test_jni_method_calls _EXCLUDED_TESTS+= test_jni_primitive_datatypes _EXCLUDED_TESTS+= test_jni_object_arrays _EXCLUDED_TESTS+= test_jni_array_operations _EXCLUDED_TESTS+= test_method_calls _EXCLUDED_TESTS+= test_array_operations _EXCLUDED_TESTS+= test_multiarray_operations _EXCLUDED_TESTS+= test_loading _EXCLUDED_TESTS+= test_toggling_of_simstate # Problem: "TypeError: %d format: a number is required, not NoneType" _EXCLUDED_TESTS+= test_fastmem.* # Problem: "angr.errors.AngrIncongruencyError: Different constraints!" _EXCLUDED_TESTS+= test_similarity_fauxware # Problem: "IndexError: list index out of range" _EXCLUDED_TESTS+= test_self_modifying_code # Problem: "Exception: Not a valid binary file: '/bin/false'" _EXCLUDED_TESTS+= test_project # Problem: the test is hanging _EXCLUDED_TESTS+= test_veritesting_a # There are far more tests which are failing at the moment... # Create a regular expression out of the excluded tests, # but first remove double spaces. _NOSE_EXCLUDE= (${_EXCLUDED_TESTS:S, , ,g:S, ,|,gW}) post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/lib/angr_native.so pre-test: @${LN} -Fs ${WRKSRC_binaries} ${WRKDIR}/binaries do-test: @(cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} -v) .include "${.CURDIR}/Makefile.version" .include Index: head/security/py-angr/Makefile.version =================================================================== --- head/security/py-angr/Makefile.version (revision 550017) +++ head/security/py-angr/Makefile.version (revision 550018) @@ -1,4 +1,4 @@ # $FreeBSD$ -ANGR_VERSION= 9.0.4378 +ANGR_VERSION= 9.0.4446 ANGR_BINARIES_TAGNAME= 9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff Index: head/security/py-angr/distinfo =================================================================== --- head/security/py-angr/distinfo (revision 550017) +++ head/security/py-angr/distinfo (revision 550018) @@ -1,13 +1,7 @@ -TIMESTAMP = 1600962369 -SHA256 (angr-angr-v9.0.4378_GH0.tar.gz) = 7f24aabe4d8e65afacc80cf7488d627909f59361ed59db61d6766f6ce1383026 -SIZE (angr-angr-v9.0.4378_GH0.tar.gz) = 1174851 +TIMESTAMP = 1601034456 +SHA256 (angr-angr-v9.0.4446_GH0.tar.gz) = 4cd25358c88991cff83dbd5b867374bcc611abb74a66caa9715d80719fb3167f +SIZE (angr-angr-v9.0.4446_GH0.tar.gz) = 1176820 SHA256 (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 2c6f5130f5ee51e4cd8d891a137a347141cf155a6b2dbb248b02ac7cf11c2631 SIZE (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 56723730 -SHA256 (2332.patch) = e83d490c3c4437935a0b338ac985620f91c94e8470c722c21360b29a9d792e74 -SIZE (2332.patch) = 923 -SHA256 (2333.patch) = c61fd9b25b7dd73bdd37fdd21328896713d9fa81d86f9f41a4f7fcd26425626a -SIZE (2333.patch) = 647 -SHA256 (2334.patch) = ff442c4be2b1f0273bc678ab37e09f0fa52c7c7016b71c1547b7cb613d6f25de -SIZE (2334.patch) = 1080 -SHA256 (2335.patch) = dbbd8ad6b3fd576ae99934d82d77d37936a8dafc50b8b99d8261594809f385b4 -SIZE (2335.patch) = 2619 +SHA256 (44748a8e8a298dafc88c513c8ba5f716b3b90be2.patch) = bff05690e7d57fced470953db39ad1ef25219917238ea08ed0e1d9bb2cbbb66a +SIZE (44748a8e8a298dafc88c513c8ba5f716b3b90be2.patch) = 923 Index: head/security/py-pyvex/distinfo =================================================================== --- head/security/py-pyvex/distinfo (revision 550017) +++ head/security/py-pyvex/distinfo (revision 550018) @@ -1,7 +1,7 @@ -TIMESTAMP = 1600418542 -SHA256 (pyvex-9.0.4378.tar.gz) = c74bcdb35886115a9c20233f051d37c6b16da670281a95d2b8efd3ce10b02eac -SIZE (pyvex-9.0.4378.tar.gz) = 1784570 -SHA256 (angr-pyvex-v9.0.4378_GH0.tar.gz) = 3d8b6cc73b55e87c7ed4029af23b8214699b239fb675057b44152941a372d647 -SIZE (angr-pyvex-v9.0.4378_GH0.tar.gz) = 86531 +TIMESTAMP = 1601033718 +SHA256 (pyvex-9.0.4446.tar.gz) = 684de6a3cef5ef1a2d0ec8cff27f570eafbfe815f4c57e11d97f759299d566b0 +SIZE (pyvex-9.0.4446.tar.gz) = 1764791 +SHA256 (angr-pyvex-v9.0.4446_GH0.tar.gz) = f65e8e1dc32704c12531bd976619f546b8a7cdbb6f7ab5f3c7c7c141a7e3ffcd +SIZE (angr-pyvex-v9.0.4446_GH0.tar.gz) = 86530 SHA256 (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 2c6f5130f5ee51e4cd8d891a137a347141cf155a6b2dbb248b02ac7cf11c2631 SIZE (angr-binaries-9bf9c59002c2fb751ae2357f08fb9f4f8171a4ff_GH0.tar.gz) = 56723730