diff --git a/system/bacula-client/bacula-client.SlackBuild b/system/bacula-client/bacula-client.SlackBuild index d31e016364..07d7094fd9 100644 --- a/system/bacula-client/bacula-client.SlackBuild +++ b/system/bacula-client/bacula-client.SlackBuild @@ -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" \ diff --git a/system/bacula-client/bacula-client.info b/system/bacula-client/bacula-client.info index 506b822dd6..5de8e679f4 100644 --- a/system/bacula-client/bacula-client.info +++ b/system/bacula-client/bacula-client.info @@ -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=""