aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2024-08-22 20:35:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-22 20:53:32 +0700
commit2647a5792c20975b16a8b326288e9b5b352fea21 (patch)
tree09824cfdf6b156061401cf32f7d8f3a4fa4e7e57 /system
parent4cdc85280b6eb56666e607a4f95e294cc510116f (diff)
system/bulk_extractor: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/bulk_extractor/bulk_extractor.SlackBuild24
-rw-r--r--system/bulk_extractor/bulk_extractor.info8
2 files changed, 9 insertions, 23 deletions
diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild
index b5947af8a551..832d05f38d1e 100644
--- a/system/bulk_extractor/bulk_extractor.SlackBuild
+++ b/system/bulk_extractor/bulk_extractor.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bulk_extractor
-# Copyright 2012-2023 Barry J. Grundy <bgrundy(at)linuxleo.com>
+# Copyright 2012-2024 Barry J. Grundy <bgrundy(at)linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,25 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 20220428 BJG: Updated to version 2.0.0
-# - remove LICENCE.md (removed from source)
-# - added licenses/ to doc dir.
-
-# 20220404 bkw: Modified by SlackBuilds.org, BUILD=3:
-# - add missing README.md to doc dir.
-# - replace broken COPYING symlink with LICENSE.md in doc dir.
-
-# 20220323 bkw: Modified by SlackBuilds.org, BUILD=2:
-# - fix 32-bit build.
-# - remove 0-byte README from doc dir.
-# - remove useless INSTALL from doc dir.
-
-# 20230703 Updated for 2.0.3
+# August 2024 Updated for 2.1.0
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bulk_extractor
-VERSION=${VERSION:-2.0.3}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -99,8 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
- --build=$ARCH-slackware-linux \
- $with_lightgrep
+ --build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
@@ -112,7 +98,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -ar AUTHORS README.md ChangeLog NEWS doc/ licenses/ $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar AUTHORS README.md LICENSE.md ChangeLog doc/ licenses/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \+
diff --git a/system/bulk_extractor/bulk_extractor.info b/system/bulk_extractor/bulk_extractor.info
index 7c108d531610..291fd733ebd3 100644
--- a/system/bulk_extractor/bulk_extractor.info
+++ b/system/bulk_extractor/bulk_extractor.info
@@ -1,10 +1,10 @@
PRGNAM="bulk_extractor"
-VERSION="2.0.3"
+VERSION="2.1.0"
HOMEPAGE="https://github.com/simsong/bulk_extractor/wiki"
-DOWNLOAD="https://github.com/simsong/bulk_extractor/releases/download/v2.0.3/bulk_extractor-2.0.3.tar.gz"
-MD5SUM="b1e1e9226cdec2f19dba3bfaf18dbbf1"
+DOWNLOAD="https://github.com/simsong/bulk_extractor/releases/download/v2.1.0/bulk_extractor-2.1.0.tar.gz"
+MD5SUM="25780ed5077503479f0b808a0b9e35e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="re2"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"