From owner-freebsd-bugbusters@FreeBSD.ORG Wed Jul 19 04:01:00 2006 Return-Path: X-Original-To: freebsd-bugbusters@FreeBSD.org Delivered-To: freebsd-bugbusters@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F36D16A4DD for ; Wed, 19 Jul 2006 04:01:00 +0000 (UTC) (envelope-from klm@uidzero.org) Received: from dsl092-020-028.wdc2.dsl.speakeasy.net (dsl092-020-028.wdc2.dsl.speakeasy.net [66.92.20.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E66043D45 for ; Wed, 19 Jul 2006 04:00:59 +0000 (GMT) (envelope-from klm@uidzero.org) From: klm@uidzero.org To: freebsd-bugbusters@FreeBSD.org Message-Id: <20060719040059.0E66043D45@mx1.FreeBSD.org> Date: Wed, 19 Jul 2006 04:00:59 +0000 (GMT) X-Mailman-Approved-At: Wed, 19 Jul 2006 04:31:16 +0000 Cc: Subject: Update port: security/ftimes 3.6.0 --> 3.7.0 X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: klm@uidzero.org List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 04:01:00 -0000 >Submitter-Id: current-users >Originator: klm >Organization: >Confidential: no >Synopsis: Update port: security/ftimes 3.6.0 --> 3.7.0 >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD >Environment: System: >Description: >How-To-Repeat: >Fix: --- ftimes-3.7.0.diff begins here --- diff -urP ftimes/Makefile ftimes-3.7.0/Makefile --- ftimes/Makefile Fri Apr 28 11:00:26 2006 +++ ftimes-3.7.0/Makefile Tue Jul 18 23:18:50 2006 @@ -6,7 +6,7 @@ # PORTNAME= ftimes -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.0 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ftimes diff -urP ftimes/distinfo ftimes-3.7.0/distinfo --- ftimes/distinfo Fri Apr 28 11:00:26 2006 +++ ftimes-3.7.0/distinfo Tue Jul 18 23:20:05 2006 @@ -1,3 +1,3 @@ -MD5 (ftimes-3.6.0.tgz) = 01458ba793ba90abbf5423f886f43a3f -SHA256 (ftimes-3.6.0.tgz) = 61209066bc96b983b9ca4aa8763869e4e7645bc35ac3009e39694cc191756559 -SIZE (ftimes-3.6.0.tgz) = 424299 +MD5 (ftimes-3.7.0.tgz) = 86be96d746b844354f5dc5b422bae43f +SHA256 (ftimes-3.7.0.tgz) = 767b58636f3812dbf89a9f1849e9568540a9f30648023bef95d7bab301c9fa37 +SIZE (ftimes-3.7.0.tgz) = 440445 diff -urP ftimes/pkg-descr ftimes-3.7.0/pkg-descr --- ftimes/pkg-descr Wed Apr 2 12:34:12 2003 +++ ftimes-3.7.0/pkg-descr Tue Jul 18 23:22:54 2006 @@ -1,8 +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. +primary purpose is to gather and/or develop topographical information +and attributes about specified directories and files in a manner +conducive to intrusion and forensic 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 -urP ftimes/pkg-plist ftimes-3.7.0/pkg-plist --- ftimes/pkg-plist Fri Apr 28 11:00:26 2006 +++ ftimes-3.7.0/pkg-plist Tue Jul 18 23:23:24 2006 @@ -1,3 +1,4 @@ +%%DIG_TOOLS%%bin/ftimes-crv2raw.pl %%DIG_TOOLS%%bin/ftimes-dig2ctx.pl %%DIG_TOOLS%%bin/hipdig.pl %%HASHDIG_TOOLS%%bin/hashdig-bash.pl --- ftimes-3.7.0.diff ends here ---