mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
afl++: update to 4.10c
Removed limits patch from afl++ 4.07c Fix file source URL format Added llvm devel as a make dependency, to prevent compile error when including file llvm/Support/raw_ostream.h
This commit is contained in:
parent
6a916e2db2
commit
b1e9ba90a7
2 changed files with 5 additions and 16 deletions
|
@ -1,11 +0,0 @@
|
|||
--- a/src/afl-ld-lto.c
|
||||
+++ b/src/afl-ld-lto.c
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||||
+#if 1 || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||||
defined(__DragonFly__)
|
||||
#include <limits.h>
|
||||
#endif
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'afl++'
|
||||
pkgname=afl++
|
||||
version=4.07c
|
||||
revision=2
|
||||
version=4.10c
|
||||
revision=1
|
||||
# x86 only currently
|
||||
archs="i686* x86_64*"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="which"
|
||||
makedepends="clang gmp-devel lld llvm python3-devel"
|
||||
makedepends="clang gmp-devel lld llvm llvm17-devel python3-devel"
|
||||
short_desc="American fuzzy lop Plus Plus - a brute-force fuzzer"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://aflplus.plus/"
|
||||
distfiles="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=cdb42834359b17336047814d1c24845f606456dbe4e6aff5edac66c21aa577db
|
||||
distfiles="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=c9a43894b87502a5f69efdb97dee637c9dd4d2c5dfef1c9d79b9d406adafdb76
|
||||
conflicts="afl>=0"
|
||||
replaces="afl>=0"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue