From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 13 20:10:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54CD9106566C for ; Mon, 13 Dec 2010 20:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 139B28FC21 for ; Mon, 13 Dec 2010 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBDKA85A071584 for ; Mon, 13 Dec 2010 20:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBDKA8uE071583; Mon, 13 Dec 2010 20:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Dec 2010 20:10:08 GMT Resent-Message-Id: <201012132010.oBDKA8uE071583@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sofian Brabez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B48A1065670 for ; Mon, 13 Dec 2010 20:04:40 +0000 (UTC) (envelope-from sbrabez@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2128C8FC15 for ; Mon, 13 Dec 2010 20:04:39 +0000 (UTC) Received: by wyf19 with SMTP id 19so6338251wyf.13 for ; Mon, 13 Dec 2010 12:04:39 -0800 (PST) Received: by 10.216.78.212 with SMTP id g62mr3351335wee.78.1292270678942; Mon, 13 Dec 2010 12:04:38 -0800 (PST) Received: from localhost (mna75-2-81-57-226-6.fbx.proxad.net [81.57.226.6]) by mx.google.com with ESMTPS id r38sm2871442weq.23.2010.12.13.12.04.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Dec 2010 12:04:36 -0800 (PST) Message-Id: <4d067c54.26ead80a.457b.ffffeb6d@mx.google.com> Date: Mon, 13 Dec 2010 12:04:36 -0800 (PST) From: Sofian Brabez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153131: New port: security/honggfuzz: A general-purpose fuzzer with simple, command-line interface X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2010 20:10:09 -0000 >Number: 153131 >Category: ports >Synopsis: New port: security/honggfuzz: A general-purpose fuzzer with simple, command-line interface >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 20:10:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sofian Brabez >Release: FreeBSD 8.1-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd81 8.1-STABLE FreeBSD 8.1-STABLE #1: Tue Aug 31 22:46:46 CEST 2010 >Description: Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test files, Hongfuzz supplies and modifies input to a test program and utilize the ptrace() API/POSIX signal interface to detect and log crashes. WWW: http://code.google.com/p/honggfuzz/ http://regis.goodking.ca/tb/logs/7-sbz/honggfuzz-0.1.log http://regis.goodking.ca/tb/logs/8-sbz/honggfuzz-0.1.log http://regis.goodking.ca/tb/logs/9-sbz/honggfuzz-0.1.log Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- honggfuzz-0.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # honggfuzz # honggfuzz/Makefile # honggfuzz/pkg-descr # honggfuzz/pkg-plist # honggfuzz/distinfo # echo c - honggfuzz mkdir -p honggfuzz > /dev/null 2>&1 echo x - honggfuzz/Makefile sed 's/^X//' >honggfuzz/Makefile << 'e960545930a29b80ae20bf15ee37ba4f' X# New ports collection makefile for: honggfuzz X# Date created: 2010-12-13 X# Whom: Sofian Brabez X# X# $FreeBSD$ X# X XPORTNAME= honggfuzz XPORTVERSION= 0.1 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XEXTRACT_SUFX= .tgz X XMAINTAINER= sbrabez@gmail.com XCOMMENT= A general-purpose fuzzer with simple, command-line interface X XUSE_GMAKE= yes X XEXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} X Xdo-patch: X @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh X Xdo-build: X @(cd ${WRKSRC}; ${GMAKE}) X Xdo-install: X.if !defined(NOPORTEXAMPLES) X @${MKDIR} ${EXAMPLESDIR} X @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) X X.endif X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X X.include e960545930a29b80ae20bf15ee37ba4f echo x - honggfuzz/pkg-descr sed 's/^X//' >honggfuzz/pkg-descr << 'abe6f71f910e545bd77f1268f495659e' XHonggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test Xfiles, Hongfuzz supplies and modifies input to a test program and utilize the Xptrace() API/POSIX signal interface to detect and log crashes. X XWWW: http://code.google.com/p/honggfuzz/ abe6f71f910e545bd77f1268f495659e echo x - honggfuzz/pkg-plist sed 's/^X//' >honggfuzz/pkg-plist << '1bad8e48fc4de402cde10652c2763ad7' X@comment $FreeBSD$ Xbin/honggfuzz X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/lowBytesIncrease.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/o20.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputfiles/badcode1.txt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1-with-externalfuzzer.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/badcode1.c X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/targets X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inputfiles X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/externalfuzzers X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% 1bad8e48fc4de402cde10652c2763ad7 echo x - honggfuzz/distinfo sed 's/^X//' >honggfuzz/distinfo << '6298ed4c90449105cc8b9d52e198fe24' XSHA256 (honggfuzz-0.1.tgz) = 5eabcb34e63989ed4f5642d912c8641cae186311d69337401092b6d50f806e3a XSIZE (honggfuzz-0.1.tgz) = 18228 6298ed4c90449105cc8b9d52e198fe24 exit --- honggfuzz-0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: