Bug 175849 - [maintainer] update sysutils/sleuthkit to version 4.0.2
Summary: [maintainer] update sysutils/sleuthkit to version 4.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 22:40 UTC by Antoine Brodin
Modified: 2013-02-04 23:10 UTC (History)
0 users

See Also:


Attachments
sleuthkit.diff (1.80 KB, patch)
2013-02-04 22:40 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-02-04 22:40:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-04 22:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Sofian Brabez freebsd_committer freebsd_triage 2013-02-04 23:04:54 UTC
Responsible Changed
From-To: antoine->sbz

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-04 23:07:29 UTC
Author: sbz
Date: Mon Feb  4 23:07:16 2013
New Revision: 311654
URL: http://svnweb.freebsd.org/changeset/ports/311654

Log:
  - Update to 4.0.2
  
  PR:		ports/175849
  Submitted by:	antoine (maintainer)

Modified:
  head/sysutils/sleuthkit/Makefile   (contents, props changed)
  head/sysutils/sleuthkit/distinfo   (contents, props changed)
  head/sysutils/sleuthkit/pkg-plist   (contents, props changed)

Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile	Mon Feb  4 22:59:01 2013	(r311653)
+++ head/sysutils/sleuthkit/Makefile	Mon Feb  4 23:07:16 2013	(r311654)
@@ -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@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 @@ GNU_CONFIGURE=	yes
 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 \

Modified: head/sysutils/sleuthkit/distinfo
==============================================================================
--- head/sysutils/sleuthkit/distinfo	Mon Feb  4 22:59:01 2013	(r311653)
+++ head/sysutils/sleuthkit/distinfo	Mon Feb  4 23:07:16 2013	(r311654)
@@ -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

Modified: head/sysutils/sleuthkit/pkg-plist
==============================================================================
--- head/sysutils/sleuthkit/pkg-plist	Mon Feb  4 22:59:01 2013	(r311653)
+++ head/sysutils/sleuthkit/pkg-plist	Mon Feb  4 23:07:16 2013	(r311654)
@@ -4,6 +4,7 @@ bin/blkls
 bin/blkstat
 bin/fcat
 bin/ffind
+bin/fiwalk
 bin/fls
 bin/fsstat
 bin/hfind
@@ -15,6 +16,7 @@ bin/img_stat
 bin/istat
 bin/jcat
 bin/jls
+bin/jpeg_extract
 bin/mactime
 bin/mmcat
 bin/mmls
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Sofian Brabez freebsd_committer freebsd_triage 2013-02-04 23:07:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!