FreeBSD Bugzilla – Attachment 166091 Details for
Bug 206601
security/afl: Update to 1.96b
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
afl.diff
afl.diff (text/plain), 2.05 KB, created by
Tobias Kortkamp
on 2016-01-25 11:59:53 UTC
(
hide
)
Description:
afl.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-01-25 11:59:53 UTC
Size:
2.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 407196) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= afl >-PORTVERSION= 1.95b >+PORTVERSION= 1.96b > CATEGORIES= security > MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ > >@@ -10,15 +10,15 @@ > COMMENT= Fast instrumented fuzzer > > LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/docs/COPYING > > USES= compiler gmake tar:tgz > >-OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS \ >- PLOT_SUPPORT TEST_INSTRUMENTATION >+OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS PLOT_SUPPORT TEST_INSTRUMENTATION > MINIMIZE_CORPUS_DESC= Install afl-cmin. Adds bash dependency > PLOT_SUPPORT_DESC= Support progress plotting. Adds Gnuplot dependency >-TEST_INSTRUMENTATION_DESC= Execute tests expected to fail in jails >-OPTIONS_DEFAULT= MINIMIZE_CORPUS PLOT_SUPPORT >+TEST_INSTRUMENTATION_DESC= Execute tests (expected to fail in jails) >+OPTIONS_DEFAULT= DOCS MINIMIZE_CORPUS PLOT_SUPPORT > > OPTIONS_SUB= yes > >@@ -27,8 +27,6 @@ > ONLY_FOR_ARCHS= amd64 i386 > ONLY_FOR_ARCHS_REASON= Uses binary instrumentation > >-# XXX replace with bsd.port.options.mk once 8.4-RELEASE is EOL >-# COMPILER_TYPE is defined in .pre without /usr/share/mk/bsd.compiler.mk > .include <bsd.port.pre.mk> > > .if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386") >@@ -52,7 +50,7 @@ > -e 's@ afl-(cmin|plot|whatsup) @ @g' \ > ${WRKSRC}/Makefile > .if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386") >- ${REINPLACE_CMD} -e 's@\( as_params\[0\] = "\)@\1${LOCALBASE}/bin/@' \ >+ ${REINPLACE_CMD} -e 's@\( as_params\[0\] = afl_as ? afl_as : \)\(.*\)@\1(u8*)"${LOCALBASE}/bin/as";@' \ > ${WRKSRC}/afl-as.c > .endif > >Index: distinfo >=================================================================== >--- distinfo (revision 407196) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (afl-1.95b.tgz) = 21ec6bb8c182fd821d25c8b67283f81a632c4f74419c9db5fec0135dd0c9ae2a >-SIZE (afl-1.95b.tgz) = 804542 >+SHA256 (afl-1.96b.tgz) = 03beb06f8993dcb37d348e53da19ca9d064c83fcedc9d87b0b506c73c310f27c >+SIZE (afl-1.96b.tgz) = 804864
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206601
:
166091
|
166092
|
166163