From 71bd3f913674a0e19173449e7f8088b773718cb1 Mon Sep 17 00:00:00 2001 From: adrianp Date: Wed, 17 Jan 2007 21:48:25 +0000 Subject: Update to 1.27 2007-01-16 David A. Wheeler * Release version 1.27 2007-01-16 Sebastien Tandel * 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 * 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 * 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 * 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!) --- security/flawfinder/Makefile | 5 ++--- security/flawfinder/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'security') 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 -- cgit v1.2.3