diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-23 15:19:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-23 15:19:37 +0000 |
commit | cc40e08ca98175200132115ba9465f976b25fabd (patch) | |
tree | 1670b5f2f1f9c91bb4f3e46d3cfea601c00bb24e /security/flawfinder/Makefile | |
parent | f93f7b4733c60f9d63b709ebff3e70c4544eb3d5 (diff) | |
download | pkgsrc-cc40e08ca98175200132115ba9465f976b25fabd.tar.gz |
Update to 1.21:
* Improved the default output so it creates multiple formatted lines
instead of single very long lines for each hit.
Use the new "--singleline" (-S) option to get the original
"long line" format.
* Removed duplicate "getpass" entry in the ruleset;
this didn't hurt anything, but was unnecessary.
Thanks to the user who gave me that feedback, wish I'd kept your
email address so I could credit you properly :-).
* Added a short tutorial to man page.
* Fixed initial upper/lower case on many entries in the ruleset.
* Allow "--input" as a synonym for "--inputs".
Diffstat (limited to 'security/flawfinder/Makefile')
-rw-r--r-- | security/flawfinder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index 345dee22041..6648f85e458 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:56 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/23 15:19:37 wiz Exp $ # -DISTNAME= flawfinder-1.20 +DISTNAME= flawfinder-1.21 CATEGORIES= security devel MASTER_SITES= http://www.dwheeler.com/flawfinder/ |