diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-09-06 12:08:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-06 12:55:33 +0700 |
commit | 4d2f259b24364c03ac978abd882e8a598bf508ac (patch) | |
tree | 8fac682eed7488889e039b19ba749dbcb26d2932 /system | |
parent | a604141b8aa2ecd2ceec8a76eb5dfafb33a96937 (diff) |
system/hivex: Updated for version 1.3.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/hivex/changelog | 10 | ||||
-rw-r--r-- | system/hivex/hivex.SlackBuild | 9 | ||||
-rw-r--r-- | system/hivex/hivex.info | 6 |
3 files changed, 6 insertions, 19 deletions
diff --git a/system/hivex/changelog b/system/hivex/changelog deleted file mode 100644 index 8e624d12053e..000000000000 --- a/system/hivex/changelog +++ /dev/null @@ -1,10 +0,0 @@ -Changelog for hivex SlackBuild Script --------------------------------------------------------------------- - -27/08/2022: - -Added to slackbuilds.org - -16/05/2023: - -Updated to version 1.3.23 diff --git a/system/hivex/hivex.SlackBuild b/system/hivex/hivex.SlackBuild index 46dabea8cf95..39dbc2966477 100644 --- a/system/hivex/hivex.SlackBuild +++ b/system/hivex/hivex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hive -# Copyright 2022-2023 Vijay Marcel +# Copyright 2022-2024 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hivex -VERSION=${VERSION:-1.3.23} +VERSION=${VERSION:-1.3.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -102,7 +99,7 @@ make install DESTDIR=$PKG rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true mv -v $PKG/usr/share/man/man3/* $PKG/usr/man/man3/ rm -rvf $PKG/usr/share/man diff --git a/system/hivex/hivex.info b/system/hivex/hivex.info index c5435613a265..d2a1d8253f68 100644 --- a/system/hivex/hivex.info +++ b/system/hivex/hivex.info @@ -1,8 +1,8 @@ PRGNAM="hivex" -VERSION="1.3.23" +VERSION="1.3.24" HOMEPAGE="https://libguestfs.org" -DOWNLOAD="https://download.libguestfs.org/hivex/hivex-1.3.23.tar.gz" -MD5SUM="7553678cffda323c7aa327f53ea8146e" +DOWNLOAD="https://download.libguestfs.org/hivex/hivex-1.3.24.tar.gz" +MD5SUM="83fd882a691556a0156e365cd5af5dec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml-findlib ocamlbuild perl-IO-stringy perl-Test-Simple" |