Date: Thu, 27 Mar 2003 20:43:45 GMT From: klm <klm@ruby.ir.exodus.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50369: Updated Port: security/ftimes - upgrade to version 3.2.1 Message-ID: <200303272043.h2RKhj7A066726@ruby.ir.exodus.net> Resent-Message-ID: <200303272050.h2RKoFYb098367@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50369 >Category: ports >Synopsis: Updated Port: security/ftimes - upgrade to version 3.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 12:50:15 PST 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303272043.h2RKhj7A066726>