pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/flawfinder Update to 1.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c444e776d289
branches:  trunk
changeset: 524061:c444e776d289
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Jan 17 21:48:25 2007 +0000

description:
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:

 security/flawfinder/Makefile |  5 ++---
 security/flawfinder/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r f4096ae2aa54 -r c444e776d289 security/flawfinder/Makefile
--- a/security/flawfinder/Makefile      Wed Jan 17 21:33:56 2007 +0000
+++ b/security/flawfinder/Makefile      Wed Jan 17 21:48:25 2007 +0000
@@ -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 -r f4096ae2aa54 -r c444e776d289 security/flawfinder/distinfo
--- a/security/flawfinder/distinfo      Wed Jan 17 21:33:56 2007 +0000
+++ b/security/flawfinder/distinfo      Wed Jan 17 21:48:25 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index