diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-17 21:48:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-17 21:48:25 +0000 |
commit | 71bd3f913674a0e19173449e7f8088b773718cb1 (patch) | |
tree | e205baa4e8abaea0412d7f0bd55eda1a1c6f522d /security | |
parent | df2d3c58ab5a628bb572e191a6e2f9a48ee2575a (diff) | |
download | pkgsrc-71bd3f913674a0e19173449e7f8088b773718cb1.tar.gz |
Update to 1.27
2007-01-16 David A. Wheeler <dwheeler, at, dwheeler.com>
* Release version 1.27
2007-01-16 Sebastien Tandel <sebastien, at, tandel (doht) be)
* Cleaned up code for patch handling, fix bug in subdir handling,
include patch info in help.
2007-01-15 Steve Kemp <steve at shellcode dot org>
* Fix Debian bug 268236.
This complains that flawfinder crashes when presented with a
file it cannot read. The patch obviously can't prevent
the problem, since the tool can't review what it can't read,
but at least it halts with a cleaner error message.
2007-01-15 cmorgan <cmorgan47, at earthlink dooot net>
* Fixed Debian bug 271287 (flawfinder).
Fixed skipping newlines when line ended with \,
which caused incorrect line number reporting.
Skip multiple whitespace at one time.
2007-01-15 David A. Wheeler <dwheeler, at, dwheeler.com>
* Modified Sebastien Tandel's code so that it also supports GNU diff
(his code worked only for svn diff)
* When using a patchfile, skip analysis of any file not
listed in the patchfile.
2007-01-15 Sebastien Tandel <sebastien, at, tandel (doht) be)
* Add support for using "svn diff" created patch files, based
on the approach described by David A. Wheeler on how it
could be done.
2007-01-15 David A. Wheeler <dwheeler, at, dwheeler.com>
* By default, now skips directories beginning with "."
(this makes it work nicely with many SCM systems).
Added "--followdotdir" option if you WANT it to enter
such directories.
* Fixed divide-by-zero when no code found (not exactly common
in normal use, but anyway!)
Diffstat (limited to 'security')
-rw-r--r-- | security/flawfinder/Makefile | 5 | ||||
-rw-r--r-- | security/flawfinder/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index 33d2a9ab861..bfa40ab1e34 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2006/12/02 16:01:45 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/17 21:48:25 adrianp Exp $ -DISTNAME= flawfinder-1.26 -PKGREVISION= 1 +DISTNAME= flawfinder-1.27 CATEGORIES= security devel MASTER_SITES= http://www.dwheeler.com/flawfinder/ diff --git a/security/flawfinder/distinfo b/security/flawfinder/distinfo index 53eddd6b1d1..7a120ca52d8 100644 --- a/security/flawfinder/distinfo +++ b/security/flawfinder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 13:10:06 agc Exp $ +$NetBSD: distinfo,v 1.7 2007/01/17 21:48:25 adrianp Exp $ -SHA1 (flawfinder-1.26.tar.gz) = 18e773dc5b200b3189185fda6e723665f8e4348c -RMD160 (flawfinder-1.26.tar.gz) = 56d8c91552a01acb6ebfec070d31fe450db6a3a3 -Size (flawfinder-1.26.tar.gz) = 130412 bytes +SHA1 (flawfinder-1.27.tar.gz) = 0af702c1e0cbd0385a78be6ef1f2f7752ba6193f +RMD160 (flawfinder-1.27.tar.gz) = edd41227c99d2b3c4869396d4e34dfd954e9eab6 +Size (flawfinder-1.27.tar.gz) = 123086 bytes |