From owner-svn-ports-head@freebsd.org Wed Apr 13 23:48:08 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 531AAB0F9BA; Wed, 13 Apr 2016 23:48:08 +0000 (UTC) (envelope-from sbz@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 06A071BCD; Wed, 13 Apr 2016 23:48:07 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DNm7rn042124; Wed, 13 Apr 2016 23:48:07 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3DNm6LY042121; Wed, 13 Apr 2016 23:48:06 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201604132348.u3DNm6LY042121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Wed, 13 Apr 2016 23:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413234 - head/security/honggfuzz 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.21 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: Wed, 13 Apr 2016 23:48:08 -0000 Author: sbz Date: Wed Apr 13 23:48:06 2016 New Revision: 413234 URL: https://svnweb.freebsd.org/changeset/ports/413234 Log: - Update to 0.7 Reported by: Robert Swiecki (author) Modified: head/security/honggfuzz/Makefile head/security/honggfuzz/distinfo head/security/honggfuzz/pkg-plist Modified: head/security/honggfuzz/Makefile ============================================================================== --- head/security/honggfuzz/Makefile Wed Apr 13 22:45:29 2016 (r413233) +++ head/security/honggfuzz/Makefile Wed Apr 13 23:48:06 2016 (r413234) @@ -2,19 +2,24 @@ # $FreeBSD$ PORTNAME= honggfuzz -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE MAINTAINER= sbz@FreeBSD.org COMMENT= General-purpose fuzzer with simple, command-line interface LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake tar:tgz +USE_GITHUB= yes +GH_ACCOUNT= google +GC_TAGNAME= 6d01e82 -USES= gmake tar:tgz OPTIONS_DEFINE= EXAMPLES +BROKEN_FreeBSD_9=Does not build on 9.x: compiler options unrecognized + # inplace replacement to remove relative binary path in examples scripts post-patch: ${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh Modified: head/security/honggfuzz/distinfo ============================================================================== --- head/security/honggfuzz/distinfo Wed Apr 13 22:45:29 2016 (r413233) +++ head/security/honggfuzz/distinfo Wed Apr 13 23:48:06 2016 (r413234) @@ -1,2 +1,2 @@ -SHA256 (honggfuzz-0.3.tgz) = 603f07bd364cbf7246539b1478943270bc47f716ce5faf167839626fd60ade26 -SIZE (honggfuzz-0.3.tgz) = 19767 +SHA256 (google-honggfuzz-0.7_GH0.tar.gz) = 611472a453c870165bb44e55900e7709aa4f7bca0159a81fc599cd66d1547d2a +SIZE (google-honggfuzz-0.7_GH0.tar.gz) = 413122 Modified: head/security/honggfuzz/pkg-plist ============================================================================== --- head/security/honggfuzz/pkg-plist Wed Apr 13 22:45:29 2016 (r413233) +++ head/security/honggfuzz/pkg-plist Wed Apr 13 23:48:06 2016 (r413234) @@ -1,8 +1,10 @@ bin/honggfuzz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/lowBytesIncrease.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/o20.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/rangeFuzz.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputfiles/badcode1.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1-with-externalfuzzer.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/badcode1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/badcode2.c