CVS log for pkgsrc/devel/deepstate-afl/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / deepstate-afl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10
Tue Mar 18 09:01:58 2025 UTC (5 weeks, 2 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +1 -1
lines
*deepstate*: remove
This required Python 3.10, but some of its dependencies are not
available for Python 3.10 any longer.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:35 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
*: clean-up after python38 removal
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 13 19:56:57 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
py-sha3: not for Python 3.13
Mark all dependencies of it the same way.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:33 2024 UTC (7 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5
lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 7 19:24:31 2024 UTC (8 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
*: Try fixing deepstate and dependencies and py-angr and dependencies
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:24:06 2023 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
*: recursive bump for Python 3.11 as new default
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 14 14:34:48 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
py-pysha3: mark as not for python 3.11
This was only ever intended for python < 3.6, but we do have some
users in pkgsrc on newer python versions.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 30 11:18:12 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 15 09:49:59 2020 UTC (4 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1
lines
deepstate-afl: needs setuptools
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 29 02:56:05 2020 UTC (4 years, 6 months ago) by khorben
Branches: MAIN
deepstate-afl: import version 0.1
DeepState is a framework that provides C and C++ developers with a common
interface to various symbolic execution and fuzzing engines. Users can write
one test harness using a Google Test-like API, then execute it using multiple
backends without having to learn the complexities of the underlying engines. It
supports writing unit tests and API sequence tests, as well as automatic test
generation.
This package adds support for AFL to DeepState.
CVSweb <webmaster@jp.NetBSD.org>