Diff aflplusplus-4.06c-r2 with a aflplusplus-4.07c-r1
/usr/portage/app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild 2023-10-09 14:52:28.748368331 +0300 | ||
---|---|---|
7 | 7 |
LLVM_MAX_SLOT=16 |
8 | 8 |
inherit toolchain-funcs llvm optfeature python-single-r1 |
9 | 9 | |
10 |
AFL_PATCHSET="${PN}-4.06c-patches" |
|
10 |
AFL_PATCHSET="${PN}-4.07c-patches" |
|
11 | 11 |
DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer" |
12 | 12 |
HOMEPAGE="https://github.com/AFLplusplus/AFLplusplus" |
13 | 13 |
SRC_URI="https://github.com/AFLplusplus/AFLplusplus/archive/${PV}.tar.gz -> ${P}.tar.gz" |
... | ... | |
18 | 18 |
SLOT="0" |
19 | 19 |
KEYWORDS="amd64 arm64" |
20 | 20 |
IUSE="test" |
21 | ||
22 | 21 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
23 | 22 | |
24 | 23 |
# Tests involve heavy use of LD_PRELOAD in some cases |
... | ... | |
33 | 32 |
sys-devel/clang:15 |
34 | 33 |
sys-devel/clang:${LLVM_MAX_SLOT} |
35 | 34 |
) |
36 |
!app-forensics/afl" |
|
35 |
!app-forensics/afl |
|
36 |
" |
|
37 | 37 |
DEPEND=" |
38 | 38 |
${RDEPEND} |
39 | 39 |
test? ( dev-util/cmocka ) |
40 | 40 |
" |
41 | 41 | |
42 |
QA_FLAGS_IGNORED="afl-gcc-cmplog-pass.so afl-gcc-cmptrs-pass.so" |
|
42 |
QA_FLAGS_IGNORED=" |
|
43 |
usr/lib.*/afl/afl-gcc-cmplog-pass.so |
|
44 |
usr/lib.*/afl/afl-gcc-cmptrs-pass.so |
|
45 |
" |
|
43 | 46 |
QA_PREBUILT="usr/share/afl/testcases/others/elf/small_exec.elf" |
44 | 47 | |
45 | 48 |
PATCHES=( |