Port details |
- fuzz Tool for testing software by bombarding the program with random data
- 0.6_2 security =2 0.6_2Version of this port present on the latest quarterly branch.
- Maintainer: tiago.gasiba@gmail.com
- Port Added: 2000-08-01 22:15:40
- Last Update: 2024-07-19 18:22:56
- Commit Hash: 165683d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://fuzz.sourceforge.net/
- Description:
- Fuzz is a tool for testing other software. It does this by bombarding
the program being evaluated with random data.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/fuzz/ && make install clean
- To add the package, run one of these commands:
- pkg install security/fuzz
- pkg install fuzz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fuzz
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fuzz-0.6.tar.gz) = 70fcd0d5b83f211f0a6fd9a95e1772c3e3aaaf83d533ae224a57812c00c0ce1b
SIZE (fuzz-0.6.tar.gz) = 54431
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_fuzz
- pkg-message:
- For install:
- BEWARE! This software bombards programs with signicant amounts of random
input meant to cause failure. Due to the potential havok some programs
may cause when given untrusted input, it is recommended that programs be
tested under a jail(8) environment.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6_2 19 Jul 2024 18:22:56 |
Vladimir Druzenko (vvd) Author: gatekeeper |
security/fuzz: pet portlint, portfmt, and portclippy, take maintainership
Fix Makefile according to the warnings and errors provided by portlint,
portfmt, and portclippy.
Take maintainership.
PR: 280356 |
0.6_2 25 Feb 2024 13:19:40 |
Muhammad Moinur Rahman (bofh) |
security/fuzz: Moved man to share/man
Approved by: portmgr (blanket) |
0.6_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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.6_1 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.6_1 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.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.6_1 31 Jan 2014 16:51:13 |
miwi |
- Stage support |
0.6_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.6_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.6_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.6_1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
0.6_1 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.6_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.6_1 21 May 2003 15:40:40 |
foxfair |
PR: 52098
Submitted by: Jim Geovedi <jim@corebsd.or.id>
close temp file privledge problem in security/fuzz. |
0.6 20 Feb 2003 18:59:13 |
knu |
De-pkg-comment. |
08 Oct 2000 07:30:58 |
asami |
Convert category security to new layout. |
11 Aug 2000 19:26:21 |
jedgar |
Update port to 0.6 |
02 Aug 2000 23:26:11 |
jedgar |
Add MESSAGE recommending using fuzz under jail(8) due to the potential havok
some software could create when given undetermined input as a privileged user.
|
02 Aug 2000 02:15:40 |
jedgar |
New port: Fuzz, a tool for testing software by bombarding the
program being evaluated with random data. |