Date: Thu, 29 Nov 2012 02:07:58 +0100 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-ID: <20121129020758.5ae9ef3e6d84391dc154380b@FreeBSD.org> In-Reply-To: <50B6AD26.8040307@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <50B6AD26.8040307@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bryan Drewery <bdrewery@FreeBSD.org> wrote: > On 11/28/2012 6:20 PM, Emanuel Haupt wrote: > > Author: ehaupt > > Date: Thu Nov 29 00:20:40 2012 > > New Revision: 307951 > > URL: http://svnweb.freebsd.org/changeset/ports/307951 > > > > Log: > > - Update to 4.0.1 > > - Take maintainership > > - Remove double spaces from pkg-descr and 'fmt -w 80' > > > > Feature safe: yes > > > > Modified: > > head/sysutils/sleuthkit/Makefile > > head/sysutils/sleuthkit/distinfo > > head/sysutils/sleuthkit/pkg-descr > > head/sysutils/sleuthkit/pkg-plist > > > > Modified: head/sysutils/sleuthkit/Makefile > > ============================================================================== > > --- head/sysutils/sleuthkit/Makefile Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/Makefile > > Thu Nov 29 00:20:40 2012 (r307951) @@ -2,11 +2,11 @@ > > # $FreeBSD$ > > > > PORTNAME= sleuthkit > > -PORTVERSION= 4.0.0 > > +PORTVERSION= 4.0.1 > > CATEGORIES= sysutils security > > MASTER_SITES= SF > > > > -MAINTAINER= ports@FreeBSD.org > > +MAINTAINER= ehaupt@FreeBSD.org > > COMMENT= Tools and library for filesystem forensic analysis > > > > CONFLICTS= ja-ls-[0-9]* > > > > Modified: head/sysutils/sleuthkit/distinfo > > ============================================================================== > > --- head/sysutils/sleuthkit/distinfo Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/distinfo > > Thu Nov 29 00:20:40 2012 (r307951) @@ -1,2 +1,2 @@ > > -SHA256 (sleuthkit-4.0.0.tar.gz) = > > bee3c95997cf77670758947dbd49743a43bef88c1ac71ed3794ff7713d8a83ad > > -SIZE (sleuthkit-4.0.0.tar.gz) = 7454421 +SHA256 > > (sleuthkit-4.0.1.tar.gz) = > > 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 > > +SIZE (sleuthkit-4.0.1.tar.gz) = 7488397 > > > > Modified: head/sysutils/sleuthkit/pkg-descr > > ============================================================================== > > --- head/sysutils/sleuthkit/pkg-descr Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-descr > > Thu Nov 29 00:20:40 2012 (r307951) @@ -1,12 +1,12 @@ > > The Sleuth Kit (TSK) is a library and collection of command line > > tools that -allow you to investigate volume and file system data. > > The library can be -incorporated into larger digital forensics > > tools and the command line tools -can be directly used to find > > evidence. +allow you to investigate volume and file system data. > > The library can be +incorporated into larger digital forensics > > tools and the command line tools can +be directly used to find > > evidence. > > -The media management tools allow you to examine the layout of > > disks and -other media. The Sleuth Kit supports DOS partitions, > > BSD partitions (disk -labels), Mac partitions, Sun slices (Volume > > Table of Contents), and GPT -disks. With these tools, you can > > identify where partitions are located and -extract them so that > > they can be analyzed with file system analysis tools. +The media > > management tools allow you to examine the layout of disks and other > > +media. The Sleuth Kit supports DOS partitions, BSD partitions > > (disk labels), Mac +partitions, Sun slices (Volume Table of > > Contents), and GPT disks. With these +tools, you can identify where > > partitions are located and extract them so that +they can be > > analyzed with file system analysis tools. WWW: > > http://www.sleuthkit.org/sleuthkit/ > > > > Modified: head/sysutils/sleuthkit/pkg-plist > > ============================================================================== > > --- head/sysutils/sleuthkit/pkg-plist Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-plist > > Thu Nov 29 00:20:40 2012 (r307951) @@ -2,6 +2,7 @@ > > bin/blkcalc bin/blkcat > > bin/blkls > > bin/blkstat > > +bin/fcat > > bin/ffind > > bin/fls > > bin/fsstat > > @@ -37,25 +38,18 @@ include/tsk3/fs/tsk_iso9660.h > > include/tsk3/fs/tsk_ntfs.h > > include/tsk3/hashdb/tsk_hashdb.h > > include/tsk3/img/tsk_img.h > > +include/tsk3/libtsk.h > > +include/tsk3/tsk_incs.h > > include/tsk3/vs/tsk_bsd.h > > include/tsk3/vs/tsk_dos.h > > include/tsk3/vs/tsk_gpt.h > > include/tsk3/vs/tsk_mac.h > > include/tsk3/vs/tsk_sun.h > > include/tsk3/vs/tsk_vs.h > > -include/tsk3/libtsk.h > > -include/tsk3/tsk_incs.h > > -@dirrm include/tsk3/vs > > -@dirrm include/tsk3/img > > -@dirrm include/tsk3/hashdb > > -@dirrm include/tsk3/fs > > -@dirrm include/tsk3/base > > -@dirrm include/tsk3/auto > > -@dirrm include/tsk3 > > lib/libtsk3.a > > lib/libtsk3.la > > lib/libtsk3.so > > -lib/libtsk3.so.8 > > +lib/libtsk3.so.9 > > I had been sitting on updating this port due to the shlib bump. > > There's now a chase to do on sysutils/autopsy Good catch! I've just bumped sysutils/autopsy. Thanks for the notification. Emanuel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121129020758.5ae9ef3e6d84391dc154380b>