[Lunar-commits] <moonbase> rats: This really should be in the security section.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jun 22 22:19:17 CEST 2010
commit 8d6577c6b5c7e07a0cc5f0c8cfdbf0e3bbbf913d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jun 22 16:19:17 2010 -0400
rats: This really should be in the security section.
---
devel/rats/DEPENDS | 1 -
devel/rats/DETAILS | 17 -----------------
security/rats/DEPENDS | 1 +
security/rats/DETAILS | 17 +++++++++++++++++
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/devel/rats/DEPENDS b/devel/rats/DEPENDS
deleted file mode 100644
index 01005df..0000000
--- a/devel/rats/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends expat
diff --git a/devel/rats/DETAILS b/devel/rats/DETAILS
deleted file mode 100644
index 9e54a99..0000000
--- a/devel/rats/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=rats
- VERSION=2.3
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.fortify.com/servlet/download/public/
- SOURCE_VFY=sha1:02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a
- WEB_SITE=http://www.fortify.com/security-resources/rats.jsp
- ENTERED=20040911
- UPDATED=20100622
- SHORT="(R)ough (A)uditing (T)ool for (S)ecurity"
-
-cat << EOF
-RATS - Rought Auditing Tool for Security is an open sourced tool
-developed and maintained by Secure Software security engineers.
-It is a tool for scanning C, C++, Perl, PHP and Python source
-code and flagging common security related programming errors such
-as buffer overflows and TOCTOU race conditions.
-EOF
diff --git a/security/rats/DEPENDS b/security/rats/DEPENDS
new file mode 100644
index 0000000..01005df
--- /dev/null
+++ b/security/rats/DEPENDS
@@ -0,0 +1 @@
+depends expat
diff --git a/security/rats/DETAILS b/security/rats/DETAILS
new file mode 100644
index 0000000..9e54a99
--- /dev/null
+++ b/security/rats/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=rats
+ VERSION=2.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.fortify.com/servlet/download/public/
+ SOURCE_VFY=sha1:02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a
+ WEB_SITE=http://www.fortify.com/security-resources/rats.jsp
+ ENTERED=20040911
+ UPDATED=20100622
+ SHORT="(R)ough (A)uditing (T)ool for (S)ecurity"
+
+cat << EOF
+RATS - Rought Auditing Tool for Security is an open sourced tool
+developed and maintained by Secure Software security engineers.
+It is a tool for scanning C, C++, Perl, PHP and Python source
+code and flagging common security related programming errors such
+as buffer overflows and TOCTOU race conditions.
+EOF
More information about the Lunar-commits
mailing list