diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2023-05-17 22:35:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:05 +0700 |
commit | d0864e43d8c44c77b6cf22c54be473f4150f9728 (patch) | |
tree | 44843177ceca489b36b9c59b20b711afd7200d26 /system/hivex | |
parent | 28c6bb596712a4f7c2c9612cfc8909d8b142f41d (diff) |
system/hivex: Updated for version 1.3.23.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hivex')
-rw-r--r-- | system/hivex/changelog | 10 | ||||
-rw-r--r-- | system/hivex/hivex.SlackBuild | 12 | ||||
-rw-r--r-- | system/hivex/hivex.info | 6 |
3 files changed, 19 insertions, 9 deletions
diff --git a/system/hivex/changelog b/system/hivex/changelog new file mode 100644 index 000000000000..8e624d12053e --- /dev/null +++ b/system/hivex/changelog @@ -0,0 +1,10 @@ +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 0f7fb4a90b30..11f83254b2da 100644 --- a/system/hivex/hivex.SlackBuild +++ b/system/hivex/hivex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hive -# Copyright 2022 Vijay Marcel +# Copyright 2022-2023 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.21} +VERSION=${VERSION:-1.3.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,13 +52,13 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-march=i586 -mtune=i686 -pipe -O2 -fPIC" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" @@ -117,7 +117,7 @@ find $PKG -name perllocal.pod \ mkdir -pv $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE FUZZING README.md SECURITY $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/hivex/hivex.info b/system/hivex/hivex.info index 7cea20aabe2e..070a4416eb3d 100644 --- a/system/hivex/hivex.info +++ b/system/hivex/hivex.info @@ -1,8 +1,8 @@ PRGNAM="hivex" -VERSION="1.3.21" +VERSION="1.3.23" HOMEPAGE="https://libguestfs.org" -DOWNLOAD="https://download.libguestfs.org/hivex/hivex-1.3.21.tar.gz" -MD5SUM="1b9168c6454ba21c469990d90e4b93b5" +DOWNLOAD="https://download.libguestfs.org/hivex/hivex-1.3.23.tar.gz" +MD5SUM="7553678cffda323c7aa327f53ea8146e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml ocaml-findlib ocamlbuild perl-IO-stringy perl-Test-Simple" |