aboutsummaryrefslogtreecommitdiff
path: root/security/rats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.4Emanuel Haupt2017-09-013-8/+7
| | | | | | | - Update WWW Notes: svn path=/head/; revision=449079
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSEDmitry Marakasov2016-03-181-2/+5
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=411327
* Cleanup plistAntoine Brodin2014-11-131-2/+0
| | | | Notes: svn path=/head/; revision=372519
* - Add staging supportPawel Pekala2014-07-112-9/+12
| | | | | | | - Convert to new LIB_DEPENDS format, options framework Notes: svn path=/head/; revision=361546
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360609
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355321
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Fix MASTER_SITES and WWW, update maintainer address.David Thiel2010-10-071-1/+2
| | | | | | | Submitted by: http://people.freebsd.org/~ehaupt/distilator/ Notes: svn path=/head/; revision=262576
* - Update to version 2.3Niels Heinen2010-03-213-19/+20
| | | | | | | | | | - Now supports Ruby Reviewed by: lx (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=251344
* Change from fortifysoftware.com to fortify.com, to avoid getting a 302.David Thiel2008-08-121-1/+1
| | | | Notes: svn path=/head/; revision=218476
* RATS is under new ownership, so change download and WWW info.David Thiel2007-09-092-4/+4
| | | | | | | | | PR: ports/116194 Submitted by: bf <bf2006a@yahoo.com> Approved by: lx Notes: svn path=/head/; revision=199145
* - AdoptPav Lucistnik2006-05-251-1/+1
| | | | | | | | PR: ports/97860 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=163429
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* Chase URLs per distfile survey.Mark Linimon2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149391
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Drop maintainershipKris Kennaway2003-07-121-1/+1
| | | | Notes: svn path=/head/; revision=84767
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add MASTER_SITE_PACKETSTORM as additional mirrorTilman Keskinoz2003-02-151-1/+3
| | | | | | | | PR: 45396 Submitted by: Jim Geovedi <negative@magnesium.net> Notes: svn path=/head/; revision=75577
* Update to rats-2.1Kris Kennaway2002-10-142-2/+2
| | | | Notes: svn path=/head/; revision=67995
* Upgrade to rats-2.0Kris Kennaway2002-09-213-7/+7
| | | | | | | Submitted by: Bob Fleck <bob@securesoftware.com> Notes: svn path=/head/; revision=66952
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66485
* Correct expat shlib version number.Maxim Sobolev2002-09-031-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=65539
* Update to rats-1.5Kris Kennaway2002-08-242-4/+4
| | | | | | | | Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> PR: ports/40445 Notes: svn path=/head/; revision=64937
* Update to rats 1.3Kris Kennaway2001-10-143-2/+4
| | | | | | | PR: 31180 Notes: svn path=/head/; revision=48743
* Remove extraneous distfile hashesKris Kennaway2001-08-231-2/+0
| | | | Notes: svn path=/head/; revision=46702
* Correct CATEGORIES to "security devel"Kris Kennaway2001-08-231-1/+1
| | | | Notes: svn path=/head/; revision=46694
* Add rats-1.1Kris Kennaway2001-08-235-0/+50
This is RATS, a rough auditing tool for security, developed by Secure Software Solutions. It is a tool for scanning source code (C, C++, Perl, and Python) and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions. As its name implies, the tool performs only a rough analysis of source code. It will not find every error and will also find things that are not errors. Manual inspection of your code is still necessary, but greatly aided with this tool. Obtained from: OpenBSD Notes: svn path=/head/; revision=46693