diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2021-11-11 08:52:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-12 00:39:41 +0700 |
commit | b45df7c09b13330e3e2a8ed51fe595ada87e27f7 (patch) | |
tree | ea73d9ef1e676424ea6198dbdfefb732b952511c /system/bulk_extractor | |
parent | 085fd24a21a8d26efbea57248ed14c5c39a4356e (diff) |
system/bulk_extractor: Updated for version 20210928_692ee97.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bulk_extractor')
-rw-r--r-- | system/bulk_extractor/README | 12 | ||||
-rw-r--r-- | system/bulk_extractor/bulk_extractor.SlackBuild | 11 | ||||
-rw-r--r-- | system/bulk_extractor/bulk_extractor.info | 6 |
3 files changed, 7 insertions, 22 deletions
diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README index 3679062b4b70..b170bd5f6f41 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 555001668a0f..11ba4e4151cd 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 d4a31c3dd496..ec1d7e31550e 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="" |