network/beegfs: Updated for version 7.4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
GUAN Xin 2024-04-02 13:42:37 +07:00 committed by Willy Sudiarto Raharjo
parent 5644944b74
commit d526859246
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for beegfs
# Copyright 2023 GUAN Xin <guanx.bac@gmail.com> from Beijing
# Copyright 2023,2024 GUAN Xin <guanx.bac@gmail.com> from Beijing
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,9 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=beegfs
VERSION=${VERSION:-7.4.2}
VERSION=${VERSION:-7.4.3}
VERSION_MAJOR=$(echo $VERSION | cut -d. -f1,1)
SRCNAM=v$VERSION_MAJOR
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,9 +76,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
cd $SRCNAM-$VERSION
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -87,8 +86,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 {} \;
zcat $CWD/hwaddr_out-of-bound.patch.gz | patch -p1 --verbose
make BEEGFS_CFLAGS="$SLKCFLAGS" USER_CXXFLAGS="$SLKCFLAGS" BEEGFS_VERSION=$VERSION common-all
make BEEGFS_CFLAGS="$SLKCFLAGS" USER_CXXFLAGS="$SLKCFLAGS" BEEGFS_VERSION=$VERSION DESTDIR=$PKG common-install
install -o 0 -g 0 -d -m 0755 $PKG/etc/rc.d/init.d

View file

@ -1,10 +1,10 @@
PRGNAM="beegfs"
VERSION="7.4.2"
VERSION="7.4.3"
HOMEPAGE="https://www.beegfs.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://git.beegfs.io/pub/v7/-/archive/7.4.2/v7-7.4.2.tar.bz2"
MD5SUM_x86_64="935840cb183bdf6d434fc7a5f6ba51a2"
DOWNLOAD_x86_64="https://github.com/ThinkParQ/beegfs/archive/7.4.3/beegfs-7.4.3.tar.gz"
MD5SUM_x86_64="a96c1deee976db763ef324af6f3593bc"
REQUIRES="rdma-core"
MAINTAINER="GUAN Xin"
EMAIL="guanx.bac@gmail.com"