system/bacula-client: Updated for version 9.6.7.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-03-23 02:00:16 -04:00 committed by Willy Sudiarto Raharjo
parent 859b8843bf
commit f214e77ec7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 10 additions and 10 deletions

View File

@ -22,11 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220323 bkw: Modified by SlackBuilds.org: update for v9.6.7 (needed
# to fix 32-bit build).
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bacula-client
VERSION=${VERSION:-9.6.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-9.6.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +43,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
@ -77,9 +77,9 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
-o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View File

@ -1,8 +1,8 @@
PRGNAM="bacula-client"
VERSION="9.6.3"
VERSION="9.6.7"
HOMEPAGE="http://www.bacula.org"
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-9.6.3.tar.gz"
MD5SUM="6d64bc27de773ee0e0ca1d836cbe4008"
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-9.6.7.tar.gz"
MD5SUM="2fa01ba7b0bb171535f6510b96ffd22b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""