From klm@ruby.ir.exodus.net  Thu Mar 27 12:43:34 2003
Return-Path: <klm@ruby.ir.exodus.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4DC1337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 12:43:34 -0800 (PST)
Received: from ruby.ir.exodus.net (ruby.ir.exodus.net [209.225.0.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 862CE43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 12:43:33 -0800 (PST)
	(envelope-from klm@ruby.ir.exodus.net)
Received: from ruby.ir.exodus.net (localhost [127.0.0.1])
	by ruby.ir.exodus.net (8.12.3/8.12.3) with ESMTP id h2RKhkBO066727
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 20:43:46 GMT
	(envelope-from klm@ruby.ir.exodus.net)
Received: (from klm@localhost)
	by ruby.ir.exodus.net (8.12.3/8.12.3/Submit) id h2RKhj7A066726;
	Thu, 27 Mar 2003 20:43:45 GMT
Message-Id: <200303272043.h2RKhj7A066726@ruby.ir.exodus.net>
Date: Thu, 27 Mar 2003 20:43:45 GMT
From: klm <klm@ruby.ir.exodus.net>
Reply-To: klm <klm@ruby.ir.exodus.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Updated Port: security/ftimes - upgrade to version 3.2.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50369
>Category:       ports
>Synopsis:       Updated Port: security/ftimes - upgrade to version 3.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    foxfair
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 12:50:15 PST 2003
>Closed-Date:    Wed Apr 02 04:36:14 PST 2003
>Last-Modified:  Wed Apr 02 04:36:14 PST 2003
>Originator:     klm
>Release:        FreeBSD 4.6.2-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD ruby.ir.exodus.net 4.6.2-RELEASE-p10 FreeBSD 4.6.2-RELEASE-p10 #0: Tue Mar 4 15:39:07 GMT 2003 root@integrity.ir.exodus.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:

This is an update for the ftimes port. Note: the original port (PR
43425) and the last update (PR 47312) have yet to be committed.
This update attempts to address all concerns raised by the previous
PRs, and it should now be hier(7) compliant.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ftimes
#	ftimes/Makefile
#	ftimes/distinfo
#	ftimes/pkg-comment
#	ftimes/pkg-descr
#	ftimes/pkg-plist
#
echo c - ftimes
mkdir -p ftimes > /dev/null 2>&1
echo x - ftimes/Makefile
sed 's/^X//' >ftimes/Makefile << 'END-of-ftimes/Makefile'
X# New ports collection makefile for:	ftimes
X# Date created:		20 August 2002
X# Whom:			Klayton Monroe <klm@ir.exodus.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ftimes
XPORTVERSION=	3.2.1
XCATEGORIES=	security sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	ftimes
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	klm@ir.exodus.net
X
XMAN1=		ftimes.1
X
XGNU_CONFIGURE=	YES
X
XNO_MTREE=	YES
X
X.if defined(WITHOUT_SSL)
XCONFIGURE_ARGS+=	--without-ssl
X.else
XUSE_OPENSSL=	YES
XCONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
X.endif
X
Xpost-install:
X	@${STRIP_CMD} ${PREFIX}/bin/ftimes
X
X.include <bsd.port.mk>
END-of-ftimes/Makefile
echo x - ftimes/distinfo
sed 's/^X//' >ftimes/distinfo << 'END-of-ftimes/distinfo'
XMD5 (ftimes-3.2.1.tgz) = a62ce08399f6b121cabbfbbf96583e7b
END-of-ftimes/distinfo
echo x - ftimes/pkg-comment
sed 's/^X//' >ftimes/pkg-comment << 'END-of-ftimes/pkg-comment'
XA system baselining and evidence collection tool
END-of-ftimes/pkg-comment
echo x - ftimes/pkg-descr
sed 's/^X//' >ftimes/pkg-descr << 'END-of-ftimes/pkg-descr'
XFTimes is a system baselining and evidence collection tool. Its
Xprimary purpose is to gather and/or develop information about
Xspecified directories and files in a manner conducive to intrusion
Xanalysis. It was designed to support the following initiatives:
Xcontent integrity monitoring, incident response, intrusion analysis,
Xand computer forensics.
X
XWWW: http://ftimes.sourceforge.net/FTimes/
END-of-ftimes/pkg-descr
echo x - ftimes/pkg-plist
sed 's/^X//' >ftimes/pkg-plist << 'END-of-ftimes/pkg-plist'
Xbin/ftimes
Xetc/dig.cfg.sample
Xetc/get.cfg.sample
Xetc/map.cfg.sample
Xetc/put.cfg.sample
X@unexec rmdir %D/bin 2> /dev/null || true
X@unexec rmdir %D/etc 2> /dev/null || true
X@unexec rmdir %D/man/man1 2> /dev/null || true
X@unexec rmdir %D/man 2> /dev/null || true
X@unexec rmdir %D 2> /dev/null || true
END-of-ftimes/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->foxfair 
Responsible-Changed-By: foxfair 
Responsible-Changed-When: Tue Apr 1 08:08:15 PST 2003 
Responsible-Changed-Why:  
Take over the patch. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=50369 
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Wed Apr 2 04:35:07 PST 2003 
State-Changed-Why:  
Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=50369 
>Unformatted:
