ports/175849: [maintainer] update sysutils/sleuthkit to version 4.0.2
Antoine Brodin
antoine at freebsd.org
Mon Feb 4 22:40:01 UTC 2013
>Number: 175849
>Category: ports
>Synopsis: [maintainer] update sysutils/sleuthkit to version 4.0.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 04 22:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: antoine
>Release: FreeBSD 9.1-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD everglades 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Changes in version 4.0.2:
New Features:
- Added fiwalk tool from Simson.
Bug Fixes:
- Fixed fcat to work on NTFS files (still doesn't support ADS though).
- Fixed HFS+ support in tsk_loaddb / SQLite -- root directory was not added.
- NTFS code now looks at all MFT entries when listing directory contents. It used to only look at unallocated entries for orphan files. This fixes an image that had allocated files missing from the directory b-tree.
- NTFS code uses sequence number when searching MFT entries for all files.
- Libewf detection code change to support v2 API more reliably (ID: 3596212).
- NTFS $SII code could crash in rare cases if $SDS was multiple of block size.
Changes in the port:
- exif is required by jpeg_reader
- docs/*.txt is just a link to the wiki so remove (and it conflicts with the README.txt)
- CPPFLAGS required for fiwalk to build
>How-To-Repeat:
>Fix:
--- sleuthkit.diff begins here ---
Index: sleuthkit/Makefile
===================================================================
--- sleuthkit/Makefile (revision 311645)
+++ sleuthkit/Makefile (working copy)
@@ -2,15 +2,15 @@
# $FreeBSD$
PORTNAME= sleuthkit
-PORTVERSION= 4.0.1
-PORTREVISION= 2
+PORTVERSION= 4.0.2
CATEGORIES= sysutils security
MASTER_SITES= SF
MAINTAINER= antoine at FreeBSD.org
COMMENT= Tools and library for filesystem forensic analysis
-RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone
+RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
+ exif:${PORTSDIR}/graphics/exif
CONFLICTS= ja-ls-[0-9]*
@@ -18,8 +18,9 @@
USE_PERL5= yes
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/share/tsk3
+CPPFLAGS+= -I${LOCALBASE}/include
-PORTDOCS= NEWS.txt README.txt docs/*.txt
+PORTDOCS= NEWS.txt README.txt
MAN1= blkcalc.1 blkcat.1 blkls.1 \
blkstat.1 ffind.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 \
ils.1 img_cat.1 img_stat.1 istat.1 jcat.1 jls.1 mactime.1 \
Index: sleuthkit/distinfo
===================================================================
--- sleuthkit/distinfo (revision 311645)
+++ sleuthkit/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (sleuthkit-4.0.1.tar.gz) = 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12
-SIZE (sleuthkit-4.0.1.tar.gz) = 7488397
+SHA256 (sleuthkit-4.0.2.tar.gz) = 112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62
+SIZE (sleuthkit-4.0.2.tar.gz) = 7577570
Index: sleuthkit/pkg-plist
===================================================================
--- sleuthkit/pkg-plist (revision 311645)
+++ sleuthkit/pkg-plist (working copy)
@@ -4,6 +4,7 @@
bin/blkstat
bin/fcat
bin/ffind
+bin/fiwalk
bin/fls
bin/fsstat
bin/hfind
@@ -15,6 +16,7 @@
bin/istat
bin/jcat
bin/jls
+bin/jpeg_extract
bin/mactime
bin/mmcat
bin/mmls
--- sleuthkit.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list