diff options
author | tobik <tobik@FreeBSD.org> | 2019-08-08 19:42:05 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-08-08 19:42:05 +0800 |
commit | d1d9c0910b7bc80959f09569c64ffe1f51fab7e9 (patch) | |
tree | 2b0638d3f4b2c45b37afcb6b396180e8b9d21c5c /security/afl++ | |
parent | 4f68e6f93217778d9646c47c5db61b73c85ff241 (diff) | |
download | freebsd-ports-gnome-d1d9c0910b7bc80959f09569c64ffe1f51fab7e9.tar.gz freebsd-ports-gnome-d1d9c0910b7bc80959f09569c64ffe1f51fab7e9.tar.zst freebsd-ports-gnome-d1d9c0910b7bc80959f09569c64ffe1f51fab7e9.zip |
security/afl++: Update to latest commit
This makes it work with devel/llvm90.
PR: 239682
Diffstat (limited to 'security/afl++')
-rw-r--r-- | security/afl++/Makefile | 6 | ||||
-rw-r--r-- | security/afl++/distinfo | 8 |
2 files changed, 5 insertions, 9 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 diff --git a/security/afl++/distinfo b/security/afl++/distinfo index 7a65c114fe01..a9bb60d14e2c 100644 --- a/security/afl++/distinfo +++ b/security/afl++/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1564147654 -SHA256 (vanhauser-thc-AFLplusplus-2.53c_GH0.tar.gz) = 3147d44f01378b46c4234090781e5cb13c9721a72701c28ed4f18b7256d452e7 -SIZE (vanhauser-thc-AFLplusplus-2.53c_GH0.tar.gz) = 934915 -SHA256 (30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch) = f3c22bbac12426d30e06a1d9521e7669e884c41e898df2ee4b66759bdb61aef6 -SIZE (30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch) = 2252 +TIMESTAMP = 1565263563 +SHA256 (vanhauser-thc-AFLplusplus-2.53d.a1-8b6a4e575978fac83155efd90d39030c84b2a755_GH0.tar.gz) = 07fffb04760637c4537e396c12d7cccf4ba061330fc36a4133123712b22300c9 +SIZE (vanhauser-thc-AFLplusplus-2.53d.a1-8b6a4e575978fac83155efd90d39030c84b2a755_GH0.tar.gz) = 936061 |