- Update to 0.7

Reported by:	Robert Swiecki <robert at swiecki.net> (author)
This commit is contained in:
Sofian Brabez 2016-04-13 23:48:06 +00:00
parent a261b442b2
commit e15c68ce10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413234
3 changed files with 13 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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