Tuesday, October 31, 2017

Re: [UPDATE] sysutils/sleuthkit

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/sleuthkit/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile 26 Jul 2017 22:45:30 -0000 1.21
+++ Makefile 31 Oct 2017 19:59:10 -0000
@@ -2,11 +2,10 @@

COMMENT= forensic toolkit based on TCT

-DISTNAME= sleuthkit-4.3.0
+DISTNAME= sleuthkit-4.5.0
CATEGORIES= sysutils security
-REVISION= 0

-SHARED_LIBS += tsk 0.0 # 14.0
+SHARED_LIBS += tsk 1.0 # 17.0

HOMEPAGE= http://www.sleuthkit.org/

@@ -18,17 +17,18 @@ PERMIT_PACKAGE_FTP= Yes

MASTER_SITES = https://github.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/

-WANTLIB += c m pthread ${COMPILER_LIBCXX} z
+WANTLIB += c m pthread ${COMPILER_LIBCXX} sqlite3 z

-CONFIGURE_STYLE = simple
+CONFIGURE_STYLE = gnu

CONFIGURE_ARGS += --mandir='${PREFIX}/man' \
--disable-java \
--without-afflib \
--without-libewf

-BUILD_DEPENDS= devel/cppunit
-RUN_DEPENDS= converters/p5-DateManip
+CONFIGURE_ENV = ac_cv_path_CPPUNIT_CONFIG=no
+RUN_DEPENDS = converters/p5-DateManip
+LIB_DEPENDS = databases/sqlite3

NO_TEST = Yes

Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/sleuthkit/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo 10 Oct 2016 18:58:38 -0000 1.11
+++ distinfo 31 Oct 2017 19:59:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (sleuthkit-4.3.0.tar.gz) = mJxpGD5Le+w3NGQlOIAs3KvjRqbcrTHN5F7ry5v8GR8=
-SIZE (sleuthkit-4.3.0.tar.gz) = 8539568
+SHA256 (sleuthkit-4.5.0.tar.gz) = 906xbnF1mAVqVmSuhC2KzSdqz8NA6Ou9h9CUgWfniaw=
+SIZE (sleuthkit-4.5.0.tar.gz) = 8611141
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/sleuthkit/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST 10 Oct 2016 18:58:38 -0000 1.8
+++ pkg/PLIST 31 Oct 2017 19:59:10 -0000
@@ -33,10 +33,11 @@ bin/sorter
@bin bin/tsk_gettimes
@bin bin/tsk_loaddb
@bin bin/tsk_recover
+@bin bin/usnjls
include/tsk/
include/tsk/auto/
-include/tsk/auto/sqlite3.h
include/tsk/auto/tsk_auto.h
+include/tsk/auto/tsk_is_image_supported.h
include/tsk/base/
include/tsk/base/tsk_base.h
include/tsk/base/tsk_os.h
@@ -94,6 +95,7 @@ lib/libtsk.la
@man man/man1/tsk_gettimes.1
@man man/man1/tsk_loaddb.1
@man man/man1/tsk_recover.1
+@man man/man1/usnjls.1
share/tsk/
share/tsk/sorter/
share/tsk/sorter/default.sort
On 10/31/17 18:35, nigel@openbsd.org wrote:
> On 10/31/17 15:47, Remi Pointel wrote:
>> Hi,
>>
>> this is the diff to update sleuthkit to latest release.
>>
>> Ok?
>>
>> Cheers,
>>
>> Remi.
> Did you base this on my update sent to ports@ below
>
> Look like a no, naddy@ complained about the version 4.3.0
> not using gnu CONFIGURE_STYLE, sthen@ suggested shared library
> version should be updated, and not sure without checking 4.5.0
> but I found sqlite3 was needed. Also dropped using cppunit.
>

Hi,

sorry I forgot it. Are you ok with this diff?

Cheers,

Remi.

No comments:

Post a Comment