Port details |
- honggfuzz General-purpose fuzzer with simple, command-line interface
- 0.7 security =2 0.7Version of this port present on the latest quarterly branch.
- Maintainer: sbz@FreeBSD.org
- Port Added: 2011-01-05 01:54:44
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- http://code.google.com/p/honggfuzz/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- honggfuzz>0:security/honggfuzz
- To install the port:
- cd /usr/ports/security/honggfuzz/ && make install clean
- To add the package, run one of these commands:
- pkg install security/honggfuzz
- pkg install honggfuzz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: honggfuzz
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (google-honggfuzz-0.7_GH0.tar.gz) = 611472a453c870165bb44e55900e7709aa4f7bca0159a81fc599cd66d1547d2a
SIZE (google-honggfuzz-0.7_GH0.tar.gz) = 413122
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for honggfuzz-0.7:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_honggfuzz
- USES:
- compiler:c11 gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7 20 Aug 2019 04:01:16 |
pkubaj |
security/honggfuzz: fix build on GCC architectures
This port requires C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"
Approved by: mentors (implicit approval) |
0.7 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.7 13 May 2017 23:36:16 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.7 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.7 29 Dec 2016 14:29:19 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket |
0.7 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.7 13 Apr 2016 23:48:06 |
sbz |
- Update to 0.7
Reported by: Robert Swiecki <robert at swiecki.net> (author) |
0.3_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3_1 22 Feb 2015 13:54:35 |
marino |
security/honggfuzz: Remove -Werror because it fails -pedantic check
Honggfuzz fails -pedantic checks on gcc-5. This wouldn't be a problem
except for the fact -Werror was also set, so Werror is getting removed.
Approved by: blanket |
0.3_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
0.3_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.3_1 21 May 2014 11:59:07 |
sbz |
- Fix build with clang
Reported by: pkg-fallout |
0.3 01 May 2014 03:10:02 |
adamw |
Committed wrong version. Actually STAGE. |
0.3 01 May 2014 02:33:07 |
adamw |
I experienced catastrophic brain failure and put
PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops. |
0.3 01 May 2014 01:42:38 |
adamw |
STAGE support, and general cleanups. Some of the changes are a
bit more aggressive, but at this point, if I'm staging your port,
you've likely stopped caring what's done to it. |
0.3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.3 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.3 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.3 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
0.3 22 Jul 2011 13:07:25 |
sbz |
- Update to 0.3
Approved by: jadawin@ (mentor) |
0.2 03 Jun 2011 15:49:17 |
sbz |
- Update to 0.2
Approved by: miwi@ (mentor) |
0.1 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
0.1 05 Jan 2011 02:00:54 |
wen |
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/
PR: ports/153131
Submitter: Sofian Brabez <sbrabez@gmail.com> |
0.1 05 Jan 2011 01:54:24 |
wen |
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/ |