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.24:
details: https://anonhg.NetBSD.org/pkgsrc/rev/db8c5363f56f
branches: trunk
changeset: 468488:db8c5363f56f
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 14 14:21:17 2004 +0000
description:
Update to 1.24:
2003-10-29 David A. Wheeler
* Fixed an incredibly obscure parsing error that caused some
false positives. If a constant C string, after the closing
double-quote, is followed by a \ and newline (instead of a comma),
the string might not be recognized as a constant string
(thus triggering warnings about non-constant values in some cases).
This kind of formatting is quite ugly and rare.
My thanks to Sascha Nitsch (sascha, at spsn.ath.cx) for pointing
this bug out and giving me a test case to work with.
* Added a warning for readlink. The implementation and warning
are mine, but the idea of warning about readlink came from
Stefan Kost (kost, at imn.htwk-leipzig.de). Thanks!!
2003-09-27 David A. Wheeler
* Released version 1.23. Minor bugfixes.
2003-09-27 David A. Wheeler
* Fixed subtle bug - in some circumstances single character constants
wouldn't be parsed correctly. My thanks to Scott Renfro
<scottdonotspam, at renfro.org> for notifying me about this bug.
Scott Renfro also sent me a patch; I didn't use it
(the patch didn't handle other cases), but I'm grateful since it
illustrated the problem.
* Fixed documentation bug in man page.
The option "--minlevel=X" must be preceded by two dashes,
as are all GNU-style long options. The man page accidentally only
had one dash in the summary (it was correct elsewhere); it now
correctly shows both dashes.
* Modified man page to list filename extensions that are
interpreted as C/C++.
* Removed index.html from distribution - it's really only for the
website.
diffstat:
security/flawfinder/Makefile | 4 ++--
security/flawfinder/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 6ec55d5a1acd -r db8c5363f56f security/flawfinder/Makefile
--- a/security/flawfinder/Makefile Sat Feb 14 13:58:34 2004 +0000
+++ b/security/flawfinder/Makefile Sat Feb 14 14:21:17 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:08 martti Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/14 14:21:17 wiz Exp $
#
-DISTNAME= flawfinder-1.22
+DISTNAME= flawfinder-1.24
CATEGORIES= security devel
MASTER_SITES= http://www.dwheeler.com/flawfinder/
diff -r 6ec55d5a1acd -r db8c5363f56f security/flawfinder/distinfo
--- a/security/flawfinder/distinfo Sat Feb 14 13:58:34 2004 +0000
+++ b/security/flawfinder/distinfo Sat Feb 14 14:21:17 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/03/09 18:11:05 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/02/14 14:21:17 wiz Exp $
-SHA1 (flawfinder-1.22.tar.gz) = 55ef373f05e1c0f759b7e9689bb90218c4aa504c
-Size (flawfinder-1.22.tar.gz) = 95670 bytes
+SHA1 (flawfinder-1.24.tar.gz) = 600e59a113327ad54875ed8a657146613bd59013
+Size (flawfinder-1.24.tar.gz) = 97222 bytes
Home |
Main Index |
Thread Index |
Old Index