diff options
author | jun <jun@pkgsrc.org> | 2001-08-06 06:10:50 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2001-08-06 06:10:50 +0000 |
commit | 840d01b00a55219074b7c5050842897c5571ab45 (patch) | |
tree | e64a85b0d66560df60ef8c85d2b443de4840e79e /security/rats/Makefile | |
parent | c1854b42fc9440ffc7546c5265c19ce470191cd0 (diff) | |
download | pkgsrc-840d01b00a55219074b7c5050842897c5571ab45.tar.gz |
Update rats to 1.1
New in version 1.1:
Ability to scan Perl programs for vulnerabilites.
Ability to scan Python programs for vulnerabilities.
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r-- | security/rats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 0491dac6dbc..9a7a00dad40 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/06 06:10:50 jun Exp $ # -DISTNAME= rats-0.9 +DISTNAME= rats-1.1 CATEGORIES= security MASTER_SITES= http://www.securesw.com/rats/ |