From owner-svn-ports-head@FreeBSD.ORG Sun Dec 14 21:53:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24F28926; Sun, 14 Dec 2014 21:53:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EB4D064E; Sun, 14 Dec 2014 21:53:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBELr0pA027639; Sun, 14 Dec 2014 21:53:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBELr0ea027635; Sun, 14 Dec 2014 21:53:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201412142153.sBELr0ea027635@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 14 Dec 2014 21:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374725 - 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.18-1 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: Sun, 14 Dec 2014 21:53:01 -0000 Author: pawel Date: Sun Dec 14 21:52:59 2014 New Revision: 374725 URL: https://svnweb.freebsd.org/changeset/ports/374725 QAT: https://qat.redports.org/buildarchive/r374725/ Log: - Update to version 0.80b [1] - Fix DOCS option handling, it's default no need to add it to OPTIONS_DEFAULT, do not optionally install DOCS files, staging takes care of that PR: 195415 [1] Submitted by: maintainer [1] Modified: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Sun Dec 14 21:43:03 2014 (r374724) +++ head/security/afl/Makefile Sun Dec 14 21:52:59 2014 (r374725) @@ -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 Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Sun Dec 14 21:43:03 2014 (r374724) +++ head/security/afl/distinfo Sun Dec 14 21:52:59 2014 (r374725) @@ -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 Modified: head/security/afl/pkg-plist ============================================================================== --- head/security/afl/pkg-plist Sun Dec 14 21:43:03 2014 (r374724) +++ head/security/afl/pkg-plist Sun Dec 14 21:52:59 2014 (r374725) @@ -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