Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 08:18:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450481 - in head/sysutils: py-pytsk sleuthkit
Message-ID:  <201709240818.v8O8IGUI022942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 24 08:18:16 2017
New Revision: 450481
URL: https://svnweb.freebsd.org/changeset/ports/450481

Log:
  Update sleuthkit to 4.4.2

Modified:
  head/sysutils/py-pytsk/Makefile
  head/sysutils/sleuthkit/Makefile
  head/sysutils/sleuthkit/distinfo
  head/sysutils/sleuthkit/pkg-plist

Modified: head/sysutils/py-pytsk/Makefile
==============================================================================
--- head/sysutils/py-pytsk/Makefile	Sun Sep 24 07:06:58 2017	(r450480)
+++ head/sysutils/py-pytsk/Makefile	Sun Sep 24 08:18:16 2017	(r450481)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pytsk
 PORTVERSION=	20170802
+PORTREVISION=	1
 CATEGORIES=	sysutils security devel python
 MASTER_SITES=	CHEESESHOP \
 		https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/

Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile	Sun Sep 24 07:06:58 2017	(r450480)
+++ head/sysutils/sleuthkit/Makefile	Sun Sep 24 08:18:16 2017	(r450481)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sleuthkit
-PORTVERSION=	4.4.1
+PORTVERSION=	4.4.2
 CATEGORIES=	sysutils security
 MASTER_SITES=	https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-${PORTVERSION}/
 
@@ -23,8 +23,9 @@ RUN_DEPENDS=	p5-DateTime-TimeZone>=0:devel/p5-DateTime
 
 CONFLICTS=	ja-ls-[0-9]* icat-[0-9]*
 
+CPPFLAGS+=	-D_WITH_GETLINE
 GNU_CONFIGURE=	yes
-USES=		libtool perl5
+USES=		libtool perl5 sqlite
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 DATADIR=	${PREFIX}/share/tsk

Modified: head/sysutils/sleuthkit/distinfo
==============================================================================
--- head/sysutils/sleuthkit/distinfo	Sun Sep 24 07:06:58 2017	(r450480)
+++ head/sysutils/sleuthkit/distinfo	Sun Sep 24 08:18:16 2017	(r450481)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496324111
-SHA256 (sleuthkit-4.4.1.tar.gz) = d90eed4064be64f156fa36a17c724bea9e76d3f4993eb092e977fb394b90130c
-SIZE (sleuthkit-4.4.1.tar.gz) = 8564992
+TIMESTAMP = 1502170983
+SHA256 (sleuthkit-4.4.2.tar.gz) = 135964463f4b0a58fcd95fdf731881fcd6f2f227eeb8ffac004880c8e4d8dd53
+SIZE (sleuthkit-4.4.2.tar.gz) = 8572974

Modified: head/sysutils/sleuthkit/pkg-plist
==============================================================================
--- head/sysutils/sleuthkit/pkg-plist	Sun Sep 24 07:06:58 2017	(r450480)
+++ head/sysutils/sleuthkit/pkg-plist	Sun Sep 24 08:18:16 2017	(r450481)
@@ -28,7 +28,7 @@ bin/tsk_comparedir
 bin/tsk_gettimes
 bin/tsk_loaddb
 bin/tsk_recover
-include/tsk/auto/sqlite3.h
+bin/usnjls
 include/tsk/auto/tsk_auto.h
 include/tsk/auto/tsk_is_image_supported.h
 include/tsk/base/tsk_base.h
@@ -56,7 +56,7 @@ include/tsk/vs/tsk_vs.h
 lib/libtsk.a
 lib/libtsk.so
 lib/libtsk.so.13
-lib/libtsk.so.13.3.0
+lib/libtsk.so.13.3.1
 man/man1/blkcalc.1.gz
 man/man1/blkcat.1.gz
 man/man1/blkls.1.gz
@@ -84,6 +84,7 @@ man/man1/tsk_comparedir.1.gz
 man/man1/tsk_gettimes.1.gz
 man/man1/tsk_loaddb.1.gz
 man/man1/tsk_recover.1.gz
+man/man1/usnjls.1.gz
 %%DATADIR%%/sorter/default.sort
 %%DATADIR%%/sorter/freebsd.sort
 %%DATADIR%%/sorter/images.sort



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709240818.v8O8IGUI022942>