update to 1.0, from maintainer

This commit is contained in:
camield 2001-06-07 09:00:43 +00:00
parent b8f83e5c7c
commit 6e22f0634f
3 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/01 09:12:30 camield Exp $
# $OpenBSD: Makefile,v 1.2 2001/06/07 09:00:43 camield Exp $
COMMENT= "c source code auditing tool"
DISTNAME= rats-0.9
DISTNAME= rats-1.0
CATEGORIES= devel security
NEED_VERSION= 1.413
NEED_VERSION= 1.414
HOMEPAGE= http://www.securesw.com/rats/

View File

@ -1,3 +1,3 @@
MD5 (rats-0.9.tar.gz) = 0ed136a0efd78e38e7c5b929be7d465a
RMD160 (rats-0.9.tar.gz) = ccf77c9d1020bdbdd9af2e86e8d64f98f044c873
SHA1 (rats-0.9.tar.gz) = 810abed8d4b90f4e767298fd01a82f2734923d0c
MD5 (rats-1.0.tar.gz) = 3388d57d5f9b64996db6dffa327a09ef
RMD160 (rats-1.0.tar.gz) = 5c607952c4394d34e230b8568057074b293b3812
SHA1 (rats-1.0.tar.gz) = 89d25e88909a6b4d83bff120199ab358a1924434

View File

@ -1,5 +1,3 @@
From 'README':
This is RATS, a rough auditing tool for security, developed by
Secure Software Solutions. It is a tool for scanning C source code
and flagging common security related programming errors such as
@ -8,3 +6,5 @@ conditions. As its name implies, the tool performs only a rough
analysis of source code. It will not find every error and will
also find things that are not errors. Manual inspection of your
code is still necessary, but greatly aided with this tool.
WWW: ${HOMEPAGE}