Version: 9.0.6642, Package name: py3-pyvex-9.0.6642 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Python bindings for Valgrind's VEX IR. |
Filesize: 1726.137 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:27 by Stuart Henderson | Files touched by this commit (99) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-03-31 12:12:19 by Jasper Lievisse Adriaanse | Files touched by this commit (19) |
Log message: - update angr to 9.0.6642 - submitted patches have been merged upstream - get rid of another superfluous patch and handle it with CXXFLAGS - drop maintainership |
2021-03-29 01:54:40 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: submitted upstream |
2021-01-21 12:46:43 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: update angr to 9.0.5450 |
2021-01-17 12:50:45 by Jasper Lievisse Adriaanse | Files touched by this commit (22) |
Log message: update angr to 9.0.5405, lots of backwards incompatible changes... |
2020-11-04 13:58:17 by Klemens Nanni | Files touched by this commit (9) |
Log message: Remove myself as MAINTAINER |
2020-07-07 08:51:52 by Klemens Nanni | Files touched by this commit (18) |
Log message: Update to angr 8.20.7.6 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-15 02:49:02 by Klemens Nanni | Files touched by this commit (19) |
Log message: Update to angr 8.20.6.8 OK jasper |
2020-02-15 11:36:18 by Klemens Nanni | Files touched by this commit (19) |
Log message: Update angr and angrop to 8.20.1.7 Feedback and OK jasper |
2020-02-11 06:13:58 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: fix backwards logic and remove BUILD_DEPENDS from RUN_DEPENDS pointed out by kili@ ok kn@ |
2019-11-30 11:17:41 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Fix misspelling of MODPY_PYTEST. Important now that it is poisioned. Pointed out by jca |
2019-11-10 02:29:32 by Klemens Nanni | Files touched by this commit (19) |
Log message: Update to angr-8.19.10.30 |
2019-10-26 06:12:24 by Klemens Nanni | Files touched by this commit (2) |
Log message: Fix angr-vex dependency angr-vex's library is dlopen(3)ed py py-pyvex (not py-angr itself), so register it as proper RDEP in py-pyvex (and only there). Spotted after `pkg_add angrop' on a fresh installation where angr-vex was not installed; even though angr has an LDEP on it, our framework does not turn it into a RDEP unless angr also links against it. |
2019-09-15 07:29:50 by Klemens Nanni | Files touched by this commit (16) |
Log message: Update angr to 8.19.7.25 Mostly just bugfixes; there is no changelog, so please have a look at https://github.com/angr/angr/commits/master/ "Go ahead" jasper |