diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-09-14 04:53:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-09-14 17:00:10 +0200 |
commit | 59871e54c88572772e40d35e8033c3aeaf128acd (patch) | |
tree | 821cfaeefd150a70b474726fb30581e59209f325 /source/n | |
parent | ec425b5970ca429bf46e8c646538fea9b44238a1 (diff) | |
download | current-59871e54c88572772e40d35e8033c3aeaf128acd.tar.gz current-59871e54c88572772e40d35e8033c3aeaf128acd.tar.xz |
Wed Sep 14 04:53:53 UTC 202220220914045353
a/btrfs-progs-5.19.1-x86_64-1.txz: Upgraded.
a/file-5.43-x86_64-1.txz: Upgraded.
a/kernel-firmware-20220913_f09bebf-noarch-1.txz: Upgraded.
d/cmake-3.24.2-x86_64-1.txz: Upgraded.
kde/krita-5.1.1-x86_64-1.txz: Upgraded.
l/kdsoap-2.1.0-x86_64-1.txz: Upgraded.
n/krb5-1.20-x86_64-2.txz: Rebuilt.
n/samba-4.17.0-x86_64-1.txz: Upgraded.
x/libXp-1.0.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/samba/samba.SlackBuild | 8 | ||||
-rw-r--r-- | source/n/samba/samba.url | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild index 0761cb69d..47551db60 100755 --- a/source/n/samba/samba.SlackBuild +++ b/source/n/samba/samba.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -152,7 +152,7 @@ CFLAGS="$SLKCFLAGS" \ # Build with waf directly so that multiple jobs work. # Script lifted from "./configure". -PREVPATH=`dirname $0` +PREVPATH=$(dirname $0) WAF=./buildtools/bin/waf # using JOBS=1 gives maximum compatibility with # systems like AIX which have broken threading in python @@ -160,6 +160,9 @@ JOBS=$(echo $NUMJOBS | tr -dc '0-9') export JOBS # Make sure we don't have any library preloaded. unset LD_PRELOAD +# Make sure we get stable hashes +PYTHONHASHSEED=1 +export PYTHONHASHSEED cd . || exit 1 ${PYTHON:=python3} $WAF build "$@" || exit 1 cd $PREVPATH @@ -240,4 +243,3 @@ EOF cd $PKG /sbin/makepkg -l y -c n $TMP/samba-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index 71a383218..42cfc449f 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.16.5.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.16.5.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.17.0.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.17.0.tar.asc |