From 58d583e4f69e9d204273e4d7e7dc0ed7385d3bf2 Mon Sep 17 00:00:00 2001 From: jun Date: Mon, 21 May 2001 09:44:10 +0000 Subject: Initial import of "RATS": RATS, the Rough Auditing Tool for Security --- security/rats/Makefile | 17 +++++++++++++++++ security/rats/distinfo | 5 +++++ security/rats/patches/patch-aa | 13 +++++++++++++ security/rats/pkg/DESCR | 7 +++++++ security/rats/pkg/PLIST | 3 +++ 5 files changed, 45 insertions(+) create mode 100644 security/rats/Makefile create mode 100644 security/rats/distinfo create mode 100644 security/rats/patches/patch-aa create mode 100644 security/rats/pkg/DESCR create mode 100644 security/rats/pkg/PLIST (limited to 'security/rats') diff --git a/security/rats/Makefile b/security/rats/Makefile new file mode 100644 index 00000000000..0491dac6dbc --- /dev/null +++ b/security/rats/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $ +# + +DISTNAME= rats-0.9 +CATEGORIES= security +MASTER_SITES= http://www.securesw.com/rats/ + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://www.securesw.com/rats/ +COMMENT= Rough Auditing Tool for Security + +DEPENDS+= expat-*:../../textproc/expat + +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-expat-include=${LOCALBASE}/include + +.include "../../mk/bsd.pkg.mk" diff --git a/security/rats/distinfo b/security/rats/distinfo new file mode 100644 index 00000000000..e388485d2b5 --- /dev/null +++ b/security/rats/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $ + +SHA1 (rats-0.9.tar.gz) = 810abed8d4b90f4e767298fd01a82f2734923d0c +Size (rats-0.9.tar.gz) = 94991 bytes +SHA1 (patch-aa) = 7d3502edccb5beaaebeed658d55b632b2ecf9c42 diff --git a/security/rats/patches/patch-aa b/security/rats/patches/patch-aa new file mode 100644 index 00000000000..789cf4b3e7e --- /dev/null +++ b/security/rats/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $ + +--- Makefile.in.org Mon May 21 18:05:09 2001 ++++ Makefile.in +@@ -29,6 +29,8 @@ + LIBS = @LIBS@ + SOURCES = $(OBJ:$(OBJ_EXTN)=.c) + ++all: $(BIN) ++ + $(BIN): $(OBJ) + $(CC) $(LDFLAGS) -o $(BIN) $(OBJ) $(LIBS) + diff --git a/security/rats/pkg/DESCR b/security/rats/pkg/DESCR new file mode 100644 index 00000000000..272e4801ce5 --- /dev/null +++ b/security/rats/pkg/DESCR @@ -0,0 +1,7 @@ +RATS, the Rough Auditing Tool for Security, is a security auditing utility +for C and C++ code. RATS scans source code, finding potentially dangerous +function calls. +The goal of this project is not to definitively find bugs (yet). +The current goal is to provide a reasonable starting point for performing +manual security audits. +RATS is released under version 2 of the GNU Public License (GPL). diff --git a/security/rats/pkg/PLIST b/security/rats/pkg/PLIST new file mode 100644 index 00000000000..2911c5da2c5 --- /dev/null +++ b/security/rats/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $ +bin/rats +lib/rats.xml -- cgit v1.2.3