aboutsummaryrefslogtreecommitdiff
path: root/security/honggfuzz
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440859
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-291-3/+5
| | | | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=429918
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 0.7Sofian Brabez2016-04-133-6/+13
| | | | | | | Reported by: Robert Swiecki <robert at swiecki.net> (author) Notes: svn path=/head/; revision=413234
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* security/honggfuzz: Remove -Werror because it fails -pedantic checkJohn Marino2015-02-221-1/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=379604
* Cleanup plistAntoine Brodin2014-11-131-4/+0
| | | | Notes: svn path=/head/; revision=372514
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Fix build with clangSofian Brabez2014-05-212-2/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=354745
* Committed wrong version. Actually STAGE.Adam Weinberger2014-05-011-3/+3
| | | | Notes: svn path=/head/; revision=352717
* I experienced catastrophic brain failure and putAdam Weinberger2014-05-011-1/+1
| | | | | | | PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops. Notes: svn path=/head/; revision=352712
* STAGE support, and general cleanups. Some of the changes are aAdam Weinberger2014-05-011-10/+5
| | | | | | | | bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it. Notes: svn path=/head/; revision=352710
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 0.3Sofian Brabez2011-07-222-3/+3
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=278159
* - Update to 0.2Sofian Brabez2011-06-032-3/+3
| | | | | | | Approved by: miwi@ (mentor) Notes: svn path=/head/; revision=275031
* Update my MAINTAINER address to sbz at FreeBSD.org.Sofian Brabez2011-03-181-1/+1
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244
* Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of testWen Heping2011-01-054-0/+56
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/ Notes: svn path=/head/; revision=267400