diff options
Diffstat (limited to 'security/afl++/Makefile')
-rw-r--r-- | security/afl++/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/afl++/Makefile b/security/afl++/Makefile index d63947ee063c..9fba502821fd 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -2,13 +2,10 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 2.53c +PORTVERSION= 2.53d.a1 CATEGORIES= security PKGNAMESUFFIX= ++ -PATCH_SITES= https://github.com/vanhauser-thc/AFLplusplus/commit/ -PATCHFILES= 30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch:-p1 - MAINTAINER= tobik@FreeBSD.org COMMENT= Fast instrumented fuzzer @@ -24,6 +21,7 @@ USES= gmake tar:tgz USE_GITHUB= yes GH_ACCOUNT= vanhauser-thc GH_PROJECT= AFLplusplus +GH_TAGNAME= 8b6a4e575978fac83155efd90d39030c84b2a755 ALL_TARGET= all libdislocator TEST_TARGET= test_build |