svn commit: r364187 - in head/sysutils/bulk_extractor: . files
MANTANI Nobutaka
nobutaka at FreeBSD.org
Wed Aug 6 14:55:15 UTC 2014
Author: nobutaka
Date: Wed Aug 6 14:55:14 2014
New Revision: 364187
URL: http://svnweb.freebsd.org/changeset/ports/364187
QAT: https://qat.redports.org/buildarchive/r364187/
Log:
Update to 1.5.0.
PR: 192312
Submitted by: antoine
Modified:
head/sysutils/bulk_extractor/Makefile
head/sysutils/bulk_extractor/distinfo
head/sysutils/bulk_extractor/files/patch-src__image_process.h
Modified: head/sysutils/bulk_extractor/Makefile
==============================================================================
--- head/sysutils/bulk_extractor/Makefile Wed Aug 6 14:54:16 2014 (r364186)
+++ head/sysutils/bulk_extractor/Makefile Wed Aug 6 14:55:14 2014 (r364187)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= bulk_extractor
-PORTVERSION= 1.4.4
-PORTREVISION= 2
+PORTVERSION= 1.5.0
CATEGORIES= sysutils
-MASTER_SITES= http://www.digitalcorpora.org/downloads/bulk_extractor/
+MASTER_SITES= http://digitalcorpora.org/downloads/bulk_extractor/
MAINTAINER= nobutaka at FreeBSD.org
COMMENT= Program that scans a disk image and extracts useful information
@@ -19,6 +18,7 @@ LIB_DEPENDS= libafflib.so:${PORTSDIR}/sy
libexpat.so:${PORTSDIR}/textproc/expat2
USE_OPENSSL= yes
+USE_SQLITE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-exiv2=true
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/sysutils/bulk_extractor/distinfo
==============================================================================
--- head/sysutils/bulk_extractor/distinfo Wed Aug 6 14:54:16 2014 (r364186)
+++ head/sysutils/bulk_extractor/distinfo Wed Aug 6 14:55:14 2014 (r364187)
@@ -1,2 +1,2 @@
-SHA256 (bulk_extractor-1.4.4.tar.gz) = 9f779b0e9e938639bb2ec98af7c1cb8dd76ce845999fb13123b266fbac1d5bbb
-SIZE (bulk_extractor-1.4.4.tar.gz) = 4481240
+SHA256 (bulk_extractor-1.5.0.tar.gz) = 0b9a3388938b48584a9f953ed32b8280c2c6ae2b8635f55333bca212a75bdde2
+SIZE (bulk_extractor-1.5.0.tar.gz) = 4422317
Modified: head/sysutils/bulk_extractor/files/patch-src__image_process.h
==============================================================================
--- head/sysutils/bulk_extractor/files/patch-src__image_process.h Wed Aug 6 14:54:16 2014 (r364186)
+++ head/sysutils/bulk_extractor/files/patch-src__image_process.h Wed Aug 6 14:55:14 2014 (r364187)
@@ -1,15 +1,6 @@
---- ./src/image_process.h.orig 2014-01-15 15:00:06.000000000 +0000
-+++ ./src/image_process.h 2014-06-09 14:15:54.000000000 +0000
-@@ -128,7 +128,7 @@
- virtual int open()=0; /* open; return 0 if successful */
- virtual int pread(uint8_t *,size_t bytes,int64_t offset) const =0; /* read */
- virtual int64_t image_size() const=0;
-- virtual std::string image_fname() const { return image_fname_;}
-+ virtual const std::string &image_fname() const { return image_fname_;}
-
- /* iterator support; these virtual functions are called by iterator through (*myimage) */
- virtual image_process::iterator begin() const =0;
-@@ -154,7 +154,7 @@
+--- src/image_process.h.orig 2014-08-06 23:40:34.000000000 +0900
++++ src/image_process.h 2014-08-06 23:40:05.000000000 +0900
+@@ -157,7 +157,7 @@
****************************************************************/
#ifdef HAVE_LIBAFFLIB
More information about the svn-ports-all
mailing list