svn commit: r307951 - head/sysutils/sleuthkit
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Nov 29 01:08:01 UTC 2012
Bryan Drewery <bdrewery at 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 at FreeBSD.org
> > +MAINTAINER= ehaupt at 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
> > - at dirrm include/tsk3/vs
> > - at dirrm include/tsk3/img
> > - at dirrm include/tsk3/hashdb
> > - at dirrm include/tsk3/fs
> > - at dirrm include/tsk3/base
> > - at dirrm include/tsk3/auto
> > - at 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
More information about the svn-ports-head
mailing list