diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-14 21:52:59 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-14 21:52:59 +0000 |
commit | 6f0d26a11a1f72606a3db7380e81fe550a19dc7b (patch) | |
tree | 5efe869535a52490e63f263ee4a7b54b7ee51480 /security/afl | |
parent | 2b036931bfa53a0c52d94e0421255a5cafa43606 (diff) | |
download | ports-6f0d26a11a1f72606a3db7380e81fe550a19dc7b.tar.gz ports-6f0d26a11a1f72606a3db7380e81fe550a19dc7b.zip |
Notes
Diffstat (limited to 'security/afl')
-rw-r--r-- | security/afl/Makefile | 9 | ||||
-rw-r--r-- | security/afl/distinfo | 4 | ||||
-rw-r--r-- | security/afl/pkg-plist | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile index db3185376f1a..c2aaeea214e1 100644 --- a/security/afl/Makefile +++ b/security/afl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 0.61b +PORTVERSION= 0.80b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -13,7 +13,8 @@ USES= compiler gmake tar:tgz OPTIONS_DEFINE= DEBUG DOCS TEST_INSTRUMENTATION TEST_INSTRUMENTATION_DESC= Execute tests expected to fail in jails -OPTIONS_DEFAULT= DOCS + +PORTSCOUT= ignore:1 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Uses binary instrumentation @@ -47,10 +48,10 @@ post-patch: ${REINPLACE_CMD} -e 's@ifdef.*\(__OpenBSD__\)@if defined(\1) || \ (defined(__FreeBSD__) \&\& __FreeBSD__ < 9)@' \ ${WRKSRC}/afl-as.h + ${REINPLACE_CMD} -e 's@sys/\(termios.h\)@\1@' \ + ${WRKSRC}/afl-fuzz.c post-install: -.if ${PORT_OPTIONS:MDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.post.mk> diff --git a/security/afl/distinfo b/security/afl/distinfo index 1b796a9caa3c..94c8518c79fd 100644 --- a/security/afl/distinfo +++ b/security/afl/distinfo @@ -1,2 +1,2 @@ -SHA256 (afl-0.61b.tgz) = 6f0613c4568bb24f43c8672c351a7205c41836f0d6def9ce98b75aca119d3a1e -SIZE (afl-0.61b.tgz) = 678234 +SHA256 (afl-0.80b.tgz) = bfdb0976c8d3093814cf9008eb3246155945bc04c0fa3018e0d8c956da690d33 +SIZE (afl-0.80b.tgz) = 689981 diff --git a/security/afl/pkg-plist b/security/afl/pkg-plist index 08fec84f97fc..786fe5ca0a76 100644 --- a/security/afl/pkg-plist +++ b/security/afl/pkg-plist @@ -16,6 +16,9 @@ bin/afl-gcc bin/afl-showmap lib/afl/afl-as lib/afl/as +share/afl/archives/ar/small_archive.a +share/afl/archives/compress/small_archive.Z +share/afl/archives/cpio/small_archive.cpio share/afl/archives/gzip/small_archive.gz share/afl/archives/lzo/small_achive.lzo share/afl/archives/tar/small_archive.tar |