From 970f8559931dc040ed6569439de529dbac147056 Mon Sep 17 00:00:00 2001 From: pettai Date: Sat, 14 Sep 2013 06:35:15 +0000 Subject: Version 0.65 - [UTMP input] New input module parsing utmp/wtmp files in Linux - [SELINUX input] New input module parsing SELinux audit files in Linux - [l2t_process] Renamed to l2t_process_old, being replaced by l2t_process.py from l2t-tools. - [EVTX Library] Fixed a small bug in the code, causing some EVTX file parsing to fail. - [Altiris input] Fixed a small bug when the date is malformed. - [Log2Timeline library] Fixed few bugs: - Small error in the format sort, caused oxml to sometimes be skipped in processing. - [GENERIC_LINUX input] Added a small extra eval sentence. - [LS_QUARANTINE] Fixed a minor bug in the get_time routine, if a database occurs it is caught by an eval sentence. - [TEST] Added few more tests. - [MOST INPUT MODULES] Changed the line: my $line = <$fh> or return undef; in most input modules. - [WIN library] Added few more transformations of Windows stored time zones into a "olson" ones understood by DateTime. - [CHROME input] Fixed a small unicode bug in the "File Downloaded" section. - [faersluskra2timalina] Added a new frontend to the tool, exact copy of log2timeline, except all parameters in Icelandic... kinda Aprils fool joke, except not in April.. so enjoy. - [timescanner tool] Removed this frontend from the Makefile since it serves no purpose (as in no longer part of the automatic installation). --- security/log2timeline/Makefile | 19 ++++++++++++++----- security/log2timeline/distinfo | 8 ++++---- 2 files changed, 18 insertions(+), 9 deletions(-) (limited to 'security/log2timeline') diff --git a/security/log2timeline/Makefile b/security/log2timeline/Makefile index 63f885d0ea8..75a20b04578 100644 --- a/security/log2timeline/Makefile +++ b/security/log2timeline/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2013/05/31 12:41:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/09/14 06:35:15 pettai Exp $ # DISTNAME= log2timeline_${L2T_VERSION} PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= http://log2timeline.net/files/ +MASTER_SITES= http://log2timeline.googlecode.com/files/ EXTRACT_SUFX= .tgz MAINTAINER= pettai@NetBSD.org @@ -13,7 +12,18 @@ HOMEPAGE= http://log2timeline.net/ COMMENT= Framework for automatic creation of a super timeline LICENSE= gnu-gpl-v3 -L2T_VERSION= 0.64 +L2T_VERSION= 0.65 + +REPLACE_PERL= lib/Log2t/BinRead.pm +REPLACE_PERL= lib/Log2t/Common.pm +REPLACE_PERL= lib/Log2t/Network.pm +REPLACE_PERL= lib/Log2t/Numbers.pm +REPLACE_PERL= lib/Log2t/Time.pm +REPLACE_PERL= lib/Log2t/Win.pm +REPLACE_PERL= lib/Log2t/WinReg.pm +REPLACE_PERL= lib/Log2t/input/ff_cache.pm +REPLACE_PERL= lib/Log2t/input/safari.pm +REPLACE_PERL= l2t_process_old.pl DEPENDS+= p5-Archive-Zip>=1.18:../../archivers/p5-Archive-Zip DEPENDS+= p5-Carp-Assert>=0:../../devel/p5-Carp-Assert @@ -39,7 +49,6 @@ DEPENDS+= p5-Parse-Win32Registry>=0:../../misc/p5-Parse-Win32Registry DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML DEPENDS+= p5-version>=0:../../devel/p5-version -WRKSRC= ${WRKDIR}/log2timeline PERL5_PACKLIST= auto/Log2t/.packlist USE_LANGUAGES= # none diff --git a/security/log2timeline/distinfo b/security/log2timeline/distinfo index 423d7ee3f54..41b8751ab54 100644 --- a/security/log2timeline/distinfo +++ b/security/log2timeline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/03/06 22:51:19 pettai Exp $ +$NetBSD: distinfo,v 1.2 2013/09/14 06:35:15 pettai Exp $ -SHA1 (log2timeline_0.64.tgz) = c95e2ccbc06228183aa115d791b34f36689646c8 -RMD160 (log2timeline_0.64.tgz) = c9ea4f895be03a9252b9746cdfc4a767f722f0e7 -Size (log2timeline_0.64.tgz) = 1071979 bytes +SHA1 (log2timeline_0.65.tgz) = 99bb6f68a417aaa840a7957be9918586d1918a33 +RMD160 (log2timeline_0.65.tgz) = c9dad4035bad1dbbf87e82f123aa014f03aa647f +Size (log2timeline_0.65.tgz) = 579325 bytes -- cgit v1.2.3