summaryrefslogtreecommitdiffstats
path: root/source/n/rsync
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-04-08 18:44:37 +0000
committer Eric Hameleers <alien@slackware.com>2024-04-08 21:32:38 +0200
commitc302fc308cc0658407100980f5b285b064d6b777 (patch)
treee9887c89cf6cb2f1367d76202c58e8f5816ee295 /source/n/rsync
parentff9f5e9d286181e257a3bbe02d314ca62bd2a081 (diff)
downloadcurrent-c302fc308cc0658407100980f5b285b064d6b777.tar.gz
current-c302fc308cc0658407100980f5b285b064d6b777.tar.xz
Mon Apr 8 18:44:37 UTC 202420240408184437
l/imagemagick-7.1.1_30-x86_64-1.txz: Upgraded. l/libarchive-3.7.3-x86_64-1.txz: Upgraded. This update fixes a security issue: Fix possible vulnerability in tar error reporting introduced in f27c173 by JiaT75. For more information, see: https://github.com/libarchive/libarchive/commit/f27c173d17dc807733b3a4f8c11207c3f04ff34f https://github.com/libarchive/libarchive/pull/2101 (* Security fix *) n/net-snmp-5.9.4-x86_64-3.txz: Rebuilt. [PATCH] Add Linux 6.7 compatibility parsing /proc/net/snmp. Thanks to walecha. n/rsync-3.3.0-x86_64-1.txz: Upgraded. x/xorg-sgml-doctools-1.12.1-x86_64-1.txz: Upgraded. xap/gimp-2.10.36-x86_64-3.txz: Rebuilt. [PATCH] QuitDialog: disconnect signal handler on dialog destroy. This fixes a crash on quit. Thanks to USUARIONUEVO. xap/xlockmore-5.77-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/rsync')
-rwxr-xr-xsource/n/rsync/rsync.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/rsync/rsync.SlackBuild b/source/n/rsync/rsync.SlackBuild
index 1d86935ef..07896eea9 100755
--- a/source/n/rsync/rsync.SlackBuild
+++ b/source/n/rsync/rsync.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rsync
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then