system/volatility3: Updated for version 2.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2023-07-08 02:20:15 +07:00 committed by Willy Sudiarto Raharjo
parent 75ffbaf117
commit 287fa7d9c9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for volatility3
# Copyright 2022 Barry Grundy <bgrundy[at]linuxleo.com>
# Copyright 2022-2023 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,12 +21,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Initial version - 2.0.1, May 2022
# Updated for 2.4.1, July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=volatility3
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.4.1}
SRC_VERSION=${SRC_VERSION:-3.2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -71,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="volatility3"
VERSION="2.0.1"
VERSION="2.4.1"
HOMEPAGE="https://github.com/volatilityfoundation/volatility3"
DOWNLOAD="https://github.com/volatilityfoundation/volatility3/archive/v2.0.1/volatility3-2.0.1.tar.gz"
MD5SUM="28a4380d3c059b7715b6d36e5a9e7ea7"
DOWNLOAD="https://github.com/volatilityfoundation/volatility3/archive/v2.4.1/volatility3-3.2.4.1.tar.gz"
MD5SUM="5172c1eb8063a2d774359ebb7ebc2a49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pefile python3-pycrypto pycryptodomex python3-yara"