- update to rats-1.3 (now supports PHP as well)
- CFLAGS honoring fixes ok lebel@
This commit is contained in:
parent
7f486ccba1
commit
fb220e431a
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2001/08/04 07:42:04 jsyn Exp $
|
# $OpenBSD: Makefile,v 1.6 2001/11/12 22:52:05 jsyn Exp $
|
||||||
|
|
||||||
COMMENT= "source code auditing tool"
|
COMMENT= "source code auditing tool"
|
||||||
|
|
||||||
DISTNAME= rats-1.1
|
DISTNAME= rats-1.3
|
||||||
CATEGORIES= devel security
|
CATEGORIES= devel security
|
||||||
NEED_VERSION= 1.428
|
NEED_VERSION= 1.496
|
||||||
|
|
||||||
HOMEPAGE= http://www.securesw.com/rats/
|
HOMEPAGE= http://www.securesw.com/rats/
|
||||||
|
|
||||||
@ -22,8 +22,12 @@ LIB_DEPENDS= expat::textproc/expat
|
|||||||
CONFIGURE_STYLE= gnu dest
|
CONFIGURE_STYLE= gnu dest
|
||||||
CONFIGURE_ARGS+= --with-expat-lib=${LOCALBASE}/lib \
|
CONFIGURE_ARGS+= --with-expat-lib=${LOCALBASE}/lib \
|
||||||
--with-expat-include=${LOCALBASE}/include
|
--with-expat-include=${LOCALBASE}/include
|
||||||
|
MAKE_FLAGS= CFLAGS='${CFLAGS} -I${LOCALBASE}/include \
|
||||||
|
-DHAVE_LIBEXPAT=1 -DHAVE_EXPAT_H=1 \
|
||||||
|
-DLIBDIR=\"${LOCALBASE}/lib\"'
|
||||||
|
|
||||||
ALL_TARGET= rats
|
ALL_TARGET= rats
|
||||||
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rats
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rats
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
This is RATS, a rough auditing tool for security, developed by
|
This is RATS, a rough auditing tool for security, developed by
|
||||||
Secure Software Solutions. It is a tool for scanning source code
|
Secure Software Solutions. It is a tool for scanning source code
|
||||||
(C, C++, Perl, and Python) and flagging common security related
|
(C, C++, Perl, PHP, and Python) and flagging common security related
|
||||||
programming errors such as buffer overflows and TOCTOU (Time Of
|
programming errors such as buffer overflows and TOCTOU (Time Of
|
||||||
Check, Time Of Use) race conditions. As its name implies, the tool
|
Check, Time Of Use) race conditions. As its name implies, the tool
|
||||||
performs only a rough analysis of source code. It will not find
|
performs only a rough analysis of source code. It will not find
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.2 2001/08/04 07:42:04 jsyn Exp $
|
@comment $OpenBSD: PLIST,v 1.3 2001/11/12 22:52:05 jsyn Exp $
|
||||||
bin/rats
|
bin/rats
|
||||||
lib/rats-c.xml
|
lib/rats-c.xml
|
||||||
lib/rats-perl.xml
|
lib/rats-perl.xml
|
||||||
|
lib/rats-php.xml
|
||||||
lib/rats-python.xml
|
lib/rats-python.xml
|
||||||
|
man/man1/rats.1
|
||||||
share/doc/rats/README
|
share/doc/rats/README
|
||||||
@dirrm share/doc/rats
|
@dirrm share/doc/rats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user