diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-04-02 12:34:12 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-04-02 12:34:12 +0000 |
commit | 26c02d6eed4063b149a43f2eb0627139a4dfe8b2 (patch) | |
tree | 8a34bed78e984d9c61894d13ef5dbc3770b899e8 | |
parent | d4ec9e072c837f455b0b31585e0a27d46de38dc9 (diff) | |
download | ports-26c02d6eed4063b149a43f2eb0627139a4dfe8b2.tar.gz ports-26c02d6eed4063b149a43f2eb0627139a4dfe8b2.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ftimes/Makefile | 29 | ||||
-rw-r--r-- | security/ftimes/distinfo | 1 | ||||
-rw-r--r-- | security/ftimes/pkg-descr | 8 | ||||
-rw-r--r-- | security/ftimes/pkg-message | 19 | ||||
-rw-r--r-- | security/ftimes/pkg-plist | 10 |
6 files changed, 68 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e415bf40a9b2..0454b2df6afa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -64,6 +64,7 @@ SUBDIR += fragrouter SUBDIR += fressh SUBDIR += fsh + SUBDIR += ftimes SUBDIR += ftpmap SUBDIR += fuzz SUBDIR += fwanalog diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile new file mode 100644 index 000000000000..67e8872cab70 --- /dev/null +++ b/security/ftimes/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ftimes +# Date created: 20 August 2002 +# Whom: Klayton Monroe <klm@ir.exodus.net> +# +# $FreeBSD$ +# + +PORTNAME= ftimes +PORTVERSION= 3.2.1 +CATEGORIES= security sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ftimes +EXTRACT_SUFX= .tgz + +MAINTAINER= klm@ir.exodus.net +COMMENT= A system baselining and evidence collection tool + +GNU_CONFIGURE= YES + +.if defined(WITHOUT_SSL) +CONFIGURE_ARGS= --without-ssl +.else +USE_OPENSSL= YES +CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} +.endif + +MAN1= ftimes.1 + +.include <bsd.port.mk> diff --git a/security/ftimes/distinfo b/security/ftimes/distinfo new file mode 100644 index 000000000000..fc824a321b91 --- /dev/null +++ b/security/ftimes/distinfo @@ -0,0 +1 @@ +MD5 (ftimes-3.2.1.tgz) = a62ce08399f6b121cabbfbbf96583e7b diff --git a/security/ftimes/pkg-descr b/security/ftimes/pkg-descr new file mode 100644 index 000000000000..626a049ba0b6 --- /dev/null +++ b/security/ftimes/pkg-descr @@ -0,0 +1,8 @@ +FTimes is a system baselining and evidence collection tool. Its +primary purpose is to gather and/or develop information about +specified directories and files in a manner conducive to intrusion +analysis. It was designed to support the following initiatives: +content integrity monitoring, incident response, intrusion analysis, +and computer forensics. + +WWW: http://ftimes.sourceforge.net/FTimes/ diff --git a/security/ftimes/pkg-message b/security/ftimes/pkg-message new file mode 100644 index 000000000000..7c43f57368f0 --- /dev/null +++ b/security/ftimes/pkg-message @@ -0,0 +1,19 @@ + +---------------------------------------------------------------------- + If necessary, check the value of ${PREFIX} and update your PATH + and MANPATH environment variables accordingly. By default, FTimes + is rooted in the following location: /usr/local/integrity. + + For information on how to configure an Apache Web server to handle + FTimes requests and verify client-server connectivity, refer to + the INSTALL document located in the project's source tree. + + "System Baselining -- A Forensic Perspective" provides additional + background information for those interested in the subject. This + paper, written in LaTeX, is called baselining.tex and is located + in the project's source tree. A PDF version of the same is + available at: http://ftimes.sourceforge.net/FTimes/Papers.shtml + + Sample configuration files can be found in ${PREFIX}/etc. +---------------------------------------------------------------------- + diff --git a/security/ftimes/pkg-plist b/security/ftimes/pkg-plist new file mode 100644 index 000000000000..8dd938e5b41a --- /dev/null +++ b/security/ftimes/pkg-plist @@ -0,0 +1,10 @@ +bin/ftimes +etc/dig.cfg.sample +etc/get.cfg.sample +etc/map.cfg.sample +etc/put.cfg.sample +@unexec rmdir %D/bin 2> /dev/null || true +@unexec rmdir %D/etc 2> /dev/null || true +@unexec rmdir %D/man/man1 2> /dev/null || true +@unexec rmdir %D/man 2> /dev/null || true +@unexec rmdir %D 2> /dev/null || true |