From b45df7c09b13330e3e2a8ed51fe595ada87e27f7 Mon Sep 17 00:00:00 2001 From: Barry J. Grundy Date: Thu, 11 Nov 2021 08:52:49 +0100 Subject: system/bulk_extractor: Updated for version 20210928_692ee97. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- system/bulk_extractor/README | 12 ++---------- system/bulk_extractor/bulk_extractor.SlackBuild | 11 ++--------- system/bulk_extractor/bulk_extractor.info | 6 +++--- 3 files changed, 7 insertions(+), 22 deletions(-) (limited to 'system') diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README index 3679062b4b..b170bd5f6f 100644 --- a/system/bulk_extractor/README +++ b/system/bulk_extractor/README @@ -8,16 +8,8 @@ common tend to be more important. bulk_extractor is distinguished from other forensic tools by its speed and thoroughness. -Optional dependancies include libewf (recognized if installed), afflib -(recognized if installed), and liblightgrep. - -To add optional liblightgrep support: - - LIGHTGREP_ENABLE=yes ./bulk_extractor.SlackBuild - -NOTE: - When running bulk_extractor with lightgrep, use - "-x find -e lightgrep -F findlist.txt" in addition to regular options. +Optional dependencies include libewf (recognized if installed) and afflib +(recognized if installed). If you want to use the java based GUI (BEViewer), you will also need to have java installed. This has been tested with JDK. diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild index 555001668a..11ba4e4151 100644 --- a/system/bulk_extractor/bulk_extractor.SlackBuild +++ b/system/bulk_extractor/bulk_extractor.SlackBuild @@ -22,18 +22,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# edited for v 1.5.5 November 2014 - added LightGrep option. +# edited for 20210928_692ee97, October of 2021) cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bulk_extractor -VERSION=${VERSION:-20170403_779dbe1} +VERSION=${VERSION:-20210928_692ee97} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -LIGHTGREP_ENABLE=${LIGHTGREP_ENABLE:-no} - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -83,11 +81,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Optional liblightgrep support (LIGHTGREP_ENABLE=yes) -if [ "$LIGHTGREP_ENABLE" = "yes" ]; then - with_lightgrep="--enable-lightgrep" -fi - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/system/bulk_extractor/bulk_extractor.info b/system/bulk_extractor/bulk_extractor.info index d4a31c3dd4..ec1d7e3155 100644 --- a/system/bulk_extractor/bulk_extractor.info +++ b/system/bulk_extractor/bulk_extractor.info @@ -1,8 +1,8 @@ PRGNAM="bulk_extractor" -VERSION="20170403_779dbe1" +VERSION="20210928_692ee97" HOMEPAGE="https://github.com/simsong/bulk_extractor/wiki" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/bulk_extractor-20170403_779dbe1.tar.xz" -MD5SUM="96f0c04052c51e6746ba83dae9de145e" +DOWNLOAD="https://linuxleo.com/Source/bulk_extractor-20210928_692ee97.tar.gz" +MD5SUM="dc6ca7391a53710f7567c3011ba3f552" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3