summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2004-02-14 14:21:17 +0000
committerwiz <wiz>2004-02-14 14:21:17 +0000
commit6c27b6af4a0daa3cceab335570c4ea993bc77cb5 (patch)
treee9d976f4e10b3cfd6727175f6a5a89cb1befe3cd /security
parent98593f53937c67bfd9fcb5882ab88e4e07df359c (diff)
downloadpkgsrc-6c27b6af4a0daa3cceab335570c4ea993bc77cb5.tar.gz
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 (limited to 'security')
-rw-r--r--security/flawfinder/Makefile4
-rw-r--r--security/flawfinder/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index 5940a21e26b..525dc766ff7 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -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 --git a/security/flawfinder/distinfo b/security/flawfinder/distinfo
index b6b8c170a3e..ea1b973775b 100644
--- a/security/flawfinder/distinfo
+++ b/security/flawfinder/distinfo
@@ -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