diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-02-21 20:02:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-02-22 08:59:49 +0100 |
commit | 95bebc24299ee006f72fc8b6972943a70c43a8f5 (patch) | |
tree | 54f7fd2920eb294c1652191c149a444eba29fb07 /source/n | |
parent | 7e53cd0c36c84b63f44d0d701cab0fd2c00075dd (diff) | |
download | current-95bebc24299ee006f72fc8b6972943a70c43a8f5.tar.gz |
Sun Feb 21 20:02:02 UTC 202120210221200202
ap/gphoto2-2.5.27-x86_64-1.txz: Upgraded.
d/Cython-0.29.22-x86_64-1.txz: Upgraded.
l/ffmpeg-4.3.2-x86_64-1.txz: Upgraded.
l/gexiv2-0.12.2-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.11_1-x86_64-1.txz: Upgraded.
l/libgphoto2-2.5.27-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.3-x86_64-1.txz: Upgraded.
n/stunnel-5.58-x86_64-1.txz: Upgraded.
x/ibus-1.5.24-x86_64-1.txz: Upgraded.
x/vulkan-sdk-1.2.162.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/nfs-utils/nfs-utils.SlackBuild | 4 | ||||
-rw-r--r-- | source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff | 24 | ||||
-rwxr-xr-x | source/n/stunnel/stunnel.SlackBuild | 2 |
3 files changed, 2 insertions, 28 deletions
diff --git a/source/n/nfs-utils/nfs-utils.SlackBuild b/source/n/nfs-utils/nfs-utils.SlackBuild index 271eca2e..f8de1a31 100755 --- a/source/n/nfs-utils/nfs-utils.SlackBuild +++ b/source/n/nfs-utils/nfs-utils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=nfs-utils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -94,8 +94,6 @@ cd nfs-utils-$VERSION || exit 1 zcat $CWD/nfs-utils.lwrap.needs.lnsl.diff.gz | patch -p1 --verbose || exit 1 -zcat $CWD/nfs-utils.exportfs.comment.out.debugging.spew.diff.gz | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff b/source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff deleted file mode 100644 index 22b01851..00000000 --- a/source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff +++ /dev/null @@ -1,24 +0,0 @@ ---- ./utils/exportfs/exportfs.c.orig 2020-10-21 08:15:26.000000000 -0500 -+++ ./utils/exportfs/exportfs.c 2020-10-26 14:59:29.733988620 -0500 -@@ -176,10 +176,10 @@ - xlog(L_ERROR, "-r and -u are incompatible"); - return 1; - } --printf("point 1\n"); -+/* printf("point 1\n"); */ - if (!setup_state_path_names(progname, ETAB, ETABTMP, ETABLCK, &etab)) - return 1; --printf("point 2\n"); -+/* printf("point 2\n"); */ - if (optind == argc && ! f_all) { - if (force_flush) { - cache_flush(1); -@@ -193,7 +193,7 @@ - return 0; - } - } --printf("point 3\n"); -+/* printf("point 3\n"); */ - - /* - * Serialize things as best we can diff --git a/source/n/stunnel/stunnel.SlackBuild b/source/n/stunnel/stunnel.SlackBuild index 31e6d788..7cf1f878 100755 --- a/source/n/stunnel/stunnel.SlackBuild +++ b/source/n/stunnel/stunnel.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=stunnel VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |