From owner-svn-ports-head@freebsd.org Thu Jan 28 22:30:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B922EA70FED; Thu, 28 Jan 2016 22:30:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4ECE80; Thu, 28 Jan 2016 22:30:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0SMUKwj041430; Thu, 28 Jan 2016 22:30:20 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0SMUKOE041428; Thu, 28 Jan 2016 22:30:20 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601282230.u0SMUKOE041428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 28 Jan 2016 22:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407430 - head/security/afl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 22:30:21 -0000 Author: rakuco Date: Thu Jan 28 22:30:20 2016 New Revision: 407430 URL: https://svnweb.freebsd.org/changeset/ports/407430 Log: Update to 1.96b. And pass maintainership to submitter. PR: 206601 Submitted by: Tobias Kortkamp Modified: head/security/afl/Makefile head/security/afl/distinfo Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Thu Jan 28 22:24:17 2016 (r407429) +++ head/security/afl/Makefile Thu Jan 28 22:30:20 2016 (r407430) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.95b +PORTVERSION= 1.96b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= t@tobik.me 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 @@ PORTSCOUT= ignore:1 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 .if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386") @@ -52,7 +50,7 @@ post-patch: -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 Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Thu Jan 28 22:24:17 2016 (r407429) +++ head/security/afl/distinfo Thu Jan 28 22:30:20 2016 (r407430) @@ -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